Ignore:
Timestamp:
24.05.2010 00:11:30 (21 months ago)
Author:
alafin
Branch:
default
Message:

add cookie collapser for category

File:
1 edited

Legend:

Unmodified
Added
Removed
  • djangobb/static/forum/themes/default/css/default_cs.css

    r177 r255  
    2525.djangobb H2, #brdmenu {BACKGROUND: url(../img/fon111.gif); COLOR: #FFF; font-weight: bold; height: 16px;} 
    2626.djangobb H2 {font-weight: bold;BACKGROUND: #46586a url(../img/fon111.gif);border-top: 1px solid #46586a;border-left: 1px solid #46586a;border-right: 1px solid #46586a; height: 16px;} 
     27.djangobb H2 a.toggle  { 
     28        float: right; 
     29        BACKGROUND: url(../img/cat_minimize.png); 
     30        display:block; 
     31        height:17px; 
     32        line-height:1px; 
     33        outline-color:-moz-use-text-color; 
     34        outline-style:none; 
     35        outline-width:0; 
     36        text-indent:-3000em; 
     37        width:28px; 
     38} 
     39 
     40.djangobb H2.collapsed a.toggle { 
     41        background-image:url(../img/cat_maximize.png); 
     42} 
    2743 
    2844/* 1.4 Table header rows */ 
     
    111127.isticky = sticky topics. The default is "icon". By default only .inew is different.*/ 
    112128 
     129DIV.forum_icon {background:url(../img/active_forum.gif)} 
    113130DIV.icon {background:url(../img/inactive_topic.gif)} 
    114131DIV.inew {background:url(../img/active_topic.gif)} 
Note: See TracChangeset for help on using the changeset viewer.