Difference between revisions of "MediaWiki:Common.css"
From Cruinndrac Farms
| Line 5: | Line 5: | ||
} | } | ||
| − | logo { | + | |
| − | + | ||
| + | #p-logo a, | ||
| + | #p-logo a:hover { | ||
| + | display: block; | ||
| + | height: 210px; | ||
| + | width: 900px; | ||
| + | background-repeat: no-repeat; | ||
| + | background-position: 35% 50% !important; | ||
| + | text-decoration: none; | ||
} | } | ||
Revision as of 09:06, 26 May 2016
/* CSS placed here will be applied to all skins */
body {
background-image: url("http://cruinndracfarms.com/wyrmforum/styles/rain_forest/theme/images/bg.gif");
background-color: #cccccc;
}
#p-logo a,
#p-logo a:hover {
display: block;
height: 210px;
width: 900px;
background-repeat: no-repeat;
background-position: 35% 50% !important;
text-decoration: none;
}