Changeset 19858 for branches/version-2_5-dev/html
- Timestamp:
- 2011/01/08 15:31:42 (11 years ago)
- Location:
- branches/version-2_5-dev/html/user_data/packages/sphone/css
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/html/user_data/packages/sphone/css/button.css
r19839 r19858 193 193 text-decoration: none; 194 194 } 195 196 /* ショッピング関連ボタン 197 ----------------------------------------------- */ 198 .spbtn-shopping { 199 display: block; 200 margin: 0.5em auto 0.3em; 201 font: bold 15px helvetica; 202 border: solid 1px #666666; 203 text-shadow: 0px -1px 1px rgba(0,0,0,0.5); 204 color: #ffffff; 205 background-color: #fc4743; 206 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.25)), to(rgba(0,0,0,0.2)), color-stop(0.5, rgba(255,255,255,0.05)), color-stop(0.51, rgba(0,0,0,0.05))); 207 -webkit-border-radius: 6px; 208 -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.7); 209 } 210 a.spbtn-shopping { 211 width: 59%; 212 max-width: 178px; 213 } 214 input.spbtn-shopping { 215 width: 60%; 216 max-width: 180px; 217 } -
branches/version-2_5-dev/html/user_data/packages/sphone/css/common.css
r19839 r19858 7 7 background-position: 50% 0% fixed; 8 8 font-family: helvetica, Osaka; 9 font-size: large;9 font-size:small; 10 10 margin: 0px 3.13% 10px; 11 11 padding: 0px; … … 254 254 ----------------------------------------------- */ 255 255 input[size="40"] { 256 width: 60%;256 width: 50%; 257 257 } 258 258 input[type="password"] { 259 width: 60%;259 width: 50%; 260 260 } 261 261 input[type="tel"] { 262 width: 3 .6em;262 width: 3em; 263 263 } 264 264 input, tr, th, td { … … 266 266 } 267 267 input { 268 font-size: large;268 font-size: small; 269 269 } 270 270 textarea{ 271 font-size: 14px;271 font-size: small; 272 272 width: 95%; 273 273 } 274 274 form dl{ 275 font: bold 17pxhelvetica;275 font: bold small helvetica; 276 276 margin: 10px 0; 277 277 } … … 279 279 margin: 5px 0; 280 280 color:#4D576B; 281 font: bold 17pxhelvetica;281 font: bold small helvetica; 282 282 background-color: transparent; 283 283 text-shadow: 0px 1px 1px #ffffff; -
branches/version-2_5-dev/html/user_data/packages/sphone/css/table.css
r19839 r19858 6 6 background: #fff; 7 7 border: 1px solid #B4B4B4; 8 font: bold 17px'Helvetica-Bold';8 font: bold small 'Helvetica-Bold'; 9 9 padding: 0; 10 10 margin: 10px 0; … … 16 16 border-top: 1px solid #B4B4B4; 17 17 list-style-type: none; 18 padding: 7px 10px 7px 10px;18 padding: 4px 6px; 19 19 } 20 20 li:first-child { … … 111 111 table td { 112 112 margin: 0; 113 max-width: 2 00px;113 max-width: 250px; 114 114 height: 2em; 115 115 background-color: #ffffff; … … 466 466 } 467 467 468 /* テーブル・商品詳細 469 ----------------------------------------------- */ 470 #detailrightblock table th { 471 font-size: 15px; 472 font-weight: normal; 473 } 474 475 /* お客様情報入力 476 ----------------------------------------------- */ 477 table[summary="お客様情報入力"] td{ 478 padding-left:5px; 479 text-align: left; 480 vertical-align: middle; 481 } 482 468 483 /* お問い合わせ 469 484 ----------------------------------------------- */ -
branches/version-2_5-dev/html/user_data/packages/sphone/css/width.css
r19839 r19858 2 2 3 3 .box60 { 4 width: 3em;4 width: 2.2em; 5 5 } 6 6 .box120 { 7 width: 4.5em;7 width: 2.8em; 8 8 } 9 9 .box300 { 10 width: 2 62px;10 width: 250px; 11 11 } 12 12 .box380 { 13 width: 2 60px;13 width: 250px; 14 14 } 15 15 /*
Note: See TracChangeset
for help on using the changeset viewer.