MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Replaced content with "→CSS placed here will be applied to all skins: " Tag: Replaced |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.infobox { | |||
float: right; | |||
clear: right; | |||
margin: 0.5em 0 1em 1em; | |||
padding: 0.2em; | |||
} | |||
.infobox caption, | |||
.infobox-title { | |||
font-size: 125%; | |||
font-weight: bold; | |||
text-align: center; | |||
padding: 0.2em; | |||
} | |||
.infobox td, .infobox th { | |||
vertical-align: top; | |||
padding: 0.2em 0.6em; | |||
} | |||
.infobox th { | |||
text-align: left; | |||
background: #eaecf0; | |||
width: 40%; | |||
} | |||
.infobox-image { | |||
text-align: center; | |||
padding: 0.4em 0; | |||
} | |||
Revision as of 09:40, 24 April 2026
/* CSS placed here will be applied to all skins */
.infobox {
float: right;
clear: right;
margin: 0.5em 0 1em 1em;
padding: 0.2em;
}
.infobox caption,
.infobox-title {
font-size: 125%;
font-weight: bold;
text-align: center;
padding: 0.2em;
}
.infobox td, .infobox th {
vertical-align: top;
padding: 0.2em 0.6em;
}
.infobox th {
text-align: left;
background: #eaecf0;
width: 40%;
}
.infobox-image {
text-align: center;
padding: 0.4em 0;
}