MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
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 */ | ||
/* This changes the font used so IE can display arrows more properly */ | |||
body { font-family: "Arial Unicode Ms", Arial, sans-serif; } | |||
/* This can be used for forced page-break for prints */ | |||
div.vaihto {page-break-after: always} | |||
/* Standard Navigationsleisten, aka box hiding thingy from .de.*/ | |||
div.Boxmerge, div.NavFrame { | |||
margin: 10px; | |||
padding: 0px; | |||
border: 0px solid #aaaaaa; | |||
text-align: center; | |||
border-collapse: collapse; | |||
font-size: 100%; | |||
} div.Boxmerge 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: #ffffff; | |||
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: 0px; | |||
padding: 0px; | |||
line-height: 1px; | |||
clear: both; | |||
} a.NavToggle { | |||
position:left; | |||
top:0px; | |||
right:3px; | |||
font-weight:normal; | |||
font-size:smaller; | |||
} |
Revision as of 07:02, 30 August 2006
/* edit this file to customize the monobook skin for the entire site */
/* This changes the font used so IE can display arrows more properly */
body { font-family: "Arial Unicode Ms", Arial, sans-serif; }
/* This can be used for forced page-break for prints */
div.vaihto {page-break-after: always}
/* Standard Navigationsleisten, aka box hiding thingy from .de.*/
div.Boxmerge, div.NavFrame {
margin: 10px;
padding: 0px;
border: 0px solid #aaaaaa;
text-align: center;
border-collapse: collapse;
font-size: 100%;
} div.Boxmerge 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: #ffffff;
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: 0px;
padding: 0px;
line-height: 1px;
clear: both;
} a.NavToggle {
position:left;
top:0px;
right:3px;
font-weight:normal;
font-size:smaller;
}