Template:Lyon-INSA/team
From 2012.igem.org
(Difference between revisions)
(29 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
.instructorName, .advisorName, .studentName{ | .instructorName, .advisorName, .studentName{ | ||
cursor:pointer; | cursor:pointer; | ||
- | font-size: | + | font-size:16px; |
- | padding: | + | padding:10px; |
} | } | ||
.instructorName:hover, .advisorName:hover, .studentName:hover{ | .instructorName:hover, .advisorName:hover, .studentName:hover{ | ||
- | background-color:rgba( | + | background-color:rgba(250,250,250,0.2); |
} | } | ||
+ | .presentation{ position: relative; } | ||
+ | .presentation:before { content:""; position: absolute; right: 100%; top: 26px; width: 0; height: 0; border-top: 13px solid transparent; border-right: 26px solid rgba(250,250,250,0.1); border-bottom: 13px solid transparent; } | ||
+ | |||
.presentation{ | .presentation{ | ||
display:inline-block; | display:inline-block; | ||
width:700px; | width:700px; | ||
vertical-align:top; | vertical-align:top; | ||
- | background-color:rgba( | + | background-color:rgba(250,250,250,0.1); |
border-radius:5px; | border-radius:5px; | ||
- | margin-left:30px; | + | margin-left:30px; |
- | + | ||
} | } | ||
#advisorListing, #studentListing, #instructorListing{ | #advisorListing, #studentListing, #instructorListing{ | ||
width:220px; | width:220px; | ||
display:inline-block; | display:inline-block; | ||
- | background-color:rgba( | + | background-color:rgba(250,250,250,0.1); |
border-radius:5px; | border-radius:5px; | ||
- | border:1px solid rgb( | + | border:1px solid rgb(100,100,100); |
} | } | ||
.photoPres | .photoPres | ||
{ | { | ||
- | width: | + | width:180px; |
display:inline-block; | display:inline-block; | ||
margin:20px; | margin:20px; | ||
+ | margin-right:0px; | ||
+ | border:8px solid white; | ||
+ | -ms-transform: rotate(-5deg); /* IE9 beta? */ | ||
+ | -moz-transform: rotate(-5deg); /* FF3.5+ */ | ||
+ | -o-transform: rotate(-5deg); /* Opera 10.5 */ | ||
+ | -webkit-transform: rotate(-5deg); /* Saf3.1+, Chrome */ | ||
+ | transform: rotate(-5deg); /* CSS3 (for when it gets supported) */ | ||
+ | |||
} | } | ||
.nomPres | .nomPres | ||
Line 40: | Line 50: | ||
.textePres{ | .textePres{ | ||
display:inline-block; | display:inline-block; | ||
- | width: | + | width:430px; |
- | + | ||
text-align:justify; | text-align:justify; | ||
font-size:16px; | font-size:16px; | ||
vertical-align:top; | vertical-align:top; | ||
+ | padding:20px; | ||
} | } | ||
.photoCool | .photoCool |
Latest revision as of 19:46, 25 October 2012