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 */ 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; } li { margin-top:0.5em; margin-bottom:0.5em; }