Difference between revisions of "User:SemperRabbit/common.css"

From Screeps Wiki
Jump to navigation Jump to search
(Created page with "→‎Make your own CSS! * wiki.screepspl.us/index.php/Special:MyPage/common.css: a, a.external { color: red; } a:visited, a.external:visited { color: green; } body,...")
 
Line 1: Line 1:
  +
body, #mw-page-base {
/* Make your own CSS!
 
  +
background-image: -webkit-linear-gradient(top, #222222 0%, #111111 100%) !important;
* wiki.screepspl.us/index.php/Special:MyPage/common.css
 
  +
background-image: -o-linear-gradient(top, #222222 0%, #111111 100%) !important;
*/
 
  +
background-image: linear-gradient(to bottom, #2a2a2a 0%, #1a1a1a 100%) !important;
  +
background-repeat: repeat-x !important;
 
background-attachment: fixed;
 
color: #bbb;
  +
font-family: Helvetica, Arial, sans-serif;
  +
font-size: 14px;
  +
font-weight: lighter;
  +
line-height: 1.5;
  +
margin: 0;
  +
}
  +
.mw-body {
  +
border: none;
 
color: #bbb;
  +
background-image: -webkit-linear-gradient(top, #222222 0%, #111111 100%) !important;
  +
background-image: -o-linear-gradient(top, #222222 0%, #111111 100%) !important;
  +
background-image: linear-gradient(to bottom, #2a2a2a 0%, #1a1a1a 100%) !important;
  +
background-repeat: repeat-x !important;
  +
min-height: 100%;
  +
background-attachment: fixed;
  +
}
  +
.mw-body h1,
  +
.mw-body h2,
  +
.mw-body h3,
  +
.mw-body h4 {
  +
color: #ffd180;
  +
font-weight: 400;
  +
}
   
  +
a, a.external {
 
  +
a {
color: red;
 
  +
color: #428bca !important;
  +
font-family: Helvetica, Arial, sans-serif;
  +
text-decoration: none;
  +
}
  +
a:hover {
  +
text-decoration: underline;
  +
}
  +
a:visited {
  +
color: #5A6F8B !important;
 
}
 
}
   
  +
a strong {
a:visited, a.external:visited {
 
color: green;
+
color: inherit !important;
 
}
 
}
   
  +
a.new {
body, #mw-page-base, #mw-head-base, #mw-head, #content ,div.vectorTabs ul li , h1, h2, h3, h4, h5, h6 {
 
background-color: #1c1c1c;
+
color: #ff8282 !important;
  +
}
background-image: none;
 
  +
color: white;
 
  +
#mw-head {
  +
box-shadow: 0 1px 5px 1px #1e1e1e;
  +
background-image: linear-gradient(to bottom, #4b4b4b 0%, #333333 100%);
  +
height: 45px;
  +
}
  +
  +
.mw-code {
  +
color: #f8f8f2;
  +
background-color: #2a3b5f;
  +
}
  +
  +
#left-navigation,
  +
#right-navigation {
  +
margin-top: 0;
  +
}
  +
div.vectorTabs {
  +
background-image: none;
  +
background-color: inherit;
  +
height: 44.5px;
  +
}
  +
div.vectorTabs * {
  +
background-image: none !important;
  +
background-color: transparent !important;
  +
}
  +
  +
#p-personal {
  +
top: 3.33em;
  +
z-index: initial;
  +
}
  +
#mw-head-base {
  +
margin-top: -7.5em;
  +
}
  +
#toc, .toc {
  +
background-color: inherit;
 
}
 
}

Revision as of 02:13, 2 December 2016

body, #mw-page-base {
 background-image: -webkit-linear-gradient(top, #222222 0%, #111111 100%) !important;
  background-image: -o-linear-gradient(top, #222222 0%, #111111 100%) !important;
  background-image: linear-gradient(to bottom, #2a2a2a 0%, #1a1a1a 100%) !important;
  background-repeat: repeat-x !important;   
  background-attachment: fixed;
  color: #bbb;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: lighter;
  line-height: 1.5;
  margin: 0;
}
.mw-body {
 border: none;
 color: #bbb;
 background-image: -webkit-linear-gradient(top, #222222 0%, #111111 100%) !important;
  background-image: -o-linear-gradient(top, #222222 0%, #111111 100%) !important;
  background-image: linear-gradient(to bottom, #2a2a2a 0%, #1a1a1a 100%) !important;
  background-repeat: repeat-x !important;   
  min-height: 100%; 
  background-attachment: fixed;
}
.mw-body h1,
.mw-body h2,
.mw-body h3,
.mw-body h4 {
  color: #ffd180;
  font-weight: 400;
}


a {
  color: #428bca !important;
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #5A6F8B !important;
}

a strong {
  color: inherit !important;
}

a.new {
  color: #ff8282 !important;
}

#mw-head {
  box-shadow: 0 1px 5px 1px #1e1e1e;
  background-image: linear-gradient(to bottom, #4b4b4b 0%, #333333 100%);
  height: 45px;
}

.mw-code {
  color: #f8f8f2;
  background-color: #2a3b5f;
}

#left-navigation,
#right-navigation { 
  margin-top: 0;
}
div.vectorTabs {
  background-image: none;
  background-color: inherit;
  height: 44.5px;
}
div.vectorTabs * {
  background-image: none !important;
  background-color: transparent !important;
}

#p-personal {
  top: 3.33em;
  z-index: initial;
}
#mw-head-base {
  margin-top: -7.5em;
}
#toc, .toc {
  background-color: inherit;
}