This repository has been archived by the owner on Aug 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
berlinium.css
executable file
·345 lines (317 loc) · 15.3 KB
/
berlinium.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
/* GENERAL SWITCHES */
*{font-family:Verdana;margin:0;padding:0;}
html, body{height:100%;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.center{text-align:center;}
sub{font-size:0.7em;}
/* MAIN BLOCKS */
#menu{height:40px;width:100%;background:#f6f6f6;position:fixed;left:0;top:0;z-index:35;overflow:hidden;border-bottom:1px solid #f0f0f0;}
#main{width:100%;min-height:100%;height:auto !important;height:100%;background:#fff;margin-bottom:-60px;}
#splashscreen_holder{width:100%;height:100%;}
#splashscreen{width:100%;padding-top:53px;}
#grid_holder{z-index:30;width:100%;padding:41px 0 60px;}
#footer{z-index:40;height:59px;width:100%;background:#f6f6f6;text-align:center;clear:both;border-top:1px solid #f0f0f0;}
#footer span{display:inline-block;font-size:0.9em;padding-top:20px;color:#999;}
#footer span a{color:#999;}
/* SERVICE BLOCKS */
#profile_holder{display:none;z-index:60;position:fixed;right:3px;top:52px;width:630px;background:#fff;border:1px solid #000;border-radius:3px;}
#profile_holder div.ipane{border-width:0;border-top:1px solid #06c;}
#settings_frame{z-index:59;width:100%;background:url(data:image/gif;base64,R0lGODlhKAAUAJEAAAAAAP///////wAAACH5BAEAAAIALAAAAAAoABQAAAJOlI+JAOoPHQihxYvFpDV7tXHd94XiSF7miaYSy1pussKUPGu2jaf1zul5fsCgr1gUQohIkRLUbD4PzOhpWrVeX1prL9uNUcPhBpgMAxQAADs=) 564px top no-repeat;margin:-20px 0 25px;padding-top:28px;}
#settings_holder{padding-top:1px !important;}
#settings_holder > div.ipane > div{width:90%;margin:0 auto;padding-top:30px;line-height:1.4em;}
#settings_cols{width:100% !important;padding-top:8px !important;}
#settings_cols div.ipane_cols_holder{width:100%;clear:both;}
#settings_cols div.ipane_cols_holder span{display:block;font-size:0.8em;text-align:left;margin-bottom:10px;padding-left:14px;line-height:20px;letter-spacing:2px;font-style:italic;color:#900;border-top:1px dotted #999;}
#settings_cols div.ipane_cols_holder ul{display:block;margin:5px 0 0 25px;}
#settings_cols div.ipane_cols_holder ul li{list-style:none;line-height:20px;float:left;width:33%;white-space:nowrap;overflow:hidden;}
#ipane_units_holder{width:90%;margin:0 auto;}
#loadbox{z-index:91;display:none;position:fixed;top:33%;left:50%;margin-left:-63px;margin-top:-30px;width:125px;height:60px;font-size:10px;}
#loadbox > div {background-color:#06c;height:100%;width:15px;display:inline-block;margin:0 5px;-webkit-animation:stretchdelay 1.2s infinite ease-in-out;animation:stretchdelay 1.2s infinite ease-in-out;}
#loadbox > div.rect2 {-webkit-animation-delay:-1.1s;animation-delay:-1.1s;}
#loadbox > div.rect3 {-webkit-animation-delay:-1.0s;animation-delay:-1.0s;}
#loadbox > div.rect4 {-webkit-animation-delay:-0.9s;animation-delay:-0.9s;}
#loadbox > div.rect5 {-webkit-animation-delay:-0.8s;animation-delay:-0.8s;}
@-webkit-keyframes stretchdelay {
0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
20% { -webkit-transform: scaleY(1.0) }
}
@keyframes stretchdelay {
0%, 40%, 100% {
transform: scaleY(0.4);
-webkit-transform: scaleY(0.4);
} 20% {
transform: scaleY(1.0);
-webkit-transform: scaleY(1.0);
}
}
#abortbox{z-index:91;display:none;position:fixed;top:33%;left:50%;margin-left:-100px;margin-top:45px;width:200px;font-size:1.1em;font-weight:bold;color:#06c;text-align:center;}
#abort_trigger{text-decoration:underline;cursor:pointer;}
#initbox{z-index:90;display:none;position:fixed;top:0;left:50%;margin-left:-350px;width:700px;padding:2px 0 0 4px;height:40px;}
#initbox div{font-size:1.1em;}
#search_field{border:1px solid #06c;width:480px;height:30px;font-size:1.2em;margin:4px 3px 0 0;float:left;padding:0 3px;letter-spacing:-1px;}
#notifybox{z-index:93;position:fixed;bottom:20px;right:20px;font-size:1.2em;background:#fc0;color:#000;font-weight:bold;width:540px;min-height:20px;height:auto !important;height:20px;text-align:center;line-height:1.8em;border-radius:6px;}
#errormsg{margin:6px;}
/* COMMON STYLES */
div.btn{font-size:14px;font-weight:bold;letter-spacing:1px;margin:3px;padding:3px 5px;border:1px solid #555;text-align:center;cursor:pointer;background:#555;color:#fff;line-height:1.4em;border-radius:2px;box-shadow:inset 0 2px 2px rgba(255,255,255,0.3), inset 0 -2px 2px rgba(0,0,0,0.3), inset 0 20px 10px rgba(255,255,255,0.3), 0 0 2px 1px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.3);}
div.btn:hover{background:#fff;color:#555;}
div.btn2{border:1px solid #06c;background:#06c;}
div.btn2:hover{background:#fff;color:#06c;}
div.btn3{border:1px solid #900;background:#900;}
div.btn3:hover{background:#fff;color:#900;}
div.settings_apply{width:140px !important;margin:0 auto !important;}
#settings_holder > div.ipane div.btn{width:auto;padding:3px 5px;margin:3px;line-height:1.4em;}
div.shadow{box-shadow:-1.5px 1.5px 1.5px 1.5px #999;}
span.link, span.red, span.white{text-decoration:underline;cursor:pointer;color:#06c;}
span.red{color:#900;}
span.white{text-decoration:underline;cursor:pointer;color:#fff;}
div.loading{background:#fff url(images/spinner.gif) no-repeat center center;}
div.cross{margin-right:10px;float:right;width:16px;height:16px;font-size:10px;text-align:center;cursor:pointer;background:url(data:image/gif;base64,R0lGODlhEAAQAJEAAAAAAP///1VVVf///yH5BAEAAAMALAAAAAAQABAAAAIjnI+py6L+BDRy0gqxHVqvLjGcJ3Yl+IEhQpLX+m7wMYv2PRQAOw==) no-repeat;}
li.warn{background:#fcc;}
/* IPANES */
div.ipane{display:none;border:1px solid #06c;width:100%;margin-top:23px;z-index:1;border-radius:6px;word-wrap:break-word;}
div.ipane > div{clear:both;}
div.ipane div.ipane_local_menu{height:34px;padding:10px 15px 0 30px;clear:none;}
ul.ipane_ctrl{padding:0 30px;margin-bottom:-1px;}
ul.ipane_ctrl li{list-style:none;float:left;color:#06c;font-size:13px;line-height:22px;border:1px solid #06c;height:22px;background:#fff;width:106px;text-align:center;cursor:pointer;margin:0 1px 4px;z-index:10;overflow:hidden;border-top-right-radius:4px;border-top-left-radius:4px;}
ul.ipane_ctrl li:hover {background:#06c;color:#fff;}
ul.tags li{list-style:inside square;margin:0 0 4px 8px;}
div.summary div{margin:22px 20px 2px;}
div.preformatter{overflow-x:auto;overflow-y:scroll;white-space:pre;margin:20px auto auto 20px;height:470px;}
div.summary div.em{font-size:1.4em;}
div.notice{font-size:0.9em;padding:20px;}
div.notice div{font-weight:bold;margin:20px;padding:10px;background:#ddd;}
div.caption{width:90%;background:#ddd;text-align:center;line-height:20px;color:#666;font-weight:bold;font-size:12px;border-radius:6px;margin:10px auto;}
/* OBJECT CONTEXT PANE */
#object_factory, #pdf_viewer_factory{display:none;}
div.object_factory_holder{z-index:50;width:99%;height:545px;margin:16px auto;background:#fff;border:1px solid #000;border-radius:6px;}
div.object_holder{z-index:51;background:url(data:image/gif;base64,R0lGODlhKAAUAJEAAAAAAP///////wAAACH5BAEAAAIALAAAAAAoABQAAAJOlI+JAOoPHQihxYvFpDV7tXHd94XiSF7miaYSy1pussKUPGu2jaf1zul5fsCgr1gUQohIkRLUbD4PzOhpWrVeX1prL9uNUcPhBpgMAxQAADs=) center top no-repeat;margin:-20px 0 10px;padding-top:28px;}
div.object_ctx_left{float:left;width:49%;background:#fff;}
div.object_ctx_left div.ipane{border:none;border-top:1px solid #06c;border-radius:0;border-top-left-radius:12px;}
div.object_ctx_right{float:right;width:50%;margin-right:1px;background:#fff;}
div.object_ctx_right div.ipane{border:none;border-top:1px solid #06c;border-radius:0;border-top-right-radius:12px;}
div.flot_holder{width:97%;height:460px;margin:0 auto 5px;}
/* DATABROWSER */
div.menu_cmds{margin-top:3px;float:left;}
div.ctx_caption{padding:7px 0 0 8px;}
table{width:100%;text-align:left;border-spacing:0;font-size:0.9em;}
#databrowser > tbody > tr > td{cursor:pointer;}
#databrowser > tbody > tr > td{line-height:18px;border-top:1px solid #eee;}
#databrowser > tbody > tr:first-child td{border-top:1px solid #ccc;}
#databrowser > tbody > tr:last-child td{border-bottom:1px solid #ccc;}
tbody td:first-child{padding-left:4px;}
tbody td{color:#3D3D3D;padding:2px 1px;background:#fff;vertical-align:middle;}
tbody td.em{font-size:10px;}
thead tr th{background:#fff;padding:10px 4px;line-height:1.25em;font-weight:bold;}
thead tr th.header{background-image:url(images/asc.gif), url(images/desc.gif);background-position:center bottom, center top;background-repeat:no-repeat;cursor:pointer;}
thead tr th.headerSortUp{background:url(images/asc.gif) center bottom no-repeat;}
thead tr th.headerSortDown{background:url(images/desc.gif) center top no-repeat;}
thead tr th.headerSortDown, thead tr th.headerSortUp{background-color:#ffc;}
thead tr th.disabled{background:#fff;}
tr.selected td, td.selected, th.selected{background:#ffc;}
input.sc{margin-left:3px;}
tr.obj_holder{cursor:default;background:#fff;}
tr.obj_holder th{font-weight:normal;border-bottom:1px solid #eee;}
/* PHONONS PANE */
div.freqs_table_holder{width:98%;height:430px;margin:15px auto 20px;border-bottom:1px solid #000;overflow-x:hidden;overflow-y:scroll;}
table.freqs_holder tbody tr td{font-style:italic;line-height:18px;}
table.freqs_holder th{border-bottom:1px solid #000;}
table.freqs_holder td.white{border:0;}
/* TAGS */
div.tagrow, div.sliderow{display:none;width:100%;clear:both;}
div.tagcapt{float:left;width:180px;color:#600;padding:12px 0 6px 5px;font-size:0.85em;word-wrap:break-word;font-weight:bold;vertical-align:top;text-align:left;}
div.tagarea{float:left;width:70%;margin:6px 0;min-height:30px;}
div.tagarea_reduced{height:2.25em;overflow:hidden;}
a.tag{display:inline-block;height:24px;min-width:2.5em;font-size:1em;color:#eee;background:#fff;text-decoration:none;padding:2px;margin:2px;text-align:center;border:1px solid #f0f0f0;}
a.activetag{color:#fff;background:#333;}
a.activetag:hover{color:#333;background:#fff;}
a.visibletag{color:#333;background:#fff;}
a.visibletag:hover{color:#fff;background:#333;}
a.visibletag.activetag{color:#fff;background:#333;}
a.mdtag{height:21px;padding:1px 3px;font-size:1.1em;color:#eee;background:#fff;text-decoration:none;}
a.mdtag.visibletag{color:#333;}
a.mdtag.visibletag:hover{color:#fff;background:#333;}
a.mdtag.activetag{color:#fff;}
a.tagmore, a.tagless, a.tagback{display:block;float:right;font-size:2.8em;height:24px;width:40px;line-height:0.4em;color:#000;text-decoration:none;padding:2px;margin:2px;text-align:center;}
a.tagback{float:left;}
div.data_ctrl{display:none;min-height:30px;margin:4px 0 0 10px;}
a.pglink{display:block;float:left;margin:1px 0 1px 5px;padding:4px;font-size:0.8em;line-height:1.2em;color:#600;font-weight:bold;text-decoration:none;}
a.pglink:hover{background:#600;color:#fff;}
a.pglink_active{background:#600;color:#fff;}
#column_plot_holder{display:none;z-index:57;position:fixed;top:25px;left:50px;right:50px;bottom:60px;padding:10px 0;background:#fff;border:1px solid #000;border-radius:6px;}
#column_plot{margin-top:7px;}
/* CONNECTWS PANE */
#connectws_holder{position:absolute;z-index:92;width:700px;height:auto;top:26px;left:50%;margin-left:-350px;padding:25px 0 50px;background:#fff;}
#connectws_holder div{text-align:center;margin:20px;}
#connectws_holder span{color:#666;}
#connectws_holder input{text-align:center;font-size:1.5em;width:85%;margin:0 auto;border:1px solid #06c;padding:1px;}
a.connectws_last{display:inline-block;cursor:pointer;text-decoration:none;margin:2px;background:#ccc;color:#fff;padding:2px;border-radius:2px;}
a.connectws_last:hover{background:#06c;}
/* SUPERCATS */
div.supercat{width:49%;margin-bottom:30px;}
div.supercat_title{width:100%;margin:0 auto;color:#06c;font-size:1.2em;line-height:3.2em;font-weight:bold;text-align:center;}
div.supercat_content{margin:0;}
#supercat_1, #supercat_3, #supercat_4, #supercat_5 {float:left;}
#supercat_2 {float:right;}
/* MENDELEEV */
#mendeleev_table_factory{display:none;}
div.mendeleev_table_factory_holder{z-index:50;width:100%;margin:0 auto;clear:both;background:#ddd;}
div.mendeleev_table_holder{z-index:51;margin-bottom:15px;border:1px solid #f6f6f6;}
div.mendeleev_table_holder table{border:0;}
div.mendeleev_table_holder table tr td div{color:#eee;height:21px;text-align:center;}
/* SLIDERS */
div.gui_slider_holder{width:100%;}
div.gui_slider{width:70%;float:left;margin-top:12px;}
div.gui_slider_min{width:14%;text-align:left;float:left;margin-top:6px;}
div.gui_slider_max{width:16%;text-align:right;float:left;margin-top:6px;}
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.noUi-target {
position: relative;
}
.noUi-base {
width: 100%;
height: 100%;
position: relative;
}
.noUi-origin {
position: absolute;
right: 0;
top: 0;
left: 0;
bottom: 0;
}
.noUi-handle {
position: relative;
z-index: 1;
}
.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
its values is > 50%. */
z-index: 10;
}
.noUi-stacking + .noUi-origin {
/* Fix stacking order in IE7, which incorrectly
creates a new context for the origins. */
*z-index: -1;
}
.noUi-state-tap .noUi-origin {
-webkit-transition: left 0.3s, top 0.3s;
transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
cursor: inherit !important;
}
.noUi-origin,
.noUi-handle {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.noUi-horizontal {
height: 8px;
}
.noUi-horizontal .noUi-handle {
width: 34px;
height: 28px;
left: -17px;
top: -10px;
}
.noUi-vertical {
width: 18px;
}
.noUi-vertical .noUi-handle {
width: 28px;
height: 34px;
left: -6px;
top: -17px;
}
.noUi-background {
background: #FAFAFA;
box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
background: #06c;
box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
-webkit-transition: background 450ms;
transition: background 450ms;
}
.noUi-origin {
border-radius: 2px;
}
.noUi-target {
border-radius: 4px;
border: 1px solid #D3D3D3;
box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-target.noUi-connect {
box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
}
.noUi-dragable {
cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
cursor: n-resize;
}
.noUi-handle {
border: 1px solid #D9D9D9;
border-radius: 3px;
background: #FFF;
cursor: default;
box-shadow: inset 0 0 1px #FFF,
inset 0 1px 7px #EBEBEB,
0 3px 6px -3px #BBB;
}
.noUi-active {
box-shadow: inset 0 0 1px #FFF,
inset 0 1px 7px #DDD,
0 3px 6px -3px #BBB;
}
.noUi-handle:before,
.noUi-handle:after {
content: "";
display: block;
position: absolute;
height: 14px;
width: 1px;
background: #E8E7E6;
left: 14px;
top: 6px;
}
.noUi-handle:after {
left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
width: 14px;
height: 1px;
left: 6px;
top: 14px;
}
.noUi-vertical .noUi-handle:after {
top: 17px;
}
[disabled].noUi-connect,
[disabled] .noUi-connect {
background: #B8B8B8;
}
[disabled] .noUi-handle {
cursor: not-allowed;
}
/* AUTOCOMPLETE */
.autocomplete-suggestions {
text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);
/* core styles should not be changed */
position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }
.autocomplete-suggestion b { font-weight: normal; color: #06c; }
.autocomplete-suggestion.selected { background: #f0f0f0; }