MediaWiki:Common.css
From Kitbooth Wiki: English
(Difference between revisions)
(Created page with '- →This is the CSS for all skins (for all users) on Kitboth Wiki.: html, body{ font-family: Corbel; }') |
|||
| 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. */ | ||
| - | + | body{ | |
| - | font-family: Corbel; | + | background:#e5e5e5 url(background_color.jpg); |
| - | } | + | font-size:14px; |
| + | } | ||
| + | |||
| + | body{ | ||
| + | font-family: Corbel, Myriad, Arial, sans-serif; | ||
| + | line-height: 16px; | ||
| + | margin: 0; | ||
| + | padding: 0; | ||
| + | color: #424242; | ||
| + | } | ||
Revision as of 16:41, 26 June 2010
/* This is the CSS for all skins (for all users) on Kitboth Wiki. */
body{
background:#e5e5e5 url(background_color.jpg);
font-size:14px;
}
body{
font-family: Corbel, Myriad, Arial, sans-serif;
line-height: 16px;
margin: 0;
padding: 0;
color: #424242;
}