User:Panic2k4/myskin.css

From Wikibooks, open books for an open world
Jump to navigation Jump to search
Note: After saving, changes may not occur immediately. Click here to learn how to bypass your browser's cache.
  • Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac);
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5;
  • Konqueror: simply click the Reload button, or press F5;
  • Opera users may need to completely clear their cache in Tools→Preferences.
@import url("/style/common.css");

body {background: white; color: black; margin: 2px; padding: 0;}
h1 { margin:0;
    padding: 1em 0em 0; 
    font: bold 36px Arial, sans-serif; 
    line-height: 0.0em; 
    text-align: center; 
    color: #557; 
    letter-spacing: 2px;
    margin-right: 135px;
}
h2 { border-bottom: 1px solid silver; }
h3 { border-bottom: 1px dotted silver; }
h2,h3,h4,h5,h6 {
    margin:0;
    padding: 0.5em 0.25em 0;
    font: bold Arial,sans-serif;
    text-align: left;
    color: #557;
    letter-spacing: 1px;
}
h3#siteSub {
    text-align: right;
    letter-spacing: 2px;
    margin-right: 135px;
    margin-bottom: 20px;
}

#jump-to-nav { display: none; }

#globalWrapper {
  margin-right: 2px;
  margin-left: 2px;
}

#globalWrapper a {
  text-decoration: none;
  color:  #339;
}

#globalWrapper a:hover {
  /*text-decoration: underline;*/
  border-bottom: 1px dotted black;
  color:  #00F;
}

#globalWrapper a.new {
  color: #933;
}

#globalWrapper a.new:hover {
  
  color: #F00;
}

#globalWrapper pre {
  border: 1px dotted silver;
  background-color: #F8F8F8;
}

#contentSub {
  clear: both;
  margin-top:1em;
}

/**********************************************************************/

#column-one {
   position: fixed; 
   top: 0em; 
   right: 0; 
   width: 120px; 
   margin: 0; 
   padding: 0; 
   font-family: Arial, sans-serif;
   font-size: 9px;
   background-color: #EEE ;}

#column-one ul {display: none;}

#column-one li {
  list-style-type: none;
  margin: 0; 
  padding: 0;}

#column-one li a {
  display: block; 
  text-decoration: none;
  padding: 2px;
  background: #F8F8F8;
  color: black;
}

#column-one h5 {
   padding: 0 0 0 5px; 
   line-height: 1.25em;
   text-decoration: none;
   font-weight: normal;
   font-size: 9px;
   color: black;
   letter-spacing: 1px;
}
#column-one h5:hover {
    background-color: #EED;
    background: #F8F8F8;
    letter-spacing: 2px;
    color: blue;
}

#column-one div.portlet:hover ul {
   display: block;
   width: 11em;
   position: absolute;
   margin-left: -8em;
   margin-top: 0em;
}

#column-one div.portlet:hover a:hover {
   letter-spacing: 1px;
   color: blue;
}

#urlexpansion {
  display: none;
}

div#catlinks {
  position: fixed;
  top: 0px;
  left: 0px;
  background: #EEE;
  font-size: 9px;
  margin-top : 0px ;
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 0px;
}

div#catlinks > p > a {
  display: none;
  color: black;
  text-decoration: none;
}

div#catlinks > p {
  margin: 0px;
}

div#catlinks > p a:first-child {
  display: inline;
}

div#catlinks > p:hover > a {
  display: inline;
}

/*********************************************************************/

div#footer {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 1px;
  margin-right: 1em;
  margin-left: 1em;
  border: 1px dotted silver;
  background: #F8F8F8;
}

div#footer > div#f-copyrightico {
  display:block;
}
div#footer > div#f-poweredbyico {
  display:block;
  text-align:right;
  width:100%
  margin-right:0px;
}
div#footer > div#f-copyrightico {
  display:block;
  margin-top:-31px;
}
div#footer > ul {
  display:block;
  margin-top:-3em;
  margin-left:60px;
  font-size: 9px;
}
div#footer li {
  list-style-type: none;
  display:block;
  padding-right:3em;
}
div#footer img {
  border: none;
}

#toc, .toc { 
    border: 1px solid #aaa;
    text-align:left;
    padding: 5px;
    font-size: 95%;
}

#toc #toctitle { font-size: 75%; border-bottom: none}
#toc .tocindent { margin-left: 2em; }
#toc .tocline { margin-bottom: 0px; }
#toc p { margin: 0 }
#toc .toctoggle { font-size: 94%; }
#toc .editsection { 
    margin-top: 0.7em; 
    font-size: 94%;
}

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
}
#content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
}
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}