Ignore:
Timestamp:
2008/08/10 07:01:16 (16 years ago)
Author:
Seasoft
Message:

MYページ画像の一部をテキストに。カスタマイズを容易にする試み。

Location:
branches/comu-ver2/html/user_data/packages/default
Files:
1 added
17 deleted
2 edited

Legend:

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

    r17518 r17519  
    220220} 
    221221 
    222 /* カゴの中 
    223 ----------------------------------------------- */ 
    224 div#cartarea { 
    225     width: 144px; 
    226     padding: 10px; 
    227     border: solid 1px #ccc; 
    228 } 
    229  
    230 div#cartarea p { 
    231     padding: 5px 0 10px 0; 
    232 } 
    233  
    234 div#cartarea p.item { 
    235     padding: 0 0 10px 0; 
    236     background: url("../img/side/line_146.gif") no-repeat bottom; 
    237 } 
    238  
    239 div#cartarea .btn { 
    240     padding: 0; 
    241     text-align: center; 
    242 } 
    243  
    244  
    245 /* カテゴリー 
    246 ----------------------------------------------- */ 
    247 div#categoryarea { 
    248     width: 144px; 
    249     padding: 10px; 
    250     border: solid 1px #ccc; 
    251     background-color: #fff1e3; 
    252 } 
    253  
    254 div#categoryarea li { 
    255     padding: 0 0 0 20px; 
    256     background: url("../img/common/arrow_blue.gif") 0 3px no-repeat; 
    257 } 
    258 div#categoryarea li.onmark { 
    259     background: url("../img/common/arrow_red.gif") 0 3px no-repeat; 
    260 } 
    261 div#categoryarea li.level1 { 
    262     font-weight: bold; 
    263 } 
    264 div#categoryarea li.level1 li { 
    265     font-weight: normal; 
    266 } 
    267 div#categoryarea li a { 
    268     display: block; 
    269     padding: 3px 0; 
    270 } 
    271  
    272 a.onlink {  text-decoration: underline; } 
    273 a.onlink:link { color: #ff0000; } 
    274 a.onlink:visited { color: #ff0000; } 
    275 a.onlink:hover { color: #ff0000; } 
    276  
    277  
    278 /* ガイドリンク 
    279 ----------------------------------------------- */ 
    280 #guidearea { 
    281     margin-top: 1em; 
    282 } 
    283 #guidearea li { 
    284     font-size: 11px; 
     222/* リストをボタンのような外観に 
     223----------------------------------------------- */ 
     224ul.button_like li { 
    285225    margin: 0; 
    286226    padding: 0; 
    287227} 
    288 #guidearea li a { 
     228ul.button_like li a { 
    289229    display: block; 
    290230    padding: 7px 0 7px 15px; 
     
    292232    border: 1px solid; 
    293233    border-color: #ccc #999 #999 #ccc; 
    294     background: url("../img/bloc/guide/bg.gif") 5px 7px no-repeat; 
     234    background: url("../img/common/button_like_bg.gif") 5px 7px no-repeat; 
    295235    outline: none; 
    296236    margin: 0; 
    297237} 
    298 #guidearea li a:link, 
    299 #guidearea li a:visited { 
     238ul.button_like li a:link, 
     239ul.button_like li a:visited { 
    300240    color: #000; 
    301241} 
    302 #guidearea li a:hover , 
    303 #guidearea li a.selected { 
    304     color: #ff6600; 
    305 } 
    306 #guidearea li a:active { 
     242ul.button_like li a:hover, 
     243ul.button_like li a.selected:link, 
     244ul.button_like li a.selected:visited { 
     245    color: #f60; 
     246} 
     247ul.button_like li a:active { 
    307248    border-color: #999 #ccc #ccc #999; 
     249} 
     250 
     251/* カゴの中 
     252----------------------------------------------- */ 
     253div#cartarea { 
     254    width: 144px; 
     255    padding: 10px; 
     256    border: solid 1px #ccc; 
     257} 
     258 
     259div#cartarea p { 
     260    padding: 5px 0 10px 0; 
     261} 
     262 
     263div#cartarea p.item { 
     264    padding: 0 0 10px 0; 
     265    background: url("../img/side/line_146.gif") no-repeat bottom; 
     266} 
     267 
     268div#cartarea .btn { 
     269    padding: 0; 
     270    text-align: center; 
     271} 
     272 
     273 
     274/* カテゴリー 
     275----------------------------------------------- */ 
     276div#categoryarea { 
     277    width: 144px; 
     278    padding: 10px; 
     279    border: solid 1px #ccc; 
     280    background-color: #fff1e3; 
     281} 
     282 
     283div#categoryarea li { 
     284    padding: 0 0 0 20px; 
     285    background: url("../img/common/arrow_blue.gif") 0 3px no-repeat; 
     286} 
     287div#categoryarea li.onmark { 
     288    background: url("../img/common/arrow_red.gif") 0 3px no-repeat; 
     289} 
     290div#categoryarea li.level1 { 
     291    font-weight: bold; 
     292} 
     293div#categoryarea li.level1 li { 
     294    font-weight: normal; 
     295} 
     296div#categoryarea li a { 
     297    display: block; 
     298    padding: 3px 0; 
     299} 
     300 
     301a.onlink {  text-decoration: underline; } 
     302a.onlink:link { color: #ff0000; } 
     303a.onlink:visited { color: #ff0000; } 
     304a.onlink:hover { color: #ff0000; } 
     305 
     306 
     307/* ガイドリンク 
     308----------------------------------------------- */ 
     309#guidearea ul.button_like { 
     310    margin-top: 1em; 
     311    font-size: 11px; 
    308312} 
    309313 
  • branches/comu-ver2/html/user_data/packages/default/css/mypage.css

    r17498 r17519  
    99} 
    1010 
     11div#mypagecolumn h3 { 
     12    margin: 0 0 10px 0; 
     13    border-style: solid; 
     14    border-width: 0 0 2px 0; 
     15    border-color: #bbbba4; 
     16    padding: 5px 0 5px 12px; 
     17    font-size: 140%; 
     18    color: #333; 
     19    background-color: #f1f1ec; 
     20    letter-spacing: 0.15em; 
     21} 
     22 
    1123div#mypagecolumn table { 
    1224    width: 510px; 
     
    1527div#mycontentsarea { 
    1628    width: 510px; 
     29    float: right; 
    1730} 
    1831 
     
    3750} 
    3851 
    39  
    40 /* 購入履歴一覧/詳細 
    41 ----------------------------------------------- */ 
    4252div#mynavarea { 
    4353    float: left; 
     
    4555} 
    4656 
    47 div#mynavarea li { 
    48     display: block; 
    49     height: 30px; 
     57div#mynavarea ul.button_like { 
     58    width: 170px; 
    5059} 
    5160 
    52 div#mycontentsarea { 
    53     float: right; 
    54 } 
    5561 
    56 div#mycontentsarea h3 { 
    57     margin: 0 0 10px 0; 
    58 } 
    59  
     62/* 購入履歴一覧/詳細 
     63----------------------------------------------- */ 
    6064div#mycontentsarea table th { 
    6165    text-align: center; 
     
    8084 
    8185 
    82 /* 会員登録内容変更/>退会 
     86/* 会員登録内容変更/退会 
    8387----------------------------------------------- */ 
    8488div#mycontentsarea .box120 { 
Note: See TracChangeset for help on using the changeset viewer.