Team:Marburg SYNMIKRO:Template:Header

From 2012.igem.org

(Difference between revisions)
Line 3: Line 3:
<style>
<style>
 +
#toc {
 +
    -moz-border-bottom-colors: none;
 +
    -moz-border-left-colors: none;
 +
    -moz-border-right-colors: none;
 +
    -moz-border-top-colors: none;
 +
    background: none repeat scroll 0 0 rgba(233, 243, 217, 0.7);
 +
    border-color: rgba(233, 243, 217, 0.5) -moz-use-text-color rgba(233, 243, 217, 0.5) rgba(233, 243, 217, 0.5);
 +
    border-image: none;
 +
    border-radius: 3em 0.5em 0.5em 3em;
 +
    border-style: solid none solid solid;
 +
    border-width: medium;
 +
    box-shadow: 0 1px 3px black;
 +
    color: white;
 +
    font-size: large;
 +
    font-weight: bold;
 +
    margin: -0.5em 0 0;
 +
    padding: 0.5em 0.5em 0.5em 0.5em;
 +
    text-align: left;
 +
    width: 8em;
 +
  position: fixed;
 +
  right: 0;
 +
  top: 40px;
 +
  width: 8em;
 +
  margin-top: -2.5em;
 +
font-size: 9px;
 +
white-space:nowrap;
 +
z-index:20;
 +
}
 +
#toc li {
 +
  margin-bottom: 2px;
 +
}
 +
#toc ul {
 +
  padding-top: 2px;
 +
}
 +
#toc a {
 +
  font-size: 11px;
 +
  text-decoration: none;
 +
  text-transform: uppercase;
 +
  color: #666666;
 +
}
 +
#toc a:hover {
 +
  color: #000;
 +
}
 +
#toc .current a {
 +
  color: #BC5E0A;
 +
}
#container {
#container {

Revision as of 16:05, 24 September 2012

Main Page