Monobook.css
Talk0
95pages on
this wiki
this wiki
MediaWiki page
Note: After saving, you have to bypass your browser's cache to see the changes.
- Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button, or press Ctrl+F5.
- Firefox: hold down the Shift key while clicking Reload; alternatively press Ctrl+F5 or Ctrl-Shift-R.
- Opera users have to clear their caches through Tools→Preferences
- Konqueror and Safari users can just click the Reload button.
- Chrome: press Ctrl+F5 or Shift+F5
/* This page contains custom CSS for the tovid wiki. (http://tovid.wikia.com/skins/monobook/main.css) */ body { background: #C0D0E0 } h1 { font-weight: bold } h2 { background: #FAFAFF; color: #605; font-size: 28px; border-width: 2px 0; border-style: solid; border-color: #88D; margin: 1.5em 0; padding: 0.5em 0; } h3 { font-weight: normal; color: #060; margin: 1em 0; padding: 0.3em 0; font-size: 24px; border-bottom: solid 1px #090; } h4 { border-bottom: 1px dotted grey; } /* Section [edit] button style (for future use) .editsection {} */ p { text-align: justify; margin: 1em 0; } pre { border: 1px solid #CCC; background: #FFE; overflow: auto; } code { background: #F0F0F0; } table { border: 1px solid black; border-spacing: 0 } th, td { border: 1px dotted grey; padding: 0.2em } th { background: #F0FFF0 } /* Main Page styles */ .hotbox { text-align: left; background: #F0E8FF; border: 2px groove #72F; margin: 1em; padding: 0.5em 1em; } /* Other block styles */ .note { clear: both; background: #F0F0FF; border: 1px dotted grey; font-size: 85%; padding: 0.5em 1em; margin: 1em; } .metanote { width: 70%; background: #FFE; border: 1px solid #F90; padding: 0.5em 1em; margin: 1em; } .translations { font-size: 85%; border: 2px dotted grey; padding: 0.5em; margin: 0.5em; } /* Definition lists */ dl { margin: 0 1em; } dt { margin: 0.5em; } /* Discussion comments indented using :: */ dd:first-child { background: transparent; border-left: 1px solid #33A; padding: 0.5em 1em; margin: 0 0.5em; }