Template:Template

From 2014.igem.org

(Difference between revisions)
 
(47 intermediate revisions not shown)
Line 5: Line 5:
       /* ------------------------CZĘŚĆ-GÓRNA-MENU------------------------ */
       /* ------------------------CZĘŚĆ-GÓRNA-MENU------------------------ */
 +
 +
      #menu {
 +
width: 800px;
 +
        margin: -200px auto 0 auto;
 +
        background-position: center;
 +
        font-size: 17px;
 +
        font-family: PTSans;
 +
        text-align: center !important;
 +
        position: relative;
 +
        z-index: 9999;
 +
      }
       /* wygląd głównego elementu - ol */
       /* wygląd głównego elementu - ol */
-
       ol {
+
       #menu ol {
-
         margin: 0 23%;
+
         margin: 0;
-
width: 100%;
+
        padding: 0;
         font-size: 17px;
         font-size: 17px;
         font-family: PTSans;
         font-family: PTSans;
Line 16: Line 27:
       /* wygląd wszystkich elementów - a - znajdujących się w elemencie - ol */
       /* wygląd wszystkich elementów - a - znajdujących się w elemencie - ol */
-
       ol a {
+
       #menu ol a {
-
         display:block;
+
         display: block;
         color: #FFFFFF !important;
         color: #FFFFFF !important;
         list-style-type: none !important;
         list-style-type: none !important;
Line 25: Line 36:
       /* wygląd elementów - li - wszystkich dzieci elementu - ol */
       /* wygląd elementów - li - wszystkich dzieci elementu - ol */
-
       ol > li {
+
       #menu ol > li {
         float:left;
         float:left;
padding: 10px 30px;
padding: 10px 30px;
Line 35: Line 46:
       }
       }
       /* wygląd elementu - li - pierwszego dziecka elementu - ol */
       /* wygląd elementu - li - pierwszego dziecka elementu - ol */
-
       ol > li:first-child {
+
       #menu ol > li:first-child {
         margin-left:0;
         margin-left:0;
       }
       }
       /* wygląd elementów - li - wszystkich dzieci elementu - ol - po najechaniu kursorem myszki na element - li */
       /* wygląd elementów - li - wszystkich dzieci elementu - ol - po najechaniu kursorem myszki na element - li */
