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

Revision 20764, 2.8 KB checked in by nanasess, 13 years ago (diff)

#601 (コピーライトの更新)

  • 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%;
93}
94
95input.search {
96font-size:100%;
97width:20%;
98}
99
100input.radio_btn {
101width:5%;
102}
103
104select.birth {
105width:30%;
106}
107
108select.birthT {
109width:20%;
110}
111
112select.hint {
113width:84%;
114}
115
116input#chk_id_1, input#chk_id_2 {
117width:100%;
118}
119
120input.multi_nu {
121    text-align: right;
122    width: 50%;
123}
124
125input.pointP {
126text-align:right;
127}
128
129input#pay_1, input#pay_2, input#pay_3, input#pay_4 {
130width:30%;
131}
132
133/* ログイン
134----------------------------------------------- */
135.loginarea > p:first-child {
136margin: 5px 0;
137color:#4D576B;
138font: bold 100% helvetica;
139text-shadow: 0px 1px 1px #ffffff;
140}
141.loginbox {
142padding: 10px;
143background-color: #ffffff;
144-webkit-border-radius: 8px;
145-webkit-box-shadow: 0px 0px 4px #000000;
146}
147.loginarea .inputbox {
148background-color: #f0f0f0;
149padding: 5px;
150-webkit-border-radius: 8px;
151}
152.inputtext {
153padding-bottom:5px;
154}
155.inputtext02 {
156font-size: 80%;
157padding-bottom:15px;
158}
159
160input.box54 {
161width:94%;
162}
Note: See TracBrowser for help on using the repository browser.