MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with '.noticebox { -moz-border-radius: 1em; -webkit-border-radius: 1em; background: #cde; padding: 5px; } .toc { -moz-border-radius: 1em; } /* make a few corners round, only s...') |
No edit summary |
||
Line 33: | Line 33: | ||
padding-top: 4px; | padding-top: 4px; | ||
valign: top; | valign: top; | ||
} | |||
.1oclock { | |||
float:right; | |||
margin-right: 5em; | |||
width: 10em; | |||
} | |||
.2oclock { | |||
float:right; | |||
margin-right: 5em; | |||
width: 10em; | |||
} | |||
.3oclock { | |||
float:right; | |||
margin-right: 5em; | |||
width: 10em; | |||
} | |||
.4oclock { | |||
float:right; | |||
margin-right: 5em; | |||
width: 10em; | |||
} | } |
Revision as of 19:51, 12 July 2010
.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;
}
.1oclock {
float:right;
margin-right: 5em;
width: 10em;
}
.2oclock {
float:right;
margin-right: 5em;
width: 10em;
}
.3oclock {
float:right;
margin-right: 5em;
width: 10em;
}
.4oclock {
float:right;
margin-right: 5em;
width: 10em;
}