Difference between revisions of "MediaWiki:Common.css"
From Coastal Wiki
| Line 56: | Line 56: | ||
line-height:6px; | line-height:6px; | ||
} | } | ||
| − | |||
| − | |||
Revision as of 16:48, 24 September 2014
/* Standard Navigationsleisten, aka box hiding thingy from .de. Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
margin: 0;
padding: 4px;
border: 1px solid #aaa;
text-align: left;
border-collapse: collapse;
font-size: 95%;
}
div.NavFrame + div.NavFrame {
border-top-style: none;
border-top-style: hidden;
}
div.NavPic {
background-color: #fff;
margin: 0;
padding: 2px;
float: left;
}
div.NavFrame div.NavHead {
height: 1.6em;
font-weight: bold;
position:relative;
}
div.NavFrame p {
font-size: 100%;
}
div.NavFrame div.NavContent {
font-size: 100%;
}
div.NavFrame div.NavContent p {
font-size: 100%;
}
div.NavEnd {
margin: 0;
padding: 0;
line-height: 1px;
clear: both;
}
a.NavToggle {
position: absolute;
top: 0;
right: 3px;
font-weight: normal;
font-size: 90%;
}
/*daphnis 20140924 for traits wiki*/
.hidetitlesemantictree strong.selflink {
display:none;
}
.hidetitlesemantictree p
{
margin:0px;
line-height:6px;
}