MediaWiki:Common.css
From Blood Wiki
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
- Konqueror: Click Reload or press F5
- Opera: Clear the cache in Tools → Preferences
/* Content Showing/Hiding */ div.NavFrame { margin: 0; padding: 6px; border: 1px solid #aaa; text-align: left; border-collapse: collapse; } div.NavFrame + div.NavFrame { border-top-style: none; border-top-style: hidden; } div.NavPic { background-color: #fff; margin: 0; padding: 2px; /* @noflip */ float: left; } div.NavFrame div.NavHead { height: 1.6em; font-weight: bold; position: relative; } div.NavEnd { margin: 0; padding: 0; line-height: 1px; clear: both; } a.NavToggle { font-weight: normal; /* @noflip */ } /* Table head */ table { margin-bottom: 10px; } th, .shadow { background-color: #EEE; } /* blood omen enemies */ .bo_bg_ave { background-image: url(images/static/bo_bg_ave.gif); } .bo_bg_bastion { background-image: url(images/static/bo_bg_bastion.gif); } .bo_bg_cave { background-image: url(images/static/bo_bg_cave.gif); } .bo_bg_cave2 { background-image: url(images/static/bo_bg_cave2.gif); } .bo_bg_choppin { background-image: url(images/static/bo_bg_choppin.gif); } .bo_bg_collector { background-image: url(images/static/bo_bg_collector.gif); } .bo_bg_crypt1 { background-image: url(images/static/bo_bg_crypt1.gif); } .bo_bg_crypt2 { background-image: url(images/static/bo_bg_crypt2.gif); } .bo_bg_crypt3 { background-image: url(images/static/bo_bg_crypt3.gif); } .bo_bg_dung { background-image: url(images/static/bo_bg_dung.gif); } .bo_bg_dung2 { background-image: url(images/static/bo_bg_dung2.gif); } .bo_bg_dung3 { background-image: url(images/static/bo_bg_dung3.gif); } .bo_bg_eden { background-image: url(images/static/bo_bg_eden.gif); } .bo_bg_eden2 { background-image: url(images/static/bo_bg_eden2.gif); } .bo_bg_grv { background-image: url(images/static/bo_bg_grv.gif); } .bo_bg_house1 { background-image: url(images/static/bo_bg_house1.gif); } .bo_bg_house2 { background-image: url(images/static/bo_bg_house2.gif); } .bo_bg_inn { background-image: url(images/static/bo_bg_inn.gif); } .bo_bg_out { background-image: url(images/static/bo_bg_out.gif); } .bo_bg_out2 { background-image: url(images/static/bo_bg_out2.gif); } .bo_bg_smith { background-image: url(images/static/bo_bg_smith.gif); } .bo_bg_tower { background-image: url(images/static/bo_bg_tower.gif); } .bo_bg_wall { background-image: url(images/static/bo_bg_wall.gif); } .bo_bg_willen { background-image: url(images/static/bo_bg_willen.gif); }