- Timestamp:
- 2013/07/01 10:27:17 (13 years ago)
- Location:
- branches/version-2_13-dev/html/user_data/packages/default/css
- Files:
-
- 4 edited
-
bloc.css (modified) (15 diffs)
-
bloc_alpha.css (modified) (1 diff)
-
common.css (modified) (6 diffs)
-
contents.css (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/html/user_data/packages/default/css/bloc.css
r21738 r22930 20 20 -カレンダー 21 21 -おすすめ商品 22 *メインカラム用 1カラム時 [one_maincolumn] 23 *メインカラム用 2カラム時 [two_maincolumn_left] 24 [two_maincolumn_right] 25 *メインカラム用 3カラム時 [three_maincolumn] 26 *サイドカラム用 [side_column] 27 *商品詳細のオススメ商品 [whobought_area] 28 */ 22 * 商品詳細のオススメ商品 [whobought_area] 23 */ 29 24 30 25 31 26 /* ============================================== 32 27 ブロック共通 28 * #container から指定することで、ヘッダー・フッターには適用していない。 33 29 /* ============================================= */ 34 #container .block_body {35 background-color: #fff;36 }37 30 .side_column { 38 31 overflow-x: hidden; /* IE6 表示乱れ防止 */ 39 32 } 40 .side_column .block_outer {41 margin: 10px 7%;42 }43 33 .side_column .block_body, 44 .main_column .block_body {34 #main_column .block_body { 45 35 border: solid 1px #ccc; 46 36 border-top: none; … … 50 40 width: 145px; 51 41 } 52 .main_column .block_outer { 53 margin-bottom: 20px; 54 } 55 42 43 /* 外枠 44 ----------------------------------------------- */ 45 #container .block_outer { 46 padding: 0 15px 10px; /* #container の背景色を欠けさせないため敢えて padding */ 47 } 48 #container #main_column .block_outer { 49 padding: 0 0 20px; 50 } 51 #container .side_column .block_outer { 52 padding: 0 7% 10px; 53 } 56 54 57 55 /* リスト … … 108 106 109 107 110 /* ==============================================111 ▼ヘッダー上、フッター下のブロックエリア112 =============================================== */113 div#topcolumn {114 margin: 0px;115 clear: both;116 }117 div#bottomcolumn {118 margin: 0px;119 clear: both;120 }121 122 123 108 /* *********************************************** 124 109 ▼各機能ブロックの指定 … … 128 113 ▼新着情報 129 114 =============================================== */ 130 #news_area . block_body{115 #news_area .news_contents { 131 116 padding: 10px; 132 }133 #news_area .news_contents {134 padding-right: 10px;135 117 max-height: 260px; 136 height: auto !important; 137 height: 260px; 118 height: auto !important; /* hack? */ 119 height: 260px; /* hack? */ 138 120 overflow: auto; 139 121 overflow-y: scroll; 140 122 } 141 142 123 #news_area dl.newslist { 143 124 background: url("../img/background/line_dot_01.gif") repeat-x bottom; 125 } 126 #news_area dl.newslist:last-child { 127 background: none; 144 128 } 145 129 #news_area dl.newslist dt { … … 149 133 margin-bottom: 10px; 150 134 padding-bottom: 10px; 151 }152 #news_area dl.end {153 padding: 10px 0;154 background: url("") no-repeat bottom;155 135 } 156 136 … … 181 161 ▼カテゴリ 182 162 =============================================== */ 183 #c ategory_area .block_body {163 #container #category_area .block_body { 184 164 background-color: #fffaf0; 185 165 } … … 221 201 =============================================== */ 222 202 #guide_area { 223 margin-top: 1em;224 203 border: none; 225 204 } … … 290 269 ▼検索 291 270 =============================================== */ 292 div#search_area .block_body {271 #container div#search_area .block_body { 293 272 padding: 10px; 294 273 } 295 div#search_area .block_body .btn {274 #container div#search_area .block_body .btn { 296 275 text-align: center; 297 276 } … … 352 331 /* 353 332 tplファイルのマークアップが同じ項目 354 メインカラム用 2カラム時 [two_maincolumn_left] 355 [two_maincolumn_right] 356 メインカラム用 3カラム時 [three_maincolumn] 333 メインカラム用 357 334 サイドカラム用 [side_column] 358 335 商品詳細のオススメ商品 [whobought_area] … … 362 339 #recommend_area .block_body, 363 340 #whobought_area .product_item { 364 margin-bottom: 10px;365 341 padding: 10px 0 10px; 366 342 border: none; … … 393 369 ----------------------------------------------- */ 394 370 /* メインカラム用 */ 395 .main_column #recommend_area .block_body .productImage,371 #main_column #recommend_area .block_body .productImage, 396 372 #whobought_area .product_item .productImage { 397 373 margin-bottom: 10px; … … 409 385 /* 左右の振り分け 410 386 ----------------------------------------------- */ 411 .main_column #recommend_area .product_item,387 #main_column #recommend_area .product_item, 412 388 #whobought_area .product_item { 413 389 float: left; … … 421 397 ----------------------------------------------- */ 422 398 /* メインカラム用 1カラム時*/ 423 # one_maincolumn#recommend_area .block_body .productContents {399 #main_column.colnum1 #recommend_area .block_body .productContents { 424 400 float: right; 425 401 width: 74%; … … 427 403 428 404 /* メインカラム用 2カラム時*/ 429 #two_maincolumn_right #recommend_area .block_body .productContents, 430 #two_maincolumn_left #recommend_area .block_body .productContents, 431 #two_maincolumn_right #whobought_area .productContents, 432 #two_maincolumn_left #whobought_area .productContents { 405 #main_column.colnum2 #recommend_area .block_body .productContents, 406 #main_column.colnum2 #whobought_area .productContents { 433 407 float: right; 434 408 width: 74%; … … 436 410 437 411 /* メインカラム用 3カラム時*/ 438 # three_maincolumn#recommend_area .block_body .productContents,439 # three_maincolumn#whobought_area .productContents {412 #main_column.colnum3 #recommend_area .block_body .productContents, 413 #main_column.colnum3 #whobought_area .productContents { 440 414 float: right; 441 415 width: 67%; -
branches/version-2_13-dev/html/user_data/packages/default/css/bloc_alpha.css
r21616 r22930 68 68 /* 【メイン】バナーエリア_02 69 69 ----------------------------------------------- */ 70 .main_column .block_outer #banner_area .block_body ul {70 #main_column .block_outer #banner_area .block_body ul { 71 71 width: 100%; 72 72 } 73 .main_column .block_outer #banner_area .block_body ul li {73 #main_column .block_outer #banner_area .block_body ul li { 74 74 float: left; 75 75 } 76 .main_column .block_outer #banner_area .block_body ul li.sub_01 {76 #main_column .block_outer #banner_area .block_body ul li.sub_01 { 77 77 padding-right: 8px; 78 78 } -
branches/version-2_13-dev/html/user_data/packages/default/css/common.css
r21619 r22930 13 13 } 14 14 15 select {16 border: solid 1px #ccc;17 }18 19 15 /*写真*/ 20 .picture {16 img.picture { 21 17 border: 1px solid #ccc; 22 18 } … … 36 32 #container { 37 33 margin: 0 auto; 38 padding: 0 0 30px 0;34 padding: 0 0 30px; 39 35 width: 980px; 40 36 background: #fff; … … 46 42 カラム指定 47 43 =============================================== */ 48 /* ヘッダーとフッターの上下 49 [注意]ブロック移動時はbloc.css内で調整が必要 */ 44 45 /* メイン部 46 ----------------------------------------------- */ 47 #main_column { 48 padding: 10px 0 0; 49 } 50 51 /* 1カラム時 */ 52 #main_column.colnum1 { 53 margin: 0 auto; 54 width: 80%; 55 } 56 57 /* 2カラム時 (共通) */ 58 #main_column.colnum2 { 59 width: 78%; 60 } 61 62 /* 2カラム時 (メイン部が左) */ 63 #main_column.colnum2.left { 64 padding-left: 1.5%; 65 float: left; 66 } 67 68 /* 2カラム時 (メイン部が右) */ 69 #main_column.colnum2.right { 70 padding-right: 1.5%; 71 float: right; 72 } 73 74 /* 3カラム時 */ 75 #main_column.colnum3 { 76 padding-left: 0.5%; 77 width: 59%; 78 float: left; 79 } 80 81 /* サイドカラム 82 ----------------------------------------------- */ 83 .side_column { 84 padding: 10px 0 0; 85 } 86 #leftcolumn { 87 float: left; 88 width: 20%; 89 } 90 #rightcolumn { 91 float: right; 92 width: 20%; 93 } 94 95 /* 他 96 ----------------------------------------------- */ 97 /* ヘッダーとフッターの上下 */ 50 98 #topcolumn, 51 99 #bottomcolumn, 52 100 #footerbottomcolumn { 53 margin: 0 auto; 54 padding: 15px; 55 width: 950px; 101 margin: 0px; 56 102 background: #fff; 57 103 text-align: left; 58 } 59 60 /* 中央カラム */ 61 .main_column { 62 padding: 10px 0 20px; 63 } 64 65 /* サイドカラム */ 66 #leftcolumn { 67 float: left; 68 width: 20%; 69 } 70 #rightcolumn { 71 float: right; 72 width: 20%; 73 } 74 75 /* 1カラム設定 */ 76 #one_maincolumn { 77 margin: 0 auto; 78 width: 80%; 79 } 80 81 /* 2カラム設定 (メイン部が左) */ 82 #two_maincolumn_left { 83 padding-left: 1.5%; 84 float: left; 85 width: 78%; 86 } 87 88 /* 2カラム設定 (メイン部が右) */ 89 #two_maincolumn_right { 90 padding-right: 1.5%; 91 width: 78%; 92 float: right; 93 } 94 95 /* 3カラム設定 */ 96 #three_maincolumn { 97 padding-left: 0.5%; 98 width: 59%; 99 float: left; 104 clear: both; 100 105 } 101 106 … … 201 206 /* フォーム 202 207 ----------------------------------------------- */ 208 select { 209 border: solid 1px #ccc; 210 } 203 211 input[type='text'], 204 input[type='password'], 205 .select { 212 input[type='password'] { 206 213 border: solid 1px #ccc; 207 214 padding: 2px; … … 246 253 247 254 /* フォームが縦に重なり合う場合に併用する余白 */ 248 .top { 255 .top { /* FIXME 簡素な単語は単独で使用しない */ 249 256 margin-bottom: 5px; 250 }251 252 .ng_top {253 margin-bottom: 0 !important;254 257 } 255 258 … … 267 270 } 268 271 269 #one_maincolumn .sub_area h3, 270 #two_maincolumn_right .sub_area h3, 271 #two_maincolumn_left .sub_area h3, 272 #three_maincolumn .sub_area h3, 272 #main_column .sub_area h3, 273 273 #undercolumn_login .login_area h3, 274 274 #undercolumn_shopping h3, -
branches/version-2_13-dev/html/user_data/packages/default/css/contents.css
r21618 r22930 229 229 230 230 /* メインカラム用 1カラム時*/ 231 # one_maincolumndiv.listrightbloc {231 #main_column.colnum1 div.listrightbloc { 232 232 float: right; 233 233 width: 74%; … … 235 235 236 236 /* メインカラム用 2カラム時*/ 237 #two_maincolumn_right div.listrightbloc, 238 #two_maincolumn_left div.listrightbloc { 237 #main_column.colnum2 div.listrightbloc { 239 238 float: right; 240 239 width: 80%; … … 242 241 243 242 /* メインカラム用 3カラム時*/ 244 # three_maincolumndiv.listrightbloc {243 #main_column.colnum3 div.listrightbloc { 245 244 float: right; 246 245 width: 74%; … … 337 336 338 337 tplファイルのマークアップが同じ項目 339 *1カラム時 [one_maincolumn] 340 *2カラム時 [two_maincolumn_left] 341 [two_maincolumn_right] 342 *3カラム時 [three_maincolumn] 338 * 1カラム時 339 * 2カラム時 340 * 3カラム時 343 341 344 342 ----------------------------------------------- */ … … 352 350 ----------------------------------------------- */ 353 351 /* 1カラム用 */ 354 # one_maincolumndiv#detailphotobloc {352 #main_column.colnum1 div#detailphotobloc { 355 353 width: 37%; 356 354 float: left; 357 355 } 358 # one_maincolumn#detailrightbloc {356 #main_column.colnum1 #detailrightbloc { 359 357 width: 63%; 360 358 float: right; 361 359 } 362 # one_maincolumndiv.subtext {360 #main_column.colnum1 div.subtext { 363 361 margin-bottom: 20px; 364 362 float: left; 365 363 width: 69%; 366 364 } 367 # one_maincolumndiv.subphotoimg {365 #main_column.colnum1 div.subphotoimg { 368 366 float: right; 369 367 width: 25%; 370 368 text-align: right; 371 369 } 372 # one_maincolumnp.subtext {370 #main_column.colnum1 p.subtext { 373 371 margin-bottom: 20px; 374 372 } 375 373 376 374 /* 2カラム用 */ 377 #two_maincolumn_left div#detailphotobloc, 378 #two_maincolumn_right div#detailphotobloc { 375 #main_column.colnum2 div#detailphotobloc { 379 376 float: left; 380 377 width: 37%; 381 378 } 382 #two_maincolumn_left #detailrightbloc, 383 #two_maincolumn_right #detailrightbloc { 379 #main_column.colnum2 #detailrightbloc { 384 380 float: right; 385 381 width: 63%; 386 382 } 387 #two_maincolumn_left div.subtext, 388 #two_maincolumn_right div.subtext { 383 #main_column.colnum2 div.subtext { 389 384 margin-bottom: 20px; 390 385 float: left; 391 386 width: 73%; 392 387 } 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 { 399 392 float: right; 400 393 width: 25%; … … 403 396 404 397 /* 3カラム用 */ 405 # three_maincolumndiv#detailphotobloc {398 #main_column.colnum3 div#detailphotobloc { 406 399 float: left; 407 400 width: 49%; 408 401 } 409 # three_maincolumn#detailrightbloc {402 #main_column.colnum3 #detailrightbloc { 410 403 float: right; 411 404 width: 50%; 412 405 } 413 # three_maincolumndiv.subtext {406 #main_column.colnum3 div.subtext { 414 407 margin-bottom: 20px; 415 408 float: left; 416 409 width: 63%; 417 410 } 418 # three_maincolumnp.subtext {419 margin-bottom: 20px; 420 } 421 # three_maincolumndiv.subphotoimg {411 #main_column.colnum3 p.subtext { 412 margin-bottom: 20px; 413 } 414 #main_column.colnum3 div.subphotoimg { 422 415 float: right; 423 416 width: 35%;
Note: See TracChangeset
for help on using the changeset viewer.
