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

Revision 19839, 2.3 KB checked in by yomoro, 13 years ago (diff)

#880(mobile/sphoneディレクトリを削除)に対応。 img js cssフォルダの移動

Line 
1@charset "utf-8";
2
3/* カテゴリリスト(アコーディオン)
4----------------------------------------------- */
5#block-category li{
6/*-webkit-transition: margin-top, opacity, height, line-height 0.3s ease-in;*/
7-webkit-transition: opacity 0.3s ease-in;
8-webkit-transition-delay: 0.2s;
9clear: both;
10}
11#block-category ul li a , #block-category > ul > li > ul > li a{
12margin: 0;
13padding: 0;
14}
15#block-category ul li li{
16border: none;
17padding: 0.25em 0;
18}
19.category_number_tag {
20width: 2em;
21float: right;
22text-align: center;
23color: #ffffff;
24background-color: rgba(0,0,0,0.5);
25-webkit-border-radius: 8px;
26}
27
28.category_body {
29display: inline-block;
30margin-left: 10px;
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: 1em;
50background-color: #c9c9c9;
51-webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.7);
52-webkit-border-radius: 4px;
53}
54.category_header + a{
55margin-left: 0;
56margin-right: 0;
57width: auto;
58font-weight: bold;
59font-family: verdana;
60}
61.category_header.plus > a, .category_header.minus > a{
62display: inline-block;
63margin: 0;
64padding: 0;
65color:#ffffff;
66text-shadow: 0px -1px 0px #888888;
67text-decoration: none;
68}
69
70/* 検索ボックス
71----------------------------------------------- */
72#searchbox, #searchbar {
73text-align: center;
74}
75#searchbox form[action*="products/list.php"] > input[type="text"], #searchbar form[action*="products/list.php"] > input[type="text"] {
76width: auto;
77margin-left: 0;
78margin-right: 0;
79font-size:medium;
80}
81#searchbox {
82margin: 10px 0px;
83padding-top: 8px;
84padding-bottom: 8px;
85width:100%;
86background-color: rgba(51,51,51,0.6);
87border: #000000;
88-webkit-border-radius: 8px;
89}
90input, select {
91font-size:medium;
92}
93
94/* ログイン
95----------------------------------------------- */
96.loginarea > p:first-child {
97margin: 5px 0;
98color:#4D576B;
99font: bold 17px helvetica;
100text-shadow: 0px 1px 1px #ffffff;
101}
102.loginbox {
103padding: 10px;
104background-color: #ffffff;
105-webkit-border-radius: 8px;
106-webkit-box-shadow: 0px 0px 4px #000000;
107}
108.loginarea .inputbox {
109background-color: #f0f0f0;
110padding: 5px;
111-webkit-border-radius: 8px;
112}
113.inputtext02 {
114font-size: small;
115}
Note: See TracBrowser for help on using the repository browser.