Template:Lyon-INSA/homeCss

From 2012.igem.org

(Difference between revisions)
Line 159: Line 159:
.boutonOnglet {
.boutonOnglet {
-
  -moz-border-radius: 36px;
+
  border-top-right-radius: 36px;
 +
  -moz-border-radius-topright : 36px;
 +
  -webkit-border-top-right-radius : 36px;
 +
  border-top-left-radius: 36px;
 +
  -moz-border-radius-topleft : 36px;
 +
  -webkit-border-top-left-radius : 36px;
   -moz-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
-
   -o-transition: all 0.5s ease;
+
   -o-transition: all 0.5s ease;  
-
  -webkit-border-radius: 36px;
+
   -webkit-box-shadow: #6E7849 0 0 10px;
   -webkit-box-shadow: #6E7849 0 0 10px;
   -webkit-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
Line 172: Line 176:
   background-image: -webkit-linear-gradient(90deg, #878787, #000000);
   background-image: -webkit-linear-gradient(90deg, #878787, #000000);
   background-image: linear-gradient(90deg, #878787, #000000);
   background-image: linear-gradient(90deg, #878787, #000000);
-
  border-radius: 36px;
 
   border: 2px solid #4a5032;
   border: 2px solid #4a5032;
   color: #ffffff;
   color: #ffffff;

Revision as of 13:30, 18 August 2012