Team:SYSU-Software/weblab.css
From 2013.igem.org
(Difference between revisions)
Line 9: | Line 9: | ||
} | } | ||
+ | p { | ||
+ | color: #63605e; | ||
+ | } | ||
/*container*/ | /*container*/ | ||
Revision as of 01:38, 28 September 2013
- {
padding:0px; margin: 0px; } body { height: 100%; width: 100%; font-family: 'Arial'; }
p { color: #63605e; }
/*container*/
#wetlab-container{ width: 100%; height: 100%; background-color: #8fbbb8; margin:0 auto; }
#wetlab-header{ width: 172px; margin: 0 auto; text-align: center;
color:#1C2D3D;
}
- wetlab-font{
margin-top: 40px; } p{ font-family: 'Arial'; font-size: 14px; font-weight: 900; color: #445d72; text-align:justify; }
h2,h3,h4,h5,h6 {
color: #445d72;
}
.image{
float:auto; align:center; margin-top:20px; margin-bottom:20px;
}
.mintext{ float: auto;
margin-top: 10px; margin-left:20px;
}
/*footer*/ /*footer*/ #sysu-footer{ width: 100%; margin:0 auto;
position: relative; bottom: 0px; overflow: hidden;
background-color: #8fbbb8; } #bottom-image{ width: 100%; }
- main {
height:100%; width:800px; margin:0 auto; text-align: justify; }