MediaWiki:Elysiumdark.css: Difference between revisions
From Vampire V5
Keira Kelly (talk | contribs) No edit summary |
Keira Kelly (talk | contribs) No edit summary |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 8: | Line 8: | ||
clear: right; | clear: right; | ||
font-size: 80%; | font-size: 80%; | ||
font-size: | font-size: 1em; | ||
} | } | ||
| Line 15: | Line 15: | ||
vertical-align: top; | vertical-align: top; | ||
color: #C9AEAC; | color: #C9AEAC; | ||
font-size: | font-size: 1em; | ||
} | } | ||
.infobox caption { | .infobox caption { | ||
| Line 24: | Line 24: | ||
background-color: #A12727; | background-color: #A12727; | ||
color: #fff; | color: #fff; | ||
font-size: | font-size: 1em; | ||
} | } | ||
Latest revision as of 09:31, 19 January 2019
.infobox {
border: 1px solid #600909;
background-color: #222;
color: #fff;
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
float: right;
clear: right;
font-size: 80%;
font-size: 1em;
}
.infobox td,
.infobox th {
vertical-align: top;
color: #C9AEAC;
font-size: 1em;
}
.infobox caption {
font-size: larger;
}
.infobox.standard-talk {
border: 1px solid #c0c090;
background-color: #A12727;
color: #fff;
font-size: 1em;
}