Template:Template
From 2014.igem.org
(Difference between revisions)
(115 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
<style type="text/css"> | <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; | text-align:center; | ||
} | } | ||
/* 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; | |
- | + | list-style-type: none !important; | |
- | padding:0 5px; | + | text-decoration: none !important; |
+ | padding: 0 5px; | ||
} | } | ||
/* 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; | ||
- | width: | + | 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 */ | /* 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; | ||
+ | text-decoration: none !important; | ||
} | } | ||
/* 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:# | + | 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 */ | /* 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 56: | 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; | + | list-style-type: none !important; |
+ | text-decoration: none !important; | ||
padding:0; | padding:0; | ||
margin:0; | margin:0; | ||
Line 64: | 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; | |
+ | list-style-type: none !important; | ||
+ | list-style-image: none !important; | ||
} | } | ||
/* 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; | |
+ | list-style-type: none !important; | ||
} | } | ||
/* 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:# | + | color: #F0A30A !important; |
+ | list-style-type: none !important; | ||
+ | text-decoration: none !important; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | .descCont { | |
- | + | margin: 250px auto !important; | |
+ | font-family: PTSans; | ||
color: #FFFFFF; | color: #FFFFFF; | ||
font-size: 20px; | font-size: 20px; | ||
Line 147: | Line 116: | ||
.downloadButton { | .downloadButton { | ||
- | border-radius: 0px; | + | width: 150px; |
+ | border-radius: 20px 20px 20px 20px; | ||
+ | border: 0px !important; | ||
font-family: PTSans; | font-family: PTSans; | ||
- | color: #ffffff; | + | color: #ffffff !important; |
- | font-size: | + | font-size: 30px; |
- | background: # | + | background: #f1a41e; |
- | padding: 10px | + | padding: 10px 10px 10px 15px; |
text-decoration: none; | text-decoration: none; | ||
} | } | ||
.downloadButton:hover { | .downloadButton:hover { | ||
- | background: # | + | background: #f1a41e; |
- | background-image: -webkit-linear-gradient(top, # | + | background-image: -webkit-linear-gradient(top, #f1a41e, #000000); |
- | background-image: -moz-linear-gradient(top, # | + | background-image: -moz-linear-gradient(top, #f1a41e, #000000); |
- | background-image: -ms-linear-gradient(top, # | + | background-image: -ms-linear-gradient(top, #f1a41e, #000000); |
- | background-image: -o-linear-gradient(top, # | + | background-image: -o-linear-gradient(top, #f1a41e, #000000); |
- | background-image: linear-gradient(to bottom, # | + | background-image: linear-gradient(to bottom, #f1a41e, #000000); |
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Line 174: | Line 145: | ||
} | } | ||
+ | h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;} | ||
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/ | #top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/ |
Latest revision as of 01:55, 18 October 2014