User:Killer9000/common.css: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
No edit summary
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 {
  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;
}
}

Revision as of 16:49, 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;
}