Difference between revisions of "MediaWiki:Chameleon.css"

From RimWorld Wiki
Jump to navigation Jump to search
(Created page with "body { color: #ECECEC; →‎color: #c0c0c0;: padding-top: 70px; background-color: #000; background-image: url(http://rimworldwiki.com/skins/chameleon/images/bg.jpg); backgro...")
 
m
Line 4: Line 4:
 
padding-top: 70px;
 
padding-top: 70px;
 
background-color: #000;
 
background-color: #000;
background-image: url(http://rimworldwiki.com/skins/chameleon/images/bg.jpg);
+
background-image: url(http://77.41.91.150/wiki/skins/chameleon/images/bg.jpg);
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
 
background-position: top center;
 
background-position: top center;
Line 32: Line 32:
 
}
 
}
  
#o-links a, #o-links a:active, #o-links a:visited, #o-links a:hover, #o-links a:focus { color: #FFF; }
+
.mpth { font-size: 1.6em; color: #fff; text-shadow: rgba(0,0,0,0.75) 0 0 .25em; background-color: #666; font-weight: 400; height: 48px; }
 +
.mpth2 { background-color: #e7e7e7; }
 +
 
 
a, a:link, a:active, a:visited { color: #c0c0c0; text-decoration: none;}
 
a, a:link, a:active, a:visited { color: #c0c0c0; text-decoration: none;}
 
a:hover {color:#E6D404;}
 
a:hover {color:#E6D404;}
 
a.new, a.new:link, a.new:active, a.new:visited { color: #9F0000; text-decoration: none;}
 
a.new, a.new:link, a.new:active, a.new:visited { color: #9F0000; text-decoration: none;}
 
a.new:hover{color:#FF0000}
 
a.new:hover{color:#FF0000}

Revision as of 05:45, 7 November 2013

body { 
color: #ECECEC;
/* color: #c0c0c0; */ 
padding-top: 70px;
background-color: #000;
background-image: url(http://77.41.91.150/wiki/skins/chameleon/images/bg.jpg);
background-repeat: no-repeat;
background-position: top center;
}
table { background-color: #14171A; }
.mw-body { padding: 0; margin: 0; }
.firstHeading { padding: 0 15px .2em; border-bottom: 1px solid #333; }
#mw-content-text { padding: 0 15px; }
#catlinks { border-top: 1px solid #333; border-bottom: 1px solid #333;  padding: 0.5em 15px; }
#footer-info { padding: 0.5em 15px; }
#mpbs { margin: 0 -15px; }
.editOptions {color:#000;}

.btn-custom { background-color: #F7941E; border-color: #F7941E; }
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #f38809;
  border-color: #da7a08;
}
.btn-custom.disabled:hover, .btn-custom.disabled:focus, .btn-custom.disabled:active, .btn-custom.disabled.active,
.btn-custom[disabled]:hover, .btn-custom[disabled]:focus, .btn-custom[disabled]:active, .btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover, fieldset[disabled] .btn-custom:focus, fieldset[disabled] .btn-custom:active, fieldset[disabled] .btn-custom.active {
  background-color: #F7941E;
  border-color: #F7941E;
}

.mpth { font-size: 1.6em; color: #fff; text-shadow: rgba(0,0,0,0.75) 0 0 .25em; background-color: #666; font-weight: 400; height: 48px; }
.mpth2 { background-color: #e7e7e7; }

a, a:link, a:active, a:visited { color: #c0c0c0; text-decoration: none;}
a:hover {color:#E6D404;}
a.new, a.new:link, a.new:active, a.new:visited { color: #9F0000; text-decoration: none;}
a.new:hover{color:#FF0000}