Team:INSA-Lyon/css contenu
From 2014.igem.org
Line 73: | Line 73: | ||
width: 50%; | width: 50%; | ||
float:right; | float:right; | ||
+ | } | ||
+ | |||
+ | /*--------------------- CSS DU FOOTER ---------------------------------------------*/ | ||
+ | |||
+ | |||
+ | #footer | ||
+ | { | ||
+ | width: 100%; | ||
+ | height: 320px; | ||
+ | background-color: #285459; | ||
+ | margin-bottom: -50px; | ||
+ | } | ||
+ | |||
+ | #footer h3{ | ||
+ | margin-bottom: 20px; | ||
+ | } | ||
+ | |||
+ | #footer p{ | ||
+ | color:#fff; | ||
+ | font-family: "Roboto", sans-serif; | ||
+ | font-size: 0.9em; | ||
+ | overflow:hidden; | ||
+ | } | ||
+ | |||
+ | #footer a:visited { | ||
+ | color:#ffffff; | ||
+ | } | ||
+ | |||
+ | #footer a{ | ||
+ | color: #ffffff; | ||
+ | font-size: 1.5em; | ||
+ | } | ||
+ | |||
+ | #footer a:hover { | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | |||
+ | #contact{ | ||
+ | float:left; | ||
+ | display: inline-block; | ||
+ | background-color: #285459; | ||
+ | padding-left: 30px; | ||
+ | margin-left: 50px; | ||
+ | width: 40%; | ||
+ | } | ||
+ | |||
+ | #address1{ | ||
+ | texte-align: center; | ||
+ | } | ||
+ | |||
+ | #sponsors{ | ||
+ | width: 40%; | ||
+ | display: inline-block; | ||
+ | background-color: #285459; | ||
+ | padding-left: 30px; | ||
+ | color: #ffffff; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | #copyright { | ||
+ | text-align: center; | ||
+ | font-size: 0.8em; | ||
+ | background-color: #285459; | ||
+ | padding-bottom: 6px; | ||
+ | padding-top: 6px; | ||
+ | margin-top: 100px; | ||
+ | } | ||
+ | |||
+ | #fb { | ||
+ | float: right; | ||
+ | margin-right: 10px; | ||
+ | margin-top: 10px; | ||
} | } |
Revision as of 14:13, 2 October 2014
html, body { padding:0; margin-top: 0;
background-color: #ffffff;
}
/* PAGE CONTENU*/
- igem{
padding-top: 25px; text-align: right; margin-top: 20px; margin-right: 20px; }
- contenu h4 {
padding-bottom: 25px;
}
- contenu{
margin-top: -25px; padding:0; top:0; background-position: center top; background-repeat: no-repeat; text-align: center; height: 50%;
margin-left: 40px; text-align: center;
}
.icon {
color:#285459;
background:#FFF;
width:120px; height:72px; padding-top: 48px; text-align:center; border-radius:50%; margin-left: 20px; margin-right: 20px; margin-bottom: 20px; overflow: hidden; display: inline-block;
}
.iconmulti { background:#FFF;
width:120px; height:82px; padding-top: 38px; text-align:center; border-radius:50%; margin-left: 20px; margin-right: 20px; margin-bottom: 20px; overflow: hidden; display: inline-block;
}
- presentation {
margin: auto;
padding-top:40px;
width: 50%;
}
.colone1{
width: 50%; float: left;
}
.colone2{
width: 50%; float:right;
}
/*--------------------- CSS DU FOOTER ---------------------------------------------*/
- footer
{ width: 100%; height: 320px; background-color: #285459; margin-bottom: -50px; }
- footer h3{
margin-bottom: 20px;
}
- footer p{
color:#fff; font-family: "Roboto", sans-serif; font-size: 0.9em; overflow:hidden; }
- footer a:visited {
color:#ffffff; }
- footer a{
color: #ffffff;
font-size: 1.5em; }
- footer a:hover {
text-decoration: underline;
}
- contact{
float:left; display: inline-block; background-color: #285459; padding-left: 30px; margin-left: 50px; width: 40%; }
- address1{
texte-align: center; }
- sponsors{
width: 40%; display: inline-block; background-color: #285459; padding-left: 30px; color: #ffffff; text-align: center; }
- copyright {
text-align: center; font-size: 0.8em; background-color: #285459; padding-bottom: 6px; padding-top: 6px;
margin-top: 100px;
}
- fb {
float: right; margin-right: 10px; margin-top: 10px; }