|
|
| Zeile 1: |
Zeile 1: |
| .WikiaBarWrapper {
| | /* ######################################################################## */ |
| background: #3264af !important;
| | /* ### CSS cleared for testing ### */ |
| background: -moz-linear-gradient(top, #3264af 25%, #00327d 50%, #00194b 75%) !important;
| | /* ######################################################################## */ |
| background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,#3264af), color-stop(50%,#00327d), color-stop(75%,#00194b)) !important;
| |
| background: -webkit-linear-gradient(top, #3264af 25%,#00327d 50%,#00194b 75%) !important;
| |
| background: -o-linear-gradient(top, #3264af 25%,#00327d 50%,#00194b 75%) !important;
| |
| background: -ms-linear-gradient(top, #3264af 25%,#00327d 50%,#00194b 75%) !important;
| |
| background: linear-gradient(to bottom, #3264af 25%,#00327d 50%,#00194b 75%) !important;
| |
| filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3264af', endColorstr='#00194b',GradientType=0 ) !important;
| |
| }
| |
| | |
| .WikiaBarWrapper .toolbar .tools > li > a {
| |
| color: #0fffff;
| |
| font-weight: 700;
| |
| }
| |
| | |
| b, strong {
| |
| color: #b4efff;
| |
| }
| |
/* ######################################################################## */
/* ### CSS cleared for testing ### */
/* ######################################################################## */