Template:Lyon-INSA/headerhack

From 2012.igem.org

(Difference between revisions)
Line 156: Line 156:
border-bottom: 0px solid gray;  /* mettre 1px si on veut une fine bordure sous les "boutons" en haut de la page */
border-bottom: 0px solid gray;  /* mettre 1px si on veut une fine bordure sous les "boutons" en haut de la page */
color: black;
color: black;
-
margin-top: 4px;
+
margin-top: 5px;
margin-bottom: 70px;
margin-bottom: 70px;
height: 10px;
height: 10px;
Line 180: Line 180:
-
/* bannière de l'igem (display:none -> invisible) ou <img src="/wiki/skins/common/images/wiki.png">*/
+
/* bannière de l'igem (display:none -> invisible) ou url('https://2012.igem.org/wiki/skins/common/images/wiki.png')*/
#p-logo {                       
#p-logo {                       
width: 129%;
width: 129%;
-
height:1px;
+
height:100%;
-moz-border-radius: 0 0 20px 20px;
-moz-border-radius: 0 0 20px 20px;
-webkit-border-radius: 0 0 20px 20px;
-webkit-border-radius: 0 0 20px 20px;
Line 190: Line 190:
border-radius: 0 0 20px 20px;
border-radius: 0 0 20px 20px;
background-color: transparent;
background-color: transparent;
-
background-image: none;
+
background-image: url('https://2012.igem.org/wiki/skins/common/images/wiki.png');
background-repeat: no-repeat;
background-repeat: no-repeat;
background-position: left;
background-position: left;

Revision as of 13:15, 5 May 2012