Template:Template

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <head> <style > #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} - -- hides default wiki settings --: .firstH...")
 
(163 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<head>
<head>
-
<style >
 
-
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/
+
<style type="text/css">
 +
 
 +
      /* ------------------------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 */
 +
      #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;
 +
margin-top: 100px;
 +
        list-style-type: none !important;
 +
        text-decoration: none !important;
 +
        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;
 +
      }
 +
 
 +
      /* wygląd elementu - a - dziecka elementu - li - będącego dzieckiem elementu - ol - po najechaniu kursorem myszki na element - li */
 +
      #menu ol > li:hover > a {
 +
        color: #F0A30A !important;
 +
        list-style-type: none !important;
 +
        text-decoration: none !important;
 +
      }
 +
 
 +
      /* wygląd elementu - ul - dziecka elementu - li - będącego dzieckiem elementu - ol - po najechaniu kursorem myszki na element - li */
 +
      #menu ol > li:hover > ul {
 +
        display:block;
 +
      }
 +
 
 +
      /* ------------------------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;
 +
      }
 +
 
 +
 
 +
 
 +
.descCont {
 +
        margin: 250px auto !important;
 +
        font-family: PTSans;
 +
        color: #FFFFFF;
 +
        font-size: 20px;
 +
        text-align: center;
 +
}
 +
 
 +
.downloadButton {
 +
  width: 150px;
 +
  border-radius: 20px 20px 20px 20px;
 +
  border: 0px !important;
 +
  font-family: PTSans;
 +
  color: #ffffff !important;
 +
  font-size: 30px;
 +
  background: #f1a41e;
 +
  padding: 10px 10px 10px 15px;
 +
  text-decoration: none;
 +
}
 +
 
 +
.downloadButton:hover {
 +
  background: #f1a41e;
 +
  background-image: -webkit-linear-gradient(top, #f1a41e, #000000);
 +
  background-image: -moz-linear-gradient(top, #f1a41e, #000000);
 +
  background-image: -ms-linear-gradient(top, #f1a41e, #000000);
 +
  background-image: -o-linear-gradient(top, #f1a41e, #000000);
 +
  background-image: linear-gradient(to bottom, #f1a41e, #000000);
 +
  text-decoration: none;
 +
}
.firstHeading {
.firstHeading {
-
width: 975px;  
+
width: 100%;  
margin: 0px auto;
margin: 0px auto;
padding-top: 100px;
padding-top: 100px;
-
margin-bottom: 0px;
+
margin-bottom: 20px;
font-family: Georgia, Times, "Times New Roman", serif;  
font-family: Georgia, Times, "Times New Roman", serif;  
-
        color: black;
 
}
}
Line 17: Line 148:
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
 +
        margin: 0px auto;
background-color: #383838;
background-color: #383838;
border: 0 none;
border: 0 none;
Line 23: Line 155:
top: 0;
top: 0;
position: fixed;
position: fixed;
-
width: 975px;
+
width: 100%;  
-
left: 50%;
+
-
margin-left: -487px;
+
}
}
Line 48: Line 178:
}
}
 +
#globalWrapper, #content { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: 100%;
 +
border: 0px;
 +
background-color: transparent;
 +
margin: 0px;
 +
padding: 0px;
 +
}
 +
html, body, .wrapper { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: 100%;
 +
background-color: transparent;
 +
}
</style>
</style>
-
</style>
 
-
 
-
 
</html>
</html>

Latest revision as of 01:55, 18 October 2014