MediaWiki:Common.css
From Blood Wiki
(Difference between revisions)
m |
|||
(14 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
/* Content Showing/Hiding */ | /* Content Showing/Hiding */ | ||
− | div.NavFrame { | + | div.NavFrame |
+ | { | ||
margin: 0; | margin: 0; | ||
− | padding: | + | padding: 6px; |
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
− | text-align: | + | text-align: left; |
border-collapse: collapse; | border-collapse: collapse; | ||
− | |||
− | |||
} | } | ||
− | div.NavFrame + div.NavFrame { | + | div.NavFrame + div.NavFrame |
+ | { | ||
border-top-style: none; | border-top-style: none; | ||
border-top-style: hidden; | border-top-style: hidden; | ||
} | } | ||
− | div.NavPic { | + | div.NavPic |
+ | { | ||
background-color: #fff; | background-color: #fff; | ||
margin: 0; | margin: 0; | ||
Line 20: | Line 21: | ||
float: left; | float: left; | ||
} | } | ||
− | div.NavFrame div.NavHead { | + | div.NavFrame div.NavHead |
+ | { | ||
height: 1.6em; | height: 1.6em; | ||
font-weight: bold; | font-weight: bold; | ||
− | |||
position: relative; | position: relative; | ||
} | } | ||
− | div. | + | div.NavEnd |
− | + | { | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
Line 37: | Line 34: | ||
clear: both; | clear: both; | ||
} | } | ||
− | a.NavToggle { | + | a.NavToggle |
− | + | { | |
− | + | ||
− | + | ||
− | + | ||
font-weight: normal; | 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); } |
Latest revision as of 22:25, 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 */ .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); }