Difference between revisions of "Template:Aachen/css"

 
(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 {
   background-color: #e8e8e8;
+
   text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
+
   /*box-shadow: inset 0px 5px 0px 0px #aa0044;*/
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
+
   color: #008080 !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
+
   background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
+
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
+
  background-repeat: repeat-x;
+
 
}
 
}
 
.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 {
   background-color: #2e6da4;
+
   color: white;
   background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
+
   background-color: #aa0044 !important;
   background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
+
   -webkit-box-shadow: inset 0 2px 9px rgba(0, 0, 0, .25);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
+
          box-shadow: inset 0 2px 9px rgba(0, 0, 0, .25);
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
+
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
+
  background-repeat: repeat-x;
+
 
}
 
}
 
.navbar-default {
 
.navbar-default {
Line 659: Line 663:
 
margin-top: 30px;
 
margin-top: 30px;
 
         padding: 0;
 
         padding: 0;
}
 
.header{
 
margin-top: 40px;
 
margin-bottom: 18px;
 
        font-size: 72px;
 
}
 
.subheader{
 
margin-top: 18px;
 
margin-bottom: 18px;
 
        font-size: 50px;
 
 
}
 
}
 
p{
 
p{
font-size: 150%;
+
font-size: 125% !important;
 
}
 
}
 
.col-centered{
 
.col-centered{
Line 684: Line 678:
 
     border: none;
 
     border: none;
 
background:none;
 
background:none;
}
 
.bgimg {
 
height: 70%;
 
background: url('https://static.igem.org/mediawiki/2017/d/df/Wintershall_Monte_Kali_11.svg') no-repeat center center fixed;
 
-webkit-background-size: cover;
 
-moz-background-size: cover;
 
-o-background-size: cover;
 
background-size: cover;
 
 
}
 
}
 
.white25{
 
.white25{
Line 700: Line 686:
 
.subbox{
 
.subbox{
 
width: 100%;
 
width: 100%;
border: 4px solid #aa0044;
+
border: 4px solid #aa0044 !important;
padding: 3px;
+
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