Lukas Adam (Talk | contribs) |
Lukas Adam (Talk | contribs) |
||
Line 10: | Line 10: | ||
} | } | ||
− | strong { font-weight: 500; } | + | strong { |
+ | font-weight: 500; | ||
+ | } | ||
a, a:hover, a:focus { | a, a:hover, a:focus { | ||
Line 17: | Line 19: | ||
} | } | ||
− | h1 {margin-top: 10px; font-family: 'Josefin Sans', sans-serif; font-size: 68px; font-weight: 300; color: #393939; line-height: 56px; opacity: 0.9;} | + | h1 { |
+ | margin-top: 10px; | ||
+ | font-family: 'Josefin Sans', sans-serif; | ||
+ | font-size: 68px; | ||
+ | font-weight: 300; | ||
+ | color: #393939; | ||
+ | line-height: 56px; | ||
+ | opacity: 0.9; | ||
+ | } | ||
+ | |||
h2 { margin-top: 10px; font-family: 'Josefin Sans', sans-serif; font-size: 48px; font-weight: 300; color: #393939; line-height: 56px; opacity: 0.9; text-align:center} | h2 { margin-top: 10px; font-family: 'Josefin Sans', sans-serif; font-size: 48px; font-weight: 300; color: #393939; line-height: 56px; opacity: 0.9; text-align:center} | ||
h3 { font-family: 'Josefin Sans', sans-serif; font-size: 22px; font-weight: 300; color: #555; line-height: 40px; } | h3 { font-family: 'Josefin Sans', sans-serif; font-size: 22px; font-weight: 300; color: #555; line-height: 40px; } |
Revision as of 14:11, 19 September 2017
body {
font-family: 'Roboto', sans-serif; font-size: 20px; font-weight: 300; overflow-x: hidden; text-align: center;
}
strong { font-weight: 500; }
a, a:hover, a:focus { color: black; text-decoration: none;
-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
h1 { margin-top: 10px; font-family: 'Josefin Sans', sans-serif; font-size: 68px; font-weight: 300;
color: #393939;
line-height: 56px;
opacity: 0.9;
}
h2 { margin-top: 10px; font-family: 'Josefin Sans', sans-serif; font-size: 48px; font-weight: 300; color: #393939; line-height: 56px; opacity: 0.9; text-align:center} h3 { font-family: 'Josefin Sans', sans-serif; font-size: 22px; font-weight: 300; color: #555; line-height: 40px; }
img { max-width: 100%; }
.medium-paragraph { font-size: 18px; line-height: 34px; }
.colored { color: #df6482; }
- -moz-selection { background: #df6482; color: #fff; text-shadow: none; }
- selection { background: #df6482; color: #fff; text-shadow: none; }
/***** General style, all sections *****/
.section-container { margin: 0 auto; padding-bottom: 80px; } .section-description { margin-top: 60px; padding-bottom: 10px; } .section-description p { margin-top: 20px; padding: 0 120px; }
/***** Divider *****/
.divider-1 { padding: 25px 0 15px 0; } .divider-1 .line { width: 160px; margin: 0 auto; border-bottom: 1px dashed #ccc; }
/***** Top menu *****/ .navbar { margin-bottom: 0;
position: fixed;
background: white; border-bottom: 1px solid white;
box-shadow: 2px 0px 30px black ;
-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s; }
.navbar-no-bg { padding-top: 10px; background: white; }
ul.navbar-nav {
padding-top: 10px;
font-family: 'Josefin Sans', sans-serif; font-size: 14px; color: #fff; font-weight: 400; text-transform: uppercase; } .navbar-inverse ul.navbar-nav li a { color: grey; border: 0; } .navbar-inverse ul.navbar-nav li a:hover { color: #000; border: 0; } .navbar-inverse ul.navbar-nav li a:focus { color: #000; outline: 0; border: 0; }
.navbar-brand {
width: 100%;
position: absolute; top: -10px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand { margin-left: 0; }
.dropdown:hover .dropdown-menu {
display: block; background-color: white; font-family: 'Josefin Sans', sans-serif;
font-size: 14px; font-weight: 400; text-transform: uppercase;
border-top: none;
} .dropdown-menu>li>a {
color: grey;
}
/* Animate */
.top-content .text h1 { color: #393939; }
.top-content .description { margin: 30px 0 10px 0; } .top-content .description p { opacity: 0.8; } .top-content .description a { color: #fff; border-bottom: 1px dotted #fff; } .top-content .description a:hover, .top-content .description a:focus { color: #fff; border: 0; }
/***** Features *****/
.features-box { margin-top: 30px; text-align: left; } .features-box .features-box-icon { font-size: 60px; color: #df6482; line-height: 60px; text-align: center; } .features-box h3 { margin-top: 0; padding: 0 0 10px 0; }
- footer-sec {
position: relative; background-color: #393939;
font-family: 'Josefin Sans', sans-serif; }
- footer-sec h4 {
color: white;
}
- footer-sec li > a {
color: grey; font-size: 16x; }
- footer-sec span {
font-family: 'Josefin Sans', sans-serif; color: grey; font-size: 16px; }
- footer-sec li {
color: grey; font-size: 16px; list-style: none;
padding-bottom: 2px;
}
- footer-sec li > a:hover{
color: white; text-decoration: none; transition-delay: 0.1s; -webkit-transition: color 1s; /* Safari */ transition: color 1s;
}
- facebook, #twitter {
color: grey }
- facebook:hover,#twitter:hover {
color: white; transition-delay: 0.1s; -webkit-transition: color 1s; /* Safari */ transition: color 1s;
}
/***** MEDIA QUERIES *****/
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 768px) and (max-width: 991px) {
.section-description p { padding: 0; }
.features-box .features-box-icon { font-size: 50px; line-height: 50px; }
}
@media (max-width: 767px) {
.navbar { padding-top: 0; background: #444; } .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand { margin-left: 15px; } .navbar-collapse { border: 0; } .navbar-inverse .navbar-toggle { border-color: transparent; } .navbar-inverse ul.navbar-nav li a.btn-link-3 { margin: 10px; }
.section-description p { padding: 0; }
.top-content { padding: 40px 0 60px 0; }
.features-box { text-align: center; } .features-box h3 { margin-top: 5px; padding-top: 10px; }
}
@media (max-width: 415px) {
h1, h2 { font-size: 36px; }
}
/* Retina-ize images/icons */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
/* logo */
.navbar-brand { background-image: url(../img/logo@2x.png) !important; background-repeat: no-repeat !important; background-size: 102px 32px !important; }
}
- circle {
position: relative; top: 15px; height: 100px; width: 100px; border-radius: 50%; box-shadow: 2px 0px 30px black ;
}
- circle:before{
position: absolute; content: ""; width: 160%; height: 60%; left: -25%; top: -4%; background: white;
}
- circle:after{
position: absolute; content: ""; width: 100%; height: 100%; left: 0; top: 0; background: white; border-radius: 50%; background-image: url('https://static.igem.org/mediawiki/2017/8/8f/Heidelberg_2017_phage_logo.svg'); background-size: 70px 70px; background-repeat: no-repeat; background-position: center;
}