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

Revision 21106, 3.3 KB checked in by 468, 13 years ago (diff)

#1413 スマートフォン版スタイルシート修正対応

  • Property svn:mime-type set to text/plain
Line 
1@charset "utf-8";
2/* ===================================================================
3CSS information
4file name  :jqm.css
5style info :jqmテーマ
6=================================================================== */
7/*jqm追記*/
8/* F
9-----------------------------------------------------------------------------------------------------------*/
10.ui-bar-f {
11 font-size:20px;
12    border-top:none;
13    border-left:none;
14    border-right:none;
15 border-bottom:#74828B solid 1px;
16    background: #bbb;
17    color: #fff;
18    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
19    background-image: -moz-linear-gradient(top,
20                            #6D7481,
21                            #494e57);
22    background-image: -webkit-gradient(linear,left top,left bottom,
23        color-stop(0,#6D7481),
24        color-stop(1,#494e57));
25    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dddddd', EndColorStr='#bbbbbb')";
26}
27.ui-bar-f,
28.ui-bar-f input,
29.ui-bar-f select,
30.ui-bar-f textarea,
31.ui-bar-f button {
32    font-family: Helvetica, Arial, sans-serif;
33}
34.ui-bar-f .ui-link-inherit {
35    color: #333;
36}
37.ui-bar-f .ui-link {
38    color:  #324E85;
39    font-weight: bold;
40}
41.ui-body-f {
42    border: 1px solid   #ccc;
43    color: #333333;
44    text-shadow: none;
45    background: #ffffff;
46}
47.ui-body-f,
48.ui-body-f input,
49.ui-body-f select,
50.ui-body-f button {
51    font-family: Helvetica, Arial, sans-serif;
52}
53
54.ui-body-f textarea{
55border:#4C4C4C solid 1px;
56}
57
58.ui-body-f .ui-link-inherit {
59    color:  #333333;
60}
61.ui-body-f .ui-link {
62    color:  #324E85;
63    font-weight: bold;
64}
65.ui-btn-up-f {
66    border: 1px solid #ccc;
67    background: #eee;
68    font-weight: bold;
69    color: #444;
70    text-decoration: none;
71    text-shadow: 0 1px 1px #f6f6f6;
72}
73.ui-btn-up-f a.ui-link-inherit {
74    color:  #333;
75}
76.ui-btn-hover-f {
77    border: 1px solid   #bbb;
78    background: #dadada;
79    font-weight: bold;
80    color: #101010;
81    cursor: pointer;
82    text-shadow: 0 1px 1px  #fff;
83    text-decoration: none;
84    background-image: -moz-linear-gradient(top,
85                            #ededed,
86                            #dadada);
87    background-image: -webkit-gradient(linear,left top,left bottom,
88        color-stop(0,       #ededed),
89        color-stop(1,       #dadada));
90    -msfilter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ededed', EndColorStr='#dadada')";
91}
92.ui-btn-hover-f a.ui-link-inherit {
93    color:  #222;
94}
95.ui-btn-down-f {
96    border: 1px solid   #808080;
97    background: #fdfdfd;
98    font-weight: bold;
99    color: #111;
100    text-shadow: 0 1px 1px  #ffffff;
101    background-image: -moz-linear-gradient(top,
102                            #eeeeee,
103                            #fdfdfd);
104    background-image: -webkit-gradient(linear,left top,left bottom,
105        color-stop(0,   #eeeeee),
106        color-stop(1,   #fdfdfd));
107    -msfilter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#fdfdfd')";
108}
109.ui-btn-down-f a.ui-link-inherit {
110    border: 1px solid   #808080;
111    background: #ced0d2;
112    font-weight: bold;
113    color: #111;
114    text-shadow: none;
115    background-image: -moz-linear-gradient(top,
116                            #cccccc,
117                            #eeeeee);
118    background-image: -webkit-gradient(linear,left top,left bottom,
119        color-stop(0, #cccccc),
120        color-stop(1, #eeeeee));
121    -msfilter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#eeeeee')";
122}
123.ui-btn-up-f,
124.ui-btn-hover-f,
125.ui-btn-down-f {
126    font-family: Helvetica, Arial, sans-serif;
127}
128
129
130.ui-link:link {
131color:                  #324E85;
132
133}
134.ui-link:visited {
135color:                  #603E7D;
136font-weight: bold;
137}
138
139
Note: See TracBrowser for help on using the repository browser.