MediaWiki:Elysiumdark.css: Difference between revisions
From Vampire V5
Keira Kelly (talk | contribs) No edit summary |
Keira Kelly (talk | contribs) No edit summary |
||
| (15 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
.infobox { | .infobox { | ||
border: 1px solid #600909; | border: 1px solid #600909; | ||
background-color: # | background-color: #222; | ||
color: #fff; | color: #fff; | ||
margin: 0.5em 0 0.5em 1em; | margin: 0.5em 0 0.5em 1em; | ||
| Line 8: | Line 8: | ||
clear: right; | clear: right; | ||
font-size: 80%; | font-size: 80%; | ||
font-size: 1em; | |||
} | } | ||
| Line 13: | Line 14: | ||
.infobox th { | .infobox th { | ||
vertical-align: top; | vertical-align: top; | ||
color: # | color: #C9AEAC; | ||
font-size: 1em; | |||
} | } | ||
.infobox caption { | .infobox caption { | ||
font-size: larger; | font-size: larger; | ||
background-color: # | } | ||
.infobox.standard-talk { | |||
border: 1px solid #c0c090; | |||
background-color: #A12727; | |||
color: #fff; | |||
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;
}