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

  • 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
/* Monobook皮肤的公共CSS

/* 首页不显示某些项目 */
body.page-Wikibooks_首页 #deleteconfirm,
body.page-Wikibooks_首页 #t-cite,
body.page-Wikibooks_首页 #lastmod, 
body.page-Wikibooks_首页 #siteSub,
body.page-Wikibooks_首页 #contentSub,
body.page-Wikibooks_首页 h1.firstHeading {
    display: none !important;
}

body.page-Wikibooks_首页 #content,
body.page-Wikibooks_首页 #mytabs li,
body.page-Wikibooks_首页 #mytabs li a,
body.page-Wikibooks_首页 #p-cactions li.selected a,
body.page-Wikibooks_首页 #p-cactions li a:hover,
body.page-Wikibooks_首页 #content div.thumb {
    background: white;
}

body.page-Wikibooks_首页 #p-cactions li a {
    background-color: #fbfbfb;
}

/* 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;
}

.ns-0 * #content {
    background: white;
}

#mytabs li {
    background: #F8FCFF;
}

.ns-0 * #mytabs li {
    background: white;
}

#mytabs li a {
    background-color: #F8FCFF;
}

.ns-0 * #mytabs li a {
    background-color: white;
}

#p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a {
    background-color: #F8FCFF;
}

.ns-0 * #p-cactions li a {
    background-color: #fbfbfb;
}

.ns-0 * #p-cactions li.selected a, .ns-0 * #p-cactions li a:hover {
    background-color: white;
}

.ns-0 * #content div.thumb {
    border-color: white;
}

/**************************/
/* 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;}