source: branches/version-2_11-dev/html/user_data/packages/sphone/css/button.css @ 21146

Revision 21146, 8.6 KB checked in by nanasess, 13 years ago (diff)

#1413 アニメーションのスピード修正

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
Line 
1@charset "utf-8";
2/* ===================================================================
3CSS information
4
5file name  :button.css
6style info :ボタン用
7
8=================================================================== */
9.btn_area{
10padding:10px;
11clear:both;
12}
13ul.btn_btm{
14clear:both;
15}
16.btn_area li,ul.btn_btm li{
17margin-bottom:12px;
18}
19.btn_area_top{
20box-shadow:0 1px 1px 1px rgba(255,255,255,1) inset;
21-webkit-box-shadow:0 1px 1px 0 rgba(255,255,255,1) inset;
22-moz-box-shadow: 0 1px 1px rgba(255,255,255,1) inset;
23border-top: 1px solid #CCC;
24border-bottom: 1px solid #CCC;
25background:#EEE;
26display:block;
27clear:both;
28margin-bottom:10px;
29padding:10px 0;
30}
31/*-----------------------------------------------
32ボタン(進む系ボタン:グリーン)
33----------------------------------------------- */
34a.btn,a.btn:link,a.btn:visited,a.btn:hover{
35color:#FFF;
36font-size: 16px;
37font-weight:bold;
38text-decoration: none;
39text-align:center;
40padding: 10px;
41text-shadow: 0 -1px 1px rgba(0,0,0,1);
42border: 1px solid #A9ABAD;
43border-radius: 5px;
44-moz-border-radius: 5px;
45-webkit-border-radius: 5px;
46display:block;
47background:#B4DF34;
48background: -moz-linear-gradient(center top, #B4DF34 0%,#669222 100%);
49background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #B4DF34),color-stop(1, #669222));
50cursor:pointer;
51-webkit-transition:opacity 0.5s ease-in;
52-moz-transition:opacity 0.5s ease-in;
53}
54input[type="submit"].btn{
55width:100%;
56color:#FFF;
57font-size: 16px;
58font-weight:bold;
59text-decoration: none;
60text-align:center;
61padding: 10px;
62text-shadow: 0 -1px 1px rgba(0,0,0,1);
63border: 1px solid #A9ABAD;
64border-radius: 5px;
65-moz-border-radius: 5px;
66-webkit-border-radius: 5px;
67display:block;
68background:#B4DF34;
69background: -moz-linear-gradient(center top, #B4DF34 0%,#669222 100%);
70background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #B4DF34),color-stop(1, #669222));
71cursor:pointer;
72-webkit-transition:opacity 0.5s ease-in;
73-moz-transition:opacity 0.5s ease-in;
74}
75/*-----------------------------------------------
76ボタン(戻る系ボタン:グレー)
77----------------------------------------------- */
78a.btn_back,a.btn_back:link,a.btn_back:visited,a.btn_back:hover {
79color:#FFF;
80font-size: 16px;
81font-weight:bold;
82text-decoration: none;
83text-align:center;
84text-shadow: 0 -1px 1px rgba(0,0,0,1);
85border: 1px solid #A9ABAD;
86border-radius: 5px;
87-moz-border-radius: 5px;
88-webkit-border-radius: 5px;
89display:block;
90padding:5px 0;
91background:#999999;
92background: -moz-linear-gradient(center top, #C5C5C5 0%,#999999 100%);
93background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C5C5C5),color-stop(1, #999999));
94}
95input[type="submit"].btn_back{
96color:#FFF;
97font-size: 16px;
98font-weight:bold;
99text-decoration: none;
100text-align:center;
101text-shadow: 0 -1px 1px rgba(0,0,0,1);
102border: 1px solid #A9ABAD;
103border-radius: 5px;
104-moz-border-radius: 5px;
105-webkit-border-radius: 5px;
106display:block;
107padding:5px 0;
108background:#999999;
109background: -moz-linear-gradient(center top, #C5C5C5 0%,#999999 100%);
110background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C5C5C5),color-stop(1, #999999));
111}
112/*-----------------------------------------------
113ボタン(サブ系ボタン:ライトグレー)
114----------------------------------------------- */
115.btn_sub,a.btn_sub,a.btn_sub:link,a.btn_sub:visited,a.btn_sub:hover {
116color:#000;
117font-size: 16px;
118padding:5px 0;
119font-weight:bold;
120text-decoration: none;
121text-align:center;
122text-shadow: 0 -1px 1px rgba(255,255,255,1);
123border: 1px solid #A9ABAD;
124border-radius: 5px;
125-moz-border-radius: 5px;
126-webkit-border-radius: 5px;
127display:block;
128background:#FDFDfD;
129background: -moz-linear-gradient(center top, #FDFDFD 0%,#D7DDE3 100%);
130background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD),color-stop(1, #D7DDE3));
131}
132input[type="submit"].btn_sub{
133color:#000;
134font-size: 16px;
135padding:5px 0;
136font-weight:bold;
137text-decoration: none;
138text-align:center;
139text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
140border: 1px solid #A9ABAD;
141border-radius: 5px;
142-moz-border-radius: 5px;
143-webkit-border-radius: 5px;
144display:block;
145background:#FDFDfD;
146background: -moz-linear-gradient(center top, #FDFDFD 0%,#D7DDE3 100%);
147background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD),color-stop(1, #D7DDE3));
148}
149/*-----------------------------------------------
150ボタン(追加系ボタン:ホワイト)
151----------------------------------------------- */
152a.btn_more,a.btn_more:link,a.btn_more:visited,a.btn_more:hover{
153color:#000;
154font-size: 16px;
155padding:5px 0;
156font-weight:bold;
157text-decoration: none;
158text-align:center;
159border: 1px solid #A9ABAD;
160border-radius: 5px;
161-moz-border-radius: 5px;
162-webkit-border-radius: 5px;
163display:block;
164background: #FFF;
165clear:both;
166margin:10px 0;
167}
168input[type="submit"].btn_more{
169color:#000;
170font-size: 16px;
171padding:5px 0;
172font-weight:bold;
173text-decoration: none;
174text-align:center;
175border: 1px solid #A9ABAD;
176border-radius: 5px;
177-moz-border-radius: 5px;
178-webkit-border-radius: 5px;
179display:block;
180background: #FFF;
181clear:both;
182}
183/*-----------------------------------------------
184ボタン(フッター)
185----------------------------------------------- */
186a.btn_btm{
187width:150px;
188text-align: center;
189color: #FFF;
190background-color: #000;
191background: -moz-linear-gradient(center top, #5E5E5E 0%,#232323 48%);
192background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5E5E5E),color-stop(0.48, #232323));
193border:#303030 solid 1px;
194text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
195-moz-border-radius: 5px;
196-webkit-border-radius: 5px;
197padding: 5px;
198margin:10px auto;
199transition: background-color 1s ease-in;
200-webkit-transition: background-color 1s ease-in;
201-moz-transition: opacity 1s ease-int;
202cursor:pointer;
203}
204.btn_btm,a.btn_btm:link,a.btn_btm:hover,a.btn_btm:visited{
205color:#FFF;
206text-decoration:none;
207}
208input[type="submit"].btn_btm{
209width:150px;
210text-align: center;
211color: #FFF;
212background-color: #000;
213background: -moz-linear-gradient(center top, #5E5E5E 0%,#232323 48%);
214background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5E5E5E),color-stop(0.48, #232323));
215border:#303030 solid 1px;
216text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
217-moz-border-radius: 5px;
218-webkit-border-radius: 5px;
219padding: 5px;
220margin:10px auto;
221transition: background-color 1s ease-in;
222-webkit-transition: background-color 1s ease-in;
223-moz-transition: opacity 1s ease-int;
224cursor:pointer;
225}
226/*-----------------------------------------------
227ボタン小(編集/削除)
228----------------------------------------------- */
229ul.edit{
230float:right;
231clear:right;
232display:inline;
233vertical-align:top;
234line-height:1;
235position:absolute;
236right:10px;
237top:15px;
238}
239ul.edit li{
240display:inline;
241float:left;
242line-height:1;
243vertical-align:middle;
244}
245ul.edit li:first-child{
246margin-right:0.8em;
247}
248a.b_edit:link,a.b_edit:visited,a.b_edit:hover{
249color:#000;
250font-size:11px;
251padding:4px 5px;
252border:#CCC solid 1px;
253border-radius: 12px;
254-moz-border-radius: 12px;
255-webkit-border-radius: 12px;
256background:#D7DDE3;
257background: -moz-linear-gradient(center top, #FFFFFF 0%,#D7DDE3 100%);
258background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF),color-stop(1, #D7DDE3));
259display:inline;
260text-align:center;
261cursor:pointer;
262vertical-align:middle;
263}
264a.b_delete:link,a.b_delete:visited,a.b_delete:hover{
265vertical-align:top;
266cursor:pointer;
267}
268/*-----------------------------------------------
269ボタン(商品詳細:カゴに入れる)
270----------------------------------------------- */
271.cartbtn_default{
272width:50%!important;
273font-size:15px;
274padding:10px 0;
275background:#669222;
276background: -moz-linear-gradient(center top, #B4DF34 0%,#669222 100%);
277background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #B4DF34),color-stop(1, #669222));
278}
279
280/*-----------------------------------------------
281ボタン(商品詳細:お気に入り)
282----------------------------------------------- */
283.btn_favorite .btn_sub{
284width:auto;
285display:block;
286}
287.btn_favorite p {
288text-align: center;
289}
290/*-----------------------------------------------
291ボタン(新しいお届け先を追加する)
292----------------------------------------------- */
293.addbtn{
294margin:0 30px;
295padding:5px 0;
296}
297/*-----------------------------------------------
298ボタン(トップページへ)
299----------------------------------------------- */
300.btn_s{
301width:12em;
302padding:10px 0!important;
303margin:10px auto;
304clear:both;
305}
306/*-----------------------------------------------
307ボタン(住所自動入力)
308----------------------------------------------- */
309.btn_inputzip{
310margin:12px 0 5px 0;
311}
312/*-----------------------------------------------
313ボタン(ログイン/ウィンドウ)
314----------------------------------------------- */
315.btn_login,.btn_close{
316width:70%;
317margin:10px auto;
318}
Note: See TracBrowser for help on using the repository browser.