(36 intermediate revisions by 2 users not shown) | |||
Line 367: | Line 367: | ||
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); | -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); | ||
box-shadow: 0 1px 2px rgba(0, 0, 0, .075); | box-shadow: 0 1px 2px rgba(0, 0, 0, .075); | ||
+ | } | ||
+ | li.dropdown:hover > .dropdown-menu { | ||
+ | display: block; | ||
+ | } | ||
+ | .dropdown-menu { | ||
+ | border-radius: 0; | ||
+ | border: none; | ||
+ | } | ||
+ | .dropdown-menu > li > a { | ||
+ | font-size: 125%; | ||
+ | text-shadow: 0 1px 0 rgba(255, 255, 255, .25); | ||
} | } | ||
.dropdown-menu > li > a:hover, | .dropdown-menu > li > a:hover, | ||
.dropdown-menu > li > a:focus { | .dropdown-menu > li > a:focus { | ||
− | + | text-shadow: 0 1px 0 rgba(255, 255, 255, .25); | |
− | + | /*box-shadow: inset 0px 5px 0px 0px #aa0044;*/ | |
− | + | color: #008080 !important; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
.dropdown-menu > .active > a, | .dropdown-menu > .active > a, | ||
.dropdown-menu > .active > a:hover, | .dropdown-menu > .active > a:hover, | ||
.dropdown-menu > .active > a:focus { | .dropdown-menu > .active > a:focus { | ||
− | + | color: white; | |
− | background- | + | background-color: #aa0044 !important; |
− | + | -webkit-box-shadow: inset 0 2px 9px rgba(0, 0, 0, .25); | |
− | + | box-shadow: inset 0 2px 9px rgba(0, 0, 0, .25); | |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
.navbar-default { | .navbar-default { | ||
Line 659: | Line 663: | ||
margin-top: 30px; | margin-top: 30px; | ||
padding: 0; | padding: 0; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
p{ | p{ | ||
− | font-size: | + | font-size: 125% !important; |
} | } | ||
.col-centered{ | .col-centered{ | ||
Line 684: | Line 678: | ||
border: none; | border: none; | ||
background:none; | background:none; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
.white25{ | .white25{ | ||
Line 700: | Line 686: | ||
.subbox{ | .subbox{ | ||
width: 100%; | width: 100%; | ||
− | border: 4px solid #aa0044; | + | border: 4px solid #aa0044 !important; |
− | padding: | + | padding: 10px !important; |
+ | text-align: center; | ||
+ | font-size: 25px; | ||
+ | background-color: #aa0044; | ||
+ | color: white; | ||
+ | } | ||
+ | .subboxBlau{ | ||
+ | width: 100%; | ||
+ | border: 4px solid #003559 !important; | ||
+ | padding: 10px !important; | ||
+ | text-align: center; | ||
+ | font-size: 25px; | ||
+ | background-color: #aa0044; | ||
+ | color: white; | ||
+ | } | ||
+ | .subboxGrau{ | ||
+ | width: 100%; | ||
+ | border: 4px solid #999999 !important; | ||
+ | padding: 10px !important; | ||
+ | text-align: center; | ||
+ | font-size: 25px; | ||
+ | background-color: #aa0044; | ||
+ | color: white; | ||
+ | } | ||
+ | .subboxGrün{ | ||
+ | width: 100%; | ||
+ | border: 4px solid #008080 !important; | ||
+ | padding: 10px !important; | ||
text-align: center; | text-align: center; | ||
font-size: 25px; | font-size: 25px; | ||
Line 711: | Line 724: | ||
text-align: center; | text-align: center; | ||
background-color: lightgrey; | background-color: lightgrey; | ||
+ | } | ||
+ | .bgimg { | ||
+ | height: 90%; | ||
+ | /*background: url('https://static.igem.org/mediawiki/2017/d/df/Wintershall_Monte_Kali_11.svg') no-repeat center center fixed;*/ | ||
+ | background: url('https://static.igem.org/mediawiki/2017/8/80/T--Aachen--AnimationGif.gif'); | ||
+ | -webkit-background-size: cover; | ||
+ | -moz-background-size: cover; | ||
+ | -o-background-size: cover; | ||
+ | background-size: cover; | ||
+ | } | ||
+ | .bgimghp { | ||
+ | margin-bottom: 15px; | ||
+ | height: 75%; | ||
+ | background: url('http://placehold.it/1920x756') no-repeat center center scroll; | ||
+ | -webkit-background-size: cover; | ||
+ | -moz-background-size: cover; | ||
+ | -o-background-size: cover; | ||
+ | background-size: cover; | ||
+ | } | ||
+ | .header{ | ||
+ | font-size: 50px; | ||
+ | color: white !important; | ||
+ | } | ||
+ | .subheader{ | ||
+ | font-size: 40px; | ||
+ | color: white !important; | ||
+ | } | ||
+ | .headerbg{ | ||
+ | padding: 5px; | ||
+ | background-color: #aa0044; | ||
+ | } | ||
+ | .subheaderbg{ | ||
+ | padding: 5px; | ||
+ | background-color: #aa0044; | ||
+ | } | ||
+ | .background-green{ | ||
+ | background-color: #008080; | ||
+ | color:white; | ||
+ | } | ||
+ | .background-green a{ | ||
+ | color:white; | ||
+ | color: #aa0044; | ||
+ | } | ||
+ | .background-red{ | ||
+ | background-color: #aa0044; | ||
+ | color:white; | ||
+ | } | ||
+ | .row{ | ||
+ | padding-top: 30px; | ||
+ | padding-bottom: 30px; | ||
+ | } | ||
+ | .section-link{ | ||
+ | color: blue !important; | ||
+ | } | ||
+ | .background-green .section_link{ | ||
+ | color: #aa0044; | ||
+ | } | ||
+ | .background-red .section_link{ | ||
+ | color: #008080; | ||
+ | } | ||
+ | .background-red, .background-green{ | ||
+ | color: white !important; | ||
+ | } | ||
+ | .background-red p, .background-red h3, .background-green p, .background-green h3{ | ||
+ | color: white !important; | ||
+ | } | ||
+ | @font-face { | ||
+ | font-family: 'Glyphicons Halflings'; | ||
+ | |||
+ | src: url('https://static.igem.org/mediawiki/2017/7/7f/T--Aachen--glyphicons-halflings-regular.eot'); | ||
+ | src: url('https://static.igem.org/mediawiki/2017/7/7f/T--Aachen--glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://static.igem.org/mediawiki/2017/1/1b/T--Aachen--glyphicons-halflings-regular.ttf') format('truetype'); | ||
+ | } | ||
+ | .scrollup { | ||
+ | padding: 5px; | ||
+ | width: 40px; | ||
+ | height: 40px; | ||
+ | position: fixed; | ||
+ | bottom: 50px; | ||
+ | right: 100px; | ||
+ | display: none; | ||
+ | text-indent: 0px; | ||
+ | background-color: #aa0044; | ||
} | } | ||
/*# sourceMappingURL=bootstrap-theme.css.map */ | /*# sourceMappingURL=bootstrap-theme.css.map */ |
Latest revision as of 01:35, 16 December 2017