Template:Lyon-INSA/team
From 2012.igem.org
(Difference between revisions)
(15 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{ 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( | + | .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{ | ||
Line 17: | Line 17: | ||
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 |
Latest revision as of 19:46, 25 October 2012