MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
.skin-theme-clientpref-night .infobox { | .skin-theme-clientpref-night .infobox { | ||
background: #333; | background: #333 !important; | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
} | } | ||
| Line 31: | Line 12: | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
float: right; | float: right; | ||
margin: 0 0 | margin: 0 0 .5em .5em; | ||
padding: 1em; | padding: 1em; | ||
width: | width: 250px; | ||
} | } | ||
.infobox-title { | .infobox-title { | ||
font-size: | font-size: 1.5em; | ||
text-align: center; | text-align: center; | ||
} | } | ||
Revision as of 14:54, 27 December 2024
/* CSS placed here will be applied to all skins */
.skin-theme-clientpref-night .infobox {
background: #333 !important;
border: 1px solid #aaa;
}
.infobox {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 .5em .5em;
padding: 1em;
width: 250px;
}
.infobox-title {
font-size: 1.5em;
text-align: center;
}
.infobox-image {
text-align: center;
}
.infobox-table th {
text-align: right;
vertical-align: top;
width: 120px;
}
.infobox-table td {
vertical-align: top;
}