MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
background-image:url('/ov.png'); | background-image:url('/ov.png'); | ||
background-repeat:no-repeat; | background-repeat:no-repeat; | ||
width: | width: 200px; | ||
height: | height: 125px; | ||
} | } | ||
.olink { | .olink { | ||
top: 60px; | magin-top: 60px; | ||
text-align: center; | text-align: center; | ||
font-size: 150%; | |||
font-style: bold; | font-style: bold; | ||
} | } |
Revision as of 21:02, 12 July 2010
.splashmain {
float: left;
width: 500px;
}
.oclock {
position: absolute;
background-image:url('/ov.png');
background-repeat:no-repeat;
width: 200px;
height: 125px;
}
.olink {
magin-top: 60px;
text-align: center;
font-size: 150%;
font-style: bold;
}
.noticebox {
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
background: #cde;
padding: 5px;
}
.toc {
-moz-border-radius: 1em;
}
/* 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: .5em;
-webkit-border-radius: .5em;
border: none;
}
#content {
-moz-border-radius-bottomleft: 1em;
-moz-border-radius-topleft: 1em;
-webkit-border-bottom-left-radius: 1em;
-webkit-border-top-left-radius: 1em;
border: none;
min-height: 400px;
}
div.pBody {
-moz-border-radius-bottomright: 1em;
-moz-border-radius-topright: 1em;
-webkit-border-bottom-right-radius: 1em;
-webkit-border-top-right-radius: 1em;
background: white;
border: none;
padding-top: 4px;
valign: top;
}