MediaWiki:Elysiumdark.css: Difference between revisions

From Vampire V5

No edit summary
No edit summary
Line 30: Line 30:
.prettytable caption {
.prettytable caption {
     font-weight: bold;
     font-weight: bold;
background-color: #A12727;
color: #fff;
}
}

Revision as of 09:02, 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;
}

.wikitable caption,
.prettytable caption {
    font-weight: bold;
}