Changeset 16989 for main/kofacustom.lpng


Ignore:
Timestamp:
5 Jul 2022, 16:02:48 (2 years ago)
Author:
Henrik Bettermann
Message:

Change logos and colors.

Location:
main/kofacustom.lpng/trunk/layout
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.lpng/trunk/layout/rules.xml

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

    r12303 r16989  
    11a {
    2   color: #930303;
     2  color: #008325;
    33}
    44
    55a:hover {
    6   color: #5f0500;
     6  color: #d60701;
    77}
    88
     
    1212
    1313.navbar-inverse {
    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%);
     14  background-color: #d60701;
     15  background-image: -webkit-linear-gradient(top, #d60701 0%, #008325 100%);
     16  background-image: linear-gradient(to bottom, #d60701 0%, #008325 100%);
    1717  background-repeat: repeat-x;
    1818}
     
    2828.navbar-inverse .navbar-nav > .active > a:focus {
    2929  color: #ffffff;
    30   background-color: #930303;
     30  background-color: #008325;
    3131  background-image: none;
    3232  background-image: none;
     
    3737
    3838.navbar-inverse .navbar-toggle {
    39   border-color: #930303;
     39  border-color: #008325;
    4040}
    4141
    4242.navbar-inverse .navbar-toggle:hover,
    4343.navbar-inverse .navbar-toggle:focus {
    44   background-color: #930303;
     44  background-color: #008325;
    4545}
    4646
     
    4848.navbar-inverse .navbar-nav > .open > a:hover,
    4949.navbar-inverse .navbar-nav > .open > a:focus {
    50   background-color: #930303;
     50  background-color: #008325;
    5151  color: #fff;
    5252}
     
    5656#logo-container-narrow {
    5757  position: absolute;
    58   top: -7px;
    59   right: -11px;
     58  top: -50px;
     59  right: 5px;
    6060}
    6161
  • main/kofacustom.lpng/trunk/layout/theme.html

    r14451 r16989  
    198198
    199199        <div class="col-md-10 content kofa-content-narrow">
     200          <div id="logo-container-narrow">
     201            <img src="static_custom/lp_logo.png" width="200">
     202          </div>       
    200203          <div class="well">
    201204            <div class="kofa-content">
Note: See TracChangeset for help on using the changeset viewer.