Statistics
| Branch: | Tag: | Revision:

root / src / gr / grnet / pithos / web / public / gss.css @ a33428e4

History | View | Annotate | Download (4.5 kB)

1
body {
2
        background-color: #4085a5;
3
        color: black;
4
        font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
5
        font-size: small;
6
        margin: 8px;
7
        margin-top: 3px;
8
}
9

    
10
a {
11
        color: darkblue;
12
}
13

    
14
a:visited {
15
        color: darkblue;
16
}
17

    
18
.hidden-link {
19
        text-decoration: none !important;
20
        color: black !important;
21
}
22

    
23
.hidden-link:visited {
24
        text-decoration: none !important;
25
        color: black !important;
26
}
27

    
28
.pithos-TopPanel {
29
        font-size: 100%;
30
}
31

    
32
.pithos-TopPanelLinks {
33
        font-size: 100%;
34
}
35

    
36
.pithos-AboutText {
37
        width: 24em;
38
        /* Restore the padding we remove when overriding the gwt-DialogBox style */
39
        padding: 3px;
40
}
41

    
42
.pithos-Groups {
43
        background-color: white;
44
        font-size: 80%;
45
}
46

    
47
.toolbar {
48
        font-size: 80%;
49
}
50

    
51
.toolbarmenu {
52
        font-size: 80%;
53
        cursor: pointer;
54
}
55

    
56
.statusbar-inner {
57
        border: none;
58
        font-size: 90%;
59
        vertical-align: middle;
60
        font-weight: normal;
61
}
62

    
63
.pithos-List {
64
        background-color: white;
65
        font-size: 80%;
66
        cursor: default;
67
        border-collapse: collapse;
68
        /* prevents selecting text in table with shift and ctrl*/
69
        -moz-user-select: none;
70
}
71
.pithos-List thead tr{
72
        border: 1px lightblue solid;
73
        }
74
        
75
        .GK31MSKBKG{
76
        border-bottom:none;
77
        }
78
.pithos-ListHeader {
79
        
80
        background-color: #E0EDFE;
81
        font-weight: bold;
82
        cursor: pointer;
83
}
84

    
85
.pithos-searchLabel {
86
        font-weight: bold;
87
        font-style: italic;
88
        font-size: 90%;
89
        padding:5px;
90
}
91

    
92
.pithos-ListNavBar {
93
        font-size: 80%;
94
}
95

    
96
.pithos-SelectedRow {
97
        background-color: #E0EDFE;
98
}
99
.pithos-fileRow{
100
        cursor: pointer;
101
}
102

    
103
.pithos-Toolbar {
104
}
105

    
106
.pithos-ToolButton {
107
        font-size: 80%;
108
        width: 10em;
109
}
110

    
111
.props-labels {
112
        font-size: 80%;
113
        font-weight: bold;
114
}
115

    
116
.props-toplabels {
117
        font-size: 80%;
118
        font-weight: bold;
119
        font-style: italic;
120
}
121

    
122
.props-values {
123
        font-size: 80%;
124
}
125

    
126
.pithos-errorMessage {
127
        font-size: 90%;
128
        background-color: #ff9999;
129
        cursor: pointer;
130
}
131

    
132
.pithos-warnMessage {
133
        font-size: 90%;
134
        background-color: #eeee99;
135
        cursor: pointer;
136
}
137

    
138
.pithos-infoMessage {
139
        font-size: 90%;
140
        background-color: #ccffcc;
141
        cursor: pointer;
142
}
143

    
144
.pithos-clearMessage {
145
        font-size: 90%;
146
        font-weight: bold;
147
        text-decoration: none;
148
        color: black;
149
}
150

    
151
.pithos-clearMessage:visited {
152
        font-size: 90%;
153
        font-weight: bold;
154
        text-decoration: none;
155
        color: black;
156
}
157

    
158
.pithos-search {
159
        color: black;
160
}
161

    
162
.pithos-search-empty {
163
        color: #d3d3d3;
164
}
165

    
166
.pithos-DialogBox {
167
}
168

    
169
.pithos-readForAllNote {
170
        width: 240px;
171
        text-align: justify;
172
        font-style: italic;
173
        font-size: 12px;
174
        padding-left: 4;
175
}
176

    
177
/* Tooltips */
178
a.info {
179
        position: relative; /*this is the key*/
180
        z-index: 24;
181
        color: black;
182
        text-decoration: none
183
}
184

    
185
a.info:hover {
186
        z-index: 25;
187
        background-color: yellow;
188
}
189

    
190
a.info div {
191
        display: none
192
}
193

    
194
a.info:hover span {
195
        cursor: pointer;
196
}
197

    
198
/* The span will only display on :hover state. */
199
a.info:hover div {
200
        display: block;
201
        position: absolute;
202
        bottom: 2em;
203
        right: 1em;
204
        width: 10em;
205
        border: 1px solid lightblue;
206
        background-color: #D0E4F6;
207
        color: black;
208
        text-align: center
209
}
210

    
211
table.pithos-permList.props-labels {
212
        font-weight: bold;
213
}
214

    
215
table.pithos-permList {
216
        border-spacing: 3px;
217
        border-collapse: collapse;
218
        
219
}
220

    
221
table.pithos-permList td {
222
        padding: 5px 5px 5px 5px;
223
        font-size:80%;
224
}
225

    
226
.progressbar-text {
227
        font-weight: bold;
228
}
229

    
230
.progressbar-remaining {
231
        font-size: 12px;
232
        font-style: italic;
233
}
234

    
235
.progressbar-outer {
236
}
237

    
238
.progressbar-inner {
239
        border: 1px solid darkgrey;
240
        margin: 1px;
241
}
242

    
243
.progressbar-bar {
244
        width: 5px;
245
        height: 15px;
246
        margin: 0px;
247
}
248

    
249
.progressbar-fullbar {
250
        background: #E0EDFE;
251
}
252

    
253
.progressbar-blankbar {
254
        background: white;
255
}
256

    
257
.pithos-uploadNote {
258
        text-align: justify;
259
        font-style: italic;
260
        font-size: 12px;
261
        padding-top: 16;
262
        padding-bottom: 16;
263
        padding-right: 4;
264
        padding-left: 4;
265
}
266

    
267
.pithos-MainTabBar {
268
        padding-top: 4px;
269
}
270

    
271
.pithos-MainTabPanelBottom {
272
        border-bottom: none;
273
        border-left: none;
274
        border-right: none;
275
        overflow: hidden;
276
        padding: 6px;
277
}
278

    
279
.pithos-TabPanelBottom {
280
        border-color: darkgrey;
281
        border-width: 1px 1px 1px;
282
        overflow: hidden;
283
        padding: 6px;
284
}
285

    
286
.pithos-splitPanel {
287
        border: 1px solid white;
288
        background: url(resources/background.png) repeat-x;
289
}
290

    
291
.pithos-tag {
292
        display:inline;
293
}
294

    
295
/* Use the background color for the splitter. */
296
.gwt-HorizontalSplitPanel .hsplitter {
297
        cursor: move;
298
        border: 0px; 
299
        background: #bec8e6;
300
}
301

    
302
/* Avoid extended background color in tree nodes. */
303
.gwt-TreeItem-selected .gwt-HTML {
304
        display: inline;        
305
}
306

    
307
/*
308
 * Remove the padding inside the dialog boxes so that our background color
309
 * appears uniform in warnings and errors.
310
 */
311
.gwt-DialogBox .dialogMiddleCenter {
312
        background:none repeat scroll 0 0 white;
313
        padding: 0;
314
}
315

    
316
.droppableHover {
317
        background-color: #C1DEFD;
318
}