MediaWiki:Monobook.css/zh-hk

維基詞典,自由的多語言詞典

/*

 */

 /* 修改中文维基词典的默认Monobook皮肤 */
 #globalWrapper {font-size: 130%;}
 
 /* 字的大小定为115% */
 #bodyContent {font-size:115%;}

 /* 隐藏链接的下划线 */
 :link { text-decoration: none; }
 :visited { text-decoration: none; }

 /* 隐藏外部链接的箭头 */
 #bodyContent a[href ^="http://"] {
   background: none !important;
   padding-right: 0 !important; }

 /* 固定浏览器以Unicode显示 */
 #bodyContent {
   font-family: 'DejaVu Sans','Lucida Sans Unicode','Lucida Grande','Doulos SIL','Arial Unicode MS','Charis SIL','TITUS Cyberbit Basic','Code2000','MV Boli',sans-serif;
   font-family /**/:inherit;
 }

 /* 隐藏资助链接 */
 #siteNotice {
     margin-top:5px;
     padding-left: 4px;
     font-style: italic;
     text-align: center;
 }

 /*
 #fundraising {
  text-align: center;
  border: 1px solid gray;
  padding: 5px;
 }
 */

 /* “维基词典,自由的多语言在线词典”显示 */
 #siteSub {
     display: inline;
     font-size: 92%;
     font-weight: normal;
 }

 #bodyContent #siteSub a {
     color: #000000;
     text-decoration: none;
     background-color: transparent;
     background-image: none;
     padding-right: 0;
 }

 /* 更粗的“用户页”与“编辑本页”链接 */
 #pt-login a,
 #ca-edit a {font-weight: bold !important;}

 /* 突出左侧工具条边 */
 #navbox ul li {
   list-style: none;
   margin-left: -1em;
 }
 #navtree ul {
   padding-left: .5em;
 }
 .pBody {
    border: thin solid gold;
    padding: 0.3em 0.1em;
 }
 .portlet h5 {
    border: thin solid silver;
 }

 /* 浏览部分大写字母 */
 .portlet h5,
 .portlet h6,
 #p-personal ul,
 #p-cactions li a {text-transform: none;}

 /* 创建帐户与浏览部分 */
 .portlet h5 {background-color: #e8e8e8;}
 
 /* 登录图像 */
 .signUp {
  position: absolute;
  top: -36px;
  right: 3px;
  width: 16px;
  height: 16px;
  background: url(//upload.wikimedia.org/wiktionary/zh/b/b7/SignUp-Logo.png) top left no-repeat;
 }
 
 /* [[MediaWiki:Alreadyloggedin]]的内容以红粗字体显示 */
 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 */
 }

 /* 怀旧皮肤 */

 /* .toccolours added here because version in
    monobook/main.css wasn't being used by the print style */
 .toccolours {
    border:1px solid #aaaaaa;
    background-color:#f9f9f9;
    padding:5px;
    font-size: 95%;
 }

 /* 防避丑的白边背景色 */
 div.thumb {border: none;}
 div.tright {
  border: none;
  margin: 0.5em 0 0.8em 1.4em;
 }
 div.tleft {
  border: none;
  margin: 0.5em 1.4em 0.8em 0;
 }
 
 /* 浅黄背景色 */
 #content,
 #mytabs li.selected a,
 #p-cactions li.selected a {background-color: #fffff3;}
 .ns-0 #content,
 .ns-0 #mytabs li.selected a,
 .ns-0 #p-cactions li.selected a {background-color: #ffffff;}
 .ns--1 table,
 .ns-2 table,
 .ns-4 table,
 .ns--1 form {background: inherit;}

 /* 用户页面与其讨论页显示浅蓝背景色 */
 .ns-2 * #content {background: #f8fcff;}
 .ns-2 * #p-cactions li {background: #f8fcff;}
 .ns-2 * #p-cactions li a {background: #f8fcff;}
 .ns-3 * #content {background: #f8fcff;}
 .ns-3 * #p-cactions li {background: #f8fcff;}
 .ns-3 * #p-cactions li a {background: #f8fcff;}

 /* 分类页面与其讨论页显示浅桔背景色 */
 .ns-14 * #content {background: #fffbee;}
 .ns-14 * #p-cactions li {background: #fffbee;}
 .ns-14 * #p-cactions li a {background: #fffbee;}
 .ns-15 * #content {background: #fffbee;}
 .ns-15 * #p-cactions li {background: #fffbee;}
 .ns-15 * #p-cactions li a {background: #fffbee;}
 
 /* 讨论页面回复背景色突出 */
 .ns-1 dd, .ns-3 dd, .ns-5 dd, .ns-7 dd, .ns-9 dd, .ns-11 dd, .ns-13 dd,.ns-15 dd
 { 
    margin: 0;
    padding: 0;
 }

 .ns-1 dl, .ns-3 dl, .ns-5 dl, .ns-7 dl, .ns-9 dl, .ns-11 dl, .ns-13 dl, .ns-15 dl
 { 
    border-top: solid 1px #d5e9fd; 
    border-left: solid 1px #d5e9fd; 
    padding-top: 0.5em; 
    padding-left: 0.5em; 
    margin-left: 1em; 
 }

 .ns-1 dl, .ns-3 dl, .ns-5 dl, .ns-7 dl, .ns-9 dl, .ns-11 dl, .ns-13 dl, .ns-15 dl 
 { background-color: #d5e9fd; }

 .ns-1 dl dl, .ns-3 dl dl, .ns-5 dl dl, .ns-7 dl dl, .ns-9 dl dl, .ns-11 dl dl, .ns-13 dl dl, .ns-15 dl dl
 { background-color: #f8fcff; }

 .ns-1 dl dl dl, .ns-3 dl dl dl, .ns-5 dl dl dl, .ns-7 dl dl dl, .ns-9 dl dl dl, .ns-11 dl dl dl, .ns-13 dl dl dl, .ns-15 dl dl dl 
 { background-color: #d5e9fd; }

 .ns-1 dl dl dl dl, .ns-3 dl dl dl dl, .ns-5 dl dl dl dl, .ns-7 dl dl dl dl, .ns-9 dl dl dl dl, .ns-11 dl dl dl dl, .ns-13 dl dl dl dl, .ns-15 dl dl dl dl
 { background-color: #f8fcff; }

 .ns-1 dl dl dl dl dl, .ns-3 dl dl dl dl dl, .ns-5 dl dl dl dl dl, .ns-7 dl dl dl dl dl, .ns-9 dl dl dl dl dl, .ns-11 dl dl dl dl dl, .ns-13 dl dl dl dl dl, .ns-15 dl dl dl dl dl
 { background-color: #d5e9fd; }

 .ns-1 dl dl dl dl dl dl, .ns-3 dl dl dl dl dl dl, .ns-5 dl dl dl dl dl dl, .ns-7 dl dl dl dl dl dl, .ns-9 dl dl dl dl dl dl, .ns-11 dl dl dl dl dl dl, .ns-13 dl dl dl dl dl dl, .ns-15 dl dl dl dl dl dl
 { background-color: #f8fcff; }

 .ns-1 dl dl dl dl dl dl dl, .ns-3 dl dl dl dl dl dl dl, .ns-5 dl dl dl dl dl dl dl, .ns-7 dl dl dl dl dl dl dl, .ns-9 dl dl dl dl dl dl dl, 
 .ns-11 dl dl dl dl dl dl dl, .ns-13 dl dl dl dl dl dl dl, .ns-15 dl dl dl dl dl dl dl
 { background-color: #d5e9fd; }

 .ns-1 dl dl dl dl dl dl dl dl, .ns-3 dl dl dl dl dl dl dl dl, .ns-5 dl dl dl dl dl dl dl dl, .ns-7 dl dl dl dl dl dl dl dl, .ns-9 dl dl dl dl dl dl dl dl, .ns-11 dl dl dl dl dl dl dl dl, .ns-13 dl dl dl dl dl dl dl dl, .ns-15 dl dl dl dl dl dl dl dl
 { background-color: #f8fcff; }

 .ns-1 dl dl dl dl dl dl dl dl dl, .ns-3 dl dl dl dl dl dl dl dl dl, .ns-5 dl dl dl dl dl dl dl dl dl, .ns-7 dl dl dl dl dl dl dl dl dl, .ns-9 dl dl dl dl dl dl dl dl dl, .ns-11 dl dl dl dl dl dl dl dl dl, .ns-13 dl dl dl dl dl dl dl dl dl, .ns-15 dl dl dl dl dl dl dl dl dl 
 { background-color: #d5e9fd; }

 .ns-1 dl dl dl dl dl dl dl dl dl dl, .ns-3 dl dl dl dl dl dl dl dl dl dl, .ns-5 dl dl dl dl dl dl dl dl dl dl, .ns-7 dl dl dl dl dl dl dl dl dl dl, .ns-9 dl dl dl dl dl dl dl dl dl dl, .ns-11 dl dl dl dl dl dl dl dl dl dl, .ns-13 dl dl dl dl dl dl dl dl dl dl, .ns-15 dl dl dl dl dl dl dl dl dl dl
 { background-color: #f8fcff; }

 .ns-1 dl dl dl dl dl dl dl dl dl dl dl, .ns-3 dl dl dl dl dl dl dl dl dl dl dl, .ns-5 dl dl dl dl dl dl dl dl dl dl dl, .ns-7 dl dl dl dl dl dl dl dl dl dl dl, .ns-9 dl dl dl dl dl dl dl dl dl dl dl, .ns-11 dl dl dl dl dl dl dl dl dl dl dl, .ns-13 dl dl dl dl dl dl dl dl dl dl dl, .ns-15 dl dl dl dl dl dl dl dl dl dl dl
 { background-color: #d5e9fd; }

 .ns-1 dl dl dl dl dl dl dl dl dl dl dl dl, .ns-3 dl dl dl dl dl dl dl dl dl dl dl dl, .ns-5 dl dl dl dl dl dl dl dl dl dl dl dl, .ns-7 dl dl dl dl dl dl dl dl dl dl dl dl, .ns-9 dl dl dl dl dl dl dl dl dl dl dl dl, .ns-11 dl dl dl dl dl dl dl dl dl dl dl dl, .ns-13 dl dl dl dl dl dl dl dl dl dl dl dl, .ns-15 dl dl dl dl dl dl dl dl dl dl dl dl
 { background-color: #f8fcff; }

 /* 分类显示 */
 #catlinks {
  border: 0px;
  border-top: 2px dotted #aaaaaa;
 }
 
 /* 粗大表格题目(加号 |+) */
 caption {
  font-size: 105%;
  font-weight: bold;
 }
 
 /* 版本对比(非颜色对比) */
 .diffchange {
  font-weight: bold;
  background-color: inherit;
 }
 
 td.diff-addedline, td.diff-deletedline, td.diff-context {
  font-size: 85%;
  color: inherit;
 }
 
 /* [[MediaWiki:Sitenotice]]的内容去掉斜体显示 */
 #siteNotice {
     font-style: normal;
 }

 /* 特别字元调板 */
 .NavToggle {
  font-size: x-small;
  float: right;
 }
 
 /* 最近更改选项 */
 .rcoptions {
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  padding: 3px 8px;
 }

 /* 最近更改新条目“新”字符显示 (来源:[[MediaWiki:Newpageletter]]) */
 .newpage {
  color: #ffa500;
 }

 /* 除词条外页面右上角显示的小标志 */
 h1.firstHeading {
    background-position: bottom right; background-repeat: no-repeat;
 }

 /* 特殊 */
 body.ns--1 h1.firstHeading {
    background-image: url('//upload.wikimedia.org/wikipedia/commons/thumb/6/68/Nuvola_apps_package_development.png/16px-Nuvola_apps_package_development.png');
 }

 /* 用户 */
 body.ns-2 h1.firstHeading, body.ns-3 h1.firstHeading {
    background-image: url('/skins/monobook/user.gif');
 }

 /* 维基词典 */
 body.ns-4 h1.firstHeading, body.ns-5 h1.firstHeading {
    background-image: url('/favicon.ico');
 }

 /* 图像 */
 body.ns-6 h1.firstHeading, body.ns-7 h1.firstHeading {
    background-image: url('//upload.wikimedia.org/wikipedia/commons/thumb/2/22/Nuvola_apps_package_graphics.png/16px-Nuvola_apps_package_graphics.png');
 }

 /* 系统 */
 body.ns-8 h1.firstHeading, body.ns-9 h1.firstHeading {
    background-image: url('//upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Tournesol.png/16px-Tournesol.png');
 }

 /* 模板 */
 body.ns-10 h1.firstHeading, body.ns-11 h1.firstHeading {
    background-image: url('//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Nuvola_apps_kig.png/16px-Nuvola_apps_kig.png');
 }

 /* 帮助 */
 body.ns-12 h1.firstHeading, body.ns-13 h1.firstHeading {
    background-image: url('//upload.wikimedia.org/wikipedia/commons/thumb/d/d8/Nuvola_apps_ktip.png/16px-Nuvola_apps_ktip.png');
 }

 /* 分类 */
 body.ns-14 h1.firstHeading, body.ns-15 h1.firstHeading {
    background-image: url('//upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Nuvola_filesystems_folder_blue.png/16px-Nuvola_filesystems_folder_blue.png');
 }

/* 
  • /