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

From RimWorld Wiki
Jump to navigation Jump to search
(Blanked the page)
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* links test */
 
a:link { color: #C8D7E3 !important; }
 
a:visited { color: #98B1C4 !important; }
 
a.new:link { color: #C8D7E3 !important; }
 
a.new:visited { color: #98B1C4 !important; }
 
a.extiw:link { color: #C8D7E3 !important; } /* links to other Wikipedias */
 
a.extiw:visited { color: #98B1C4 !important; }
 
a.external:link { color: #C8D7E3 !important; } /* external links */
 
a.external:visited { color: #98B1C4 !important; }
 
  
 
/* add logo */
 
#p-logo a {
 
  background: url("Rose.png");
 
  background-size: 150px 150px;
 
  background-repeat: no-repeat;
 
  border: 1px solid #000000;
 
}
 
 
body {
 
  background-color: #2F4E6F;
 
  border: 1px solid #000000;
 
  color: #CCCCCC;
 
}
 
 
div {
 
  background-color: #2F4E6F;
 
  border: 1px solid #000000;
 
  color: #CCCCCC;
 
}
 
div#content {
 
  background-color: #2F4E6F;
 
  border-top: 1px solid #2F4E6F;
 
  border-bottom: 1px solid #2F4E6F;
 
  color: #CCCCCC;
 
}
 
 
/* changes the background of pre areas  */
 
pre {
 
  background-color: #2F4E6F;
 
  border: 1px solid #000000;
 
  color: #CCCCCC;
 
}
 
 
a, h1, h2 ,h3 ,h4 ,h5, h6, p {
 
  font-family: Arial;
 
  font-size: 11px;
 
  color: #cccccc;
 
}
 
 
/* Fix sidebar */
 
div#mw-panel {
 
  position: fixed;
 
  overflow: auto;
 
  top: 100px;
 
  bottom: 0px;
 
  height: 100%;
 
  background-color: #2F4E6F;
 
  border-right: 1px solid #000000;
 
}
 
table, td, tr {
 
  background: #2F4E6F;
 
}
 
 
.infobox {
 
  background: #2F4E6F;
 
}
 

Latest revision as of 09:30, 9 March 2015