Changeset 8465


Ignore:
Timestamp:
16 May 2012, 22:09:24 (12 years ago)
Author:
Henrik Bettermann
Message:

Adjust color scheme and replace favicon.

Location:
main/waeup.fceokene/trunk/src/waeup/fceokene/browser/static
Files:
2 edited

Legend:

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

    r8441 r8465  
     1/* Original colors, dark blue: #426ab2,light blue: #779ce2 */
     2
    13.topbar-inner, .topbar .fill {
    2   background-color: #8A0474;
    3   background-image: -moz-linear-gradient(center top , #4e0242, #8A0474);
    4   background-image: -khtml-gradient(linear, left top, left bottom, from(#4e0242), to(#8A0474));
    5   background-image: -moz-linear-gradient(top, #4e0242, #8A0474);
    6   background-image: -ms-linear-gradient(top, #4e0242, #8A0474);
    7   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e0242), color-stop(100%, #8A0474));
    8   background-image: -webkit-linear-gradient(top, #4e0242, #8A0474);
    9   background-image: -o-linear-gradient(top, #4e0242, #8A0474);
    10   background-image: linear-gradient(top, #4e0242, #8A0474);
    11   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e0242', endColorstr='#8A0474', GradientType=0);
     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);
    1214}
    1315
    1416.topbar div > ul .active > a, .nav .active > a {
    15   background-color: #8A0474;
     17  background-color: #325088;
    1618}
    1719
    1820.topbar h3 a:hover, .topbar .brand:hover, .topbar ul .active > a {
    19   background-color: #8A0474;
     21  background-color: #325088;
    2022}
    2123
    2224.topbar div > ul a:hover, .nav a:hover {
    23   background-color: #8A0474;
     25  background-color: #325088;
    2426}
    2527
     
    2931.topbar div > ul .dropdown-menu,
    3032.nav .dropdown-menu {
    31   background-color: #8A0474;
     33  background-color: #325088;
    3234}
    3335
     
    4042.topbar div > ul .dropdown.open .dropdown-toggle,
    4143.nav .dropdown.open .dropdown-toggle {
    42   background: #8A0474;
     44  background: #325088;
    4345}
    4446
     47/* Original background color */
     48/*
    4549body {
    46   background-color: #f3eff2;
     50  background-color: #F6F6D9;
     51}
     52*/
     53
     54body {
     55  background-color: #f1f1f1;
    4756}
    4857
     
    5160.topbar div > ul .dropdown-menu li a:hover,
    5261.nav .dropdown-menu li a:hover {
    53   background-color: #4e0242;
     62  background-color: #082250;
    5463  background-repeat: repeat-x;
    55   background-image: -khtml-gradient(linear, left top, left bottom, from(#8A0474), to(#191919));
    56   background-image: -moz-linear-gradient(top, #4e0242, #4e0242);
    57   background-image: -ms-linear-gradient(top, #4e0242, #4e0242);
    58   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e0242), color-stop(100%, #4e0242));
    59   background-image: -webkit-linear-gradient(top, #4e0242, #4e0242);
    60   background-image: -o-linear-gradient(top, #4e0242, #4e0242);
    61   background-image: linear-gradient(top, #4e0242, #4e0242);
    62   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e0242', endColorstr='#4e0242', GradientType=0);
     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);
    6372  color: #ffffff;
    6473}
    6574
    6675a {
    67   color: #8A0474;
     76  color: #082250;
    6877}
    6978
    7079a:hover {
    71   color: #4e0242;
     80  color: #325088;
    7281}
     82
     83.topbar a {
     84    color: white;
     85}
Note: See TracChangeset for help on using the changeset viewer.