MediaWiki:Common.css
From Blood Wiki
(Difference between revisions)
| 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: left; | 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 19: | Line 21: | ||
float: left; | float: left; | ||
} | } | ||
| − | div.NavFrame div.NavHead { | + | div.NavFrame div.NavHead |
| − | height: 1. | + | { |
| + | height: 1.8em; | ||
font-weight: bold; | font-weight: bold; | ||
| − | background-color: # | + | background-color: #ffc; |
position: relative; | position: relative; | ||
} | } | ||
| − | div. | + | div.NavEnd |
| − | + | { | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
| Line 36: | Line 35: | ||
clear: both; | clear: both; | ||
} | } | ||
| − | a.NavToggle { | + | a.NavToggle |
| + | { | ||
font-weight: normal; | font-weight: normal; | ||
| + | /* @noflip */ | ||
} | } | ||
Revision as of 02:52, 15 July 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.8em;
font-weight: bold;
background-color: #ffc;
position: relative;
}
div.NavEnd
{
margin: 0;
padding: 0;
line-height: 1px;
clear: both;
}
a.NavToggle
{
font-weight: normal;
/* @noflip */
}