Revision f46d245b snf-cyclades-app/synnefo/ui/new_ui/ui/stylesheets/athina.css

b/snf-cyclades-app/synnefo/ui/new_ui/ui/stylesheets/athina.css
1
/* create vm: choose flavor */
2
/* line 6, ../sass/athina.scss */
3
.titles {
4
  color: white;
1
/* NOT IN USE! styles for selection window (used for vm_list_v1.html) */
2
/*
3
.vm_options {
4
	display: none;
5
	border: 1px solid #ff7bac;
6
	position: absolute;
7
	top: -20%;
8
	width: 100%;
9
	height: 100%;
10
	font-size: 27px;
11
	font-weight: bold;
12
	text-align: left;
13
	background-color: white;
14
	line-height: 45px;
15
	padding-left: 1em;
16
	padding-top: 0.65em;
17
	
18
	.custom_checkbox {
19
		display: inline-block;
20
		margin: 0;
21
		padding-left: 1em;	
22
		color: #ff7bac;
23
	}
24
}
25

  
26

  
27
a.option:hover {
28
	color: #ff7bac;
29
}
30

  
31
.vm_container {
32
	width: 200px;
33
	display: inline-block;
34
	height: 187px;
35
	position: relative;
36

  
37
}
38

  
39
*/
40
/* styles for the detailed info of each vm (used for vm_details.html) */
41
/* line 51, ../sass/athina.scss */
42
.graph_container {
43
  padding-bottom: 2em;
44
}
45

  
46
/* line 57, ../sass/athina.scss */
47
.wrap {
48
  position: relative;
49
}
50

  
51
/* line 61, ../sass/athina.scss */
52
.section_header {
53
  float: left;
54
  width: 22%;
55
  margin-right: 2%;
56
  font-weight: bold;
57
}
58

  
59
/* line 68, ../sass/athina.scss */
60
.right_side {
61
  overflow: hidden;
62
  width: 76%;
5 63
}
6 64

  
7
/* line 11, ../sass/athina.scss */
8
.lt-sidebar ul li a.flavor_selection {
65
/* line 75, ../sass/athina.scss */
66
.info_simple {
67
  display: inline-block;
68
  margin-right: 10px;
69
}
70

  
71
/* line 81, ../sass/athina.scss */
72
.action_links {
73
  display: inline-block;
74
}
75
/* line 84, ../sass/athina.scss */
76
.action_links a {
77
  color: #3582ac;
78
  margin-right: 5px;
79
}
80
/* line 88, ../sass/athina.scss */
81
.action_links a:hover {
82
  text-decoration: underline;
83
}
84
/* line 92, ../sass/athina.scss */
85
.action_links a span:first-child {
86
  margin-right: 5px;
87
}
88

  
89
/* line 99, ../sass/athina.scss */
90
a.black {
91
  color: black;
92
}
93
/* line 101, ../sass/athina.scss */
94
a.black:hover {
95
  color: #3582ac;
96
}
97

  
98
/* line 106, ../sass/athina.scss */
99
.btn_pinkb {
100
  width: 11.5em;
101
  height: 3.8em;
102
  line-height: 3.8em;
103
  border: 1px solid #3582ac;
104
  position: absolute;
105
  top: 0;
106
  right: 0;
107
}
108
/* line 115, ../sass/athina.scss */
109
.btn_pinkb a {
9 110
  display: block;
111
  padding-left: 1em;
112
}
113
/* line 119, ../sass/athina.scss */
114
.btn_pinkb a:hover {
115
  color: #3582ac;
116
}
117
/* line 123, ../sass/athina.scss */
118
.btn_pinkb a img {
119
  position: absolute;
120
  right: 0.6em;
121
  top: 0.6em;
122
  height: 2.5em;
123
}
124

  
125
/* line 133, ../sass/athina.scss */
126
.row {
127
  margin: 0 0 0.4em 0;
128
}
129

  
130
/* line 136, ../sass/athina.scss */
131
.middle_side {
132
  max-width: 70%;
10 133
}
11 134

  
12
/* line 16, ../sass/athina.scss */
13
.overlay .lt-sidebar ul li a.flavor_selection.chosen_flavor span {
135
/* line 140, ../sass/athina.scss */
136
.txt_size {
137
  height: 0.8em;
138
  vertical-align: baseline;
139
}
140

  
141
/* styles for network details */
142
/* line 150, ../sass/athina.scss */
143
.big {
144
  width: 60%;
145
}
146

  
147
/* line 154, ../sass/athina.scss */
148
.small {
149
  width: 170px;
150
}
151

  
152
/* line 158, ../sass/athina.scss */
153
.wrapper .details .top {
154
  padding: 70px 2.5em;
155
}
156
/* line 161, ../sass/athina.scss */
157
.wrapper .details .top .actions ul li {
158
  margin: 0 30px;
159
}
160

  
161
/* line 167, ../sass/athina.scss */
162
.height_up {
163
  line-height: 1.3em;
164
}
165

  
166
/* line 171, ../sass/athina.scss */
167
.set {
168
  margin-bottom: 1em;
169
}
170

  
171
/* main icon in details page */
172
/* line 177, ../sass/athina.scss */
173
.network .top .img {
174
  background: url("../images/network-green102x116.png") no-repeat center center;
175
  width: 102px;
176
  height: 116px;
177
  display: inline-block;
178
  text-indent: -2000px;
179
  overflow: hidden;
180
  background-size: 100%;
181
}
182
/* line 186, ../sass/athina.scss */
183
.network .close-font {
184
  position: absolute;
185
  right: 0.8em;
186
  top: 2em;
187
  font-size: 2em;
188
  color: #b3b3b3;
189
}
190

  
191
/* for scroll bar */
192
/* line 197, ../sass/athina.scss */
193
.networks .items-list {
194
  /* for network list */
195
}
196
/* line 198, ../sass/athina.scss */
197
.networks .items-list .img {
198
  background: url("../images/network-green102x116.png") no-repeat center center;
199
  height: 58px;
200
  width: 51px;
14 201
  display: inline-block;
202
  text-indent: -2000px;
203
  overflow: hidden;
204
  background-size: 80%;
205
}
206
/* line 211, ../sass/athina.scss */
207
.networks .items-list .container .img {
208
  background-size: 100%;
209
}
210
/* line 215, ../sass/athina.scss */
211
.networks .items-list .container .options .wrap a {
212
  width: 50%;
213
}
214

  
215
/* detailed pages: about the gaps that separate the area with the big img and the buttons from the rest of the page */
216
/* line 226, ../sass/athina.scss */
217
.details .top .actions ul {
218
  padding: 1em 1em 0;
219
  margin-bottom: 0;
15 220
}
16 221

  
17
/* line 23, ../sass/athina.scss */
18
.create-vm .main .select-flavor dl dt span:hover {
222
/* line 233, ../sass/athina.scss */
223
.content {
224
  position: relative;
225
}
226
/* line 235, ../sass/athina.scss */
227
.content .overlay-modal {
228
  position: absolute;
229
  left: 0;
230
  top: 0;
231
  width: 100%;
232
  height: 100%;
233
  z-index: 98;
234
  background: #3582ac;
235
}
236
/* line 245, ../sass/athina.scss */
237
.content .overlay-div {
238
  position: absolute;
239
  top: 20%;
240
  left: 25%;
241
  width: 50%;
242
  padding: 25px;
243
  background: white;
244
  display: none;
245
  z-index: 100;
246
}
247
/* line 251, ../sass/athina.scss */
248
.content .overlay-div .buttons {
249
  margin-bottom: 0;
250
}
251
/* line 254, ../sass/athina.scss */
252
.content .overlay-div .buttons a {
253
  margin-right: 20px;
254
}
255

  
256
/* line 263, ../sass/athina.scss */
257
.btn4 {
19 258
  color: white;
20
  border-color: white;
21
  background-color: #3582ac;
259
  border-color: #3582ac;
260
  background: #3582ac;
22 261
}
23
/* line 29, ../sass/athina.scss */
24
.create-vm .main .select-flavor dl dt span.current:hover {
262
/* line 267, ../sass/athina.scss */
263
.btn4:hover, .btn4 .current {
25 264
  color: #3582ac;
26
  border-color: white;
265
  border-color: #3582ac;
266
  background: white;
267
}
268

  
269
/* line 277, ../sass/athina.scss */
270
.overlay .lt-sidebar.nav ul li:hover {
271
  background-color: transparent;
272
}
273

  
274
/* line 281, ../sass/athina.scss */
275
.lt-sidebar.nav {
276
  font-size: 1em;
277
}
278

  
279
/* line 285, ../sass/athina.scss */
280
.overlay {
281
  /* styles for close icons (created with fontIcon "snf-font") */
282
}
283
/* line 286, ../sass/athina.scss */
284
.overlay .lt-sidebar.nav {
285
  overflow: auto;
286
}
287
/* line 290, ../sass/athina.scss */
288
.overlay .close_char {
289
  background: none;
290
  text-indent: 0;
291
  font-size: 1.8em;
292
  /* for the the character e (for d we can put 2em) */
293
  color: white;
294
}
295

  
296
/* create network styles */
297
/* line 301, ../sass/athina.scss */
298
.create-network {
299
  color: white;
300
}
301
/* line 303, ../sass/athina.scss */
302
.create-network .check {
303
  color: white;
304
}
305
/* line 306, ../sass/athina.scss */
306
.create-network p {
307
  font-size: 0.8em;
308
  font-style: italic;
309
  margin: 5px 0 0;
310
  width: 545px;
311
}
312
/* line 313, ../sass/athina.scss */
313
.create-network li {
314
  list-style: none outside none;
315
}
316
/* line 316, ../sass/athina.scss */
317
.create-network .custom_checkbox {
318
  font-size: 1.3em;
319
}
320

  
321
/* line 321, ../sass/athina.scss */
322
.subnet_options {
323
  margin: 0;
324
}
325
/* line 323, ../sass/athina.scss */
326
.subnet_options li {
327
  margin-bottom: 6px;
328
  padding-left: 155px;
329
}
330

  
331
/* line 332, ../sass/athina.scss */
332
.network_options {
333
  position: relative;
334
  width: 350px;
335
  min-height: 285px;
336
}
337
/* line 337, ../sass/athina.scss */
338
.network_options .check {
339
  position: absolute;
340
  right: 0;
341
}
342
/* line 342, ../sass/athina.scss */
343
.network_options li {
344
  display: block;
345
  margin-bottom: 13px;
346
}
347
/* line 346, ../sass/athina.scss */
348
.network_options li form {
349
  margin: 0;
350
}
351
/* line 349, ../sass/athina.scss */
352
.network_options li form input {
353
  position: absolute;
354
  display: inline-block;
355
  right: 0;
356
  width: 200px;
357
  height: 20px;
358
  font-size: 0.9em;
359
}
360
/* line 357, ../sass/athina.scss */
361
.network_options li form input.hidden {
362
  display: none;
363
}
364
/* line 362, ../sass/athina.scss */
365
.network_options li.manual form input {
366
  right: -160px;
367
  width: 150px;
368
}
369

  
370
/* line 370, ../sass/athina.scss */
371
span.sub_title {
372
  position: absolute;
373
}
374

  
375
/* pithos: list of uploading files */
376
/* line 378, ../sass/athina.scss */
377
.upload-widget .files {
378
  color: white;
379
}
380
/* line 381, ../sass/athina.scss */
381
.upload-widget .files li {
382
  padding: 10px 120px;
383
  border: none;
384
  position: relative;
385
}
386
/* line 386, ../sass/athina.scss */
387
.upload-widget .files li .name-col {
388
  width: 34%;
389
}
390
/* line 390, ../sass/athina.scss */
391
.upload-widget .files li .size-col {
392
  text-align: left;
393
  float: none;
394
}
395
/* line 395, ../sass/athina.scss */
396
.upload-widget .files li .dz-success-mark {
397
  margin-left: 10px;
398
}
399
/* line 399, ../sass/athina.scss */
400
.upload-widget .files li .dz-error-mark {
401
  display: none;
402
}
403
/* line 402, ../sass/athina.scss */
404
.upload-widget .files li .cancel-col {
405
  width: 100px;
406
  position: absolute;
407
  right: 50px;
408
  top: 9px;
409
}
410
/* line 408, ../sass/athina.scss */
411
.upload-widget .files li .cancel-col .cancel span {
412
  display: block;
413
  text-align: right;
414
}
415
/* line 414, ../sass/athina.scss */
416
.upload-widget .files div {
417
  display: inline-block;
418
}
419
/* line 417, ../sass/athina.scss */
420
.upload-widget .files .progress-bar {
421
  position: static;
422
  padding: 0;
423
  width: 25%;
424
  border: none;
425
  background-color: transparent;
426
}
427
/* line 424, ../sass/athina.scss */
428
.upload-widget .files .progress-bar .progress-wrap {
429
  width: 100%;
430
  margin: 0;
431
}
432
/* line 428, ../sass/athina.scss */
433
.upload-widget .files .progress-bar .progress-wrap .progress {
434
  display: block;
435
  margin: 0;
436
  border: 2px solid white;
437
  padding: 0;
438
  background-color: #3582ac;
439
}
440
/* line 435, ../sass/athina.scss */
441
.upload-widget .files .progress-bar .progress-wrap .progress .meter {
27 442
  background-color: white;
28 443
}

Also available in: Unified diff