MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
. | .infobox { | ||
border: 1px solid #a2a9b1; | |||
background-color: #f8f9fa; | |||
width: 22em; | |||
font-size: 90%; | |||
line-height: 1.4em; | |||
float: right; | |||
margin: 0 0 1em 1em; | |||
padding: 0.2em; | |||
} | } | ||
. | .infobox th { | ||
background-color: #eaecf0; | |||
padding: 0.3em; | |||
text-align: left; | |||
} | |||
.infobox td { | |||
padding: 0.3em; | |||
} | } | ||
Latest revision as of 14:45, 20 January 2026
/* CSS placed here will be applied to all skins */
.infobox {
border: 1px solid #a2a9b1;
background-color: #f8f9fa;
width: 22em;
font-size: 90%;
line-height: 1.4em;
float: right;
margin: 0 0 1em 1em;
padding: 0.2em;
}
.infobox th {
background-color: #eaecf0;
padding: 0.3em;
text-align: left;
}
.infobox td {
padding: 0.3em;
}