MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Juha Villman (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
/* This changes the font used so IE can display arrows more properly */ | /* This changes the font used so IE can display arrows more properly */ | ||
body { font-family: "Arial Unicode Ms", Arial, sans-serif; } | /*body { font-family: "Arial Unicode Ms", Arial, sans-serif; }*/ | ||
/* This can be used for forced page-break for prints */ | /* This can be used for forced page-break for prints */ |
Latest revision as of 09:31, 13 December 2007
/* 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;
}
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
}
#content {
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
}
div.pBody {
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 1em;
}
/* same following the css3 draft specs, any browsers supporting this? */
#p-cactions ul li, #p-cactions ul li a {
border-radius-topleft: 1em;
border-radius-topright: 1em;
}
#content {
border-radius-topleft: 1em;
border-radius-bottomleft: 1em;
}
div.pBody {
border-radius-topright: 1em;
border-radius-bottomright: 1em;
}