Difference between revisions of "User:Paradox/monobook.css"
m |
|||
Line 27: | Line 27: | ||
position: absolute; /*needed to use z-index */ | position: absolute; /*needed to use z-index */ | ||
z-index: 3; | z-index: 3; | ||
− | height: | + | height: 200px; |
width: 12em; | width: 12em; | ||
overflow: visible; | overflow: visible; | ||
− | |||
} | } | ||
#p-logo h5 { | #p-logo h5 { | ||
Line 38: | Line 37: | ||
#p-logo a:hover { | #p-logo a:hover { | ||
display: block; | display: block; | ||
− | height: | + | height: 200px; |
width: 12.2em; | width: 12.2em; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
+ | background-image: url('http://forum.guildofwriters.com/styles/writers/imageset/site_logo.gif'); | ||
background-position: 35% 50% !important; | background-position: 35% 50% !important; | ||
text-decoration: none; | text-decoration: none; | ||
} | } |
Revision as of 17:35, 12 January 2008
body {
/*font: x-small sans-serif;
background: black url(headbg.jpg) 0 0 no-repeat;
color: white;
margin: 0;
padding: 0;*/
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #828282;
background-color: #000000;
background-image: url('http://forum.guildofwriters.com/styles/writers/theme/images/bg.png');
background-repeat: repeat-x;
background-position: center top;
/*font-size: 62.5%; This sets the default font size to be equivalent to 10px */
font-size: 10px;
margin: 0;
padding: 0px 20px;
}
/*
** Logo properties
*/
#p-logo {
top: 0;
left: 0;
position: absolute; /*needed to use z-index */
z-index: 3;
height: 200px;
width: 12em;
overflow: visible;
}
#p-logo h5 {
display: none;
}
#p-logo a,
#p-logo a:hover {
display: block;
height: 200px;
width: 12.2em;
background-repeat: no-repeat;
background-image: url('http://forum.guildofwriters.com/styles/writers/imageset/site_logo.gif');
background-position: 35% 50% !important;
text-decoration: none;
}