Difference between revisions of "Monobook.css"

From Pathfinder Wiki
(Replaced content with "body { background: black; }")
 
Line 1: Line 1:
 +
/* Bold 'edit this page' link to encourage newcomers */
 +
#ca-edit a { font-weight: bold; }
 +
 +
/* Eliminate extraneous category space */
 +
#catlinks li {
 +
        display: inline;
 +
        border-left: none;
 +
        padding: 0;
 +
}
 +
#catlinks li:first-child { padding-left: 0; }
 +
#catlinks li:before { content: " | "; }
 +
#catlinks li:first-child:before { content: ""; }
 +
 +
#coordinates { 
 +
    position: absolute;
 +
    z-index: 1;
 +
    border: none;
 +
    background: none;
 +
    right: 30px;
 +
    top: 3.7em;
 +
    float: right;
 +
    margin: 0.0em;
 +
    padding: 0.0em;
 +
    line-height: 1.5em;
 +
    text-align: right;
 +
    text-indent: 0;
 +
    font-size: 85%;
 +
    text-transform: none;
 +
    white-space: nowrap;
 +
}
 
body   
 
body   
 
{  
 
{  
     background: black;
+
     background: #309acc url("/images/f/f6/Pfwiki-bkgrnd.jpg") 0px 0px no-repeat;
 
}
 
}

Latest revision as of 19:21, 19 July 2012

/* Bold 'edit this page' link to encourage newcomers */

  1. ca-edit a { font-weight: bold; }

/* Eliminate extraneous category space */

  1. catlinks li {
       display: inline;
       border-left: none;
       padding: 0;

}

  1. catlinks li:first-child { padding-left: 0; }
  2. catlinks li:before { content: " | "; }
  3. catlinks li:first-child:before { content: ""; }
  1. coordinates {
   position: absolute;
   z-index: 1;
   border: none;
   background: none;
   right: 30px;
   top: 3.7em;
   float: right;
   margin: 0.0em;
   padding: 0.0em;
   line-height: 1.5em;
   text-align: right;
   text-indent: 0;
   font-size: 85%;
   text-transform: none;
   white-space: nowrap;

} body {

   background: #309acc url("/images/f/f6/Pfwiki-bkgrnd.jpg") 0px 0px no-repeat;

}