MediaWiki:Common.css
From Blood Wiki
(Difference between revisions)
m |
|||
Line 49: | Line 49: | ||
background-color: #EEE; | background-color: #EEE; | ||
} | } | ||
+ | /* blood omen enemies */ | ||
+ | div.bo_bg_out { background-image: url(images/static/bo_bg_ave.gif); } | ||
+ | div.bo_bg_bastion { background-image: url(images/static/bo_bg_bastion.gif); } |
Revision as of 22:09, 28 November 2012
/* 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 */ div.bo_bg_out { background-image: url(images/static/bo_bg_ave.gif); } div.bo_bg_bastion { background-image: url(images/static/bo_bg_bastion.gif); }