Jump to content

MediaWiki:Htmlhelp.css: Difference between revisions

From BCI2000 Wiki
No edit summary
No edit summary
 
(65 intermediate revisions by the same user not shown)
Line 1: Line 1:
body {
body {
h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
    font-family: sans-serif;
  font-size: 85%;
    color: Black;
}
    background: none;
    font-weight: normal;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
    border-bottom: 1px solid #aaaaaa;
}
}


#quickbar {
h1.pagetitle { font-size: 250%; }
ul {
 
    line-height: 1.5em;
a:link {text-decoration:none;}
    margin: 0.3em 0 0 1.5em;
a:visited {text-decoration:none;}
    padding:0;
a:hover {text-decoration:underline;}
}
a:active {text-decoration:none;}
ol {
 
    line-height: 1.5em;
#quickbar {
    margin: 0.3em 0 0 3.2em;
  font-family: sans-serif;
    padding:0;
  font-size: 90%;
    list-style-image: none;
  font-weight: bold;
}
  line-height: 1.5em;
li { margin-bottom: 0.1em; }
  border: 1px solid #bba;
}
  background-color: #f7f7f7;
}
 
#quickbar .image {
  margin-left: auto;
  margin-right: auto;
}
 
#quickbar ul {
  list-style: outside;
  line-height: 1.2em;
  margin: 0 0 0 0.4em;
  padding: 0 0 0.5em 0;
}
#quickbar ol {
  list-style: outside;
  line-height: 1.2em;
  margin: 0 0 0 0.4em;
  padding: 0 0 0.5em 0;
  list-style-image: none;
}
#quickbar li {
  text-indent: 0;
  margin: 0 0 0 1em;
  padding: 0 0 0 0;
}

Latest revision as of 18:11, 13 November 2007

 body {
  font-family: sans-serif;
  font-size: 85%;
 }

 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: 90%;
  font-weight: bold;
  line-height: 1.5em;
  border: 1px solid #bba;
  background-color: #f7f7f7;
 }

 #quickbar .image {
   margin-left: auto;
   margin-right: auto;
 }

 #quickbar ul {
   list-style: outside;
   line-height: 1.2em;
   margin: 0 0 0 0.4em;
   padding: 0 0 0.5em 0;
 }
 #quickbar ol {
   list-style: outside;
   line-height: 1.2em;
   margin: 0 0 0 0.4em;
   padding: 0 0 0.5em 0;
   list-style-image: none;
 }
 #quickbar li {
  text-indent: 0;
  margin: 0 0 0 1em;
  padding: 0 0 0 0;
 }