MediaWiki:Common.css
From Kitbooth Wiki: English
(Difference between revisions)
| Line 33: | Line 33: | ||
a:hover{ | a:hover{ | ||
text-decoration:underline; | text-decoration:underline; | ||
| + | } | ||
| + | |||
| + | h2{ | ||
| + | font-size: 60px; | ||
| + | line-height: 60px; | ||
| + | padding:54px 0 0 0; | ||
| + | margin: 0 0 31px 0; | ||
| + | text-transform:uppercase; | ||
| + | color: white; | ||
} | } | ||
Revision as of 16:47, 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,
body *{
font-family: Corbel, Myriad, Arial, sans-serif;
line-height: 16px;
margin: 0;
padding: 0;
color: #424242;
}
body *{
font-size:1em;
}
sup,
sup *{
font-size:0.7em;
line-height:0.7em;
}
a,
a *{
color: #006ab2;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
h2{
font-size: 60px;
line-height: 60px;
padding:54px 0 0 0;
margin: 0 0 31px 0;
text-transform:uppercase;
color: white;
}