Initial dev repository
[kcls-web.git] / opac / extras / mobile / mobile / css / mobile_opac.css
1 dd {
2         margin-left: 0;
3 }
4 #loading {
5         position: fixed;
6         top: 10%;
7         right: 50%;
8         z-index: 9999;
9 }
10 .edit_hold hr {
11         width: 80%;
12 }
13 .link {
14         text-decoration: underline;
15         color: blue;
16         cursor: pointer;
17 }
18 .link:hover {
19         color: green;
20 }
21 .active {
22         color: black;
23 }
24 .inactive {
25         color: silver;
26 }
27 .loading {
28         background: silver;
29         color: white;
30 }
31 .failed {
32         background: gray;
33         color: white;
34 }
35
36 /* Styles for the footer bar.
37  */
38 #footer_bar {
39         color: gray;
40         font-size: smaller;
41 }
42 #footer_bar a {
43         color: gray;
44         text-decoration: none;
45 }
46 #footer_bar span {
47         padding-right: 10px;
48 }
49 #engine img {
50         border: none;
51         width: 94px;
52         height: 16px;
53 }
54
55 /* Styles for jQuery.blockUI
56  */
57 .blockUI {
58         width: 80%;
59         top: 0%;
60         left: 0%;
61         border: 3px solid #aaa;
62         text-align:     left;
63         color: #000;
64         background: #fff;
65         cursor: default;
66         padding-top: 10px;
67         padding-left: 5px;
68         padding-bottom: 15px;
69         padding-right: 10px;
70         margin-top: 1%;
71         margin-left: 10%;
72         margin-right: 10%;
73 }
74
75 /* Styles for the jQuery.blockUI overlay.
76  */
77 .blockOverlay {
78         background: #000;
79         opacity:        0.6;
80         -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
81         filter:         alpha(opacity=60);
82         cursor:         default;
83 }
84
85 /* Styles applied when using jQuery.growlUI.
86  */
87 .growlUI {
88         width:          350px;
89         top:            10px;
90         left:           0px;
91         right:          10px;
92         border:         none;
93         padding:        5px;
94         opacity:        0.6;
95         -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
96         filter:         alpha(opacity=60);
97         cursor:         default;
98         color:          #fff;
99         background: #000;
100         -webkit-border-radius: 10px;
101         -moz-border-radius:      10px;
102 }
103 .promptUI {
104         width:          350px;
105         top:            10px;
106         left:           0px;
107         right:          10px;
108         border:         none;
109         padding:        5px;
110         opacity:        0.9;
111         -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
112         filter:         alpha(opacity=90);
113         cursor:         default;
114         color:          #fff;
115         background: #000;
116         -webkit-border-radius: 10px;
117         -moz-border-radius:      10px;
118 }