Difference between revisions of "MediaWiki:Monobook.css"

From IridiaWiki
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
/* edit this file to customize the monobook skin for the entire site */
 
/* edit this file to customize the monobook skin for the entire site */
/* Import de la palette de navigation de de: */
 
div.BoxenVerschmelzen, div.NavFrame {
 
margin:0px;
 
padding:2px;
 
border:1px solid #AAAAAA;
 
text-align:center;
 
border-collapse:collapse;
 
font-size:95%;
 
}
 
 
div.BoxenVerschmelzen div.NavFrame {
 
border-style:none;
 
border-style:hidden;
 
}
 
 
div.NavFrame + div.NavFrame {
 
border-top-style:none;
 
border-top-style:hidden;
 
}
 
 
div.NavPic {
 
background-color:#FFFFFF;
 
margin:0px;
 
padding:2px;
 
float:left;
 
}
 
 
div.NavFrame div.NavHead {
 
height:1.6em;
 
font-weight:bold;
 
font-size:100%;
 
background-color:#EFEFEF;
 
}
 
 
div.NavFrame p {
 
font-size:100%;
 
}
 
 
div.NavFrame div.NavContent {
 
font-size:100%;
 
}
 
 
div.NavFrame div.NavContent p {
 
font-size:100%;
 
}
 
 
div.NavEnd {
 
margin:0px;
 
padding:0px;
 
line-height:1px;
 
clear:both;
 
}
 
 
.NavToggle {
 
font-size: x-small;
 
float:right;
 
 
}
 

Latest revision as of 21:41, 14 February 2006

/* edit this file to customize the monobook skin for the entire site */