User:Ginpachi987/common.css

From Official Factorio Wiki
< User:Ginpachi987
Revision as of 11:09, 11 February 2020 by Ginpachi987 (talk | contribs) (Created page with ".navbox-inner { width: 100%; background: #303030; padding: 14px; margin: 4px auto; border-bottom: 1px solid #0e0000; border-top: 1px solid #6c5c4f;...")
(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.
.navbox-inner {
    width: 100%;
    background: #303030;
    padding: 14px;
    margin: 4px auto;
    border-bottom: 1px solid #0e0000;
    border-top: 1px solid #6c5c4f;
    border-left: 1px solid #292522;
    border-right: 1px solid #292522;
    box-sizing: border-box;
}
.navbox-inner tr {
    background: #403f40;
}

.navbox-inner tr td:first-child {
    text-align: right;
    padding-right: 2px;
}

.navbox-inner tr td:nth-child(2) {
    text-align: left;
    padding-left: 2px;
}

.navbox-inner tr:nth-child(2) {
    background: #303030;
}

.navbox-inner th {
    text-align: left;
    background: #303030;
    color: #f5d9b1;
    font-weight: bold;
    background: repeating-linear-gradient(90deg, #2b2b2b, #2b2b2b 2px, #383838 4px, #383838 6px);
}

.navbox-inner th div {
    display: inline-block;
    margin: -2px;
    font-size: 17px;
    padding-right: 6px;
    background: #303030;
    height: 24px;
}