User:Sur/vector.css: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
Sur (talk | contribs)
m moved to common
Tag: Blanking
Sur (talk | contribs)
m hero infobox initial
 
Line 1: Line 1:
.infobox-hero {
    color: #FFEFD7;
    background-color: #2F2F2F;
    font-weight: bold;
    font-family: 'PT Serif', 'Palatino', 'Georgia', serif;
    width: 100%;
}


.infobox-hero th,
.infobox-hero td {
    color: #999999;
    background-color: #2F2F2F;
    padding: 0.5em;
}
.infobox-hero .title {
    font-size: 25px;
    text-shadow: 0px 0px 4px black;
    text-align: center;
    padding: 0.5em;
    display: flex;
    justify-content: space-between;
}
.infobox-hero .card-image {
    padding: 0;
    background-color: #a79986;
}
.infobox-hero .stat-title {
    font-size: 14px;
    font-style: italic;
    text-shadow: 0px 0px 4px black;
    text-align: center;
}
.infobox-hero .section-header {
    background-color: #d5903f;
    font-size: 16px;
    text-shadow: 0px 0px 4px black;
    border-bottom: none;
}
.infobox-hero .vitality-header {
    background-color: #74b01c;
    font-size: 16px;
}
.infobox-hero .hero-stat {
    color: #999999;
    background-color: #2F2F2F;
}

Latest revision as of 20:23, 20 September 2024

.infobox-hero {
    color: #FFEFD7;
    background-color: #2F2F2F;
    font-weight: bold;
    font-family: 'PT Serif', 'Palatino', 'Georgia', serif;
    width: 100%;
}

.infobox-hero th,
.infobox-hero td {
    color: #999999;
    background-color: #2F2F2F;
    padding: 0.5em;
}

.infobox-hero .title {
    font-size: 25px;
    text-shadow: 0px 0px 4px black;
    text-align: center;
    padding: 0.5em;
    display: flex;
    justify-content: space-between;
}

.infobox-hero .card-image {
    padding: 0;
    background-color: #a79986;
}

.infobox-hero .stat-title {
    font-size: 14px;
    font-style: italic;
    text-shadow: 0px 0px 4px black;
    text-align: center;
}

.infobox-hero .section-header {
    background-color: #d5903f;
    font-size: 16px;
    text-shadow: 0px 0px 4px black;
    border-bottom: none;
}

.infobox-hero .vitality-header {
    background-color: #74b01c;
    font-size: 16px;
}

.infobox-hero .hero-stat {
    color: #999999;
    background-color: #2F2F2F;
}