User:Sur/vector.css

From Deadlock Wiki
Revision as of 20:23, 20 September 2024 by Sur (talk | contribs) (hero infobox initial)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.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;
}