MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
.splashmain { | .splashmain { | ||
float: left; | float: left; | ||
width: 500px; | |||
} | } | ||
.oclock { | |||
clear:both; | |||
float:right; | |||
width: 10em; | |||
} | |||
.oclock1 { | .oclock1 { | ||
margin-right: 2em; | margin-right: 2em; | ||
} | } | ||
.oclock2 { | .oclock2 { | ||
margin-right: 1.5em; | margin-right: 1.5em; | ||
} | } | ||
.oclock3 { | .oclock3 { | ||
margin-right: 1em; | margin-right: 1em; | ||
} | } | ||
.oclock4 { | .oclock4 { | ||
margin-right: 1.5em; | margin-right: 1.5em; | ||
} | } | ||
.oclock5 { | .oclock5 { | ||
margin-right: 2em; | margin-right: 2em; | ||
} | } | ||
.noticebox { | .noticebox { |
Revision as of 20:21, 12 July 2010
.splashmain {
float: left;
width: 500px;
}
.oclock {
clear:both;
float:right;
width: 10em;
}
.oclock1 {
margin-right: 2em;
}
.oclock2 {
margin-right: 1.5em;
}
.oclock3 {
margin-right: 1em;
}
.oclock4 {
margin-right: 1.5em;
}
.oclock5 {
margin-right: 2em;
}
.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;
}