- Timestamp:
- 2010/03/11 10:35:11 (16 years ago)
- Location:
- tmp/version-2_5-test/html/user_data/packages/default/css
- Files:
-
- 2 added
- 7 edited
-
admin_contents.css (added)
-
admin_file_manager.css (added)
-
index.css (modified) (4 diffs)
-
main.css (modified) (13 diffs)
-
mypage.css (modified) (4 diffs)
-
products.css (modified) (10 diffs)
-
under.css (modified) (1 diff)
-
under02.css (modified) (2 diffs)
-
window.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tmp/version-2_5-test/html/user_data/packages/default/css/index.css
r18562 r18609 10 10 11 11 12 /* ニュース12 /* 新着情報 13 13 ----------------------------------------------- */ 14 14 div#newsarea { … … 34 34 35 35 36 /* おすすめ 36 /* おすすめ商品 37 37 ----------------------------------------------- */ 38 38 div#recomendarea { 39 width: 400px; 40 margin: 0 auto; 39 margin: 0 10px; 41 40 } 42 41 43 42 div.recomendblock { 44 43 clear: both; 45 width: 400px;44 width: 100%; 46 45 padding: 10px 0; 47 46 overflow: auto; … … 49 48 } 50 49 50 div.recomendleft, 51 div.recomendright { 52 width: 47.5%; 53 } 54 51 55 div.recomendleft { 52 56 float: left; 53 width: 190px;54 margin: 0 5px 0 0;55 }56 57 div.recomendleft p {58 margin: 0 0 5px 0;59 57 } 60 58 61 59 div.recomendright { 62 60 float: right; 63 width: 190px;64 61 position: relative; 65 62 } 66 63 67 div.recomendleft img, div.recomendright img { 64 div.recomendleft p, 65 div.recomendright p { 66 margin: 0 0 5px 0; 67 } 68 69 div.recomendleft img, 70 div.recomendright img { 68 71 display: block; 69 72 float: left; … … 71 74 } 72 75 73 div.recomendright p { 74 margin: 0 0 5px 0; 75 } 76 77 div.recomendleft h3 { 78 font-size: 100%; 79 } 80 76 div.recomendleft h3, 81 77 div.recomendright h3 { 82 78 font-size: 100%; -
tmp/version-2_5-test/html/user_data/packages/default/css/main.css
r18562 r18609 5 5 } 6 6 7 table,img,p { 7 table,img,p { 8 8 border: 0; 9 9 } … … 48 48 color: #3a75af; 49 49 } 50 a:hover { 50 a:link:hover { 51 color: #ff6600; 52 } 53 a[href]:hover { /* 「a:link:hover」の Firefox 向けハック。上と Grouping 構文で統合すると、IE で動作しなくなる。 */ 51 54 color: #ff6600; 52 55 } … … 57 60 line-height: 150%; 58 61 } 59 .price { color: #ff0000; font-weight: bold; } 62 .price { 63 } 64 /* FIXME ポイントがクラス「price」を利用しているようだが、専用のクラスを用意すべき。 */ 65 .sale_price { 66 color: #ff0000; 67 } 68 .sale_price .price { 69 font-weight: bold; 70 } 71 .normal_price { 72 } 60 73 .attention { color: #ff0000; } 61 74 .mini { font-size: 90%; } … … 64 77 color: #ff0000; 65 78 } 79 80 /* 見出し 81 ----------------------------------------------- */ 82 h2 { 83 padding: 15px 0 0 0; 84 } 85 h2.title { 86 margin: 0 0 10px 0; 87 border-style: solid; 88 border-width: 2px 1px; 89 border-color: #999 #ccc; 90 background: url("../img/title/title_icon.gif") no-repeat 7px center; 91 padding: 7px 0 7px 30px; 92 font-size: 140%; 93 color: #000; 94 } 95 66 96 /* テーブル共通指定 67 97 ----------------------------------------------- */ … … 132 162 width: 292px; 133 163 height: 81px; 134 background: url("../img/header/logo.gif") ;164 background: url("../img/header/logo.gif") no-repeat; 135 165 } 136 166 div#header em { … … 173 203 } 174 204 175 div#leftcolumn h2 {176 padding: 15px 0 0 0;177 }178 179 205 div#rightcolumn { 180 206 float: left; 181 207 width: 166px; 182 }183 184 div#rightcolumn h2 {185 padding: 15px 0 0 0;186 208 } 187 209 … … 195 217 } 196 218 197 div#three_maincolumn h2 {198 padding: 15px 0 0 0;199 }200 201 219 /* 2カラム設定 */ 202 220 div#two_maincolumn { … … 206 224 } 207 225 208 div#two_maincolumn h2 {209 padding: 15px 0 0 0;210 }211 212 226 /* 1カラム設定 */ 213 227 div#one_maincolumn { … … 215 229 } 216 230 231 /* 上下のブロックエリア 232 ----------------------------------------------- */ 233 div#topcolumn{ 234 clear:both; 235 margin:0px; 236 } 237 div#bottomcolumn{ 238 clear: both; 239 margin:0px; 240 } 241 242 /* リストをボタンのような外観に 243 ----------------------------------------------- */ 244 ul.button_like li { 245 margin: 0; 246 padding: 0; 247 } 248 ul.button_like li a { 249 display: block; 250 padding: 7px 0 7px 15px; 251 text-decoration: none; 252 border: 1px solid; 253 border-color: #ccc #999 #999 #ccc; 254 background: url("../img/common/button_like_bg.gif") 5px 7px no-repeat; 255 outline: none; 256 margin: 0; 257 } 258 ul.button_like li a:link, 259 ul.button_like li a:visited { 260 color: #000; 261 } 262 ul.button_like li a:hover, 263 ul.button_like li a.selected:link, 264 ul.button_like li a.selected:visited { 265 color: #f60; 266 } 267 ul.button_like li a:active { 268 border-color: #999 #ccc #ccc #999; 269 } 270 217 271 /* カゴの中 218 272 ----------------------------------------------- */ … … 237 291 } 238 292 293 div#cartarea .price { 294 color: #FF0000; 295 font-weight: bold; 296 } 297 298 239 299 /* カテゴリー 240 300 ----------------------------------------------- */ … … 274 334 color: #ff0000; 275 335 } 336 337 276 338 /* ガイドリンク 277 339 ----------------------------------------------- */ 278 #guidearea {279 padding: 15px 0 0 0;280 line-height: 0;340 #guidearea ul.button_like { 341 margin-top: 1em; 342 font-size: 11px; 281 343 } 282 344 … … 306 368 border: solid 1px #ccc; 307 369 } 370 308 371 309 372 /* 検索 … … 357 420 color: #DD4400; 358 421 } 422 359 423 360 424 /* バナー -
tmp/version-2_5-test/html/user_data/packages/default/css/mypage.css
r18007 r18609 9 9 } 10 10 11 div#mypagecolumn h2.title{ 12 width: 700px; 13 margin: 0 0 15px 0; 11 div#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; 14 21 } 15 22 … … 20 27 div#mycontentsarea { 21 28 width: 510px; 29 float: right; 22 30 } 23 31 … … 42 50 } 43 51 44 45 /* 購入履歴一覧/詳細46 ----------------------------------------------- */47 52 div#mynavarea { 48 53 float: left; … … 50 55 } 51 56 52 div#mynavarea li { 53 display: block; 54 height: 30px; 57 div#mynavarea ul.button_like { 58 width: 170px; 55 59 } 56 60 57 div#mycontentsarea {58 float: right;59 }60 61 61 div#mycontentsarea h3 { 62 margin: 0 0 10px 0; 63 } 64 62 /* 購入履歴一覧/詳細 63 ----------------------------------------------- */ 65 64 div#mycontentsarea table th { 66 65 text-align: center; -
tmp/version-2_5-test/html/user_data/packages/default/css/products.css
r18007 r18609 15 15 /* ページ送り 16 16 ----------------------------------------------- */ 17 .pagenumberarea, .pagecondarea { 18 clear: both; 19 width: 560px; 17 .pagenumberarea, 18 .pagecondarea { 19 clear: both; 20 } 21 22 /* 背景色(改行対策) */ 23 .pagenumberarea, 24 .pagenumberarea .navi, 25 .pagenumberarea .change, 26 .pagecondarea { 27 background-color: #f3f3f3; 28 } 29 30 .pagenumberarea { 31 margin: 1em 0; 32 padding: 1ex 1em; 33 } 34 35 .pagecondarea { 20 36 margin: 20px 0; 21 37 padding: 10px; 22 background-color: #f3f3f3;23 }24 25 ul.pagenumberarea {26 height: 2.5ex;27 }28 29 ul.pagecondarea {30 38 border: 1px solid #CCCCCC; 31 39 } 32 40 33 ul.pagenumberarea li { 34 float: left; 35 width: 32.9%; 36 } 37 38 ul.pagenumberarea li.left { 39 text-align: left; 40 white-space: nowrap; 41 } 42 43 ul.pagenumberarea li.center { 41 .pagenumberarea .navi { 42 padding-right: 38%; 44 43 text-align: center; 45 white-space: pre; 46 } 47 48 ul.pagenumberarea li.right { 44 } 45 46 .pagenumberarea .change { 47 float: right; 49 48 text-align: right; 50 49 white-space: nowrap; 51 50 } 52 51 53 .pagenumberarea .pagenumber{54 color: #ff0000;55 font-weight: bold;56 }57 58 p.pagenumberarea .number{59 font-weight: bold;60 }61 62 52 /* 商品一覧 */ 63 53 64 54 /* タイトル 65 55 ----------------------------------------------- */ 66 div#listtitle { 67 width: 580px; 68 margin: 0 0 10px 0; 69 border-top: 2px solid #ff0000; 70 border-left: 1px solid #ccc; 71 border-right: 1px solid #ccc; 72 border-bottom: 2px solid #999; 56 .product h2.title { 57 border-color: #f00 #ccc; 73 58 background: url("../img/products/title_icon.gif") no-repeat left center; 74 59 background-color: #ffebca; 75 60 } 76 77 div#listtitle h2 {78 padding: 10px 0 10px 30px;79 font-size: 140%;80 }81 82 61 83 62 /* 商品 … … 116 95 117 96 div.listrightblock h3 a { 118 font-size: 100%;119 97 font-weight: bold; 120 98 } … … 126 104 div.listrightblock .pricebox { 127 105 float: left; 128 }129 130 div.listrightblock .soldout {131 clear: both;132 106 } 133 107 … … 165 139 div.listrightblock .cartbtn { 166 140 clear: both; 167 text-align: center;168 141 } 169 142 170 143 div.listrightblock .cartbtn img { 171 display: block;172 144 width: 115px; 173 margin: 5px auto 0 auto;145 margin: 5px 0 0 0; 174 146 } 175 147 … … 179 151 } 180 152 153 .product_list .pagenumber{ 154 color: #ff0000; 155 font-weight: bold; 156 } 157 181 158 /* 商品詳細 */ 182 183 /* タイトル184 ----------------------------------------------- */185 div#detailtitle {186 width: 580px;187 margin: 0 0 10px 0;188 border-top: 2px solid #ff0000;189 border-left: 1px solid #ccc;190 border-right: 1px solid #ccc;191 border-bottom: 2px solid #999;192 background: url("../img/products/title_icon.gif") no-repeat left center;193 background-color: #ffebca;194 }195 196 div#detailtitle h2 {197 padding: 10px 0 10px 30px;198 font-size: 140%;199 }200 201 159 202 160 /* 商品 … … 234 192 235 193 div#detailrightblock dl { 236 padding: 15px 0 00;194 padding: 0; 237 195 } 238 196 239 197 div#detailrightblock dt { 240 198 font-weight: bold; 199 margin: 15px 0 0 0; 241 200 padding: 0 0 0 15px; 242 201 background: url("../img/common/arrow_gray.gif") no-repeat left center; … … 261 220 } 262 221 222 /* 商品共通 */ 223 224 .cartbtn { 225 text-align: center; 226 } 227 263 228 /* サブタイトル 264 229 ----------------------------------------------- */ … … 270 235 271 236 div.subarea h3 { 272 width: 560px;273 237 font-size: 120%; 274 238 margin: 0 0 10px 0; 275 239 padding: 5px 10px; 276 240 background-color: #e4e4e4; 241 clear: both; 277 242 } 278 243 … … 321 286 } 322 287 288 .recommend_level { 289 color: #FF0000; 290 } 291 323 292 /* トラックバック 324 293 ----------------------------------------------- */ … … 344 313 } 345 314 346 /* この商品を買った人はこんな商品も買っています315 /* 関連商品 347 316 ----------------------------------------------- */ 348 317 div#whoboughtarea { -
tmp/version-2_5-test/html/user_data/packages/default/css/under.css
r17104 r18609 7 7 width: 580px; 8 8 margin: 15px auto 0 auto; 9 }10 11 div#undercolumn h2.title{12 width: 580px;13 margin: 0 0 15px 0;14 9 } 15 10 -
tmp/version-2_5-test/html/user_data/packages/default/css/under02.css
r17000 r18609 7 7 width: 700px; 8 8 margin: 15px auto 0 auto; 9 }10 11 div#under02column h2.title{12 width: 700px;13 margin: 0 0 15px 0;14 9 } 15 10 … … 100 95 101 96 102 /* お届け先 指定97 /* お届け先の指定 103 98 ----------------------------------------------- */ 104 99 div#under02column_shopping table th { -
tmp/version-2_5-test/html/user_data/packages/default/css/window.css
r16708 r18609 1 1 @charset "utf-8"; 2 2 3 4 /* 商品詳細拡大写真 3 /* ポップアップウィンドウ 5 4 ----------------------------------------------- */ 6 div#bigimage { 7 width: 520px; 8 margin: 15px auto 0 auto; 9 background-color: #ffffff; 5 div#windowcolumn { 6 margin: 15px 15px 0 15px; 7 background-color: #fff; 8 border-top: 5px solid #ffa85c; 9 border-bottom: 5px solid #ffa85c; 10 10 } 11 11 12 div#bigimage img { 13 padding: 10px; 12 /* 商品詳細拡大写真、カート拡大写真 13 ----------------------------------------------- */ 14 div#bigimage, 15 div#cartimage { 16 margin-top: 15px; 14 17 background-color: #ffffff; 18 text-align: center; 15 19 } 16 20 17 18 /* カート拡大写真 19 ----------------------------------------------- */ 20 div#cartimage { 21 width: 280px; 22 margin: 15px auto 0 auto; 23 background-color: #ffffff; 24 } 25 21 div#bigimage img, 26 22 div#cartimage img { 27 23 padding: 10px; … … 29 25 } 30 26 31 32 /* お客様の声の書き込み・新しいお届け先の追加・変更 27 /* お客様の声の書き込み、新しいお届け先の追加・変更 33 28 ----------------------------------------------- */ 34 div#windowcolumn {35 width: 550px;36 margin: 15px auto 0 auto;37 background-color: #fff;38 border-top: 5px solid #ffa85c;39 border-bottom: 5px solid #ffa85c;40 }41 42 29 div#windowcolumn h2 { 43 width: 500px;44 30 margin: 0 0 15px 0; 45 31 }
Note: See TracChangeset
for help on using the changeset viewer.
