Template:Lyon-INSA/team

From 2012.igem.org

(Difference between revisions)
 
(44 intermediate revisions not shown)
Line 4: Line 4:
.instructorName, .advisorName, .studentName{
.instructorName, .advisorName, .studentName{
   cursor:pointer;
   cursor:pointer;
-
   font-size:18px;
+
   font-size:16px;
-
   margin:20px;
+
   padding:10px;
 +
}
 +
.instructorName:hover, .advisorName:hover, .studentName:hover{
 +
  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:#cc8822;
+
   background-color:rgba(250,250,250,0.1);
   border-radius:5px;
   border-radius:5px;
 +
  margin-left:30px; 
}
}
#advisorListing, #studentListing, #instructorListing{
#advisorListing, #studentListing, #instructorListing{
-
   width:200px;
+
   width:220px;
   display:inline-block;
   display:inline-block;
-
   background-color:#dd99cc;
+
   background-color:rgba(250,250,250,0.1);
   border-radius:5px;
   border-radius:5px;
 +
  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;
 +
  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 30: Line 46:
   font-size:20px;
   font-size:20px;
   text-align:center;
   text-align:center;
 +
  margin-top:20px;
}
}
.textePres{
.textePres{
   display:inline-block;
   display:inline-block;
-
   width:450px;
+
   width:430px;
-
  margin-top:40px;
+
   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