Difference between revisions of "Template:KU Leuven/project/css"
(92 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
− | |||
− | |||
<style> | <style> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/*********************/ | /*********************/ | ||
/* PAGES */ | /* PAGES */ | ||
/********************/ | /********************/ | ||
− | |||
/* in this section the parts of the page are defined in space and background */ | /* in this section the parts of the page are defined in space and background */ | ||
− | |||
− | |||
.main-nav { | .main-nav { | ||
Line 103: | Line 19: | ||
#headimg { | #headimg { | ||
− | position: relative | + | position:relative; |
− | + | ||
border:0; | border:0; | ||
− | |||
padding:0; | padding:0; | ||
− | + | margin:0; | |
− | + | width:100%; | |
} | } | ||
#summarywrapper { | #summarywrapper { | ||
+ | top:0; | ||
position: relative; | position: relative; | ||
border:0; | border:0; | ||
display: block; | display: block; | ||
− | opacity:0. | + | opacity:0.90; |
padding:0; | padding:0; | ||
width:100%; | width:100%; | ||
− | height: | + | height:auto; |
background-color: #f3efe7; | background-color: #f3efe7; | ||
+ | overflow:hidden; | ||
} | } | ||
Line 126: | Line 42: | ||
position: relative; | position: relative; | ||
display: block; | display: block; | ||
− | + | top:0; | |
− | + | width:90%; | |
− | + | height:auto; | |
− | + | padding:5% 5% 0% 5%; | |
− | + | ||
opacity:0.95; | opacity:0.95; | ||
− | background-color: #f3efe7; | + | background-color: #f3efe7; |
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/*********************/ | /*********************/ | ||
− | /* | + | /* Head */ |
/*********************/ | /*********************/ | ||
− | / | + | #topimg { |
+ | position:fixed; | ||
+ | z-index: 0; | ||
+ | width: 100%; | ||
+ | height:100%; | ||
+ | background: url(https://static.igem.org/mediawiki/2015/1/16/KU_Leuven_Squirrel_spots.png) no-repeat center center fixed; | ||
+ | -webkit-background-size: cover; | ||
+ | -moz-background-size: cover; | ||
+ | -o-background-size: cover; | ||
+ | background-size: cover; | ||
+ | } | ||
− | # | + | #hiddenimg { |
− | + | position:relative; | |
+ | visibility:hidden; | ||
+ | width:100%; | ||
+ | top:0; | ||
+ | left:0; | ||
+ | display:block; | ||
} | } | ||
− | # | + | #logowrapper { |
− | left: | + | display:block; |
+ | position:relative; | ||
+ | left:0; | ||
+ | width:100%; | ||
+ | background-color: #f3efe7; | ||
+ | } | ||
+ | |||
+ | #scrolldown { | ||
+ | position:relative; | ||
+ | width:10%; | ||
+ | display:block; | ||
+ | height:20%; | ||
+ | color: #FFFFFF; | ||
+ | z-index:1; | ||
+ | |||
} | } | ||
− | # | + | #scrolldown img { |
− | position: | + | position:relative; |
− | + | height:40%; | |
− | height: | + | |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | # | + | #center { |
− | position: | + | position:relative; |
− | + | width:60%; | |
− | + | bottom:-20%; | |
+ | display:inline-block; | ||
z-index:1; | z-index:1; | ||
} | } | ||
− | # | + | #pagetitle { |
− | + | display:block; | |
− | display: | + | |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | #logoiGEMKUL { /*this is our logo*/ | |
+ | z-index:1; | ||
position:relative; | position:relative; | ||
+ | top:-40px; | ||
display: inline-block; | display: inline-block; | ||
− | + | width:15%; | |
− | + | opacity: 0.95; | |
− | + | background-color: #f3efe7; | |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | #logoiGEMKUL img{ | |
− | + | width:80%; | |
− | width: | + | left:10%; |
− | + | top:0; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | #summarylogos { | |
− | + | z-index:1; | |
− | + | position:relative; | |
+ | display:inline-block; | ||
+ | opacity: 0.95; | ||
+ | right:0; | ||
+ | bottom:0; | ||
+ | width:15%; | ||
+ | background-color: #f3efe7; | ||
} | } | ||
+ | #summarylogofacebook { | ||
+ | display:inline-block; | ||
+ | } | ||
− | + | #summarylogotwitter { | |
− | + | display:inline-block; | |
− | + | } | |
− | # | + | #summarylogomail { |
− | + | display:inline-block; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
Line 234: | Line 155: | ||
/* Summary */ | /* Summary */ | ||
/********************/ | /********************/ | ||
− | + | ||
− | + | .summary { | |
− | + | position: relative; | |
− | position: | + | margin: 5% 20% 0% auto; |
+ | border:0; | ||
top:0; | top:0; | ||
− | + | padding:0; | |
+ | width:60%; | ||
display: block; | display: block; | ||
− | + | background-color: #f3efe7; | |
− | + | color: #808080; | |
− | + | font-family: 'Handlee'; | |
+ | font-size:1.2em; | ||
} | } | ||
− | # | + | #comingsoon { |
− | position: | + | position:relative; |
− | + | font-size: 3.0em; | |
− | + | font-weight: bold; | |
− | + | color: #4A4A4A; | |
− | + | font-family: 'Handlee'; | |
− | + | text-align:center; | |
− | + | margin:5% 0; | |
− | + | bottom:5%; | |
} | } | ||
− | + | ||
− | + | /*********************/ | |
− | + | /* subsections references */ | |
− | + | /*********************/ | |
− | + | ||
− | + | /*********************/ | |
− | + | /* Summary */ | |
− | + | /********************/ | |
− | + | ||
.summary { | .summary { | ||
position: relative; | position: relative; | ||
− | margin: | + | margin: 5% 20% 0% auto; |
border:0; | border:0; | ||
− | top: | + | top:0; |
padding:0; | padding:0; | ||
− | width: | + | width:60%; |
− | + | ||
display: block; | display: block; | ||
background-color: #f3efe7; | background-color: #f3efe7; | ||
+ | color: #808080; | ||
+ | font-family: 'Handlee'; | ||
+ | font-size:1.2em; | ||
} | } | ||
− | + | #more1 { | |
− | + | display:inline-block; | |
− | + | ||
− | + | ||
} | } | ||
− | |||
+ | #more2 { | ||
+ | display:inline-block; | ||
} | } | ||
− | + | #more3 { | |
+ | display:inline-block; | ||
+ | } | ||
+ | #more4 { | ||
+ | display:inline-block; | ||
} | } | ||
+ | #more5 { | ||
+ | display:inline-block; | ||
+ | } | ||
+ | |||
+ | #comingsoon { | ||
+ | position:relative; | ||
+ | display:inline-block; | ||
+ | font-size: 3.0em; | ||
+ | font-weight: bold; | ||
+ | color: #4A4A4A; | ||
+ | background-color:#f3efe7; | ||
+ | font-family: 'Handlee'; | ||
+ | text-align:center; | ||
+ | padding:5% 0; | ||
+ | bottom:5%; | ||
+ | opacity:0.95; | ||
+ | } | ||
/*********************/ | /*********************/ | ||
Line 297: | Line 242: | ||
/*********************/ | /*********************/ | ||
− | + | .subsectionwrapper { | |
− | . | + | display:table; |
− | + | background-color: #ddd1b8; | |
− | display: | + | table-layout: fixed; |
− | + | width:70%; | |
− | + | margin:auto; | |
− | + | ||
− | + | ||
− | width: | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | . | + | .subtextrow, .subimgrowm, .subimgreadmore { |
− | + | display: table-row; | |
− | width: | + | width:15%; |
− | + | vertical-align:top; | |
+ | wrap-text: normal; | ||
+ | color: #808080; | ||
} | } | ||
− | . | + | .subimgrow { |
− | + | display: table-row; | |
− | + | width:15%; | |
− | + | background-color: #f3efe7; | |
− | width: | + | wrap-text: normal; |
− | + | ||
− | background-color: # | + | |
− | + | ||
− | + | ||
} | } | ||
− | . | + | .subimgrowm { |
− | + | display:none; | |
− | + | ||
− | + | ||
} | } | ||
+ | .whitespace { | ||
+ | display: table-cell; | ||
+ | background-color: #f3efe7; | ||
+ | width:5%; | ||
+ | } | ||
− | + | .subtext h2 { | |
− | + | font-size: 2.0em; | |
− | + | ||
− | + | ||
− | . | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | .subtext p { | |
− | + | margin:5% 5% 5% 5%; | |
− | + | text-align: justify; | |
− | + | font-size: 1.0em; | |
− | + | ||
− | + | ||
} | } | ||
− | + | .subtext a:hover { | |
− | + | text-decoration:none; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | .readmorebutton { | |
− | + | display: table-cell; | |
− | + | text-align:left; | |
− | + | margin:5% 0%; | |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
+ | @media screen and (max-width: 1000px) { | ||
− | + | .summary { | |
− | + | margin: 5% 5% 0% auto; | |
− | + | border:0; | |
− | + | top:0; | |
− | + | padding:0; | |
− | + | width:90%; | |
− | + | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | /*********************/ | |
− | + | /* subsections references */ | |
− | + | /*********************/ | |
− | + | ||
− | + | ||
− | + | ||
+ | .subsectionwrapper { | ||
+ | display:table; | ||
+ | table-layout: fixed; | ||
+ | width:100%; | ||
+ | margin:auto; | ||
} | } | ||
− | . | + | .subtextrow, .subimgrow, .subimgreadmore { |
− | + | display:none; | |
− | + | ||
− | + | ||
− | display: | + | |
− | + | ||
− | + | ||
} | } | ||
− | + | .subimgrowm { | |
− | + | display: table-row; | |
− | width: | + | width:15%; |
− | + | wrap-text: normal; | |
− | + | color: #808080; | |
− | + | ||
} | } | ||
− | + | .subimg { | |
− | + | display: table-cell; | |
− | width: | + | width:80px; |
− | + | min-height:80px; | |
− | + | ||
− | + | ||
} | } | ||
− | + | .subtext { | |
− | position: | + | position:relative; |
− | + | display: table-cell; | |
− | width: | + | width:80%; |
− | + | vertical-align:middle; | |
− | + | ||
− | + | ||
} | } | ||
− | |||
− | |||
− | |||
− | + | .whitespace { | |
− | + | display: table-cell; | |
+ | width:5%; | ||
} | } | ||
− | a | + | .subtext a { |
− | + | position:relative; | |
+ | margin: 5% 5px 5% 0; | ||
} | } | ||
− | a:hover { | + | .subtext a:hover { |
− | + | text-decoration:none; | |
} | } | ||
− | |||
− | |||
− | |||
− | |||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 18:48, 9 September 2015