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

From RimWorld Wiki
Jump to navigation Jump to search
Line 1: Line 1:
/* removed for now */
+
/* links test */
/* make the background behind the content area and the tabs a light grey */
+
a:link { color: #C8D7E3 !important; }
a:link:link {
+
a:visited { color: #98B1C4 !important; }
  color: #CC0000;
+
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 */
 
/* add logo */
#p-logo {
+
p-logo {
 
   align: center;
 
   align: center;
 
   padding-top: 10px;  
 
   padding-top: 10px;  
Line 12: Line 17:
 
   background-size: 50px 30px;
 
   background-size: 50px 30px;
 
   background-repeat: no-repeat;
 
   background-repeat: no-repeat;
   border: 1px solid #0033CC;
+
   border: 1px solid #000000;
 
}
 
}
  
 
body {
 
body {
   background-color: #333333;
+
   background-color: #2F4E6F;
   color: #EEEEEE;
+
   color: #CCCCCC;
 
}
 
}
  
 
div {
 
div {
 
   background-color: inherit;
 
   background-color: inherit;
   color: #BBBBBB;
+
   color: #CCCCCC;
 
}
 
}
 
div#content {
 
div#content {
 
   background-color: inherit;
 
   background-color: inherit;
   border-top: 1px solid #0033CC;
+
   border-top: 1px solid #2F4E6F;
   border-bottom: 1px solid #0033CC;
+
   border-bottom: 1px solid #2F4E6F;
   color: #BBBBBB;
+
   color: #CCCCCC;
 
}
 
}
  
Line 35: Line 40:
 
/* changes the background of pre areas  */
 
/* changes the background of pre areas  */
 
pre {  
 
pre {  
   background-color: #DDDDDD;
+
   background-color: #2F4E6F;
   border: 1px solid #0033CC;
+
   border: 1px solid #000000;
 +
  color: #CCCCCC;
 
}
 
}
 
pre.a {  
 
pre.a {  
Line 46: Line 52:
 
   font-family: Arial;
 
   font-family: Arial;
 
   font-size: 11px;
 
   font-size: 11px;
   color: #EEEEEE;
+
   color: #cccccc;
 
}
 
}
  
Line 56: Line 62:
 
   top: 0px;
 
   top: 0px;
 
   bottom: 0px;
 
   bottom: 0px;
   height: 100%;
+
   height: 80%;
  /* Prevent content overlay when sidewards scrolling */
+
   background-color: #2F4E6F;
   background-color: #333333;
+
   border-right: 1px solid #000000;
   border-right: 1px solid #0033CC;
 
 
}
 
}

Revision as of 13:13, 5 March 2015

/* 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 {
   align: center;
   padding-top: 10px; 
   background: url("Rose.png"); 
   background-size: 50px 30px;
   background-repeat: no-repeat;
   border: 1px solid #000000;
}

body {
   background-color: #2F4E6F;
   color: #CCCCCC;
}

div {
   background-color: inherit;
   color: #CCCCCC;
}
div#content {
   background-color: inherit;
   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;
}
pre.a { 
   color: #000000;
}


a, h1, h2 ,h3 ,h4 ,h5, h6 {
   font-family: Arial;
   font-size: 11px;
   color: #cccccc;
}

/* Fix sidebar */
div#mw-panel {
  padding-top: 100px; 
  position: fixed;
  overflow: auto;
  top: 0px;
  bottom: 0px;
  height: 80%;
  background-color: #2F4E6F;
  border-right: 1px solid #000000;
}