Changeset 2983


Ignore:
Timestamp:
Dec 15, 2008, 9:42:35 PM (15 years ago)
Author:
vdigital
Message:

Fieldset background removal
Alternate colours of lines for each comment, AND have the "Add a comment" border (only) in orange
merge -c2982 from branch 2.0 to trunk

Location:
trunk/template/yoga
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/comment_list.tpl

    r2706 r2983  
    11{* $Id$ *}
    22<ul class="thumbnailCategories">
    3 {foreach from=$comments item=comment}
     3{foreach from=$comments item=comment name=comment_loop}
    44<li>
    5         <div class="thumbnailCategory">
     5        <div class="thumbnailCategory {if $smarty.foreach.comment_loop.index is odd}odd{else}even{/if}">
    66    {if isset($comment.TN_SRC)}
    77    <div class="illustration">
  • trunk/template/yoga/theme/Sylvia/theme.css

    r2981 r2983  
    368368}
    369369.titrePage img.button[alt="x"] { margin: 0 3px 3px; }
     370
     371#thePicturePage .thumbnailCategory {
     372        padding: 15px 2px 6px 12px;
     373        border: 1px solid #666;
     374}
     375#thePicturePage .thumbnailCategory  .date, #thePicturePage .thumbnailCategory  .author {
     376        font-weight:bold;
     377}
     378#thePicturePage .thumbnailCategories {
     379        padding-left: 12px;
     380        padding-right: 12px;
     381}
     382#thePicturePage .odd {
     383        background-color: #222;
     384        border-top:0 !important;
     385}
     386#addComment fieldset {
     387  color: #f70;
     388        border-color: #f70;
     389}
     390#addComment fieldset  label {
     391  color: #666;
     392}
Note: See TracChangeset for help on using the changeset viewer.