Team:INSA-Lyon/css soustitre
From 2014.igem.org
Line 78: | Line 78: | ||
#footer | #footer | ||
{ | { | ||
- | + | padding-top: 15px; | |
- | + | background-color: #285459; | |
- | + | ||
margin-bottom: -50px; | margin-bottom: -50px; | ||
- | + | height: 200px; | |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
Line 102: | Line 98: | ||
color:#ffffff; | color:#ffffff; | ||
} | } | ||
+ | |||
#contact{ | #contact{ | ||
- | |||
display: inline-block; | display: inline-block; | ||
background-color: #285459; | background-color: #285459; | ||
padding-left: 30px; | padding-left: 30px; | ||
margin-left: 50px; | margin-left: 50px; | ||
- | |||
} | } | ||
- | # | + | #footer1{ |
- | + | float: left; | |
+ | width: 250px; | ||
+ | margin-right: 50px; | ||
+ | display: inline-block; | ||
} | } | ||
- | + | #footer2{ | |
- | # | + | float: left; |
- | + | width: 250px; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | # | + | #footer3{ |
- | + | width: 250px; | |
+ | margin-left: 50px; | ||
+ | display: inline-block; | ||
} | } | ||
- | |||
- | |||
- | |||
#copyright { | #copyright { | ||
- | |||
font-size: 0.8em !important; | font-size: 0.8em !important; | ||
background-color: #285459; | background-color: #285459; | ||
- | padding-bottom: | + | padding-bottom: 2px; |
- | padding-top: | + | padding-top: 16px; |
- | + | ||
} | } | ||
- | |||
- | |||
#fb { | #fb { | ||
float: right; | float: right; | ||
margin-right: 10px; | margin-right: 10px; | ||
- | |||
} | } |
Revision as of 10:59, 12 October 2014
html, body { padding:0; margin-top: 0; background-color: #ffffff; }
/* PAGE SOUS-TITRE*/
- igem{
padding-top: 25px; margin-right: 30px; text-align: right; }
- soustitre{
margin-top: -25px; padding:0; top:0; background-position: center top; background-repeat: no-repeat; text-align: center; height: 50%; }
- presentation {
text-align: center; margin: auto; width: 900px; padding-top: 30px; padding-bottom: 30px; }
.center{ 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: 50px;
margin-top: 40px;
overflow: hidden; display: inline-block; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.iconmulti { background:#FFF;
width:120px; height:82px; padding-top: 38px; text-align:center; border-radius:50%; margin-left: 20px; margin-right: 20px; margin-bottom: 50px;
margin-top: 40px;
overflow: hidden; display: inline-block; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
/*--------------------- CSS DU FOOTER ---------------------------------------------*/
- footer
{ padding-top: 15px; background-color: #285459; margin-bottom: -50px; height: 200px; }
- footer p{
color:#fff; font-family: "Roboto", sans-serif; font-size: 0.9em; overflow:hidden; }
- footer a:visited {
color:#ffffff; }
- footer a {
color:#ffffff; }
- contact{
display: inline-block; background-color: #285459; padding-left: 30px; margin-left: 50px; }
- footer1{
float: left; width: 250px; margin-right: 50px; display: inline-block; }
- footer2{
float: left; width: 250px; }
- footer3{
width: 250px; margin-left: 50px; display: inline-block; }
- copyright {
font-size: 0.8em !important; background-color: #285459; padding-bottom: 2px; padding-top: 16px; }
- fb {
float: right; margin-right: 10px; }