Difference between revisions of "MediaWiki:Common.css"

From Cruinndrac Farms
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: body { background-image: url("http://cruinndracfarms.com/wyrmforum/styles/rain_forest/theme/images/bg.gif"); backgro...")
 
Line 3: Line 3:
 
     background-image: url("http://cruinndracfarms.com/wyrmforum/styles/rain_forest/theme/images/bg.gif");
 
     background-image: url("http://cruinndracfarms.com/wyrmforum/styles/rain_forest/theme/images/bg.gif");
 
     background-color: #cccccc;
 
     background-color: #cccccc;
 +
}
 +
 +
logo {
 +
    background-image: url(http://cruinndracfarms.com/wyrmforum/styles/rain_forest/imageset/site_logo.gif);
 
}
 
}

Revision as of 09:01, 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;
}

logo {
    background-image: url(http://cruinndracfarms.com/wyrmforum/styles/rain_forest/imageset/site_logo.gif);
}