User:Killer9000/common.css: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


body {
body {
  color: #eee;
    color: #eee;
  background: #222222;
    background: #222222;
}
}
body a {
body a {
  color: #809fff;
    color: #809fff;
}
}
.tools-inline li.selected a {
.tools-inline li.selected a {
  color: #eee;
    color: #eee;
}
}


#mw-content-block {
#mw-content-block {
  background: #2b2b2b;
    background: #2b2b2b;
}
}


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


#mw-related-navigation .sidebar-inner {
#mw-related-navigation .sidebar-inner {
  background: #222222;
    background: #222222;
  border: solid #555555;
    border: solid #555555;
}
}


Line 31: Line 31:
#mw-related-navigation .sidebar-chunk,
#mw-related-navigation .sidebar-chunk,
#mw-site-navigation .sidebar-chunk {
#mw-site-navigation .sidebar-chunk {
  color: #eee;
    color: #eee;
}
}


Line 45: Line 45:


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


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


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

Revision as of 16:59, 9 May 2022

/* dark-theme */

body {
    color: #eee;
    background: #222222;
}
body a {
    color: #809fff;
}
.tools-inline li.selected a {
    color: #eee;
}

#mw-content-block {
    background: #2b2b2b;
}

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

#mw-related-navigation .sidebar-inner {
    background: #222222;
    border: solid #555555;
}

#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;
}

#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;
}

#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;
}