[19/40] Various tweaks to the interface cosmetics, form validation scripts, css,...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / lib / greybox / gb_styles.css
1 /* Last-Modified: 28/06/06 00:08:22 */
2 #GB_overlay {
3     background-color: #000;
4     position: absolute;
5     margin: auto;
6     top: 0;
7     left: 0;
8     z-index: 100;
9 }
10
11 #GB_window {
12     left: 0;
13     top: 0;
14     font-size: 1px;
15     position: absolute;
16     overflow: visible;
17     z-index: 150;
18 }
19
20 #GB_window .content {
21     width: auto;
22     margin: 0;
23     padding: 0;
24 }
25
26 #GB_frame {
27     border: 0;
28     margin: 0;
29     padding: 0;
30     overflow: auto;
31     white-space: nowrap;
32 }
33
34
35 .GB_Gallery {
36     margin: 0 22px 0 22px;
37 }
38
39 .GB_Gallery .content {
40     background-color: #fff;
41     border: 3px solid #ddd;
42 }
43
44 .GB_header {
45     top: 10px;
46     left: 0;
47     margin: 0;
48     z-index: 500;
49     position: absolute;
50     border-bottom: 2px solid #555;
51     border-top: 2px solid #555;
52 }
53
54 .GB_header .inner {
55     background-color: #333;
56     font-family: Arial, Verdana, sans-serif;
57     padding: 2px 20px 2px 20px;
58 }
59
60 .GB_header table {
61     margin: 0;
62     width: 100%;
63     border-collapse: separate;
64     border-right: 0px;
65     border-top: 0px;
66 }
67
68 .GB_header td {
69     background-color: #333333;
70     border-bottom: 0px;
71     border-left: 0px;
72     padding: 0em 0em;
73 }
74
75 .GB_header .caption {
76     text-align: left;
77     color: #eee;
78     white-space: nowrap;
79     font-size: 20px;
80     border-collapse: separate;
81 }
82
83 .GB_header .close {
84     text-align: right;
85 }
86
87 .GB_header .close img {
88     z-index: 500;
89     cursor: pointer;
90 }
91
92 .GB_header .middle {
93     white-space: nowrap;
94     text-align: center;
95 }
96
97
98 #GB_middle {
99     color: #eee;
100 }
101
102 #GB_middle img {
103     cursor: pointer;
104     vertical-align: middle;
105 }
106
107 #GB_middle .disabled {
108     cursor: default;
109 }
110
111 #GB_middle .left {
112     padding-right: 10px;
113 }
114
115 #GB_middle .right {
116     padding-left: 10px;
117 }
118
119
120 .GB_Window .content {
121     background-color: #fff;
122     border: 3px solid #ccc;
123     border-top: none;
124 }
125
126 .GB_Window .header {
127     border-bottom: 1px solid #aaa;
128     border-top: 1px solid #999;
129     border-left: 3px solid #ccc;
130     border-right: 3px solid #ccc;
131     margin: 0;
132
133     height: 22px;
134     font-size: 12px;
135     padding: 3px 0;
136     color: #333;
137 }
138
139 .GB_Window .caption {
140     font-size: 12px;
141     text-align: left;
142     font-weight: bold;
143     white-space: nowrap;
144     padding-right: 20px;
145 }
146
147 .GB_Window .close { text-align: right; }
148 .GB_Window .close span { 
149     font-size: 12px;
150     cursor: pointer; 
151 }
152 .GB_Window .close img {
153     cursor: pointer;
154     padding: 0 3px 0 0;
155 }
156
157 .GB_Window .on { border-bottom: 1px solid #333; }
158 .GB_Window .click { border-bottom: 1px solid red; }