Changeset 309 for trunk/style

Show
Ignore:
Timestamp:
09/11/06 21:01:02 (2 years ago)
Author:
leonieke
Message:

Updated Sunset style for new MvBlog Monthly Archive Plugin tags.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/style/Sunset/index.css

    r201 r309  
    352352        list-style-image: url(left.gif); 
    353353} 
     354 
     355/* plugin alternate monthly archive tags */ 
     356 
     357td.altarchive_month_noitems { 
     358        padding: 0px; 
     359        text-align: center; 
     360        font-size: smaller; 
     361        border: 1px solid #878684; 
     362} 
     363 
     364td.altarchive_month_items { 
     365        padding: 0px; 
     366        text-align: center; 
     367        font-size: smaller; 
     368        border: 1px solid #cc6600; 
     369} 
     370 
     371td.altarchive_month_items a { 
     372        border: none; 
     373} 
     374 
     375td.altarchive_month_items a:hover { 
     376        background-color: #ffd59a; 
     377        color: #a43102; 
     378} 
     379 
     380#if_sidebar_container li b { 
     381        color: #cc6600; 
     382}