Template:Template

From 2014.igem.org

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