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