User:Killer9000/common.css

From wowdev
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.
/* dark-theme */

body {
    color: #eee !important;
    background: #222222 !important;
}
body a {
    color: #9fb3f2;
}
body a:visited {
    color: #638ad9;
}
pre, .thumbinner {
    background: #393939;
    color: #eee;
    border: 1px solid #565758;
}

.tools-inline li.selected a {
    color: #eee;
}

#mw-content-block, #mw-content-container {
    background: #2b2b2b !important;
}

#mw-wrapper, #mw-content, #mw-header-container,
#mw-header-nav-hack, .mw-editform .editOptions,
.toc {
    background: #222222;
    color: #eee;
    border: solid #222222;
}

.toc {
    background: #292929 !important;
}

.wikitable, table, table > * {
    color: #eee;
    background: #292929 !important;
}

.wikitable > tr > th, .wikitable > * > tr > th,
table > tr > th, table > * > tr > th {
    background: #323232 !important;
}

#p-logo-text a,
#mw-related-navigation .sidebar-chunk,
#mw-site-navigation .sidebar-chunk {
    color: #eee;
}

#personal h2:after {
    display: inline-block;
    content: '';
    width: 22px;
    height: 12px;
    background-image: url(/skins/Timeless/resources/images/arrow-down-grey.png?fe8a6);
    background-position: center center;
    background-repeat: no-repeat;
}

#personal h2 {
    margin: 0;
    padding: 0.5em 0 0 25px;
    font-family: 'Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif;
    font-weight: normal;
    font-size: 1.25em;
    background-image: url(/skins/Timeless/resources/images/user-grey.png?0ed80);
    background-position: left 7px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: -1em;
    padding-bottom: 1em;
}

#personal .dropdown {
    background: #222222;
    border: solid #555555 !important;
}

#personal .dropdown:before, #personal .dropdown:after {
    border-bottom: 10px solid #555555;
}

#ca-edit a {
    background-image: url(/skins/Timeless/resources/images/pencil-grey.png?23255);
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left top;
    display: inline-block;
    margin-bottom: -0.35em;
    padding: 0 2px 0 20px;
}

#ca-history a {
    background-image: url(/skins/Timeless/resources/images/clock-grey.png?9dce9);
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left top;
    display: inline-block;
    margin-bottom: -0.35em;
    padding: 0 2px 0 20px;
}

#ca-watch a {
    background-image: url(/skins/Timeless/resources/images/star.png?ecba8);
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left top;
    display: inline-block;
    margin-bottom: -0.35em;
    padding: 0 2px 0 20px;
    text-indent: -99999px;
    width: 20px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
}

#t-contributions a {
    background-image: url(/skins/Timeless/resources/images/puzzle-grey.png?d6515);
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left top;
    display: inline-block;
    margin-bottom: -0.35em;
    padding: 0 2px 0 20px;
}

.tools-inline li[id^='ca-nstab-'] a {
    background-image: url(/skins/Timeless/resources/images/page-grey.png?3755d);
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left top;
    display: inline-block;
    margin-bottom: -0.35em;
    padding: 0 2px 0 20px;
}

#ca-talk a {
    background-image: url(/skins/Timeless/resources/images/talk-grey.png?33663);
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left top;
    display: inline-block;
    margin-bottom: -0.35em;
    padding: 0 2px 0 20px;
}

#mw-site-navigation h2:after, #mw-related-navigation h2:after {
    display: inline-block;
    content: '';
    width: 22px;
    height: 12px;
    background-image: url(/skins/Timeless/resources/images/arrow-down-grey.png?fe8a6);
    background-position: center center;
    background-repeat: no-repeat;
}

#mw-site-navigation .sidebar-chunk,
#mw-related-navigation .sidebar-chunk {
    background: #222222;
    border: solid #222222;
}

#menus-cover {
    background: #00000000 !important;
}

.sidebar-inner {
    background: #222222;
    border: solid #222222;
}