Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / static / im / cloudbar / cloudbar.css @ 7a245cde

History | View | Annotate | Download (2.3 kB)

1
/* Variables.less
2
 * Variables to customize the look and feel of Bootstrap
3
 * ----------------------------------------------------- */
4
/* Mixins.less
5
 * Snippets of reusable CSS to develop faster and keep code readable
6
 * ----------------------------------------------------------------- */
7
.servicesbar {
8
  font-family: arial, sans-serif;
9
  font-size: 13px !important;
10
  line-height: 13px;
11
  letter-spacing: 0px;
12
  zoom: 1;
13
  color: #ccc;
14
  z-index: 1000;
15
  border-bottom: 1px solid #444;
16
  background-color: #000000;
17
  position: relative;
18
}
19
.servicesbar ol, .servicesbar ul {
20
  list-style: none;
21
  margin: 0;
22
  padding: 0;
23
}
24
.servicesbar li {
25
  margin: 0;
26
  padding: 0;
27
}
28
.servicesbar:before, .servicesbar:after {
29
  display: table;
30
  content: "";
31
  zoom: 1;
32
}
33
.servicesbar:after {
34
  clear: both;
35
}
36
.servicesbar a {
37
  border: none !important;
38
  font-size: inherit !important;
39
  color: #e6e6e6;
40
  text-decoration: none;
41
  display: block;
42
  float: left;
43
  padding: 11px;
44
  height: 13px;
45
}
46
.servicesbar a:hover {
47
  background-color: #444;
48
}
49
.servicesbar a.active {
50
  font-weight: bold;
51
  background-color: #333;
52
}
53
.servicesbar a img {
54
  border: none;
55
  margin: 1px;
56
  margin-bottom: 2px;
57
}
58
.servicesbar .services {
59
  zoom: 1;
60
}
61
.servicesbar .services:before, .servicesbar .services:after {
62
  display: table;
63
  content: "";
64
  zoom: 1;
65
}
66
.servicesbar .services:after {
67
  clear: both;
68
}
69
.servicesbar .profile {
70
  margin-top: -35px;
71
  zoom: 1;
72
  text-align: right;
73
  min-width: 200px;
74
  width: 200px;
75
  background-color: #000000;
76
  zoom: 1;
77
  position: absolute;
78
  right: 0;
79
  float: right;
80
}
81
.servicesbar .profile:before, .servicesbar .profile:after {
82
  display: table;
83
  content: "";
84
  zoom: 1;
85
}
86
.servicesbar .profile:after {
87
  clear: both;
88
}
89
.servicesbar .profile a {
90
  float: none;
91
}
92
.servicesbar .profile ul {
93
  display: none;
94
}
95
.servicesbar .profile ul li {
96
  width: 100%;
97
  border-bottom: 1px solid #444;
98
  background-color: #333;
99
}
100
.servicesbar .profile ul li a {
101
  float: none;
102
  display: block;
103
}
104
.servicesbar .profile:hover, .servicesbar .profile.hover {
105
  background-color: #222;
106
}
107
.servicesbar .profile:hover ul, .servicesbar .profile.hover ul {
108
  display: block;
109
}
110
.servicesbar .profile:before, .servicesbar .profile:after {
111
  display: table;
112
  content: "";
113
  zoom: 1;
114
}
115
.servicesbar .profile:after {
116
  clear: both;
117
}