MediaWiki:Common.css
The Emma M. Lion Wiki
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* infoboxes */
table.infobox {
border-collapse: collapse;
border-bottom: 1px solid #ccc;
background-color: white;
}
.infobox th{
border-bottom: 1px solid #ccc;
}
.infobox tr{
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}
.infobox td,
.infobox th{
padding: 4px;
}
.infobox tr.title th,
.infobox th.title {
color: #000;
text-align: center;
}
.infobox td.key{
width: 15%;
margin: 2px;
}
.infobox .key div{
font-size: 100%;
white-space: nowrap;
background-color: rgba(51,102,204,.16);
text-align: center;
width: 100%;
font-weight: bold;
padding: .16rem;
}
.infobox.side {
width: 22em;
float: right;
margin-left: 0.5em;
}
.infobox td {
font-size: 90%;
text-align: left;
}