Template:Template

From 2014.igem.org

(Difference between revisions)
 
(12 intermediate revisions not shown)
Line 14: Line 14:
         text-align: center !important;
         text-align: center !important;
         position: relative;
         position: relative;
 +
        z-index: 9999;
       }
       }
Line 107: Line 108:
.descCont {
.descCont {
-
         margin: 250px auto;
+
         margin: 250px auto !important;
         font-family: PTSans;
         font-family: PTSans;
         color: #FFFFFF;
         color: #FFFFFF;
Line 115: Line 116:
.downloadButton {
.downloadButton {
 +
  width: 150px;
 +
  border-radius: 20px 20px 20px 20px;
   border: 0px !important;
   border: 0px !important;
   font-family: PTSans;
   font-family: PTSans;
   color: #ffffff !important;
   color: #ffffff !important;
-
   font-size: 20px;
+
   font-size: 30px;
-
   background: #f0a30a;
+
   background: #f1a41e;
-
   padding: 10px 20px 10px 20px;
+
   padding: 10px 10px 10px 15px;
   text-decoration: none;
   text-decoration: none;
}
}
.downloadButton:hover {
.downloadButton:hover {
-
   background: #f0a30a;
+
   background: #f1a41e;
-
   background-image: -webkit-linear-gradient(top, #f0a30a, #000000);
+
   background-image: -webkit-linear-gradient(top, #f1a41e, #000000);
-
   background-image: -moz-linear-gradient(top, #f0a30a, #000000);
+
   background-image: -moz-linear-gradient(top, #f1a41e, #000000);
-
   background-image: -ms-linear-gradient(top, #f0a30a, #000000);
+
   background-image: -ms-linear-gradient(top, #f1a41e, #000000);
-
   background-image: -o-linear-gradient(top, #f0a30a, #000000);
+
   background-image: -o-linear-gradient(top, #f1a41e, #000000);
-
   background-image: linear-gradient(to bottom, #f0a30a, #000000);
+
   background-image: linear-gradient(to bottom, #f1a41e, #000000);
   text-decoration: none;
   text-decoration: none;
}
}

Latest revision as of 01:55, 18 October 2014