|
|
| Line 1: |
Line 1: |
| /* CSS placed here will affect users of the Vector skin */ | | /* CSS placed here will affect users of the Vector skin */ |
|
| |
| /**
| |
| * Use open fonts.
| |
| */
| |
| body, .body {
| |
| font-family: "Open Sans", "Trebuchet MS", sans-serif;
| |
| }
| |
| h1, h2, h3, h4, h5, h6, .huge, .large {
| |
| font-family: "Open Sans Light", "Open Sans", "Trebuchet MS", sans-serif;
| |
| }
| |
| pre, code, tt, kbd, samp, textarea, .mw-code {
| |
| font-family: Fira Mono, monospace;
| |
| }
| |
|
| |
| /**
| |
| * Sandstone background.
| |
| */
| |
| body {
| |
| background: url('//www.mozilla.org/media/img/sandstone/bg-gradient-sand.png') repeat-x scroll 0% 0%, url('//www.mozilla.org/media/img/sandstone/bg-sand.png') repeat scroll 0% 0%, none repeat scroll 0% 0% #F5F1E8;
| |
| }
| |
|
| |
|
| /** | | /** |
| Line 63: |
Line 43: |
| font-weight: bold; | | font-weight: bold; |
| } | | } |
|
| |
| #mw-page-base {
| |
| background: none;
| |
| }
| |
| div#mw-head {
| |
| background: none;
| |
| }
| |
| div#mw-panel div.portal div.body ul li a { color: rgb(0,150,221); }
| |
| div#mw-panel div.portal div.body ul li a:hover, div#mw-panel div.portal div.body ul li a:visited { color: rgb(0,83,159); }
| |
| a, a.external, a.free { color: rgb(0,150,221); }
| |
| a:hover, a:visited, a.external:visited, a.free:visited { color: rgb(0,83,159); }
| |
| a.new, a.new:hover {color: rgb(175,50,50);}
| |
|
| |
|
| /** | | /** |