Template:Template

From 2014.igem.org

(Difference between revisions)
 
(143 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; /* 14 tekstem pokazuje*/
+
-
background: url("../img/bg_menu.png");
+
-
font-weight: 400;
+
-
height: 100px;
+
-
}
+
-
#menu ul li {
+
      #menu {
-
display: block;
+
width: 800px;
-
float: left;
+
        margin: -200px auto 0 auto;
-
padding: 10px 37px;
+
        background-position: center;
 +
        font-size: 17px;
 +
        font-family: PTSans;
 +
        text-align: center !important;
 +
        position: relative;
 +
        z-index: 9999;
 +
      }
 +
 
 +
      /* wygląd głównego elementu - ol */
 +
      #menu ol {
 +
        margin: 0;
 +
        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;
 +
      }
-
#menu ul {
+
      /* wygląd elementów - li - wszystkich dzieci elementu - ol - po najechaniu kursorem myszki na element - li */
-
width: 100%;
+
      #menu ol > li:hover {
-
         margin: 0 auto;
+
         color: #F0A30A;
-
padding-top: 10px;
+
        list-style-type: none !important;
-
list-style: none;
+
        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 li ul {
+
      /* wygląd elementu - ul - dziecka elementu - li - będącego dzieckiem elementu - ol - po najechaniu kursorem myszki na element - li */
-
         margin-left:-1px !important;
+
      #menu ol > li:hover > ul {
-
         padding:0px !important;
+
        display:block;
-
         margin-top:0px !important;
+
      }
-
         maring-bottom:0px !important
+
 
-
}
+
      /* ------------------------CZĘŚĆ-ROZWIJANA-MENU------------------------ */
 +
 
 +
      /* 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;
 +
        text-decoration: none !important;
 +
         list-style-type: none !important;
 +
         list-style-image: none !important;
 +
      }
 +
 
 +
      /* wygląd elementu - a - w części rozwijanej */
 +
      #menu ol > li > ul > li > a {
 +
        text-decoration: none !important;
 +
        list-style-type: none !important;
 +
      }
 +
 
 +
      /* wygląd elementu - li - w części rozwijanej, po najechaniu kursorem myszki na dany element - li */
 +
      #menu ol > li > ul > li:hover {
 +
      }
 +
 
 +
      /* wygląd elementu - a - w części rozwijanej, po najechaniu kursorem myszki na element - li */
 +
      #menu ol > li > ul > li:hover > a {
 +
        color: #F0A30A !important;
 +
        list-style-type: none !important;
 +
        text-decoration: none !important;
 +
      }
-
#menu ul a:hover {
 
-
text-decoration: none;
 
-
display: block;
 
-
color: #000000;
 
-
text-align: center;
 
-
padding-bottom: 25px;
 
-
}
 
-
.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 64: Line 115:
}
}
-
#downloadButton {
+
.downloadButton {
-
   -webkit-border-radius: 0;
+
   width: 150px;
-
   -moz-border-radius: 0;
+
   border-radius: 20px 20px 20px 20px;
-
   border-radius: 0px;
+
   border: 0px !important;
-
   font-family: Georgia;
+
   font-family: PTSans;
-
   color: #ffffff;
+
   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;
}
}
.firstHeading {
.firstHeading {
-
width: 1500px;  
+
width: 100%;  
margin: 0px auto;
margin: 0px auto;
padding-top: 100px;
padding-top: 100px;

Latest revision as of 01:55, 18 October 2014