Ignore:
Timestamp:
2023-09-03T11:43:12+12:00 (10 months ago)
Author:
davidb
Message:

Range of changes factoring in feedback from Vicki

Location:
gs3-installations/thewillow/trunk/interfaces/thewillow
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/thewillow/trunk/interfaces/thewillow/style/core-extra.css

    r37952 r37987  
    214214    text-align: left;
    215215    /*padding-left: 6px; */
    216     padding: 0.5rem 0.4rem 0.3rem 0.6rem;
     216    padding: 0.6rem 0.5rem 0.4rem 0.7rem;
    217217
    218218    font-size: 110%;
    219219}
    220220
     221
     222#gs-nav a {
     223    font-size: 120%;
     224}
    221225
    222226#quicksearcharea a {
    223227     font-size: 120%;
     228}
     229
     230#gs-document {
     231    padding-top: 1rem;
    224232}
    225233
     
    419427
    420428#gs_content a {
    421     border-bottom: 1px solid #003FC5;
     429    /* border-bottom: 1px solid #003FC5; */
     430    border-bottom: 1px solid #E7D821;
    422431}
    423432
    424433#gs_content a:hover {
    425     border-bottom: 2px solid #003FC5;
     434    /*border-bottom: 2px solid #003FC5; */
     435    border-bottom: 2px solid #E7D821;
    426436}
    427437
  • gs3-installations/thewillow/trunk/interfaces/thewillow/transform/layouts/header.xsl

    r37955 r37987  
    6969
    7070  <xsl:template name="top-area">
     71    <xsl:comment>Supress streetlifeyork top-level navigation bar</xsl:comment>
    7172    <!--
    7273    <xsl:if test="/page/pageRequest/paramList/param[@name = 'noheader']/@value != '1'">
    7374    -->
     75    <!--
    7476    <xsl:call-template name="top-area-streetlifeyork"/>
     77    -->
    7578    <!--
    7679    </xsl:if>
     
    427430 
    428431  <xsl:template name="create-banner">       
    429     <div id="gs_banner" class="ui-widget-header ui-corner-bottom">
     432    <div id="gs_banner" class="ui-widget-header ui-corner-bottom" style="margin-bottom: 0.5rem;">
    430433      <!--
    431434      <div id="titlesearchcontainer">
  • gs3-installations/thewillow/trunk/interfaces/thewillow/transform/layouts/main.xsl

    r37953 r37987  
    9999      </style>
    100100     
    101       <div id="gs_footer" class="ui-widget-header ui-corner-bottom ft-outer-div">
     101      <div id="gs_footer" class="ui-widget-header ui-corner-bottom ft-outer-div" style="margin-top: 1.0rem;">
    102102    <div class="ft-row" style="background-color: #E6E6E6; color: #595959; padding: 0.5rem;">
    103103
     
    146146       
    147147        <div class="ft-column">
    148           <br />
     148          <br id="br-beforeDMLogos"/>
    149149          <a target="_blank" href="https://exploreyork.org.uk/">
    150150        <img width="32" src="interfaces/{$interface_name}/images/footer-logos/Facebook logo.png"/>
     
    194194          <div>
    195195        <a target="_blank" href="https://www.greenstone.org/">
    196           <img height="85" src="interfaces/{$interface_name}/images/footer-logos/6 gsdl-server.png"/><br/>
     196          <img height="85" src="interfaces/{$interface_name}/images/footer-logos/6 gsdl-server.png"/><br />
    197197        </a>
    198198        <a target="_blank" href="https://www.greenstone.org/">
  • gs3-installations/thewillow/trunk/interfaces/thewillow/transform/pages/about-this-site.xsl

    r37953 r37987  
    2929
    3030
    31   <p>
     31  <p style="padding-top: 1rem;">
    3232    The Willow Community Project was developed within the Music strand
    3333    of
  • gs3-installations/thewillow/trunk/interfaces/thewillow/transform/pages/contact-us.xsl

    r37950 r37987  
    2828  <h2>Contact</h2>
    2929
    30   <p>
     30  <p style="padding-top: 1rem;">
    3131    Submit a memory to us through this
    3232    <a target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLSfnO4e7YL-6ZCNRjbH0FsOpOlSZsnoTkjPOOh2-xgrbYpq6lA/viewform">
  • gs3-installations/thewillow/trunk/interfaces/thewillow/transform/pages/copyright.xsl

    r37953 r37987  
    2828  <h2>Copyright</h2>
    2929
    30   <p>
     30  <p style="padding-top: 1rem;">
    3131    All content displayed on this website, including text, imagery, video and interactive multimedia, unless explicitly stated otherwise with regards to user-submitted content, is copyright of the University of York and may not be reproduced without prior permission. By accessing these web pages, you agree that any downloading of content is for personal, non-commercial reference only.
    3232  </p>
  • gs3-installations/thewillow/trunk/interfaces/thewillow/transform/pages/privacy.xsl

    r37953 r37987  
    2828  <h2>Privacy</h2>
    2929
    30   <p>
     30  <p style="padding-top: 1rem;">
    3131    The Willow Community Archive Project project, hosted at the University of York, is committed to safeguarding the privacy of the individuals and organisations in line with the legislation set out under the UK Data Protection Act 2018 (DPA) and European General Data Protection Regulation (GDPR). We aim to be transparent about the data we collect via this website.
    3232  </p>
  • gs3-installations/thewillow/trunk/interfaces/thewillow/transform/pages/query.xsl

    r37906 r37987  
    1212
    1313
    14     <xsl:template name="queryPage">
     14  <xsl:template name="queryPage">
     15    <h1>Explore More</h1>
     16   
    1517    <xsl:for-each select="pageResponse/service">
    1618      <xsl:variable name="form_action"><xsl:value-of select="$library_name"/>/<xsl:if test="$collName">collection/<xsl:value-of select="$collName"/>/</xsl:if>search/<xsl:value-of select="@name"/></xsl:variable>
  • gs3-installations/thewillow/trunk/interfaces/thewillow/transform/pages/stories.xsl

    r37954 r37987  
    2424    <!-- the page content -->
    2525    <xsl:template match="/page">
    26      
    27   <div style="padding-top: 1rem; font-style:italic;">
     26      <style>
     27        p.inc-first-list:first-line {
     28          line-height:200% !important;
     29        }
     30      </style>
     31  <h1>Stories</h1>
     32  <div styleXXXX="padding-top: 1rem;">
    2833    <p>
    2934      The most bizarre combination of knocking back one pound shots and
     
    4651
    4752  <h2>In The Beginning</h2>
    48   <p>
     53
     54  <div style="padding-top: 1rem;">
     55    <a href="{$library_name}/collection/{$collName}/document/In-The-Beginning-Video" style="border-bottom: none;">
     56      <img alt="In The Beginning Video"
     57       src="interfaces/{$interface_name}/images/video-icons/In-The-Beginning.png" width="256"/>
     58    </a>
     59  </div>
     60 
     61  <p style="padding-top: 1rem;">
    4962    How did the Willow Cantonese Restaurant and Disco come to be? What did the restaurant look like before it became the Willow Disco?
    5063  </p>
    51   <p>
     64  <p class="inc-first-line">
    5265    The
    5366    <a href="{$library_name}/collection/{$collName}/document/In-The-Beginning-Video">
     
    6477 
    6578  <h2>Willow Girl</h2>
    66   <p>
     79
     80    <div style="padding-top: 1rem;">
     81    <a href="{$library_name}/collection/{$collName}/document/Willow-Girl-Video" style="border-bottom: none;">
     82      <img alt="Willow Girl Video"
     83       src="interfaces/{$interface_name}/images/video-icons/Willow-Girl.png" width="256"/>
     84    </a>
     85  </div>
     86
     87  <p style="padding-top: 1rem;">
    6788    Who designed the famous ‘Love it or Hate it?’ t-shirts? Why were
    6889    there cute illustrations of Tommy Fong and his family on the walls
     
    83104 
    84105  <h2>Love It</h2>
    85   <p>
     106
     107  <div style="padding-top: 1rem;">
     108    <a href="{$library_name}/collection/{$collName}/document/Love-It-Video" style="border-bottom: none;">
     109      <img alt="Love It Video"
     110       src="interfaces/{$interface_name}/images/video-icons/Love-It.png" width="256"/>
     111    </a>
     112  </div>
     113
     114  <p style="padding-top: 1rem;">
    86115    An entry stamp the size of your face! Prawn crackers in a late
    87116    night disco! Why wouldn’t you love it?
     
    102131
    103132  <h2>Cheap Drinks</h2>
    104   <p>
     133
     134  <div style="padding-top: 1rem;">
     135    <a href="{$library_name}/collection/{$collName}/document/Cheap-Drinks-Video" style="border-bottom: none;">
     136      <img alt="Cheap Drinks Video"
     137       src="interfaces/{$interface_name}/images/video-icons/Cheap-Drinks.png" width="256"/>
     138    </a>
     139  </div>
     140 
     141  <p style="padding-top: 1rem;">
    105142    One pound shots! A place with no aggression! How did they create
    106143    such a glorious safe haven?
     
    120157
    121158  <h2>Cheesy Music</h2>
    122   <p>
     159
     160  <div style="padding-top: 1rem;">
     161    <a href="{$library_name}/collection/{$collName}/document/Cheesy-Music-Video" style="border-bottom: none;">
     162      <img alt="Cheesy Music Video"
     163       src="interfaces/{$interface_name}/images/video-icons/Cheesy-Music.png" width="256"/>
     164    </a>
     165  </div>
     166
     167  <p style="padding-top: 1rem;">
    123168    ‘Come On Eileen’ by the Dexys Midnight Runners, ‘Hips Don’t Lie’
    124169    by Shakira, ‘Do The Conga’ by Black Lace, ‘Get Lucky’ by Daft
     
    139184
    140185  <h2>The Last Night</h2>
    141   <p>
     186
     187  <div style="padding-top: 1rem;">
     188    <a href="{$library_name}/collection/{$collName}/document/The-Last-Night-Video" style="border-bottom: none;">
     189      <img alt="The Last Night Video"
     190       src="interfaces/{$interface_name}/images/video-icons/The-Last-Night.png" width="256"/>
     191    </a>
     192  </div>
     193
     194  <p style="padding-top: 1rem;">
    142195    Sunday 26th July 2023, the last chance to go to the Willow, a
    143196    night not to be missed! Was it worth the 9-hour journey and the
  • gs3-installations/thewillow/trunk/interfaces/thewillow/transform/pages/terms-and-conditions.xsl

    r37953 r37987  
    2828  <h2>Terms of service</h2>
    2929
    30   <p>
     30  <p style="padding-top: 1rem;">
    3131    Please read these terms of service (referred to below as
    3232    &quot;terms&quot; and &quot;terms of service&quot;) carefully
Note: See TracChangeset for help on using the changeset viewer.