Difference between revisions of "Team:Pasteur Paris/essai"

Line 1: Line 1:
 
+
{{Pasteur_Paris}}
 
<html>
 
<html>
  
Line 8: Line 8:
 
position: relative;
 
position: relative;
 
   
 
   
}
 
div#weeks{
 
position: relative;
 
top: -120px;
 
left: 50px;
 
}
 
h1{
 
text-align:center;
 
margin-top:0;
 
}
 
h1 {
 
padding: 1em 0;
 
margin-left: 1.5em;
 
font-size: 2.5em;
 
font-family: sans-serif;
 
}
 
h1 span {
 
display:block;
 
margin: 0.75em 0 0 -2em;
 
line-height: 1em;
 
font-size: 0.55em;
 
}
 
h1 .cursive4 {
 
margin: 0 0 0 -3em;
 
font-size: 1.1em;
 
line-height:0.5em;
 
color: #00CED1;
 
}
 
 
.cursive4 {
 
font-family: 'Trebuchet SM', Georgia;
 
}
 
 
/*la mosaique de semaine*/
 
#weekslist{
 
 
position relative;
 
top: 0px;
 
left: 100px;
 
font-size:0;
 
width: 810px;
 
margin:0 auto;
 
}
 
 
#weekslist a{
 
  cursor: url("https://static.igem.org/mediawiki/2016/5/5f/Design_pasteur2016.png"), pointer;
 
  margin:2px;
 
  border 4px solid transparent;
 
  display: inline-block;
 
  -webkit-border-radius:10px;
 
  border-radius: 10px;
 
  opacity: .5;
 
 
 
  -webkit-transition:all .3s ease-in;
 
  -moz-transition:all .3s ease-in;
 
  -ms-transition:all .3s ease-in;
 
  -o-transition:all .3s ease-in;
 
  transition:all .3s ease-in;
 
}
 
 
#weekslist a:hover{
 
  border-color: #000000;
 
  opacity: 3.5;
 
}
 
 
#weekslist img{
 
  -webkt-border-radius:10px;
 
  border-radius: 6px;
 
}
 
 
  
  

Revision as of 20:50, 25 September 2016