Ignore:
Timestamp:
2008/02/22 18:45:08 (18 years ago)
Author:
pineray
Message:

カテゴリをリストタグを使った階層構造へ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/html/user_data/packages/default/css/main.css

    r16708 r17070  
    220220div#categoryarea { 
    221221    width: 144px; 
    222     padding: 0 10px; 
     222    padding: 10px; 
    223223    border: solid 1px #ccc; 
    224224    background-color: #fff1e3; 
    225225} 
    226226 
    227 div#categoryarea dl { 
    228     padding: 10px 0; 
    229     background: url("../img/side/line_146.gif") no-repeat bottom; 
    230 } 
    231  
    232 div#categoryarea dl.end { 
    233     padding: 10px 0; 
    234     background: url("") no-repeat bottom; 
    235 } 
    236  
    237 div#categoryarea dl dt { 
     227div#categoryarea li { 
    238228    padding: 0 0 0 20px; 
     229    background: url("../img/common/arrow_blue.gif") 0 3px no-repeat; 
     230} 
     231div#categoryarea li.onmark { 
     232    background: url("../img/common/arrow_red.gif") 0 3px no-repeat; 
     233} 
     234div#categoryarea li.level1 { 
    239235    font-weight: bold; 
    240     background: url("../img/common/arrow_blue.gif") no-repeat; 
    241 } 
    242  
    243 div#categoryarea dl dt.onmark { 
    244     padding: 0 0 0 20px; 
    245     font-weight: bold; 
    246     background: url("../img/common/arrow_red.gif") no-repeat; 
    247 } 
    248  
    249 div#categoryarea dl dd { 
    250     padding: 0 0 0 20px; 
     236} 
     237div#categoryarea li.level1 li { 
     238    font-weight: normal; 
     239} 
     240div#categoryarea li a { 
     241    display: block; 
     242    padding: 3px 0; 
    251243} 
    252244 
Note: See TracChangeset for help on using the changeset viewer.