Ignore:
Timestamp:
18 Oct 2012, 05:42:30 (12 years ago)
Author:
Henrik Bettermann
Message:

Base configuration

Location:
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/browser/static/custom_theme.css

    r8480 r9347  
    22
    33.topbar-inner, .topbar .fill {
    4   background-color: #325088;
    5   background-image: -moz-linear-gradient(center top , #082250, #325088);
    6   background-image: -khtml-gradient(linear, left top, left bottom, from(#082250), to(#325088));
    7   background-image: -moz-linear-gradient(top, #082250, #325088);
    8   background-image: -ms-linear-gradient(top, #082250, #325088);
    9   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #082250), color-stop(100%, #325088));
    10   background-image: -webkit-linear-gradient(top, #082250, #325088);
    11   background-image: -o-linear-gradient(top, #082250, #325088);
    12   background-image: linear-gradient(top, #082250, #325088);
    13   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#082250', endColorstr='#325088', GradientType=0);
     4  background-color: #109445;
     5  background-image: -moz-linear-gradient(center top , #095427, #109445);
     6  background-image: -khtml-gradient(linear, left top, left bottom, from(#095427), to(#109445));
     7  background-image: -moz-linear-gradient(top, #095427, #109445);
     8  background-image: -ms-linear-gradient(top, #095427, #109445);
     9  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #095427), color-stop(100%, #109445));
     10  background-image: -webkit-linear-gradient(top, #095427, #109445);
     11  background-image: -o-linear-gradient(top, #095427, #109445);
     12  background-image: linear-gradient(top, #095427, #109445);
     13  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#095427', endColorstr='#109445', GradientType=0);
    1414}
    1515
    1616.topbar div > ul .active > a, .nav .active > a {
    17   background-color: #325088;
     17  background-color: #109445;
    1818}
    1919
    2020.topbar h3 a:hover, .topbar .brand:hover, .topbar ul .active > a {
    21   background-color: #325088;
     21  background-color: #109445;
    2222}
    2323
    2424.topbar div > ul a:hover, .nav a:hover {
    25   background-color: #325088;
     25  background-color: #109445;
    2626}
    2727
     
    3131.topbar div > ul .dropdown-menu,
    3232.nav .dropdown-menu {
    33   background-color: #325088;
     33  background-color: #109445;
    3434}
    3535
     
    4242.topbar div > ul .dropdown.open .dropdown-toggle,
    4343.nav .dropdown.open .dropdown-toggle {
    44   background: #325088;
     44  background: #109445;
    4545}
    4646
     
    5353
    5454body {
    55   background-color: #f1f1f1;
     55  background-color: #e6e8e7;
    5656}
    5757
     
    6060.topbar div > ul .dropdown-menu li a:hover,
    6161.nav .dropdown-menu li a:hover {
    62   background-color: #082250;
     62  background-color: #095427;
    6363  background-repeat: repeat-x;
    64   background-image: -khtml-gradient(linear, left top, left bottom, from(#325088), to(#191919));
    65   background-image: -moz-linear-gradient(top, #082250, #082250);
    66   background-image: -ms-linear-gradient(top, #082250, #082250);
    67   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #082250), color-stop(100%, #082250));
    68   background-image: -webkit-linear-gradient(top, #082250, #082250);
    69   background-image: -o-linear-gradient(top, #082250, #082250);
    70   background-image: linear-gradient(top, #082250, #082250);
    71   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#082250', endColorstr='#082250', GradientType=0);
     64  background-image: -khtml-gradient(linear, left top, left bottom, from(#109445), to(#191919));
     65  background-image: -moz-linear-gradient(top, #095427, #095427);
     66  background-image: -ms-linear-gradient(top, #095427, #095427);
     67  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #095427), color-stop(100%, #095427));
     68  background-image: -webkit-linear-gradient(top, #095427, #095427);
     69  background-image: -o-linear-gradient(top, #095427, #095427);
     70  background-image: linear-gradient(top, #095427, #095427);
     71  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#095427', endColorstr='#095427', GradientType=0);
    7272  color: #ffffff;
    7373}
     
    7878
    7979a {
    80   color: #082250;
     80  color: #095427;
    8181}
    8282
    8383a:hover {
    84   color: #325088;
     84  color: #109445;
    8585}
    8686
Note: See TracChangeset for help on using the changeset viewer.