Changeset 35235


Ignore:
Timestamp:
2021-07-30T15:48:52+12:00 (3 years ago)
Author:
kjdon
Message:

Committing Dr Bainbridge's working changes (including for darkening the images for the 6 groups/Pou) before mixing them up with my changes. Can't commit from WMTB server machine as commits fail saying SQLDB is out of space.

Location:
main/trunk/model-interfaces-dev/wmtb/transform
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/wmtb/transform/layouts/main.xsl

    r34632 r35235  
    7474      </div>
    7575
    76       <div class="wrapper-old col0" style="margin:10px 30px">
     76      <div class="container wrapper-old col0" style="margin:10px auto"> <!-- used to be 10px 30px -->
    7777        <div id="topline">
    7878          <ul>
     
    9292      </div>
    9393     
    94       <div class="wrapper-old col2">       
     94      <div class="container wrapper-old col2">     
    9595        <div id="topbar">
    9696          <div id="topnav">
  • main/trunk/model-interfaces-dev/wmtb/transform/pages/home.xsl

    r34632 r35235  
    217217          <!-- the group (pou) image links to the collection's about page -->
    218218          <a href="{$group_href}" title="{$short}" alt="{$short}">
    219           <img class="groupLinkImage">
    220         <xsl:attribute name="alt"><xsl:value-of select="@name"/></xsl:attribute>
    221         <xsl:attribute name="title"><xsl:value-of select="@name"/></xsl:attribute>
    222         <xsl:attribute name="style"><xsl:text>max-width:100%</xsl:text></xsl:attribute>
    223         <xsl:attribute name="src">sites/<xsl:value-of select="$site_name"/>/<xsl:value-of select="backgroundImage"/></xsl:attribute>
    224           </img>
     219        <div style="background-color:#404040;margin-left:11px; margin-right: 11px;">
     220          <img class="groupLinkImage">
     221            <xsl:attribute name="alt"><xsl:value-of select="@name"/></xsl:attribute>
     222            <xsl:attribute name="title"><xsl:value-of select="@name"/></xsl:attribute>
     223            <xsl:attribute name="style"><xsl:text>max-width:100%;opacity:0.4;padding: 0 !important;</xsl:text></xsl:attribute>
     224            <xsl:attribute name="src">sites/<xsl:value-of select="$site_name"/>/<xsl:value-of select="backgroundImage"/></xsl:attribute>
     225          </img>
     226        </div>
    225227          </a>
    226228        </div>
Note: See TracChangeset for help on using the changeset viewer.