Difference between revisions of "MediaWiki:Monobook.css"

From Hitchwiki
Jump to navigation Jump to search
m
m
Line 58: Line 58:
 
     z-index: 3;
 
     z-index: 3;
 
     position: absolute; /*needed to use z-index */
 
     position: absolute; /*needed to use z-index */
     top: 16px;
+
     top: 24px;
 
     left: 0;
 
     left: 0;
     height: 140px;
+
     height: 155px;
 
     width: 12em;
 
     width: 12em;
 
     overflow: visible;
 
     overflow: visible;

Revision as of 14:52, 8 November 2007

/* CSS placed here will affect users of the Monobook skin 


<pre><nowiki>
*/

BODY { 
  background: none; 
/* url(http://couchsurfing.com/images/bg6-100k.jpg) top no-repeat; */

/*
  background-attachment: scroll;
  background-repeat: repeat-x; 
*/

  background-color: #eed;
}

.portlet H5 { display:none; }

/* 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: 0.4em; -moz-border-radius-topright: 0.4em; }
#content { -moz-border-radius-topleft: 0.6em; -moz-border-radius-bottomleft: 0.6em; }
div.pBody { -moz-border-radius-topright: 0.4em; -moz-border-radius-bottomright: 0.4em; }

a {
  color:#606399;
}

a:visited {
  color:#6B5E7F;
}

a.new, #p-personal a.new {
  color:#741;
}

#bodyContent a.external
{
  color:#5f7f3f;
}


#toc {
  background:#E6D7B5;
  float:right;
  margin:10px;
  margin-right:0;
}

.editsection {
  font-size: 70%;
  float: right;
}


#p-logo {
    z-index: 3;
    position: absolute; /*needed to use z-index */
    top: 24px;
    left: 0;
    height: 155px;
    width: 12em;
    overflow: visible;
}


/*
</nowiki></pre> */