User:Yoshario/monobook.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
(:o)
mNo edit summary
 
Line 1: Line 1:
@import "http://www.mariowiki.com/index.php?title=User:Twentytwofiftyseven/monobook.css&action=raw&ctype=text/css";
#p-logo a { background-image: url(http://archives.bulbagarden.net/media/upload/thumb/d/db/Super_Mario_Wiki_logo.png/100px-Super_Mario_Wiki_logo.png) !important; }
 
body {
    font-size: 10px;
    font-family: comic sans ms;
}
 
a { color: darkgreen; }
 
a:visited { color: #40404F; }
 
a:active { color: orange; }
 
 
#p-personal a.new { color: #f00; }
 
#p-personal a.new:visited { color:#c00; }
 
p { margin: 0.9em 0em 1em 0em; }
 
h1, h2, h3, h4, h5, h6 {
    color: darkgreen;
    margin: 0px;
}
 
pre { border: 1px dashed #06f; overflow: auto; }
}
 
#file img { background: url("http://www.zsolt-frei.net/Gcat_htm/Uguide/white.gif") repeat;
}
 
#siteNotice {
    padding: 0.3em;
    margin: 10px;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    background: #fff;
    font-size: smaller;
    line-height: 90%;
}

Latest revision as of 05:17, July 29, 2011

 #p-logo a { background-image: url(http://archives.bulbagarden.net/media/upload/thumb/d/db/Super_Mario_Wiki_logo.png/100px-Super_Mario_Wiki_logo.png) !important; }

 body {
    font-size: 10px;
    font-family: comic sans ms;
 }

 a { color: darkgreen; }

 a:visited { color: #40404F; }

 a:active { color: orange; }


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

 #p-personal a.new:visited { color:#c00; }

 p { margin: 0.9em 0em 1em 0em; }

 h1, h2, h3, h4, h5, h6 {
    color: darkgreen;
    margin: 0px;
 }

 pre { border: 1px dashed #06f; overflow: auto; }
 }

 #file img { background: url("http://www.zsolt-frei.net/Gcat_htm/Uguide/white.gif") repeat;
 }

 #siteNotice {
    padding: 0.3em;
    margin: 10px;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    background: #fff;
    font-size: smaller;
    line-height: 90%;
 }