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

From RimWorld Wiki
Jump to navigation Jump to search
Line 1: Line 1:
/* links test */
+
/* Links */
 
a:link { color: #C8D7E3 !important; }
 
a:link { color: #C8D7E3 !important; }
 
a:visited { color: #98B1C4 !important; }
 
a:visited { color: #98B1C4 !important; }
Line 10: Line 10:
  
  
/* add logo */
+
/* add logo (not working  -.- )*/
#p-logo a {
+
div#p-logo a {
 +
  padding-top: 150px
 
   background: url("Rose.png");  
 
   background: url("Rose.png");  
  background-size: 150px 150px;
 
 
   background-repeat: no-repeat;
 
   background-repeat: no-repeat;
 
   border: 1px solid #000000;
 
   border: 1px solid #000000;
Line 23: Line 23:
 
   color: #CCCCCC;
 
   color: #CCCCCC;
 
}
 
}
 
+
/*
 
div {
 
div {
 
   background-color: #2F4E6F;
 
   background-color: #2F4E6F;
  border: 1px solid #000000;
 
 
   color: #CCCCCC;
 
   color: #CCCCCC;
}
+
}*/
 +
/*-- Main Content --*/
 
div#content {
 
div#content {
 
   background-color: #2F4E6F;
 
   background-color: #2F4E6F;
  border-top: 1px solid #2F4E6F;
 
  border-bottom: 1px solid #2F4E6F;
 
 
   color: #CCCCCC;
 
   color: #CCCCCC;
 +
  margin-left: 12em;
 
}
 
}
  
/* changes the background of pre areas  */
+
/*-- changes the background of pre areas  --*/
 
pre {  
 
pre {  
 
   background-color: #2F4E6F;
 
   background-color: #2F4E6F;
Line 42: Line 41:
 
   color: #CCCCCC;
 
   color: #CCCCCC;
 
}
 
}
 
+
/*-- sime text edit for now --*/
 
a, h1, h2 ,h3 ,h4 ,h5, h6, p {
 
a, h1, h2 ,h3 ,h4 ,h5, h6, p {
 
   font-family: Arial;
 
   font-family: Arial;
Line 49: Line 48:
 
}
 
}
  
/* Fix sidebar */
+
/*-- Side Links --*/
div#mw-panel {  
+
div#mw-panel {
  position: fixed;
+
  padding-top: 150px;
  overflow: auto;
+
  position: fixed;
  top: 100px;
+
  overflow: auto;
  bottom: 0px;
+
  top: 0px;
  height: 100%;
+
  bottom: 0px;
  background-color: #2F4E6F;
+
  height: 100%;
  border-right: 1px solid #000000;
+
  background-color: #2F4E6F;
 +
  border-right: 1px solid #000000;
 +
  width: 12em;
 +
}
 +
/*-- footer --*/
 +
div#footer {
 +
  margin-left: 12em;
 +
  border-top: 1px solid #000000;
 +
}
 +
/*-- header --*/
 +
#mw-head-base {
 +
  margin-left: 12em;
 +
  border-bottom: 1px solid #000000;
 
}
 
}
 +
 
table, td, tr {
 
table, td, tr {
 
   background: #2F4E6F;
 
   background: #2F4E6F;

Revision as of 14:22, 5 March 2015

/* Links */
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 (not working  -.- )*/
div#p-logo a {
   padding-top: 150px
   background: url("Rose.png"); 
   background-repeat: no-repeat;
   border: 1px solid #000000;
}

body {
   background-color: #2F4E6F;
   border: 1px solid #000000;
   color: #CCCCCC;
}
/*
div {
   background-color: #2F4E6F;
   color: #CCCCCC;
}*/
/*-- Main Content --*/
div#content {
   background-color: #2F4E6F;
   color: #CCCCCC;
   margin-left: 12em;
}

/*-- changes the background of pre areas  --*/
pre { 
   background-color: #2F4E6F;
   border: 1px solid #000000;
   color: #CCCCCC;
}
/*-- sime text edit for now --*/
a, h1, h2 ,h3 ,h4 ,h5, h6, p {
   font-family: Arial;
   font-size: 11px;
   color: #cccccc;
}

/*-- Side Links --*/
div#mw-panel {
   padding-top: 150px; 
   position: fixed;
   overflow: auto;
   top: 0px;
   bottom: 0px;
   height: 100%;
   background-color: #2F4E6F;
   border-right: 1px solid #000000;
   width: 12em; 
}
/*-- footer --*/
div#footer { 
   margin-left: 12em; 
   border-top: 1px solid #000000;
}
/*-- header --*/
#mw-head-base { 
   margin-left: 12em; 
   border-bottom: 1px solid #000000;
}

table, td, tr {
   background: #2F4E6F;
}

.infobox {
   background: #2F4E6F;
}