Ignore:
Timestamp:
Mar 24, 2012, 9:33:18 PM (12 years ago)
Author:
mistic100
Message:

feature 2588: rename css classes 'thumbnailCategories' and 'thumbnailCategory' on comment_list.tpl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/Sylvia/theme.css

    r13683 r13697  
    33        width:165px !important; /* Usable range 162px-360px , optimal : Thumbnail width + 40px */
    44}
    5 #comments .thumbnailCategory div.illustration {
     5#comments .commentElement div.illustration {
    66        width:220px !important; /* Usable range 219px-360px , optimal : Thumbnail width + 95px */
    77}
     
    267267
    268268/* User comments */
    269 #theCommentsPage .content .thumbnailCategories li,
    270 #theCommentsPage .content .thumbnailCategory ,
    271 #theCommentsPage .content .thumbnailCategory .description,
    272 #theCommentsPage .content .thumbnailCategory div.illustration {
    273         background-image: none;
    274 }
    275 #theCommentsPage .content .thumbnailCategory {
     269#comments {
     270        padding: 0 0 5px 10px;
     271}
     272.content .commentsList li {
     273        padding: 0 0;
     274        margin:0;
     275}
     276.content .commentElement {
    276277        padding: 15px 2px 6px 12px;
     278  margin:0;
    277279        border: 1px solid #666;
    278280}
    279 #theCommentsPage .content .odd {
     281.content .commentElement.odd {
    280282        background-color: #222;
    281283        border-top:0 !important;
    282284}
    283 #theCommentsPage .content .even {
     285.content .commentElement.even {
    284286        background-color: #111;
    285287}
    286 #theCommentsPage .content .thumbnailCategories li:hover {
    287         background-color: transparent;
    288 }
    289 #theCommentsPage #comments {
    290         padding: 0 0 5px 10px;
    291 }
    292 
    293 #comments .thumbnailCategories hr {display:none;}
     288.content .commentElement div.illustration {
     289        padding: 0 0 0 10px;
     290        margin: 0 !important;
     291}
     292.content .commentElement div.illustration a {
     293        display: block;
     294        margin: 0;
     295        padding:20px 0 0 8px;
     296  border:0;
     297}
     298.content .commentElement .description {
     299        margin: 0;
     300        padding:15px 10px 3px 0;
     301        overflow-x: hidden !important;
     302  height:158px;
     303}
     304
     305#comments .commentsList hr {display:none;}
    294306#comments .filter input[type="submit"] { margin-top:1.8em; }
    295307
     
    340352}
    341353
    342 #thePicturePage .thumbnailCategory {
     354#thePicturePage .commentElement {
    343355        padding: 15px 2px 6px 12px;
    344356        border: 1px solid #666;
    345357}
    346 #thePicturePage .thumbnailCategory  .date, #thePicturePage .thumbnailCategory  .author {
     358#thePicturePage .commentElement  .date, #thePicturePage .commentElementy  .author {
    347359        font-weight:bold;
    348360}
    349 #thePicturePage .thumbnailCategories {
     361#thePicturePage .commentsList {
    350362        padding-left: 12px;
    351363        padding-right: 12px;
Note: See TracChangeset for help on using the changeset viewer.