MediaWiki:Htmlhelp.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
body { | body { | ||
font-family: sans-serif; | font-family: sans-serif; | ||
font-size: | font-size: 75%; | ||
} | } | ||
| Line 13: | Line 13: | ||
#quickbar { | #quickbar { | ||
font-family: sans-serif; | font-family: sans-serif; | ||
font-size: | font-size: 100%; | ||
font-weight: bold; | font-weight: bold; | ||
line-height: 1.5em; | line-height: 1.5em; | ||
Revision as of 17:26, 13 November 2007
body {
font-family: sans-serif;
font-size: 75%;
}
h1.pagetitle { font-size: 250%; }
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:none;}
#quickbar {
font-family: sans-serif;
font-size: 100%;
font-weight: bold;
line-height: 1.5em;
border: 1px solid #bba;
background-color: #f7f7f7;
}
#quickbar ul {
line-height: 1.5em;
margin: 0 0 0 0;
padding:0 0 0 0;
}
#quickbar ol {
line-height: 1.5em;
margin: 0 0 0 0;
padding:0 0 0 0;
list-style-image: none;
}
#quickbar li {
margin: 0 0 0 1.5em;
padding: 0 0 0 0;
}