User:Tomchiukc/monobook.css

维基百科,自由的百科全书

注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google ChromeFirefoxMicrosoft EdgeSafari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
}
#content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
}
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}

/* make the background behind the content area and the tabs a light grey */
#content,
#p-cactions ul li a { background: #f5f5f5; }

/* use browser prefs for text size and font */
/* body, #globalWrapper {font-family: Monospace; font-size:10pt } */
/* body, #globalWrapper {font-family: Monospace; font-size:10pt } */
/* replace the book in the background with something else */
/* body { background: lightyellow;} */
#globalWrapper, 
body { 
 background: lightyellow; 
 font-size:10pt 
}

/* changes the colour of pre areas  */
pre { background: White }

/* change the logo */
/* #p-logo a { background: url(http://en.wikipedia.org/upload/wiki.png) 35% 50% no-repeat !important; }
*/

/* suppress the person icon by your username */
/*
/* li#pt-userpage { background: none } */
*/

/* always underline links */
a { text-decoration: underline; }

/* change colour of unselected tabs */
#p-cactions ul li a { background: #C7FDC7; }

/* change colour of selected tabs */
#p-cactions ul li.selected a { background: white; }

/* change border colour of selected tabs */
#p-cactions li.selected { border-color: #aaaaaa; }

/* tab bottom not removed on hover */
#p-cactions li a:hover { z-index: 0; text-decoration: none; }
#p-cactions li.selected a:hover { z-index: 3; }

/* style the search box and the buttons below it */
input.searchButton {
    background-color: #efefef !important;
    border: 1px outset !important;  
}
#searchInput { border: 1px inset !important; }

/* standard link colors */
a { color: #0066FF; text-decoration: none;}
a:visited { color: #7F007F;}
a:active, a.new { color: #FF0000; }
a.interwiki, a.external { color: #3366BB; }
a.stub { color: #772233; }