Line 1: |
Line 1: |
| /***** CSS placed here will be applied to all skins on the entire site. *****/ | | /***** CSS placed here will be applied to all skins on the entire site. *****/ |
− | | + | /* Language specific CSS */ |
− | | |
− |
| |
| :lang(zh) { | | :lang(zh) { |
| font-family: Microsoft Yahei, 微软雅黑, Serif; | | font-family: Microsoft Yahei, 微软雅黑, Serif; |
Line 18: |
Line 16: |
| font-family: Yu Gothic, 遊ゴシック, Meiryo, メイリオ, Serif; | | font-family: Yu Gothic, 遊ゴシック, Meiryo, メイリオ, Serif; |
| } | | } |
| + | |
| /* Sitenotice AutoScroll CSS */ | | /* Sitenotice AutoScroll CSS */ |
| #scrollDiv{ | | #scrollDiv{ |
Line 31: |
Line 30: |
| } | | } |
| | | |
| + | /* For template documentation */ |
| + | .template-documentation { |
| + | clear: both; |
| + | margin: 1em 0 0 0; |
| + | border: 1px solid #aaa; |
| + | background-color: #ecfcf4; |
| + | padding: 1em; |
| + | } |
| + | |
| + | /* Navbox Layout */ |
| + | table.navbox + table.navbox { |
| + | /* Single pixel border between adjacent navboxes */ |
| + | margin-top: -1px; /* (doesn't work for IE6, but that's okay) */ |
| + | } |
| + | |
| + | .navbox-title, |
| + | .navbox-abovebelow, |
| + | table.navbox th { |
| + | text-align: center; /* Title and above/below styles */ |
| + | padding-left: 1em; |
| + | padding-right: 1em; |
| + | } |
| + | |
| + | .navbox-group { /* Group style */ |
| + | white-space: nowrap; |
| + | text-align: right; |
| + | font-weight: bold; |
| + | padding-left: 1em; |
| + | padding-right: 1em; |
| + | } |
| + | |
| + | .navbox-list { |
| + | text-align: left; |
| + | } |
| + | |
| + | .collapseButton { /* 'show'/'hide' buttons created dynamically */ |
| + | float: right; /* by the CollapsibleTables javascript in */ |
| + | font-weight: normal; /* [[MediaWiki:Common.js]]are styled here */ |
| + | text-align: right; /* so they can be customised. */ |
| + | width: auto; |
| + | } |
| + | |
| + | .navbox .collapseButton { /* In navboxes, the show/hide button balances */ |
| + | width: 6em; /* the vde links from [[Template:Tnavbar]], */ |
| + | } /* so they need to be the same width. */ |
| + | |
| + | .navbox-title, .navbox-above, .navbox-below { |
| + | padding-left: 1em; |
| + | padding-right: 1em; |
| + | text-align: center; |
| + | } |
| + | |
| + | /* Navbox Colors */ |
| + | .navbox, .navbox-subgroup { |
| + | background: #fdfdfd; /* Background color */ |
| + | } |
| + | .navbox-list { |
| + | border-color: #fdfdfd; /* Must match background color */ |
| + | } |
| + | .navbox-title, |
| + | table.navbox th { |
| + | background:#CEDAFF; /* Level 1 color */ |
| + | } |
| + | .navbox-abovebelow, |
| + | .navbox-group, |
| + | .navbox-subgroup .navbox-title { |
| + | background: #DDE6FF; /* Level 2 color */ |
| + | } |
| + | .navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow { |
| + | background: #DDE6FF; /* Level 3 color */ |
| + | } |
| + | .navbox-even { |
| + | background: #f7f7f7; /* Even row striping */ |
| + | } |
| + | .navbox-odd { |
| + | background: transparent; /* Odd row striping */ |
| + | } |
| | | |
| /* Mark redirects in Special:Allpages and Special:Watchlist | | /* Mark redirects in Special:Allpages and Special:Watchlist |