跳转到内容

MediaWiki:Monobook.css/zh

页面内容不支持其他语言。
维基新闻,自由的新闻源

/* Monobook皮肤的公共CSS

/* 首页不显示某些项目 */ body.page-Wikinews_首页 #deleteconfirm, body.page-Wikinews_首页 #t-cite, body.page-Wikinews_首页 #lastmod, body.page-Wikinews_首页 #siteSub, body.page-Wikinews_首页 #contentSub, body.page-Wikinews_首页 h1.firstHeading {

   display: none !important;

}

body.page-Wikinews_首页 #content, body.page-Wikinews_首页 #mytabs li, body.page-Wikinews_首页 #mytabs li a, body.page-Wikinews_首页 #p-cactions li.selected a, body.page-Wikinews_首页 #p-cactions li a:hover, body.page-Wikinews_首页 #content div.thumb {

   background: white;

}

body.page-Wikinews_首页 #p-cactions li a {

   background-color: #fbfbfb;

}

/* Donations link to be uncommented during fundraising drives */

  1. siteNotice {
   margin-top:5px;
   padding-left: 4px;
   font-style: italic;
   text-align: center;

}

/*

  1. 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 */
  1. content {
   background: #F8FCFF; /* a light blue */

}

  1. content div.thumb {
   border-color: #F8FCFF;

}

.ns-0 * #content {

   background: white;

}

  1. mytabs li {
   background: #F8FCFF;

}

.ns-0 * #mytabs li {

   background: white;

}

  1. mytabs li a {
   background-color: #F8FCFF;

}

.ns-0 * #mytabs li a {

   background-color: white;

}

  1. 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 */ /**************************/

/* 显示 "维基新闻,自由的新闻源" */

  1. siteSub {
   color: #000;
   display: inline;
   font-size: 92%;
   font-weight: normal;

}

  1. siteSub .editsection {
   font-size: 100%;

}

  1. bodyContent #siteSub a {
   color: #000;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
   padding-right: 0;

}

  1. siteSub .editsection a {
   color: #002BB8 !important;

}

  1. siteSub .editsection a:hover {
   text-decoration: underline !important;

}

/* Bold 'edit this page' link to encourage newcomers */

  1. 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 */

}

  1. 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 */

  1. bodyContent { font-size:118% }

/* Fix Fontsize */ .portlet h5, .portlet ul,

  1. toc .toctoggle {
   font-size: 100%;

} .pBody,

  1. footer,

div.thumb div {

   font-size: 95%;

}

h2 {

   font-weight: bold;

}

/* ul {

   margin: 0.5em 0 0 1.5em;

}

*/

/* sharedUploadNotice 去掉斜體 */

  1. sharedUploadNotice {
   font-style: normal;

}

/* siteNotice 去掉斜体 */

  1. siteNotice {
   font-style: normal;

}

/* siteNotice 的表格去除顏色 */

  1. 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;}