Changeset 2550 for trunk/template


Ignore:
Timestamp:
Sep 19, 2008, 9:38:15 PM (16 years ago)
Author:
vdigital
Message:

Index page: Scrolling start above the category when description is too long.
Sql Trace in a <div> clear:both.
French de-à => du-au

Location:
trunk/template/yoga
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/default-layout.css

    r2492 r2550  
    275275}
    276276#theHeader {text-align: center;}
     277#debug { margin: 15px 15px 5px 248px; font-size:12px; clear: both; word-wrap:break-word;}
  • trunk/template/yoga/footer.tpl

    r2381 r2550  
    2020  {/if}
    2121
    22 </div> <!-- copyright -->
     22
    2323{if isset($footer_elements)}
    2424{foreach from=$footer_elements item=v}
     
    2727{/if}
    2828</div> <!-- the_page -->
    29 
    30 {if isset($debug.QUERIES_LIST)}{$debug.QUERIES_LIST}{/if}
     29{if isset($debug.QUERIES_LIST)}
     30<div id="debug">
     31{$debug.QUERIES_LIST}
     32</div>
     33{/if}
     34</div> <!-- copyright -->
    3135</body>
    3236</html>
  • trunk/template/yoga/mainpage_categories.tpl

    r2545 r2550  
    2929{/foreach}
    3030</ul>
    31 
  • trunk/template/yoga/theme/Sylvia/theme.css

    r2545 r2550  
    11/* $Id$ */
    2 .content div.thumbnailCategory div.illustration { width:190px !important; /* Usable range 162px-360px , optimal : Thumbnail width + 40px */ }
     2.content div.thumbnailCategory div.illustration { width:165px !important; /* Usable range 162px-360px , optimal : Thumbnail width + 40px */ }
    33.content div.thumbnailCategory { height: 180px !important; /* Usable range 172px-250px , optimal : Thumbnail height + 30px */ }
     4.content div.thumbnailCategory div.description .text { height: 130px !important; /* -42px than previous one */ }
     5
    46/*  Sylvia Theme is close to the Roma Admin theme */
    57BODY, H1, H3, DT, INPUT.rateButtonSelected { color:#ddd; }
     
    5355.content .thumbnailCategory div.illustration a { display: block; margin: 0; padding:20px 0 0 8px; }
    5456#content .thumbnailCategory div.description { background:transparent url(images/cat_top-right.gif) no-repeat scroll right top;
    55 margin:0; padding:15px 10px 3px 0; overflow: hidden; }
     57margin: 0; padding:15px 10px 3px 0; overflow: hidden; }
     58#content .thumbnailCategory div.description .text { margin: 10px 2px 0 0; padding:-10px 0 5px 0;
     59overflow: auto; overflow-x: hidden;  /* Only IE family supports colored scrollbar */
     60 scrollbar-face-color: #222; scrollbar-shadow-color: #444; scrollbar-highlight-color: #000;
     61 scrollbar-3dlight-color: #292929; scrollbar-darkshadow-color: #333; scrollbar-track-color: #111;
     62 scrollbar-arrow-color: #f70; }
     63.content div.thumbnailCategory div.description p.dates { margin: 0 15px 0 15px; text-align: right; }
    5664#content.content .thumbnailCategory div.description H3 { display: block; margin: 0; }
    5765#content ul.thumbnailCategories li:hover { background-color:#111; }
Note: See TracChangeset for help on using the changeset viewer.