MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Changed background color from #eee gray to #cccc66 yellow |
m Changed to #ffff99 yellow |
||
| Line 2: | Line 2: | ||
.infobox { | .infobox { | ||
background: # | background: #ffff99; | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
float: right; | float: right; | ||
Revision as of 05:54, 2 June 2021
/* CSS placed here will be applied to all skins */
.infobox {
background: #ffff99;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 400px;
}
.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;
}