v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

User:Tholurist/vector.css

From Dwarf Fortress Wiki
Revision as of 19:05, 11 January 2023 by Tholurist (talk | contribs) (Created page with ":root { --warning-hsl: 44deg 100% 61%; --warning: hsl(var(--warning-hsl)); --info-hsl: 197deg 71% 73%; --info: hsl(var(--info-hsl)); } div#norate { d...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files
:root {
    --warning-hsl: 44deg 100% 61%;
    --warning: hsl(var(--warning-hsl));
    
    --info-hsl: 197deg 71% 73%;
    --info: hsl(var(--info-hsl));
}

div#norate {
    display: none
}

#bottom {
    width: 730px;
    margin: 0 auto;
    margin-top: 10px
}

#ca-rater {
    margin-left: 1.7em !important
}

.rater_red {
    color: #a00
}

.rater_green {
    color: #0A0
}

.rater_box {
    border: 1px #AAA solid;
    padding: 5px;
    padding-top: 0px;
    margin-bottom: 7px
}

table.pre-table pre {
    padding: 0;
    margin: 0;
    border: 0;
    background: inherit
}

table.prettytable td,table.prettytable th {
    position: relative
}

a.new,#p-personal a.new {
    color: #9D1212
}

a.new,#quickbar a.new {
    color: #9D1212
}

a.new:visited,#p-personal a.new:visited {
    color: #9D1212
}

#p-cactions .new a {
    color: #9D1212
}

a {
    text-decoration: none;
    color: var(--info);
    background: none
}

a:visited {
    color: #322588
}

a:active {
    color: #CA7A02
}

a:hover {
    text-decoration: underline
}

a.stub {
    color: #772233
}

body.page-Main_Page h1.firstHeading {
    display: none !important
}

pre,.mw-code {
    overflow-x: auto
}

#mw-panel.collapsible-nav .portal.persistent#p-googleadsense .body {
    padding-top: 5px;
    margin-left: -3px
}

#mw-panel.collapsible-nav .portal.persistent#p-googleadsense {
    margin-left: 2px
}

#f-poweredbyico {
    display: none
}

div.topicon {
    top: -3.2em;
    position: absolute;
    z-index: 10;
    display: block !important
}

.text-anchor > a,.text-anchor > a:visited {
    color: #339
}

th.mbox-text,td.mbox-text {
    border: none;
    padding: 0.25em 0.9em;
    width: 100%
}

td.mbox-image {
    border: none;
    padding: 2px 0 2px 0.9em;
    text-align: center
}

td.mbox-imageright {
    border: none;
    padding: 2px 0.9em 2px 0;
    text-align: center
}

td.mbox-empty-cell {
    border: none;
    padding: 0px;
    width: 1px
}

table.ambox {
    margin: 0px 10%;
    border: 1px solid #aaa;
    border-left: 10px solid #1e90ff;
    background: #fbfbfb
}

table.ambox + table.ambox {
    margin-top: -1px
}

.ambox th.mbox-text,.ambox td.mbox-text {
    padding: 0.25em 0.5em
}

.ambox td.mbox-image {
    padding: 2px 0 2px 0.5em
}

.ambox td.mbox-imageright {
    padding: 2px 0.5em 2px 0
}

table.ambox-notice {
    border-left: 10px solid #1e90ff
}

table.ambox-speedy {
    border-left: 10px solid #b22222;
    background: #fee
}

table.ambox-delete {
    border-left: 10px solid #b22222
}

table.ambox-content {
    border-left: 10px solid #f28500
}

table.ambox-style {
    border-left: 10px solid #f4c430
}

table.ambox-move {
    border-left: 10px solid #9932cc
}

table.ambox-protection {
    border-left: 10px solid #bba
}

img.df-sprite-infobox {
    max-width: 100%;
    object-fit: contain
}

div#content {
    color: #fff
}

div#content,body.skin-vector div#footer {
    margin-left: 12em
}

body.skin-vector div#mw-panel,body.skin-vector div#p-logo {
    width: 12em
}

body.skin-vector div#mw-head div#left-navigation {
    margin-left: 12em
}

h1,h2,h3,h4,h5,h6 {
    color: #fff;
}

table {
    color: #fff
}

/* Cached 20230110024244 */

.infobox, .version-table {
    border-image-source: url("dfwikiborder.png") !important;
    border-image-slice:  10 6 8 8 !important;
    border-image-width: 10px 6px 8px 8px !important;
    border-width: 5px !important;
    background-clip: border-box;
}

.infobox tr th:only-child {
    border-image-source: url("dfwikiborder.png") !important;
    border-image-slice:  10 6 8 8 !important;
    border-image-width: 10px 0 8px 0 !important;
    border-width: 6px 0 !important;
    background: #4d4d4d !important;
}

.mediawiki, #mw-head {
    background-color: #312c34;
}

.mw-body {
    background-color: #1c1c1c !important;
    color: #fff !important;
}

.version-table {
    text-align: center;
    margin: 3px auto 5px;
    padding: 0.25em;
    background: hsl(var(--warning-hsl) / 25%) !important;
    color: var(--warning) !important;
    min-width: 27em;
}