MediaWiki:Common.css
From OdleWiki
Revision as of 00:39, 26 May 2017 by Kenneth John Odle (talk | contribs) (Added Atticus Finch category image code)
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: 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 */ @import url(http://fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic); * {font-family: "Roboto", sans-serif;} div#content p, div#content li {font-size: 14px;} #toc *, .toc * {font-size: 1em;} /* Repair top links too far to left */ #left-navigation {margin-left: 12em;} code { background: #f6f6f6; color: #000066; padding: 18px margin: 12px 12px 12px 0; } .coltwo { -moz-column-count:2; /* Firefox */ -webkit-column-count:2; /* Safari and Chrome */ column-count:2; } .colthree { -moz-column-count:3; /* Firefox */ -webkit-column-count:3; /* Safari and Chrome */ column-count:3; } .colfour { -moz-column-count:4; /* Firefox */ -webkit-column-count:4; /* Safari and Chrome */ column-count:4; } .sample { border: solid 1px #9999ff; margin: 0px; padding: 10px; } .ns-200 div#Content { background: #fafaff; } /* Add space to Atticus Finch category image */ .page-Category_Atticus_Finch_Theme .thumbinner { padding: 1em; } .page-Category_Atticus_Finch_Theme .thumbimage { border: none; }