MediaWiki:Common.css
From Blood Wiki
(Difference between revisions)
| Line 38: | Line 38: | ||
font-weight: normal; | font-weight: normal; | ||
/* @noflip */ | /* @noflip */ | ||
| + | } | ||
| + | |||
| + | /* Table head */ | ||
| + | mw-content-text th | ||
| + | { | ||
| + | background-color: #EEE; | ||
} | } | ||
Revision as of 02:00, 18 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.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 */
mw-content-text th
{
background-color: #EEE;
}