|
|
Line 1: |
Line 1: |
− | <pre>/** CSS placed here will be applied to all skins */
| + | /** CSS placed here will be applied to all skins */ |
| | | |
| table.diff | | table.diff |
Line 25: |
Line 25: |
| font-weight: bold; | | font-weight: bold; |
| } | | } |
− |
| |
− |
| |
− | /* Colour of pseudo NS Special (light grey) */
| |
− |
| |
− | .ns--2 #content, .ns--2 #p-cactions li, .ns--2 #p-cactions li a { background: #F8FCFF; }
| |
− | .ns--2 div.thumb { border-color: #f4f4f4; }
| |
− |
| |
− | /* Colour of NS Project + Project_talk (light sky blue) */
| |
− |
| |
− | .ns-4 #content, .ns-4 #p-cactions li, .ns-4 #p-cactions li a { background: #F8FCFF; }
| |
− | .ns-4 div.thumb { border-color: #f8fcff; }
| |
− |
| |
− | .ns-5 #content, .ns-5 #p-cactions li, .ns-5 #p-cactions li a { background: #F8FCFF; }
| |
− | .ns-5 div.thumb { border-color: #f8fcff; }
| |
− |
| |
− | /* Colour of NS MediaWiki + MediaWiki_talk (light grey) */
| |
− |
| |
− | .ns-8 #content, .ns-8 #p-cactions li, .ns-8 #p-cactions li a { background: #F8FCFF; }
| |
− | .ns-8 div.thumb { border-color: #f4f4f4; }
| |
− |
| |
− | .ns-9 #content, .ns-9 #p-cactions li, .ns-9 #p-cactions li a { background: #F8FCFF; }
| |
− | .ns-9 div.thumb { border-color: #f4f4f4; }
| |
− |
| |
− |
| |
− |
| |
− | /* Colour of NS Manual + Manual_talk (light bluish violet) */
| |
− |
| |
− | .ns-100 #content, .ns-100 #p-cactions li, .ns-100 #p-cactions li a { background: #F8FCFF; }
| |
− | .ns-100 div.thumb { border-color: #f3f3ff; }
| |
− |
| |
− | .ns-101 #content, .ns-101 #p-cactions li, .ns-101 #p-cactions li a { background: #F8FCFF; }
| |
− | .ns-101 div.thumb { border-color: #f3f3ff; }
| |
− |
| |
− | /***** BACKGROUND AND BORDER COLORS FOR CONTENT *****/
| |
− |
| |
− | /* Border colors */
| |
− |
| |
− | .borderc1 { border-color: #e9e9e9; border-width:thin; } /* light grey */
| |
− |
| |
− | .borderc2 { border-color: #aaaaaa; border-width:thin; } /* grey (as toc) */
| |
− |
| |
− | .borderc3 { border-color: #777777; border-width:thin; } /* dark grey */
| |
− |
| |
− | .borderc4 { border-color: #000000; border-width:thin; } /* black */
| |
− |
| |
− | .borderc5 { border-color: #c00000; border-width:thin; } /* red */
| |
− |
| |
− | .borderc6 { border-color: #025e9d; border-width:thin; } /* blue */
| |
− |
| |
− | .borderc7 { border-color: #008040; border-width:thin; } /* green */
| |
− |
| |
− | .borderc8 { border-color: #ffcc00; border-width:thin; } /* yellow */
| |
− |
| |
− | /* Background colors */
| |
− |
| |
− | .backgroundc1 { background-color: #F8FCFF; } /* white */
| |
− |
| |
− | .backgroundc2 { background-color: #F8FCFF; } /* light grey (as toc) */
| |
− |
| |
− | .backgroundc3 { background-color: #F8FCFF; } /* light grey (headers) */
| |
− |
| |
− | .backgroundc4 { background-color: #F8FCFF; } /* more grey */
| |
− |
| |
− | .backgroundc5 { background-color: #F8FCFF; } /* more grey */
| |
− |
| |
− | .backgroundc6 { background-color: #F8FCFF; } /* more grey */
| |
− |
| |
− | .backgroundc7 { background-color: #F8FCFF; } /* darker grey */
| |
− | </pre>
| |