Ignore:
Timestamp:
2013/07/01 10:27:17 (11 years ago)
Author:
Seasoft
Message:

#2140 (標準テンプレートのカスタマイズ性を高める)
#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.13.0)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/html/user_data/packages/default/css/contents.css

    r21618 r22930  
    229229 
    230230/* メインカラム用 1カラム時*/ 
    231 #one_maincolumn div.listrightbloc { 
     231#main_column.colnum1 div.listrightbloc { 
    232232    float: right; 
    233233    width: 74%; 
     
    235235 
    236236/* メインカラム用 2カラム時*/ 
    237 #two_maincolumn_right div.listrightbloc, 
    238 #two_maincolumn_left div.listrightbloc { 
     237#main_column.colnum2 div.listrightbloc { 
    239238    float: right; 
    240239    width: 80%; 
     
    242241 
    243242/* メインカラム用 3カラム時*/ 
    244 #three_maincolumn div.listrightbloc { 
     243#main_column.colnum3 div.listrightbloc { 
    245244    float: right; 
    246245    width: 74%; 
     
    337336 
    338337    tplファイルのマークアップが同じ項目 
    339     *1カラム時 [one_maincolumn] 
    340     *2カラム時 [two_maincolumn_left] 
    341                [two_maincolumn_right] 
    342     *3カラム時 [three_maincolumn] 
     338        * 1カラム時 
     339        * 2カラム時 
     340        * 3カラム時 
    343341 
    344342----------------------------------------------- */ 
     
    352350----------------------------------------------- */ 
    353351/* 1カラム用 */ 
    354 #one_maincolumn div#detailphotobloc { 
     352#main_column.colnum1 div#detailphotobloc { 
    355353    width: 37%; 
    356354    float: left; 
    357355} 
    358 #one_maincolumn #detailrightbloc { 
     356#main_column.colnum1 #detailrightbloc { 
    359357    width: 63%; 
    360358    float: right; 
    361359} 
    362 #one_maincolumn div.subtext { 
     360#main_column.colnum1 div.subtext { 
    363361    margin-bottom: 20px; 
    364362    float: left; 
    365363    width: 69%; 
    366364} 
    367 #one_maincolumn div.subphotoimg { 
     365#main_column.colnum1 div.subphotoimg { 
    368366    float: right; 
    369367    width: 25%; 
    370368    text-align: right; 
    371369} 
    372 #one_maincolumn p.subtext { 
     370#main_column.colnum1 p.subtext { 
    373371    margin-bottom: 20px; 
    374372} 
    375373 
    376374/* 2カラム用 */ 
    377 #two_maincolumn_left div#detailphotobloc, 
    378 #two_maincolumn_right div#detailphotobloc { 
     375#main_column.colnum2 div#detailphotobloc { 
    379376    float: left; 
    380377    width: 37%; 
    381378} 
    382 #two_maincolumn_left #detailrightbloc, 
    383 #two_maincolumn_right #detailrightbloc { 
     379#main_column.colnum2 #detailrightbloc { 
    384380    float: right; 
    385381    width: 63%; 
    386382} 
    387 #two_maincolumn_left div.subtext, 
    388 #two_maincolumn_right div.subtext { 
     383#main_column.colnum2 div.subtext { 
    389384    margin-bottom: 20px; 
    390385    float: left; 
    391386    width: 73%; 
    392387} 
    393 #two_maincolumn_left p.subtext, 
    394 #two_maincolumn_right p.subtext { 
    395     margin-bottom: 20px; 
    396 } 
    397 #two_maincolumn_left div.subphotoimg, 
    398 #two_maincolumn_right div.subphotoimg { 
     388#main_column.colnum2 p.subtext { 
     389    margin-bottom: 20px; 
     390} 
     391#main_column.colnum2 div.subphotoimg { 
    399392    float: right; 
    400393    width: 25%; 
     
    403396 
    404397/* 3カラム用 */ 
    405 #three_maincolumn div#detailphotobloc { 
     398#main_column.colnum3 div#detailphotobloc { 
    406399    float: left; 
    407400    width: 49%; 
    408401} 
    409 #three_maincolumn #detailrightbloc { 
     402#main_column.colnum3 #detailrightbloc { 
    410403    float: right; 
    411404    width: 50%; 
    412405} 
    413 #three_maincolumn div.subtext { 
     406#main_column.colnum3 div.subtext { 
    414407    margin-bottom: 20px; 
    415408    float: left; 
    416409    width: 63%; 
    417410} 
    418 #three_maincolumn p.subtext { 
    419     margin-bottom: 20px; 
    420 } 
    421 #three_maincolumn div.subphotoimg { 
     411#main_column.colnum3 p.subtext { 
     412    margin-bottom: 20px; 
     413} 
     414#main_column.colnum3 div.subphotoimg { 
    422415    float: right; 
    423416    width: 35%; 
Note: See TracChangeset for help on using the changeset viewer.