Template:Template

From 2014.igem.org

(Difference between revisions)
 
(33 intermediate revisions not shown)
Line 8: Line 8:
       #menu {
       #menu {
width: 800px;
width: 800px;
-
         margin: 0 19%;
+
         margin: -200px auto 0 auto;
-
         margin-top: -200px;
+
         background-position: center;
         font-size: 17px;
         font-size: 17px;
         font-family: PTSans;
         font-family: PTSans;
-
         text-align:center;
+
         text-align: center !important;
-
         position: absolute;
+
         position: relative;
 +
        z-index: 9999;
       }
       }
       /* wygląd głównego elementu - ol */
       /* wygląd głównego elementu - ol */
       #menu ol {
       #menu ol {
-
width: 100%;
+
        margin: 0;
 +
        padding: 0;
         font-size: 17px;
         font-size: 17px;
         font-family: PTSans;
         font-family: PTSans;
Line 105: Line 107:
-
#descTitle {
+
.descCont {
-
         padding: 300px 363px;
+
         margin: 250px auto !important;
 +
        font-family: PTSans;
         color: #FFFFFF;
         color: #FFFFFF;
         font-size: 20px;
         font-size: 20px;
Line 113: 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