Ignore:
Timestamp:
22 Sep 2016, 20:30:14 (8 years ago)
Author:
Henrik Bettermann
Message:

Color adjustments.

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

Legend:

Unmodified
Added
Removed
  • main/ikobacustom.uniben/trunk/layout/rules.xml

    r14178 r14179  
    126126-->
    127127
    128     <!-- the language selector
    129 
    130       quite tricky. We insert a <li> element at beginning of
    131       ul.ikoba-navbar-right. This <li> has a header element
    132       (the 'Language' button) and the a number of <li> elements
    133       representing the supported languages.
    134       We change the input content of format
    135 
    136          <a href="foo" title="Lang">Abbrev</a>
    137 
    138       to
    139 
    140          <a href="foo">Lang</a>
    141 
    142       creating new nodes (<xsl:element>) with attributes copied over.
    143     -->
    144     <before css:theme-children="ul.ikoba-navbar-right">
    145       <li class="dropdown ikoba-langselect">
    146         <a href="#" class="dropdown-toggle"
    147            data-toggle="dropdown">
    148            <img src="/static/img/earth.png" />
    149         </a>
    150         <ul class="dropdown-menu">
    151           <xsl:for-each css:select=" .language a">
    152             <li class="ikoba-language">
    153               <xsl:element name="a">
    154                 <xsl:attribute name="href">
    155                   <xsl:value-of select="@href" />
    156                 </xsl:attribute>
    157                 <xsl:value-of select="@title" />
    158               </xsl:element>
    159             </li>
    160           </xsl:for-each>
    161         </ul>
    162       </li>
    163     </before>
    164 
    165128    <!-- Make all data tables responsive -->
    166129
  • main/ikobacustom.uniben/trunk/layout/static/custom.css

    r13792 r14179  
    11a {
    2   color: #03418a;
     2  color: #8A0474;
    33}
    44
    55a:hover {
    6   color: #0d3664;
     6  color: #4e0242;
    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: #4e0242;
     15  background-image: -webkit-linear-gradient(top, #4e0242 0%, #8A0474 100%);
     16  background-image: linear-gradient(to bottom, #4e0242 0%, #8A0474 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: #8A0474;
    3131  background-image: none;
    3232  background-image: none;
     
    3737
    3838.navbar-inverse .navbar-toggle {
    39   border-color: #03418a;
     39  border-color: #8A0474;
    4040}
    4141
    4242.navbar-inverse .navbar-toggle:hover,
    4343.navbar-inverse .navbar-toggle:focus {
    44   background-color: #03418a;
    45 }
    46 
    47 .navbar-inverse .navbar-nav > .open > a,
    48 .navbar-inverse .navbar-nav > .open > a:hover,
    49 .navbar-inverse .navbar-nav > .open > a:focus {
    50   background-color: #03418a;
    51   color: #fff;
     44  background-color: #8A0474;
    5245}
    5346
  • main/ikobacustom.uniben/trunk/layout/theme.html

    r14178 r14179  
    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">
Note: See TracChangeset for help on using the changeset viewer.