Ignore:
Timestamp:
5 Dec 2016, 09:24:28 (8 years ago)
Author:
Henrik Bettermann
Message:

Adjust colors. Remove logo.

Location:
main/ikobacustom.aaue/trunk/layout
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/ikobacustom.aaue/trunk/layout/static/custom.css

    r13792 r14311  
    11a {
    2   color: #03418a;
     2  color: #930303;
    33}
    44
    55a:hover {
    6   color: #0d3664;
     6  color: #5f0500;
    77}
    88
     
    1212
    1313.navbar-inverse {
    14   background-color: #0d3664;
    15   background-image: -webkit-linear-gradient(top, #0d3664 0%, #03418a 100%);
    16   background-image: linear-gradient(to bottom, #0d3664 0%, #03418a 100%);
     14  background-color: #5f0500;
     15  background-image: -webkit-linear-gradient(top, #5f0500 0%, #930303 100%);
     16  background-image: linear-gradient(to bottom, #5f0500 0%, #930303 100%);
    1717  background-repeat: repeat-x;
    1818}
     
    2828.navbar-inverse .navbar-nav > .active > a:focus {
    2929  color: #ffffff;
    30   background-color: #03418a;
     30  background-color: #930303;
    3131  background-image: none;
    3232  background-image: none;
     
    3737
    3838.navbar-inverse .navbar-toggle {
    39   border-color: #03418a;
     39  border-color: #930303;
    4040}
    4141
    4242.navbar-inverse .navbar-toggle:hover,
    4343.navbar-inverse .navbar-toggle:focus {
    44   background-color: #03418a;
     44  background-color: #930303;
    4545}
    4646
     
    4848.navbar-inverse .navbar-nav > .open > a:hover,
    4949.navbar-inverse .navbar-nav > .open > a:focus {
    50   background-color: #03418a;
     50  background-color: #930303;
    5151  color: #fff;
    5252}
  • main/ikobacustom.aaue/trunk/layout/theme.html

    r14175 r14311  
    192192        <div class="col-md-10 content ikoba-content-narrow">
    193193          <div id="logo-container-narrow">
    194             <img src="static_custom/pcn_logo.png" width="65">
     194            <!-- Place logo here -->
    195195          </div>
    196196          <div class="well">
     
    324324        <div class="col-md-12 content ikoba-content-wide">
    325325          <div id="logo-container-wide">
    326             <img src="static_custom/pcn_logo.png" width="80">
     326            <!-- Place logo here -->
    327327          </div>
    328328          <div class="well ikoba-content">
Note: See TracChangeset for help on using the changeset viewer.