Template:Lyon-INSA/team

From 2012.igem.org

(Difference between revisions)
 
(21 intermediate revisions not shown)
Line 4: Line 4:
.instructorName, .advisorName, .studentName{
.instructorName, .advisorName, .studentName{
   cursor:pointer;
   cursor:pointer;
-
   font-size:18px;
+
   font-size:16px;
-
   padding:20px;
+
   padding:10px;
}
}
.instructorName:hover, .advisorName:hover, .studentName:hover{
.instructorName:hover, .advisorName:hover, .studentName:hover{
-
   background-color:rgba(150,150,150,0.4);
+
   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(150,150,150,0.2);
+
   background-color:rgba(250,250,250,0.1);
   border-radius:5px;
   border-radius:5px;
-
   margin-left:30px;
+
   margin-left:30px;  
-
  border:1px solid rgb(150,150,150);
+
}
}
#advisorListing, #studentListing, #instructorListing{
#advisorListing, #studentListing, #instructorListing{
   width:220px;
   width:220px;
   display:inline-block;
   display:inline-block;
-
   background-color:rgba(150,150,150,0.2);
+
   background-color:rgba(250,250,250,0.1);
   border-radius:5px;
   border-radius:5px;
-
   border:1px solid rgb(150,150,150);
+
   border:1px solid rgb(100,100,100);
}
}
.photoPres
.photoPres
{
{
-
   width:200px;
+
   width:180px;
   display:inline-block;
   display:inline-block;
   margin:20px;
   margin:20px;
   margin-right:0px;
   margin-right:0px;
-
   border:5px solid white;
+
   border:8px solid white;
-
     -ms-transform: rotate(15deg); /* IE9 beta? */
+
     -ms-transform: rotate(-5deg); /* IE9 beta? */
-
     -moz-transform: rotate(15deg);  /* FF3.5+ */
+
     -moz-transform: rotate(-5deg);  /* FF3.5+ */
-
     -o-transform: rotate(15deg);  /* Opera 10.5 */
+
     -o-transform: rotate(-5deg);  /* Opera 10.5 */
-
     -webkit-transform: rotate(15deg);  /* Saf3.1+, Chrome */
+
     -webkit-transform: rotate(-5deg);  /* Saf3.1+, Chrome */
-
     transform: rotate(15deg);  /* CSS3 (for when it gets supported) */
+
     transform: rotate(-5deg);  /* CSS3 (for when it gets supported) */
}
}

Latest revision as of 19:46, 25 October 2012