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

Revision 21075, 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
11.ui-bar-f {
12    border: 1px solid       #ccc;
13    background:             #bbb;
14    color:                  #333;
15    text-shadow: 0 1px 0 #eee;
16    background-image: -moz-linear-gradient(top,
17                            #6D7481,
18                            #494e57);
19    background-image: -webkit-gradient(linear,left top,left bottom,
20        color-stop(0,       #6D7481),
21        color-stop(1,       ##494e57));
22    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dddddd', EndColorStr='#bbbbbb')";
23}
24.ui-bar-f,
25.ui-bar-f input,
26.ui-bar-f select,
27.ui-bar-f textarea,
28.ui-bar-f button {
29    font-family: Helvetica, Arial, sans-serif;
30}
31.ui-bar-f .ui-link-inherit {
32    color:                  #333;
33}
34.ui-bar-f .ui-link {
35    color:                  #324E85;
36    font-weight: bold;
37}
38.ui-body-f {
39    border: 1px solid       #ccc;
40    color:                  #333333;
41    text-shadow: 0 1px 0    #fff;
42    background:             #ffffff;
43}
44.ui-body-f,
45.ui-body-f input,
46.ui-body-f select,
47.ui-body-f textarea,
48.ui-body-f button {
49    font-family: Helvetica, Arial, sans-serif;
50}
51.ui-body-f .ui-link-inherit {
52    color:                  #333333;
53}
54.ui-body-f .ui-link {
55    color:                  #324E85;
56    font-weight: bold;
57}
58.ui-btn-up-f {
59    border: 1px solid       #ccc;
60    background:             #fff;
61    font-weight: bold;
62    color:                  #333;
63    text-decoration: none;
64    text-shadow: 0 1px 1px #fff;
65}
66.ui-btn-up-f a.ui-link-inherit {
67    color:                  #333;
68}
69.ui-btn-hover-f {
70    border: 1px solid       #aaa;
71    background:             #eeeeee;
72    font-weight: bold;
73    color:                  #222;
74    cursor: pointer;
75    text-shadow: 0 1px 1px  #fff;
76    text-decoration: none;
77    background-image: -moz-linear-gradient(top,
78                            #fdfdfd,
79                            #eeeeee);
80    background-image: -webkit-gradient(linear,left top,left bottom,
81        color-stop(0,       #fdfdfd),
82        color-stop(1,       #eeeeee));
83    -msfilter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdfdfd', EndColorStr='#eeeeee')";
84}
85.ui-btn-hover-f a.ui-link-inherit {
86    color:                  #222;
87}
88.ui-btn-down-f {
89    border: 1px solid       #aaaaaa;
90    background:             #ffffff;
91    font-weight: bold;
92    color:                  #111;
93    text-shadow: 0 1px 1px  #ffffff;
94    background-image: -moz-linear-gradient(top,
95                            #eeeeee,
96                            #ffffff);
97    background-image: -webkit-gradient(linear,left top,left bottom,
98        color-stop(0,       #eeeeee),
99        color-stop(1,       #ffffff));
100    -msfilter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#ffffff')";
101}
102.ui-btn-down-f a.ui-link-inherit {
103    border: 1px solid       #808080;
104    background:             #ced0d2;
105    font-weight: bold;
106    color:                  #111;
107    text-shadow: none;
108    background-image: -moz-linear-gradient(top,
109                            #cccccc,
110                            #eeeeee);
111    background-image: -webkit-gradient(linear,left top,left bottom,
112        color-stop(0,       #cccccc),
113        color-stop(1,       #eeeeee));
114    -msfilter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#eeeeee')";
115}
116.ui-btn-up-f,
117.ui-btn-hover-f,
118.ui-btn-down-f {
119    font-family: Helvetica, Arial, sans-serif;
120}
121
122.ui-link:link {
123    color:                  #324E85;
124    font-weight: bold;
125}
126.ui-link:visited {
127    color:                  #603E7D;
128    font-weight: bold;
129}
130
131
Note: See TracBrowser for help on using the repository browser.