- Timestamp:
- 2012/03/08 02:50:27 (14 years ago)
- Location:
- branches/version-2_12-dev/html/user_data/packages/default/css
- Files:
-
- 4 edited
-
bloc.css (modified) (7 diffs)
-
bloc_alpha.css (modified) (1 diff)
-
common.css (modified) (5 diffs)
-
contents.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/html/user_data/packages/default/css/bloc.css
r21609 r21612 41 41 margin: 10px 7%; 42 42 } 43 .side_column .block_body ,43 .side_column .block_body, 44 44 .main_column .block_body { 45 45 border: solid 1px #ccc; … … 78 78 ----------------------------------------------- */ 79 79 /* タイトルの背景 白 */ 80 #login_area h2 ,81 #search_area h2 ,82 #calender_area h2 ,83 #cart_area h2 ,80 #login_area h2, 81 #search_area h2, 82 #calender_area h2, 83 #cart_area h2, 84 84 #cart h2 { 85 85 padding: 5px 0 8px 10px; … … 98 98 99 99 /* タイトルの背景 オレンジ */ 100 #recommend_area h2 ,100 #recommend_area h2, 101 101 #news_area h2 { 102 102 padding: 5px 0 8px 10px; … … 356 356 /* 共通 357 357 ----------------------------------------------- */ 358 #recommend_area .block_body ,358 #recommend_area .block_body, 359 359 #whobought_area .product_item { 360 360 margin-bottom: 10px; … … 364 364 } 365 365 366 #recommend_area .block_body p ,366 #recommend_area .block_body p, 367 367 #whobought_area .product_item p { 368 368 margin: 0 0 5px 0; 369 369 } 370 370 371 #recommend_area .block_body img ,371 #recommend_area .block_body img, 372 372 #whobought_area .product_item img { 373 373 margin: 0 5px 0 0; 374 374 } 375 375 376 #recommend_area .block_body h3 ,376 #recommend_area .block_body h3, 377 377 #whobought_area .product_item h3 { 378 378 font-size: 100%; … … 423 423 424 424 /* メインカラム用 2カラム時*/ 425 #two_maincolumn_right #recommend_area .block_body .productContents ,426 #two_maincolumn_left #recommend_area .block_body .productContents ,427 #two_maincolumn_right #whobought_area .productContents ,425 #two_maincolumn_right #recommend_area .block_body .productContents, 426 #two_maincolumn_left #recommend_area .block_body .productContents, 427 #two_maincolumn_right #whobought_area .productContents, 428 428 #two_maincolumn_left #whobought_area .productContents { 429 429 float: right; … … 432 432 433 433 /* メインカラム用 3カラム時*/ 434 #three_maincolumn #recommend_area .block_body .productContents ,434 #three_maincolumn #recommend_area .block_body .productContents, 435 435 #three_maincolumn #whobought_area .productContents { 436 436 float: right; -
branches/version-2_12-dev/html/user_data/packages/default/css/bloc_alpha.css
r21609 r21612 82 82 /* 【サイド】バナーエリア_02 83 83 ----------------------------------------------- */ 84 #leftcolumn .block_outer #banner_area .block_body ul li ,84 #leftcolumn .block_outer #banner_area .block_body ul li, 85 85 #rightcolumn .block_outer #banner_area .block_body ul li { 86 86 margin-bottom: 8px; -
branches/version-2_12-dev/html/user_data/packages/default/css/common.css
r21253 r21612 48 48 /* ヘッダーとフッターの上下 49 49 [注意]ブロック移動時はbloc.css内で調整が必要 */ 50 #topcolumn ,51 #bottomcolumn ,50 #topcolumn, 51 #bottomcolumn, 52 52 #footerbottomcolumn { 53 53 margin: 0 auto; … … 129 129 /* リンク指定 130 130 ----------------------------------------------- */ 131 a:link ,131 a:link, 132 132 a:visited { 133 133 color: #39c; 134 134 text-decoration: none; 135 135 } 136 a:link:hover ,136 a:link:hover, 137 137 a[href]:hover { 138 138 color: #f60; … … 197 197 /* フォーム 198 198 ----------------------------------------------- */ 199 input[type='text'] ,200 input[type='password'] ,199 input[type='text'], 200 input[type='password'], 201 201 .select { 202 202 border: solid 1px #ccc; … … 263 263 } 264 264 265 #one_maincolumn .sub_area h3 ,266 #two_maincolumn_right .sub_area h3 ,267 #two_maincolumn_left .sub_area h3 ,268 #three_maincolumn .sub_area h3 ,269 #undercolumn_login .login_area h3 ,270 #undercolumn_shopping h3 ,271 #mypagecolumn h3 ,265 #one_maincolumn .sub_area h3, 266 #two_maincolumn_right .sub_area h3, 267 #two_maincolumn_left .sub_area h3, 268 #three_maincolumn .sub_area h3, 269 #undercolumn_login .login_area h3, 270 #undercolumn_shopping h3, 271 #mypagecolumn h3, 272 272 #undercolumn_cart h3 { 273 273 margin: 0 0 10px 0; … … 399 399 margin-bottom: 20px; 400 400 } 401 div#complete_area .message ,401 div#complete_area .message, 402 402 div#undercolumn_entry .message { 403 403 margin-bottom: 20px; -
branches/version-2_12-dev/html/user_data/packages/default/css/contents.css
r20916 r21612 236 236 237 237 /* メインカラム用 2カラム時*/ 238 #two_maincolumn_right div.listrightbloc ,238 #two_maincolumn_right div.listrightbloc, 239 239 #two_maincolumn_left div.listrightbloc { 240 240 float: right; … … 344 344 345 345 ----------------------------------------------- */ 346 #detailarea ,346 #detailarea, 347 347 .sub_area { 348 348 margin-bottom: 20px; … … 376 376 377 377 /* 2カラム用 */ 378 #two_maincolumn_left div#detailphotobloc ,378 #two_maincolumn_left div#detailphotobloc, 379 379 #two_maincolumn_right div#detailphotobloc { 380 380 float: left; 381 381 width: 37%; 382 382 } 383 #two_maincolumn_left #detailrightbloc ,383 #two_maincolumn_left #detailrightbloc, 384 384 #two_maincolumn_right #detailrightbloc { 385 385 float: right; … … 396 396 margin-bottom: 20px; 397 397 } 398 #two_maincolumn_left div.subphotoimg ,398 #two_maincolumn_left div.subphotoimg, 399 399 #two_maincolumn_right div.subphotoimg { 400 400 float: right;
Note: See TracChangeset
for help on using the changeset viewer.
