MediaWiki:Common.css
From Kitbooth Wiki: English
(Difference between revisions)
| Line 1: | Line 1: | ||
/* This is the CSS for all skins (for all users) on Kitboth Wiki. */ | /* This is the CSS for all skins (for all users) on Kitboth Wiki. */ | ||
| - | + | html{ | |
background:#e5e5e5 url(http://www.kitbooth.com/templates/3base/background_color.jpg); | background:#e5e5e5 url(http://www.kitbooth.com/templates/3base/background_color.jpg); | ||
| + | } | ||
| + | |||
| + | body{ | ||
| + | background: url(http://www.kitbooth.com/templates/3base/background_image.jpg); | ||
font-size:17px; | font-size:17px; | ||
} | } | ||
Revision as of 17:04, 26 June 2010
/* This is the CSS for all skins (for all users) on Kitboth Wiki. */
html{
background:#e5e5e5 url(http://www.kitbooth.com/templates/3base/background_color.jpg);
}
body{
background: url(http://www.kitbooth.com/templates/3base/background_image.jpg);
font-size:17px;
}
body,
body *{
font-family: Corbel, Myriad, Arial, sans-serif;
}
sup,
sup *{
font-size:0.7em;
line-height:0.7em;
}
a,
a *{
color: #006ab2;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
/*h1#firstHeading {
font-size: 60px;
line-height: 60px;
}
*/