MediaWiki:Common.css
Jump to navigation
Jump to search
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */ /** * * Main * */ /*body { font-family: Berlin Sans FB, Lucida Sans Unicode, Arial Black; font-size:14pt; color:#8A2BE2; /* Blue Violet */ /*color:#4B0082;*//* Indigo */ background-color:#000000; } textarea { width: 100%; } #wrapper { width: 960px; margin: 0px auto; padding: 0px; }*/ /*.textarea-wrapper { margin: 5px 0; padding: 3px; }*/ /** * * Links * */ a:link { color:#9370DB; /* MediumPurple */ } a:visited { color:#4B0082; /* Indigo */ } a:hover { color:#800080; /* Purple */ } a:active { color:#E6E6FA; /* Lavender */ } /** * * Tag Globals and Classes * */ ol { /*margin:0; padding:0;*/ } ol.one { list-style-type:upper-roman; /*font-size:36pt; margin-top:0px; margin-left:25px;*/ } /* I. */ ol.two { list-style-type:upper-alpha; /* upper-latin */ /*font-size:28pt; margin-left:15px;*/ } /* A. */ ol.three { list-style-type:decimal; /* decimal-leading-zero */ /*font-size:20pt;*/ } /* 1. */ ol.four { list-style-type:lower-alpha; /* lower-latin */ /*font-size:16pt;*/ } /* a. */ ol.five { list-style-type:lower-roman; /*font-size:14pt;*/ } /* i. */ ol.six { list-style-type:lower-greek; /*font-size:12pt;*/ } ol.seven { list-style-type:armenian; /*font-size:10pt;*/ } ol.eight { list-style-type:georgian; /*font-size:8pt;*/ } ol.nine { list-style-type:hebrew; /*font-size:8pt;*/ } ol.ten { list-style-type:cjk-ideographic; /*font-size:8pt;*/ } ol.monospace { font-family: Courier; } /*li { margin-top:0.5em; margin-bottom:0.5em; }*/ /*li.defaultfont { font-family:Berlin Sans FB, Lucida Sans Unicode, Arial Black; }*/ /** * -0.10em for Google Chrome to display correctly */ /*dl { margin-top:-0.10em; margin-bottom:-0.10em; /*margin-bottom:5px;*/ }*/ /* dt { } */ /*dd { margin-left:0em; }*/ /** * * Globals * */ .normal { font-size:14pt; margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:0px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; }