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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.