Difference between revisions of "User:Pathfinders"

From Pathfinder Wiki
(Created page with "→‎Bold &: #ca-edit a { font-weight: bold; } →‎Eliminate extraneous category space: #catlinks li { display: inline; ...")
 
m
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Bold 'edit this page' link to encourage newcomers */
+
/*
#ca-edit a { font-weight: bold; }
+
** MediaWiki 'Pathfinder' style sheet for CSS2-capable browsers.
+
** License: GPL (http://www.gnu.org/copyleft/gpl.html)
/* 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 {
+
body {
    position: absolute;
+
background: #306acc;
    z-index: 1;
+
text-align: center;
    border: none;
+
margin: 0px;
    background: none;
+
font-family: Arial;
    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("http://www.investitureachievement.org/wiki/index.php/File:Pfwiki-bkgrnd.jpg") 0px 0px no-repeat;  
 
 
}
 
}

Latest revision as of 21:35, 18 June 2012

/*

body { background: #306acc; text-align: center; margin: 0px; font-family: Arial; }