Template:INSA-Lyon/maincontent
From 2010.igem.org
(Difference between revisions)
m |
|||
Line 31: | Line 31: | ||
text-align: justify; | text-align: justify; | ||
} | } | ||
+ | |||
+ | |||
+ | |||
+ | /* -------------------------------------------------------------------------------------------- */ | ||
+ | /* --------------------- position des différentes "boîtes de textes" -------------------------- */ | ||
+ | /* -------------------------------------------------------------------------------------------- */ | ||
+ | |||
+ | |||
.colonnegauche { | .colonnegauche { | ||
width: 130px; | width: 130px; | ||
Line 80: | Line 88: | ||
} | } | ||
+ | |||
+ | #corps { | ||
+ | width: 57.4%; | ||
+ | margin: 30px 10px 10px 10px; | ||
+ | padding: 8px; | ||
+ | |||
+ | border: 1px solid #6e6e6e; <!-- juste pour voir ou sa se place, sinon quand on aura les articles, on pourra les enlever --> | ||
+ | background-color: white; | ||
+ | -moz-border-radius: 10px; | ||
+ | -webkit-border-radius: 10px; | ||
+ | -goog-ms-border-radius: 10px; | ||
+ | border-radius: 10px; | ||
+ | float: left; | ||
+ | } | ||
#corps2 { | #corps2 { | ||
Line 94: | Line 116: | ||
} | } | ||
- | # | + | |
- | width: | + | #corps3 { |
- | margin: 30px 10px 10px | + | width: 72%; |
+ | margin: 30px 10px 10px 5px; | ||
padding: 8px; | padding: 8px; | ||
+ | border: 1px solid #6e6e6e; <!-- juste pour voir ou sa se place, sinon quand on aura les articles, on pourra les enlever --> | ||
+ | background-color: white; | ||
+ | -moz-border-radius: 10px; | ||
+ | -webkit-border-radius: 10px; | ||
+ | -goog-ms-border-radius: 10px; | ||
+ | border-radius: 10px; | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | #corps4 { | ||
+ | width: 97.7%; | ||
+ | margin: 20px 5px 10px 5px; | ||
+ | padding: 5px; | ||
border: 1px solid #6e6e6e; <!-- juste pour voir ou sa se place, sinon quand on aura les articles, on pourra les enlever --> | border: 1px solid #6e6e6e; <!-- juste pour voir ou sa se place, sinon quand on aura les articles, on pourra les enlever --> | ||
background-color: white; | background-color: white; | ||
Line 107: | Line 143: | ||
float: left; | float: left; | ||
} | } | ||
- | /* Code used in the sponsors page */ | + | |
+ | #boite1 { | ||
+ | width: 45%; | ||
+ | margin: 20px 5px 10px 5px; | ||
+ | padding: 5px; | ||
+ | border: 1px solid #6e6e6e; | ||
+ | -moz-border-radius: 10px; | ||
+ | -webkit-border-radius: 10px; | ||
+ | -goog-ms-border-radius: 10px; | ||
+ | border-radius: 10px; | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | #boite2 { | ||
+ | width: 45%; | ||
+ | margin: 20px 5px 10px 5px; | ||
+ | padding: 5px; | ||
+ | border: 1px solid #6e6e6e; | ||
+ | -moz-border-radius: 10px; | ||
+ | -webkit-border-radius: 10px; | ||
+ | -goog-ms-border-radius: 10px; | ||
+ | border-radius: 10px; | ||
+ | float: right; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* ----------------------------------------------------------------------------------------------- */ | ||
+ | /* ----------------------------- Code used in the sponsors page ---------------------------------- */ | ||
+ | /* ----------------------------------------------------------------------------------------------- */ | ||
+ | |||
.sponsorsH1 { | .sponsorsH1 { | ||
Line 137: | Line 202: | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
.support { | .support { |
Revision as of 07:46, 27 October 2010