MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
m Smaller title, narrower box |
m Little larger font |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
.infobox { | .infobox { | ||
background: # | background: #ffffcc; | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
float: right; | float: right; | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
padding: 1em; | padding: 1em; | ||
width: | width: 400px; | ||
font-size: 0.9em; | |||
} | } | ||
.infobox-title { | .infobox-title { | ||
Latest revision as of 02:58, 3 June 2021
/* CSS placed here will be applied to all skins */
.infobox {
background: #ffffcc;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 400px;
font-size: 0.9em;
}
.infobox-title {
font-size: 1.5em;
font-weight: bold;
text-align: center;
}
.infobox-image {
text-align: center;
}
.infobox th {
text-align: left;
vertical-align: top;
width: 120px;
}
.infobox td {
vertical-align: top;
}