Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss / public / gss.css @ ce98bfc6

History | View | Annotate | Download (4.3 kB)

1 14ad7326 pastith
body {
2 558ac933 pastith
        background-color: #bec8e6;
3 14ad7326 pastith
        color: black;
4 b62e2e72 pastith
        font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
5 14ad7326 pastith
        font-size: small;
6 14ad7326 pastith
        margin: 8px;
7 14ad7326 pastith
        margin-top: 3px;
8 14ad7326 pastith
}
9 14ad7326 pastith
10 14ad7326 pastith
a {
11 14ad7326 pastith
        color: darkblue;
12 14ad7326 pastith
}
13 14ad7326 pastith
14 14ad7326 pastith
a:visited {
15 14ad7326 pastith
        color: darkblue;
16 14ad7326 pastith
}
17 14ad7326 pastith
18 14ad7326 pastith
.hidden-link {
19 14ad7326 pastith
        text-decoration: none !important;
20 14ad7326 pastith
        color: black !important;
21 14ad7326 pastith
}
22 14ad7326 pastith
23 14ad7326 pastith
.hidden-link:visited {
24 14ad7326 pastith
        text-decoration: none !important;
25 14ad7326 pastith
        color: black !important;
26 14ad7326 pastith
}
27 14ad7326 pastith
28 14ad7326 pastith
.gss-TopPanel {
29 14ad7326 pastith
        font-size: 100%;
30 14ad7326 pastith
}
31 14ad7326 pastith
32 14ad7326 pastith
.gss-TopPanelLinks {
33 14ad7326 pastith
        font-size: 100%;
34 14ad7326 pastith
}
35 14ad7326 pastith
36 14ad7326 pastith
.gss-AboutText {
37 14ad7326 pastith
        width: 24em;
38 57c50e7c Panagiotis Astithas
        /* Restore the padding we remove when overriding the gwt-DialogBox style */
39 57c50e7c Panagiotis Astithas
        padding: 3px;
40 14ad7326 pastith
}
41 14ad7326 pastith
42 5c6b2883 Panagiotis Astithas
.gss-Groups {
43 14ad7326 pastith
        background-color: white;
44 14ad7326 pastith
        font-size: 80%;
45 14ad7326 pastith
}
46 14ad7326 pastith
47 14ad7326 pastith
.toolbar {
48 14ad7326 pastith
        border: 1px solid #AAAAAA;
49 14ad7326 pastith
        background-color: white;
50 14ad7326 pastith
        font-size: 80%;
51 14ad7326 pastith
        cursor: pointer;
52 14ad7326 pastith
}
53 14ad7326 pastith
54 14ad7326 pastith
.toolbarmenu {
55 14ad7326 pastith
        font-size: 80%;
56 14ad7326 pastith
        cursor: pointer;
57 14ad7326 pastith
}
58 14ad7326 pastith
59 14ad7326 pastith
.statusbar-inner {
60 14ad7326 pastith
        border: none;
61 14ad7326 pastith
        font-size: 90%;
62 14ad7326 pastith
        vertical-align: middle;
63 14ad7326 pastith
        font-weight: normal;
64 14ad7326 pastith
}
65 14ad7326 pastith
66 14ad7326 pastith
.gss-List {
67 14ad7326 pastith
        background-color: white;
68 14ad7326 pastith
        font-size: 80%;
69 14ad7326 pastith
        cursor: default;
70 5c6b2883 Panagiotis Astithas
        border-collapse: collapse;
71 14ad7326 pastith
        /* prevents selecting text in table with shift and ctrl*/
72 14ad7326 pastith
        -moz-user-select: none;
73 14ad7326 pastith
}
74 14ad7326 pastith
75 14ad7326 pastith
.gss-ListHeader {
76 5c6b2883 Panagiotis Astithas
        border: 1px lightblue solid;
77 5c6b2883 Panagiotis Astithas
        background-color: #E0EDFE;
78 14ad7326 pastith
        font-weight: bold;
79 14ad7326 pastith
        cursor: pointer;
80 14ad7326 pastith
}
81 14ad7326 pastith
82 5c6b2883 Panagiotis Astithas
.gss-searchLabel {
83 14ad7326 pastith
        font-weight: bold;
84 5c6b2883 Panagiotis Astithas
        font-style: italic;
85 5c6b2883 Panagiotis Astithas
        font-size: 90%;
86 14ad7326 pastith
        padding:5px;
87 14ad7326 pastith
}
88 14ad7326 pastith
89 14ad7326 pastith
.gss-ListNavBar {
90 14ad7326 pastith
        font-size: 80%;
91 14ad7326 pastith
}
92 14ad7326 pastith
93 14ad7326 pastith
.gss-SelectedRow {
94 5c6b2883 Panagiotis Astithas
        background-color: #E0EDFE;
95 14ad7326 pastith
}
96 14ad7326 pastith
.gss-fileRow{
97 14ad7326 pastith
        cursor: pointer;
98 14ad7326 pastith
}
99 14ad7326 pastith
100 14ad7326 pastith
.gss-Toolbar {
101 14ad7326 pastith
}
102 14ad7326 pastith
103 14ad7326 pastith
.gss-ToolButton {
104 14ad7326 pastith
        font-size: 80%;
105 14ad7326 pastith
        width: 10em;
106 14ad7326 pastith
}
107 14ad7326 pastith
108 14ad7326 pastith
.props-labels {
109 14ad7326 pastith
        font-size: 80%;
110 14ad7326 pastith
        font-weight: bold;
111 14ad7326 pastith
}
112 14ad7326 pastith
113 14ad7326 pastith
.props-toplabels {
114 14ad7326 pastith
        font-size: 80%;
115 14ad7326 pastith
        font-weight: bold;
116 14ad7326 pastith
        font-style: italic;
117 14ad7326 pastith
}
118 14ad7326 pastith
119 14ad7326 pastith
.props-values {
120 14ad7326 pastith
        font-size: 80%;
121 14ad7326 pastith
}
122 14ad7326 pastith
123 14ad7326 pastith
.gss-errorMessage {
124 14ad7326 pastith
        font-size: 90%;
125 14ad7326 pastith
        background-color: #ff9999;
126 f372e243 pastith
        cursor: pointer;
127 14ad7326 pastith
}
128 14ad7326 pastith
129 14ad7326 pastith
.gss-warnMessage {
130 14ad7326 pastith
        font-size: 90%;
131 14ad7326 pastith
        background-color: #eeee99;
132 f372e243 pastith
        cursor: pointer;
133 14ad7326 pastith
}
134 14ad7326 pastith
135 14ad7326 pastith
.gss-infoMessage {
136 14ad7326 pastith
        font-size: 90%;
137 14ad7326 pastith
        background-color: #ccffcc;
138 f372e243 pastith
        cursor: pointer;
139 14ad7326 pastith
}
140 14ad7326 pastith
141 14ad7326 pastith
.gss-clearMessage {
142 14ad7326 pastith
        font-size: 90%;
143 14ad7326 pastith
        font-weight: bold;
144 14ad7326 pastith
        text-decoration: none;
145 14ad7326 pastith
        color: black;
146 14ad7326 pastith
}
147 14ad7326 pastith
148 14ad7326 pastith
.gss-clearMessage:visited {
149 14ad7326 pastith
        font-size: 90%;
150 14ad7326 pastith
        font-weight: bold;
151 14ad7326 pastith
        text-decoration: none;
152 14ad7326 pastith
        color: black;
153 14ad7326 pastith
}
154 14ad7326 pastith
155 14ad7326 pastith
.gss-search {
156 14ad7326 pastith
        color: black;
157 14ad7326 pastith
}
158 14ad7326 pastith
159 14ad7326 pastith
.gss-search-empty {
160 14ad7326 pastith
        color: #d3d3d3;
161 14ad7326 pastith
}
162 14ad7326 pastith
163 14ad7326 pastith
.gss-DialogBox {
164 14ad7326 pastith
}
165 14ad7326 pastith
166 220675e1 pastith
.gss-readForAllNote {
167 220675e1 pastith
        width: 240px;
168 220675e1 pastith
        text-align: justify;
169 220675e1 pastith
        font-style: italic;
170 220675e1 pastith
        font-size: 12px;
171 ba8c9f5a pastith
        padding-left: 4;
172 220675e1 pastith
}
173 220675e1 pastith
174 5c6b2883 Panagiotis Astithas
/* Tooltips */
175 14ad7326 pastith
a.info {
176 14ad7326 pastith
        position: relative; /*this is the key*/
177 14ad7326 pastith
        z-index: 24;
178 5c6b2883 Panagiotis Astithas
        color: black;
179 14ad7326 pastith
        text-decoration: none
180 14ad7326 pastith
}
181 14ad7326 pastith
182 14ad7326 pastith
a.info:hover {
183 14ad7326 pastith
        z-index: 25;
184 5c6b2883 Panagiotis Astithas
        background-color: yellow;
185 14ad7326 pastith
}
186 14ad7326 pastith
187 d74adf02 koutsoub
a.info div {
188 14ad7326 pastith
        display: none
189 14ad7326 pastith
}
190 79970e89 Panagiotis Astithas
191 5c6b2883 Panagiotis Astithas
a.info:hover span {
192 5c6b2883 Panagiotis Astithas
        cursor: pointer;
193 79970e89 Panagiotis Astithas
}
194 79970e89 Panagiotis Astithas
195 5c6b2883 Panagiotis Astithas
/* The span will only display on :hover state. */
196 5c6b2883 Panagiotis Astithas
a.info:hover div {
197 14ad7326 pastith
        display: block;
198 14ad7326 pastith
        position: absolute;
199 5c6b2883 Panagiotis Astithas
        bottom: 2em;
200 5c6b2883 Panagiotis Astithas
        right: 1em;
201 5c6b2883 Panagiotis Astithas
        width: 10em;
202 5c6b2883 Panagiotis Astithas
        border: 1px solid lightblue;
203 5c6b2883 Panagiotis Astithas
        background-color: #D0E4F6;
204 5c6b2883 Panagiotis Astithas
        color: black;
205 14ad7326 pastith
        text-align: center
206 14ad7326 pastith
}
207 79970e89 Panagiotis Astithas
208 14ad7326 pastith
table.gss-permList.props-labels {
209 14ad7326 pastith
        font-weight: bold;
210 14ad7326 pastith
}
211 79970e89 Panagiotis Astithas
212 14ad7326 pastith
table.gss-permList {
213 14ad7326 pastith
        border-spacing: 3px;
214 14ad7326 pastith
        border-collapse: collapse;
215 14ad7326 pastith
        
216 14ad7326 pastith
}
217 14ad7326 pastith
218 14ad7326 pastith
table.gss-permList td {
219 14ad7326 pastith
        padding: 5px 5px 5px 5px;
220 14ad7326 pastith
        font-size:80%;
221 14ad7326 pastith
}
222 14ad7326 pastith
223 14ad7326 pastith
.progressbar-text {
224 14ad7326 pastith
        font-weight: bold;
225 14ad7326 pastith
}
226 14ad7326 pastith
227 14ad7326 pastith
.progressbar-remaining {
228 14ad7326 pastith
        font-size: 12px;
229 14ad7326 pastith
        font-style: italic;
230 14ad7326 pastith
}
231 14ad7326 pastith
232 14ad7326 pastith
.progressbar-outer {
233 14ad7326 pastith
}
234 14ad7326 pastith
235 14ad7326 pastith
.progressbar-inner {
236 5c6b2883 Panagiotis Astithas
        border: 1px solid darkgrey;
237 14ad7326 pastith
        margin: 1px;
238 14ad7326 pastith
}
239 14ad7326 pastith
240 14ad7326 pastith
.progressbar-bar {
241 14ad7326 pastith
        width: 5px;
242 14ad7326 pastith
        height: 15px;
243 79970e89 Panagiotis Astithas
        margin: 0px;
244 14ad7326 pastith
}
245 14ad7326 pastith
246 14ad7326 pastith
.progressbar-fullbar {
247 5c6b2883 Panagiotis Astithas
        background: #E0EDFE;
248 14ad7326 pastith
}
249 14ad7326 pastith
250 14ad7326 pastith
.progressbar-blankbar {
251 5c6b2883 Panagiotis Astithas
        background: white;
252 14ad7326 pastith
}
253 3de5aa1e Panagiotis Astithas
254 3de5aa1e Panagiotis Astithas
.gss-uploadNote {
255 3de5aa1e Panagiotis Astithas
        text-align: justify;
256 3de5aa1e Panagiotis Astithas
        font-style: italic;
257 3de5aa1e Panagiotis Astithas
        font-size: 12px;
258 3de5aa1e Panagiotis Astithas
        padding-top: 16;
259 3de5aa1e Panagiotis Astithas
        padding-bottom: 16;
260 3de5aa1e Panagiotis Astithas
        padding-right: 4;
261 3de5aa1e Panagiotis Astithas
        padding-left: 4;
262 3de5aa1e Panagiotis Astithas
}
263 5c6b2883 Panagiotis Astithas
264 5c6b2883 Panagiotis Astithas
.gss-MainTabBar {
265 5c6b2883 Panagiotis Astithas
        padding-top: 4px;
266 5c6b2883 Panagiotis Astithas
}
267 5c6b2883 Panagiotis Astithas
268 5c6b2883 Panagiotis Astithas
.gss-MainTabPanelBottom {
269 5c6b2883 Panagiotis Astithas
        border-bottom: none;
270 5c6b2883 Panagiotis Astithas
        border-left: none;
271 5c6b2883 Panagiotis Astithas
        border-right: none;
272 5c6b2883 Panagiotis Astithas
        overflow: hidden;
273 5c6b2883 Panagiotis Astithas
        padding: 6px;
274 5c6b2883 Panagiotis Astithas
}
275 5c6b2883 Panagiotis Astithas
276 5c6b2883 Panagiotis Astithas
.gss-TabPanelBottom {
277 5c6b2883 Panagiotis Astithas
        border-color: darkgrey;
278 5c6b2883 Panagiotis Astithas
        border-width: 1px 1px 1px;
279 5c6b2883 Panagiotis Astithas
        overflow: hidden;
280 5c6b2883 Panagiotis Astithas
        padding: 6px;
281 5c6b2883 Panagiotis Astithas
}
282 5c6b2883 Panagiotis Astithas
283 5c6b2883 Panagiotis Astithas
.gss-splitPanel {
284 5c6b2883 Panagiotis Astithas
        background-color: white;
285 5c6b2883 Panagiotis Astithas
        border: 1px solid darkgrey;
286 5c6b2883 Panagiotis Astithas
}
287 ff8eb545 Giannis Koutsoubos
288 ce98bfc6 Natasa Kapravelou
.gss-tag {        
289 ce98bfc6 Natasa Kapravelou
        text-decoration: underline;
290 f14e6b75 Natasa Kapravelou
}
291 f14e6b75 Natasa Kapravelou
292 57c50e7c Panagiotis Astithas
/* Use the background color for the splitter. */
293 57c50e7c Panagiotis Astithas
.gwt-HorizontalSplitPanel .hsplitter {
294 57c50e7c Panagiotis Astithas
        cursor: move;
295 57c50e7c Panagiotis Astithas
        border: 0px; 
296 57c50e7c Panagiotis Astithas
        background: #bec8e6;
297 57c50e7c Panagiotis Astithas
}
298 57c50e7c Panagiotis Astithas
299 57c50e7c Panagiotis Astithas
/* Avoid extended background color in tree nodes. */
300 ff8eb545 Giannis Koutsoubos
.gwt-TreeItem-selected .gwt-HTML {
301 ff8eb545 Giannis Koutsoubos
        display: inline;        
302 ff8eb545 Giannis Koutsoubos
}
303 ff8eb545 Giannis Koutsoubos
304 57c50e7c Panagiotis Astithas
/*
305 57c50e7c Panagiotis Astithas
 * Remove the padding inside the dialog boxes so that our background color
306 57c50e7c Panagiotis Astithas
 * appears uniform in warnings and errors.
307 57c50e7c Panagiotis Astithas
 */
308 57c50e7c Panagiotis Astithas
.gwt-DialogBox .dialogMiddleCenter {
309 57c50e7c Panagiotis Astithas
        background:none repeat scroll 0 0 white;
310 57c50e7c Panagiotis Astithas
        padding: 0;
311 57c50e7c Panagiotis Astithas
}