Template:Team:Bielefeld-CeBiTec/CSS/main.css

From 2014.igem.org

(Difference between revisions)
Line 39: Line 39:
}
}
-
body {  
+
html, body {
-
background-color: #fff;
+
  margin:0;
-
        vertical-align: middle;
+
  padding:0;
 +
  width:100%;
 +
  height:100%;
 +
  overflow:hidden;
}
}
 +
 +
body {
 +
  font-family:sans-serif;
 +
}
 +
#background{
#background{
   position:absolute;
   position:absolute;
Line 48: Line 56:
   height:100%;
   height:100%;
   z-index:1;
   z-index:1;
 +
}
 +
 +
#scrolling {
 +
  position:absolute;
 +
  top:0;
 +
  left:0;
 +
  width:100%;
 +
  height:100%;
 +
  overflow:auto;
 +
  z-index:2;
}
}
Line 58: Line 76:
padding: 0px;
padding: 0px;
}
}
 +
 +
td {
 +
    font-size:18px
 +
}
 +
table{
table{
 +
        margin-left: auto;
 +
        margin-right:auto;
         margin-top: 20px;
         margin-top: 20px;
 +
        height:100%;
 +
        width:1000px;
 +
        overflow:auto;
 +
        z-index:2;
 +
        opacity:0.8;
 +
        box-shadow:0px -5px 3px 0px #000000;/
 +
        background: rgb(238,238,238); /* Old browsers */
 +
        background: -moz-linear-gradient(45deg, rgb(238,238,238) 0%, rgb(204,204,204) 100%); /* FF3.6+ */
 +
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgb(238,238,238)), color-stop(100%,rgb(208,208,208))); /* Chrome,Safari4+ */
 +
        background: -webkit-linear-gradient(45deg, rgb(238,238,238) 0%,rgb(238,238,238) 100%); /* Chrome10+,Safari5.1+ */
 +
        background: -o-linear-gradient(45deg, rgb(238,238,238) 0%,rgb(204,204,204) 100%); /* Opera 11.10+ */
 +
        background: -ms-linear-gradient(45deg, rgb(238,238,238) 0%,rgb(204,204,204) 100%); /* IE10+ *
 +
        background: linear-gradient(45deg, rgb(238,238,238) 0%,rgb(204,204,204) 100%); /* W3C */
 +
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
}

Revision as of 07:37, 2 June 2014