User:Bcode/common.css

From NetHackWiki
< User:Bcode
Revision as of 18:56, 30 July 2017 by Bcode (talk | contribs) (highlight new user external link additions)
(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.
/* List display */
#content li ul, #content li ol {
    border-left: 1px solid rgb(220, 220, 220);
}
#content li {
    border-bottom: 1px solid rgb(220, 220, 220);
}
#content li li:last-child {
    border-bottom: none;
}
#content ul {
    list-style: none !important;
}
#content li li {
    margin-left: 0.75em;
}

#content ol + ol, #content ul + ul, #content dl + dl {
    border-top: 2px dotted red;
}

/* Redirect links */
#content a.mw-redirect {
    color: rgb(0,120,50);
}

/* Reference list display */
ol.references li:nth-child(odd) {
    background-color: rgb(240, 240, 255);
}
ol.references li:nth-child(even) {
    border-bottom: none !important;
}

/* Nicer reference/text jumps */
.reference:target, ol.references li:target {
    background-color: rgb(255,200,200);
}

/* Make the sidebar stay where it is */
#mw-panel {
    position: fixed !important;
}

/* Encyclopedia entries */
.nhencyclopedia {
    background-color: rgb(240,240,245) !important;
}
.nhencyclopedia * {
    font-style: normal;
}

.mw-tag-newuser-extlinks {
    background-color: #fcc;
}