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

From 2014.igem.org

(Difference between revisions)
(Undo revision 64105 by SebastianBlunk (talk))
Line 122: Line 122:
}
}
 +
<!--
 +
body {
 +
<!--background-color: #fff;-->
 +
background-color: rgba(238,238,238,0.4)
 +
}
 +
-->
 +
 +
#background{
 +
  position:absolute;
 +
  width:100%;
 +
  height:100%;
 +
  z-index:1;
 +
}
 +
 +
#globalWrapper, #content { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: 0%;
 +
border: none;
 +
background-color: transparent;
 +
margin: 0px;
 +
padding: 0px;
 +
}
table{
table{
         margin-top: 0px;
         margin-top: 0px;
Line 127: Line 149:
}
}
 +
 +
html, body, .wrapper { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: 100%;
 +
<!--background-color: transparent;-->
 +
background-color: rgba(150,150,150,1)
 +
}

Revision as of 15:43, 10 August 2014