Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Morbus Iff (talk | contribs) |
Morbus Iff (talk | contribs) |
||
| Line 11: | Line 11: | ||
#bodyContent p+p { | #bodyContent p+p { | ||
text-indent: 2.5em; | text-indent: 2.5em; | ||
| + | } | ||
| + | |||
| + | .infobox { | ||
| + | background-color: #f9f9f9; | ||
| + | border: 1px solid #aaa; | ||
| + | clear: right; | ||
| + | color: #000; | ||
| + | float: right; | ||
| + | margin-bottom: 0.5em; | ||
| + | margin-left: 1em; | ||
| + | padding: 0.2em; | ||
| + | } | ||
| + | |||
| + | .infobox td, | ||
| + | .infobox th { | ||
| + | vertical-align: top; | ||
} | } | ||
Revision as of 13:46, 17 July 2009
/* CSS placed here will be applied to all skins */
#content {
font-family: Georgia, serif;
}
#bodyContent {
font-size: 115%;
}
#bodyContent p+p {
text-indent: 2.5em;
}
.infobox {
background-color: #f9f9f9;
border: 1px solid #aaa;
clear: right;
color: #000;
float: right;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
}
.infobox td,
.infobox th {
vertical-align: top;
}
#footer {
height: 26px;
}
#footer ul {
margin-top: 0.8em;
}
#footer img {
margin-top: 4px;
}