User:Starshine/standard.css

From Wikipedia, the free encyclopedia

Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.

/* 
 * Finlay McWalter's standard.css
 * Licenced under the GFDL
 * By Finlay McWalter, ripping stuff off from Lejuf and Eequor.
 */
 
/* bg image tweak.  color tweaks towards green and blue.  
   Don't forget to set Classic as your skin first.
   Heather Stern, Feb 2008 */
 
body
{
   color:      #000;
   background: #e7fcff url("http://starshine.org/img/bg/faded_vegfog3.jpg") 0px 0px no-repeat;
}
 
a
{
   color:      #062;
}
 
a.visited
{
   color:      #226;
}
 
 
/* the "top" table is the stuff inside topbar, where search, go, disclaimers, etc. live */
td.top { 
  border-bottom: none;
}
 
/* rm the line over the bottom bar */
td.bottom { 
  border: none;
}
 
p.subtitle {
  border: none;
}
 
div.editsection
{
   clear: left;
}
 
div#article
{
   padding-top:    3px;
   padding-left:   8px;
   padding-bottom: 1em;
}
 
h2, h3, h4, h5, h6 
{
   position: relative;
   clear: left;
   left: -8px;
   padding-left: 8px;
   padding-bottom: 1px;
   margin-bottom: 0px;
   overflow: hidden;
   line-height: 2em;
}
 
h1.pagetitle {
  padding-bottom: 0;
}
 
h1 {
   color: #000;
   border-bottom: 1px double;
}
 
h2
{
   color: #031;
   border-bottom: 1px solid;
}
 
h3
{
   color: #062;
   border-bottom: 1px solid #ccc;
}
 
h4
{
   color: #093;
}
 
h5
{
   color: #0c4;
}
 
h6
{
   color: #0f5;
}
 
pre
{
   border: none;
   padding: 8px;
   margin: 1em;
   overflow: auto;
   display: table;
   clear: left;
   background: #dfd;
}
 
pre.raw
{
   border: none !important;
   padding: 0 !important;
   margin: auto !important;
   display: normal !important;
   clear: none !important;
   background: #dfd;
}
 
#quickbar
{
   border-right: none !important;
   border-left: none !important;
}
 
/* Table of contents */
#toc {
  border:            1px solid #888;
  background-color:  #dfd;
  padding:           3px;
  font-size:         80%;
  color:             #fff;
  a.visited:      #def;
  a:              #ccd8ff;
}
 
/* DIV around image thumbnails */
div.thumb div {
    border:           1px solid #888;
    padding:          3px !important;
    background-color: #eef;
    font-size:        90%;
}
 
/* Textarea */
textarea { background : #fff; } 
 
/* Make the separator in the left side menubar invisible, just a largeish gap */
hr.sep {
  border: 0; 
  margin-top: 10px;
  width: 0%;
}
 
/* Fix classics HORRID difference with monobook, where images stack 
   horizontally rather than vertically */
div.tright {
  clear: right;
}
 
/* Added by Heather Stern. attempting to get rid of that wretched 
   non centered white surrounding float images. */
 
#thumbinner {
  background: #e7fcff;
}
 
 
#thumbcaption {
  background: #ffffff;
}