MediaWiki:Monobook.css

維基文庫,自由的圖書館

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
/* Donations link to be uncommented during fundraising drives */
#siteNotice {
    margin-top:5px;
    padding-left: 4px;
    font-style: italic;
    text-align: center;
}
 
/*
#fundraising {
 text-align: center;
 border: 1px solid gray;
 padding: 5px;
}
*/
 
/*
 
== LIGHT BLUE SECTION ==
 
*/
/* Make all non-namespace pages have a light blue content area. This is done by
   setting the background color for all #content areas to light blue and then
   overriding it for any #content enclosed in a .ns-0 (main namespace). I then
   do the same for the "tab" background colors. --Lupo */
 
#content {
    background: #F8FCFF; /* a light blue */
}
 
#content div.thumb {
    border-color: #F8FCFF;
}
 
/**************************/
/* END LIGHT BLUE SECTION */
/**************************/
 
/* 显示 "维基文库,自由的图书馆" */
#siteSub {
    color: #000;
    display: inline;
    font-size: 92%;
    font-weight: normal;
}
 
#siteSub .editsection {
    font-size: 100%;
}
 
#bodyContent #siteSub a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    padding-right: 0;
}
 
#siteSub .editsection a {
    color: #002BB8 !important;
}
 
#siteSub .editsection a:hover {
    text-decoration: underline !important;
}
 
/* Bold 'edit this page' link to encourage newcomers */
#ca-edit a { font-weight: bold !important; }
 
/* Display "User $1, you are already logged in!"
   ([[MediaWiki:Alreadyloggedin]]) in red and bold */
div.alreadyloggedin { color: red; font-weight: bold; }
 
@media print {
    /* Do not print edit link in templates using Template:Ed
       Do not print certain classes that shouldn't appear on paper */
    .editlink, .noprint, .metadata, .dablink { display: none }
    #content { background: #FFFFFF; } /* white background on print */
}

#pt-login {
  font-weight: bold;
  font-size: 110%;
}
 
form#userlogin {
  float: left;
  padding: 1em 1em .7em 1em;
  background-color: #ffffe6;
  border: 2px solid #fc6;
  color: #000;
  margin-right: 2em;
}
 
form#userlogin table {
  float: left;
  background-color: #ffffe6;
  color: #000;
}
 
p.error {
  font-weight: bold;
}
 
/* enlarge font-size for zh fonts */
 
#bodyContent { font-size:118% }
 
/* Fix Fontsize */
.portlet h5,
.portlet ul,
#toc .toctoggle {
    font-size: 100%;
}
.pBody,
#footer,
div.thumb div {
    font-size: 95%;
}
 
h2 {
    font-weight: bold;
}
 
/*
ul {
    margin: 0.5em 0 0 1.5em;
}
 */
 
/* sharedUploadNotice 去掉斜体 */
#sharedUploadNotice  {
    font-style: normal;
}
 
/* siteNotice 去掉斜体 */
#siteNotice {
    font-style: normal;
}
 
/* siteNotice 的表格去除颜色 */
#siteNotice table {
    background: transparent;
}
 
 li.FA {
   list-style-image: url("//upload.wikimedia.org/wikipedia/en/d/d4/Monobook-bullet-star.png");
 }
 
 li.GA {
   list-style-image: url("//upload.wikimedia.org/wikipedia/en/4/42/Monobook-bullet-ga.png");
 }
 
/*****
** Bytecounter colours
*****/
strong.mw-plusminus-neg
   {
   color: #c00;
   }
.mw-plusminus-pos {color: #060;}
.mw-plusminus-neg {color: #900;}