Jump to content

MediaWiki:Htmlhelp.css: Difference between revisions

From BCI2000 Wiki
No edit summary
No edit summary
Line 3: Line 3:
a:hover {text-decoration:underline;}
a:hover {text-decoration:underline;}
a:active {text-decoration:none;}
a:active {text-decoration:none;}
 
h1.pagetitle {  
body {
  font-family: sans-serif,
font-family: sans-serif;
  font-size: 250%;  
}
}
h1.pagetitle { font-size: 250%; }


#quickbar {
#quickbar {
font-family: sans-serif;
  font-size: 75%;
  font-size: 75%;
  font-weight: bold;
  font-weight: bold;

Revision as of 17:14, 13 November 2007

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:none;}
h1.pagetitle { 
  font-family: sans-serif,
  font-size: 250%; 
}

#quickbar {
 font-family: sans-serif;
 font-size: 75%;
 font-weight: bold;
 line-height: 1.5em;
 border: 1px solid #bba;
 background-color: #f7f8ff;}

#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;
}