source: branches/version-2_5-dev/html/user_data/packages/sphone/css/iphone.css @ 20614

Revision 20614, 2.7 KB checked in by nagano, 13 years ago (diff)

モバイル・スマートフォンのデザイン調整

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
Line 
1@charset "utf-8";
2
3
4/* カテゴリリスト(アコーディオン)
5----------------------------------------------- */
6#block-category li{
7/*-webkit-transition: margin-top, opacity, height, line-height 0.3s ease-in;*/
8-webkit-transition: opacity 0.3s ease-in;
9-webkit-transition-delay: 0.2s;
10clear: both;
11}
12#block-category ul li a , #block-category > ul > li > ul > li a{
13margin: 0;
14padding: 0.25em 0 0.25em 0;
15}
16#block-category ul li li{
17border: none;
18padding-bottom:0.5em;
19}
20.category_number_tag {
21width: 2em;
22float: right;
23text-align: center;
24color: #ffffff;
25background-color: rgba(0,0,0,0.5);
26-webkit-border-radius: 8px;
27}
28
29.category_body {
30display: inline-block;
31width: 70%;
32}
33.category_body > a {
34display: inline-block;
35width: 100%;
36}
37
38.category_header {
39display: inline-block;
40width: 1.5em;
41background: transparent;
42-webkit-border-radius: 8px;
43}
44.category_header.plus, .category_header.minus{
45display: inline-block;
46vertical-align: middle;
47text-align: center;
48line-height: 1em;
49width: 1.4em;
50background-color: #333333;
51-webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.7);
52-webkit-border-radius: 2px;
53margin-right:1px;
54}
55.category_header + a{
56margin-left: 0;
57margin-right: 0;
58width: auto;
59font-weight: bold;
60font-family: verdana;
61}
62.category_header.plus > a, .category_header.minus > a{
63display: inline-block;
64margin: 0;
65padding: 0;
66color:#ffffff;
67text-shadow: 0px -1px 0px #888888;
68text-decoration: none;
69}
70
71/* 検索ボックス
72----------------------------------------------- */
73#searchbox, #searchbar {
74text-align: center;
75}
76#searchbox form[action*="products/list.php"] > input[type="text"], #searchbar form[action*="products/list.php"] > input[type="text"] {
77width: auto;
78margin-left: 0;
79margin-right: 0;
80font-size:100%;
81}
82#searchbox {
83margin: 10px 0px;
84padding-top: 8px;
85padding-bottom: 8px;
86width:100%;
87background-color: rgba(51,51,51,0.6);
88border: #000000;
89-webkit-border-radius: 8px;
90}
91input, select {
92font-size:100%;
93width:100%;
94}
95
96input.search {
97font-size:100%;
98width:20%;
99}
100
101input.radio_btn {
102width:5%;
103}
104
105select.birth {
106width:30%;
107}
108
109select.birthT {
110width:20%;
111}
112
113select.hint {
114width:84%;
115}
116
117input#chk_id_1, input#chk_id_2 {
118width:100%;
119}
120
121input.multi_nu {
122    text-align: right;
123    width: 50%;
124}
125
126input.pointP {
127text-align:right;
128}
129
130input#pay_1, input#pay_2, input#pay_3, input#pay_4 {
131width:30%;
132}
133
134/* ログイン
135----------------------------------------------- */
136.loginarea > p:first-child {
137margin: 5px 0;
138color:#4D576B;
139font: bold 100% helvetica;
140text-shadow: 0px 1px 1px #ffffff;
141}
142.loginbox {
143padding: 10px;
144background-color: #ffffff;
145-webkit-border-radius: 8px;
146-webkit-box-shadow: 0px 0px 4px #000000;
147}
148.loginarea .inputbox {
149background-color: #f0f0f0;
150padding: 5px;
151-webkit-border-radius: 8px;
152}
153.inputtext02 {
154font-size: 100%;
155}
156
157input.box54 {
158width:94%;
159}
Note: See TracBrowser for help on using the repository browser.