MediaWiki:Common.css: Difference between revisions
The Emma M. Lion Wiki
OrangeJedi (talk | contribs) No edit summary |
OrangeJedi (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
/* infoboxes */ | /* infoboxes */ | ||
table.infobox { | table.infobox { | ||
border-collapse: collapse; | |||
border-bottom: 1px solid #aaa; | border-bottom: 1px solid #aaa; | ||
border-spacing: 1; | border-spacing: 1; | ||
Line 9: | Line 10: | ||
.infobox th{ | .infobox th{ | ||
border: none; | |||
border-bottom: 1px solid #aaa; | border-bottom: 1px solid #aaa; | ||
border-spacing: 1; | border-spacing: 1; | ||
} | } | ||
.infobox | .infobox td{ | ||
border-left: 1px solid #aaa; | border-left: 1px solid #aaa; | ||
border-right: 1px solid #aaa; | border-right: 1px solid #aaa; |
Revision as of 18:09, 3 February 2025
/* CSS placed here will be applied to all skins */
/* infoboxes */
table.infobox {
border-collapse: collapse;
border-bottom: 1px solid #aaa;
border-spacing: 1;
background-color: white;
}
.infobox th{
border: none;
border-bottom: 1px solid #aaa;
border-spacing: 1;
}
.infobox td{
border-left: 1px solid #aaa;
border-right: 1px solid #aaa;
}
.infobox td,
.infobox th{
padding: 4px;
}
.infobox th, .navbar th {
white-space: nowrap;
}
.infobox tr.title th,
.infobox th.title {
color: black;
text-align: center;
}
.infobox .key td {
text-align: left;
}
.infobox .key th {
width: 15%;
}
.infobox.side {
width: 22em;
float: right;
margin-left: 0.5em;
}
.infobox.side td {
font-size: 90%;
}