Ignore:
Timestamp:
Sep 3, 2012, 5:02:09 PM (12 years ago)
Author:
mistic100
Message:

display improved on clear themes

Location:
extensions/GuestBook/template
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/GuestBook/template/guestbook.tpl

    r17495 r17717  
    11{combine_css path=$GUESTBOOK_PATH|@cat:"template/style.css"}
     2{$themeconf.name}
     3{if $themeconf.name|in_array:$clear_themes}
     4  {combine_css path=$GUESTBOOK_PATH|@cat:"template/style-clear.css"}
     5{/if}
    26
    37{if $comment_add.ACTIVATE_RATING}
  • extensions/GuestBook/template/style.css

    r17495 r17717  
    44  margin:10px auto 25px auto;
    55  background: #333333;
    6   background: -moz-linear-gradient(top,  #333333 0%, #252525 100%);
    7   background: -webkit-linear-gradient(top,  #333333 0%,#252525 100%);
    8   background: -o-linear-gradient(top,  #333333 0%,#252525 100%);
    9   background: -ms-linear-gradient(top,  #333333 0%,#252525 100%);
    10   background: linear-gradient(top,  #333333 0%,#252525 100%);
     6  background: -moz-linear-gradient(top, #333333 0%, #252525 100%);
     7  background: -webkit-linear-gradient(top, #333333 0%, #252525 100%);
     8  background: -o-linear-gradient(top, #333333 0%, #252525 100%);
     9  background: -ms-linear-gradient(top, #333333 0%, #252525 100%);
     10  background: linear-gradient(top, #333333 0%, #252525 100%);
    1111  border-radius:5px;
    1212  border:1px solid #555;
Note: See TracChangeset for help on using the changeset viewer.