Difference between revisions of "Template:KU Leuven/main/css"
(183 intermediate revisions by 4 users not shown) | |||
Line 7: | Line 7: | ||
/* 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 */ | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
#headimg { | #headimg { | ||
Line 45: | Line 36: | ||
width:90%; | width:90%; | ||
height:auto; | height:auto; | ||
− | padding: | + | padding:0% 5% 0% 5%; |
opacity:0.95; | opacity:0.95; | ||
background-color: #f3efe7; | background-color: #f3efe7; | ||
− | + | z-index:2; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
Line 70: | Line 51: | ||
width: 100%; | width: 100%; | ||
height:100%; | height:100%; | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
Line 89: | Line 66: | ||
display:block; | display:block; | ||
position:relative; | position:relative; | ||
− | left: | + | left:10px; |
width:100%; | width:100%; | ||
background-color: #f3efe7; | background-color: #f3efe7; | ||
Line 96: | Line 73: | ||
#scrolldown { | #scrolldown { | ||
position:relative; | position:relative; | ||
− | width: | + | height:40px; |
+ | width:40px; | ||
display:block; | display:block; | ||
− | |||
color: #FFFFFF; | color: #FFFFFF; | ||
− | z-index:1; | + | z-index:1; |
− | + | ||
− | + | ||
} | } | ||
Line 126: | Line 101: | ||
z-index:1; | z-index:1; | ||
position:relative; | position:relative; | ||
− | top:- | + | top:-20px; |
− | left:- | + | left: -4.5%; |
display: inline-block; | display: inline-block; | ||
width:15%; | width:15%; | ||
Line 144: | Line 119: | ||
display:inline-block; | display:inline-block; | ||
opacity: 0.95; | opacity: 0.95; | ||
− | right: | + | right:-10px; |
+ | top:-20px; | ||
bottom:0; | bottom:0; | ||
− | width: | + | width:17%; |
background-color: #f3efe7; | background-color: #f3efe7; | ||
} | } | ||
#summarylogofacebook { | #summarylogofacebook { | ||
− | display:inline-block; | + | display:inline-block; |
+ | position:relative; | ||
+ | width:15%; | ||
} | } | ||
#summarylogotwitter { | #summarylogotwitter { | ||
display:inline-block; | display:inline-block; | ||
+ | position:relative; | ||
+ | width:15%; | ||
} | } | ||
#summarylogomail { | #summarylogomail { | ||
display:inline-block; | display:inline-block; | ||
+ | position:relative; | ||
+ | width:15%; | ||
} | } | ||
Line 178: | Line 160: | ||
font-family: 'Handlee'; | font-family: 'Handlee'; | ||
font-size:1.2em; | 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 { | #comingsoon { | ||
position:relative; | position:relative; | ||
+ | display:inline-block; | ||
font-size: 3.0em; | font-size: 3.0em; | ||
font-weight: bold; | font-weight: bold; | ||
Line 196: | Line 199: | ||
/* subsections references */ | /* subsections references */ | ||
/*********************/ | /*********************/ | ||
+ | |||
+ | .subtext { | ||
+ | position:relative; | ||
+ | margin: 5% 5px 5% 0; | ||
+ | } | ||
.subsectionwrapper { | .subsectionwrapper { | ||
− | display:table; | + | display:table; |
table-layout: fixed; | table-layout: fixed; | ||
width:70%; | width:70%; | ||
Line 204: | Line 212: | ||
} | } | ||
− | + | .subtextrow { | |
display: table-row; | display: table-row; | ||
width:15%; | width:15%; | ||
Line 210: | Line 218: | ||
wrap-text: normal; | wrap-text: normal; | ||
color: #808080; | color: #808080; | ||
− | + | background: #ddd1b8; | |
+ | border-radius: 30px 30px 0px 0px; | ||
} | } | ||
+ | |||
+ | .subimgrowm { | ||
+ | display: table-row; | ||
+ | width:15%; | ||
+ | vertical-align:top; | ||
+ | wrap-text: normal; | ||
+ | color: #808080; | ||
+ | } | ||
+ | |||
+ | .subimgreadmore { | ||
+ | display: table-row; | ||
+ | width:15%; | ||
+ | vertical-align:top; | ||
+ | wrap-text: normal; | ||
+ | color: #808080; | ||
+ | background-color: #ddd1b8; | ||
+ | } | ||
+ | |||
+ | .subimgrow { | ||
+ | display: table-row; | ||
+ | width:15%; | ||
+ | background: linear-gradient(#f3efe7,#ddd1b8); | ||
+ | wrap-text: normal; | ||
+ | } | ||
+ | |||
+ | .subimgrowm { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
.whitespace { | .whitespace { | ||
display: table-cell; | display: table-cell; | ||
− | width: | + | background-color: #f3efe7; |
+ | width:5%; | ||
} | } | ||
− | + | .subtext { | |
− | + | background-color: #ddd1b8; | |
+ | border-radius: 20px 20px 0px 0px; | ||
+ | } | ||
+ | |||
+ | .subtext h2 { | ||
+ | font-size: 2.0em; | ||
} | } | ||
.subtext p { | .subtext p { | ||
− | margin:5% | + | margin:5% 5% 5% 5%; |
+ | text-align: justify; | ||
+ | font-size: 1.0em; | ||
} | } | ||
Line 235: | Line 281: | ||
margin:5% 0%; | 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; | ||
+ | } | ||
+ | |||
+ | |||
+ | .subimgrowm { | ||
+ | display: table-row; | ||
+ | width:15%; | ||
+ | wrap-text: normal; | ||
+ | color: #808080; | ||
+ | } | ||
+ | |||
+ | .subtextm a { | ||
+ | margin: 5%; | ||
+ | } | ||
+ | |||
+ | .subimg { | ||
+ | display: table-cell; | ||
+ | width:50px; | ||
+ | min-height:50px; | ||
+ | } | ||
+ | |||
+ | .subtext { | ||
+ | position:relative; | ||
+ | display: table-cell; | ||
+ | width:80%; | ||
+ | vertical-align:middle; | ||
+ | background-color:transparent; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | .whitespace { | ||
+ | display: table-cell; | ||
+ | width:5%; | ||
+ | } | ||
+ | |||
+ | |||
+ | .subtext a { | ||
+ | position:relative; | ||
+ | margin: 5% 5px 5% 0; | ||
+ | } | ||
+ | |||
+ | |||
+ | .subtextm a:hover { | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | } | ||
+ | |||
+ | #eppendorf, #bioke, #kuleuven, #lrd, #youreca, #sigma, #egilab, #kolo, #thermofisher, #solvay, #medicine, #bioscenter, #imec, #genzyme, #gips, #regensys, #gimv, #machery, #vwr, .logosmall{ | ||
+ | opacity: 0.4; | ||
+ | } | ||
+ | |||
+ | #eppendorf:hover, #bioke:hover, #kuleuven:hover, #lrd:hover, #youreca:hover, #sigma:hover, #egilab:hover, #kolo:hover, #thermofisher:hover, #solvay:hover, #medicine:hover, #bioscenter:hover, #imec:hover, #genzyme:hover, #gips:hover, #regensys:hover, #gimv:hover, #machery:hover, #vwr:hover, .logosmall:hover { | ||
+ | opacity: 1; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 16:32, 10 September 2015