Ignore:
Timestamp:
Mar 19, 2011, 10:39:36 AM (13 years ago)
Author:
mistic100
Message:

[plugins] Comments on Albums

  • compatible with BBCode Bar and/or Smilies Support
  • better css integration
Location:
extensions/Comments_on_Albums/template
Files:
3 added
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/Comments_on_Albums/template/coa_albums.tpl

    r9641 r9766  
    33{combine_script id="jquery"}
    44{combine_css path=$COA_PATH|@cat:'template/style_albums.css'}
    5 
    6 {footer_script require="jquery"}{literal}
    7         // cancel all color changements and set default color to comments
    8         jQuery('.thumbnailCategory').css('color', jQuery('body').css('color'));
    9 {/literal}{/footer_script}
     5{if $themeconf.name == 'Sylvia'}{combine_css path=$COA_PATH|@cat:'template/style_albums_sylvia.css'}{/if}
    106
    117<a name="comments"></a>
  • extensions/Comments_on_Albums/template/coa_comments_page.tpl

    r9641 r9766  
    66        <style type="text/css">
    77                .pwg-icon-comments-images {ldelim}
    8                         background-image: url({$COA_PATH}template/s26/outline_{$ICON_COLOR}.png);
     8                        background-image: url({$COA_PATH}template/s26/{$ICON_COLOR});
    99                        background-position: 0 0;
    1010                }
    1111                a:hover .pwg-icon-comments-images {ldelim}
    12                         background-image: url({$COA_PATH}template/s26/outline_{$ICON_COLOR_OVER}.png);
     12                        background-image: url({$COA_PATH}template/s26/{$ICON_COLOR_OVER});
    1313                        background-position: 0 0;
    1414                }
  • extensions/Comments_on_Albums/template/style_albums.css

    r9634 r9766  
    77}
    88
    9 #comments .thumbnailCategory {
    10         padding:0px 2px 0px 12px !important;
    11         border:1px solid grey;
    12 }
    139#comments .thumbnailCategories {
    1410        margin-left:5px;
    1511}
     12#comments  .thumbnailCategory {
     13        margin:2px 0;
     14}
    1615
    17 #comments .thumbnailCategories li:hover,
    18 #comments .thumbnailCategory:hover,
    19 #comments .thumbnailCategory:hover A {
    20         background:none;
    21 }
    22        
    2316#comments .thumbnailCategory  .date, #comments .thumbnailCategory  .author {
    2417        font-weight:bold;
  • extensions/Comments_on_Albums/template/style_comments.css

    r9641 r9766  
    11.thumbnailCategory .category-title {
    2         position:absolute;
    3         margin-top:-5px;
    4         font-size:1.2em;
     2        font-size:1.1em;
    53        font-weight:bold;
    64}
Note: See TracChangeset for help on using the changeset viewer.