Jump to content

MediaWiki:Htmlhelp.css: Difference between revisions

From BCI2000 Wiki
No edit summary
No edit summary
Line 14: Line 14:
  font-weight: bold;
  font-weight: bold;
  line-height: 1.5em;
  line-height: 1.5em;
}


ul {
ul.quickbar {
   background: yellow;
   background: yellow;
     line-height: 1.5em;
     line-height: 1.5em;
Line 21: Line 22:
     padding:0 0 0 0;
     padding:0 0 0 0;
}
}
ol {
ol.quickbar {
     line-height: 1.5em;
     line-height: 1.5em;
     margin: 0 0 0 0;
     margin: 0 0 0 0;
Line 27: Line 28:
     list-style-image: none;
     list-style-image: none;
}
}
li {
li.quickbar {
   background: blue;  
   background: blue;  
   margin: 0 0 0 0;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   padding: 0 0 0 0;
}
}
}

Revision as of 16:58, 13 November 2007

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:none;}

body {
 font-family: sans-serif;
}

h1.pagetitle { font-size: 250%; }

#quickbar {
 font-size: 75%;
 font-weight: bold;
 line-height: 1.5em;
}

ul.quickbar {
  background: yellow;
    line-height: 1.5em;
    margin: 0 0 0 0;
    padding:0 0 0 0;
}
ol.quickbar {
    line-height: 1.5em;
    margin: 0 0 0 0;
    padding:0 0 0 0;
    list-style-image: none;
}
li.quickbar {
  background: blue; 
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}