Changeset 8449


Ignore:
Timestamp:
15 May 2012, 06:11:54 (12 years ago)
Author:
Henrik Bettermann
Message:

Adjust colors and remove uniben logos.

Location:
main/waeup.aaue/trunk/src/waeup/aaue/browser
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/browser/pdf.py

    r8204 r8449  
    2727    """
    2828
    29     header_logo_path = os.path.join(
    30         os.path.dirname(__file__), 'static', 'pdf_logo.jpg')
    31     watermark_path = os.path.join(
    32         os.path.dirname(__file__), 'static', 'pdf_watermark.jpg')
     29    #header_logo_path = os.path.join(
     30    #    os.path.dirname(__file__), 'static', 'pdf_logo.jpg')
     31    #watermark_path = os.path.join(
     32    #    os.path.dirname(__file__), 'static', 'pdf_watermark.jpg')
    3333
    34     watermark_pos = [-25, 100]
    35     logo_pos = [507, 720, 40]
     34    #watermark_pos = [-25, 100]
     35    #logo_pos = [507, 720, 40]
     36
  • main/waeup.aaue/trunk/src/waeup/aaue/browser/static/custom_theme.css

    r8444 r8449  
    11.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);
     2  background-color: #930303;
     3  background-image: -moz-linear-gradient(center top , #5f0500, #930303);
     4  background-image: -khtml-gradient(linear, left top, left bottom, from(#5f0500), to(#930303));
     5  background-image: -moz-linear-gradient(top, #5f0500, #930303);
     6  background-image: -ms-linear-gradient(top, #5f0500, #930303);
     7  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5f0500), color-stop(100%, #930303));
     8  background-image: -webkit-linear-gradient(top, #5f0500, #930303);
     9  background-image: -o-linear-gradient(top, #5f0500, #930303);
     10  background-image: linear-gradient(top, #5f0500, #930303);
     11  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f0500', endColorstr='#930303', GradientType=0);
    1212}
    1313
    1414.topbar div > ul .active > a, .nav .active > a {
    15   background-color: #8A0474;
     15  background-color: #930303;
    1616}
    1717
    1818.topbar h3 a:hover, .topbar .brand:hover, .topbar ul .active > a {
    19   background-color: #8A0474;
     19  background-color: #930303;
    2020}
    2121
    2222.topbar div > ul a:hover, .nav a:hover {
    23   background-color: #8A0474;
     23  background-color: #930303;
    2424}
    2525
     
    2929.topbar div > ul .dropdown-menu,
    3030.nav .dropdown-menu {
    31   background-color: #8A0474;
     31  background-color: #930303;
    3232}
    3333
     
    4040.topbar div > ul .dropdown.open .dropdown-toggle,
    4141.nav .dropdown.open .dropdown-toggle {
    42   background: #8A0474;
     42  background: #930303;
    4343}
    4444
     
    5050.topbar div > ul .dropdown-menu li a:hover,
    5151.nav .dropdown-menu li a:hover {
    52   background-color: #4e0242;
     52  background-color: #5f0500;
    5353  background-repeat: repeat-x;
    54   background-image: -khtml-gradient(linear, left top, left bottom, from(#8A0474), to(#191919));
    55   background-image: -moz-linear-gradient(top, #4e0242, #4e0242);
    56   background-image: -ms-linear-gradient(top, #4e0242, #4e0242);
    57   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e0242), color-stop(100%, #4e0242));
    58   background-image: -webkit-linear-gradient(top, #4e0242, #4e0242);
    59   background-image: -o-linear-gradient(top, #4e0242, #4e0242);
    60   background-image: linear-gradient(top, #4e0242, #4e0242);
    61   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e0242', endColorstr='#4e0242', GradientType=0);
     54  background-image: -khtml-gradient(linear, left top, left bottom, from(#930303), to(#191919));
     55  background-image: -moz-linear-gradient(top, #5f0500, #5f0500);
     56  background-image: -ms-linear-gradient(top, #5f0500, #5f0500);
     57  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5f0500), color-stop(100%, #5f0500));
     58  background-image: -webkit-linear-gradient(top, #5f0500, #5f0500);
     59  background-image: -o-linear-gradient(top, #5f0500, #5f0500);
     60  background-image: linear-gradient(top, #5f0500, #5f0500);
     61  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f0500', endColorstr='#5f0500', GradientType=0);
    6262  color: #ffffff;
    6363}
    6464
    6565a {
    66   color: #8A0474;
     66  color: #930303;
    6767}
    6868
    6969a:hover {
    70   color: #4e0242;
     70  color: #5f0500;
    7171}
     72
     73.topbar a {
     74    color: white;
     75}
Note: See TracChangeset for help on using the changeset viewer.