User:MarkS2/MySkin.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
@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.8em; 
    border-bottom: 1px solid silver; 
    text-align: right; 
    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;
}

#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;
}