Difference between revisions of "Template:Aachen/css"

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);
 +
}
 +
.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;
+
   text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
+
   /*box-shadow: inset 0px 5px 0px 0px #aa0044;*/
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
+
   color: #008080 !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
+
   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 {

Revision as of 17:38, 15 October 2017