-
       ol > li:hover {
+
       #menu ol > li:hover {
 +
        color: #F0A30A;
         list-style-type: none !important;
         list-style-type: none !important;
         text-decoration: none !important;
         text-decoration: none !important;
Line 46: Line 58:
       /* wygląd elementu - a - dziecka elementu - li - będącego dzieckiem elementu - ol - po najechaniu kursorem myszki na element - li */
       /* wygląd elementu - a - dziecka elementu - li - będącego dzieckiem elementu - ol - po najechaniu kursorem myszki na element - li */
-
       ol > li:hover > a {
+
       #menu ol > li:hover > a {
-
         color: #F0A30A;
+
         color: #F0A30A !important;
         list-style-type: none !important;
         list-style-type: none !important;
         text-decoration: none !important;
         text-decoration: none !important;
Line 53: Line 65:
       /* wygląd elementu - ul - dziecka elementu - li - będącego dzieckiem elementu - ol - po najechaniu kursorem myszki na element - li */
       /* wygląd elementu - ul - dziecka elementu - li - będącego dzieckiem elementu - ol - po najechaniu kursorem myszki na element - li */
-
       ol > li:hover > ul {
+
       #menu ol > li:hover > ul {
         display:block;
         display:block;
       }
       }
Line 60: Line 72:
       /* wygląd głównych rozwijanych elementów - ul */
       /* wygląd głównych rozwijanych elementów - ul */
-
       ol > li > ul {
+
       #menu ol > li > ul {
         display:none;
         display:none;
         list-style-type: none !important;
         list-style-type: none !important;
Line 69: Line 81:
       /* wygląd elementu - li - w części rozwijanej */
       /* wygląd elementu - li - w części rozwijanej */
-
       ol > li > ul > li {
+
       #menu ol > li > ul > li {
         position: relative;
         position: relative;
         text-decoration: none !important;
         text-decoration: none !important;
Line 77: Line 89:
       /* wygląd elementu - a - w części rozwijanej */
       /* wygląd elementu - a - w części rozwijanej */
-
       ol > li > ul > li > a {
+
       #menu ol > li > ul > li > a {
         text-decoration: none !important;
         text-decoration: none !important;
         list-style-type: none !important;
         list-style-type: none !important;
Line 83: Line 95:
       /* wygląd elementu - li - w części rozwijanej, po najechaniu kursorem myszki na dany element - li */
       /* wygląd elementu - li - w części rozwijanej, po najechaniu kursorem myszki na dany element - li */
-
       ol > li > ul > li:hover {
+
       #menu ol > li > ul > li:hover {
       }
       }
       /* wygląd elementu - a - w części rozwijanej, po najechaniu kursorem myszki na element - li */
       /* wygląd elementu - a - w części rozwijanej, po najechaniu kursorem myszki na element - li */
-
       ol > li > ul > li:hover > a {
+
       #menu ol > li > ul > li:hover > a {
-
         color: #F0A30A;
+
         color: #F0A30A !important;
         list-style-type: none !important;
         list-style-type: none !important;
         text-decoration: none !important;
         text-decoration: none !important;
       }
       }
-
#menu {
 
-
        margin: 0 23%;
 
-
width: 100%;
 
-
z-index: 99999;
 
-
font-size: 17px;
 
-
font-weight: 400;
 
-
height: 100px;
 
-
}
 
-
#menu ul {
 
-
width: 100%;
 
-
        margin: 0 auto;
 
-
padding-top: 10px;
 
-
list-style: none;
 
-
position: absolute;
 
-
}
 
-
#menu ul li{
+
.descCont {
-
float: left;
+
         margin: 250px auto !important;
-
padding: 10px 37px;
+
         font-family: PTSans;
-
         width: 100px;
+
-
margin-top: 100px;
+
-
         border-top: 2px solid #F0A30A;
+
-
}
+
-
 
+
-
#menu ul li:hover {
+
-
float: left;
+
-
padding: 10px 37px;
+
-
        width: 100px;
+
-
margin-top: 100px;
+
-
        border-top: 2px solid #F0A30A;
+
-
}
+
-
#menu ul a {
+
-
text-decoration: none;
+
-
color: #FFFFFF;
+
-
text-align: center;
+
-
padding-bottom: 25px;
+
-
}
+
-
 
+
-
#menu ul a:hover {
+
-
text-decoration: none;
+
-
color: #000000;
+
-
text-align: center;
+
-
padding-bottom: 25px;
+
-
}
+
-
 
+
-
#menu ul li ol {
+
-
        display:none;
+
-
}
+
-
 
+
-
#menu ul li:hover ol {
+
-
        display: block;
+
-
}
+
-
 
+
-
#menu ul li ol li {
+
-
        position: relative;
+
-
}
+
-
 
+
-
#menu ul li ol li a {
+
-
        border-top:1px solid #FFF;
+
-
}
+
-
 
+
-
#menu ul li ol li:hover{
+
-
      text-decoration: none;
+
-
display: block;
+
-
color: #000000;
+
-
text-align: center;
+
-
padding-bottom: 25px;
+
-
}
+
-
 
+
-
#menu ul li ol li:hover a{
+
-
      color:#09C;
+
-
}
+
-
 
+
-
 
+
-
 
+
-
.menu_poziome{
+
-
height: 118px;
+
-
}
+
-
 
+
-
#descTitle {
+
-
        padding: 300px 363px;
+
         color: #FFFFFF;
         color: #FFFFFF;
         font-size: 20px;
         font-size: 20px;
Line 181: 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