Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / helpdesk / static / css / extra.css @ 605d23bf

History | View | Annotate | Download (6.9 kB)

1
/*body { background: url(../img/roughcloth.png);}*/
2

    
3
.container-fluid { margin-top: 20px; }
4
h1 { margin-bottom: 20px; }
5

    
6
/* Subnav */
7
.subnav {
8
  width: 100%;
9
  height: 36px;
10
  background-color: #eeeeee; /* Old browsers */
11
  background-repeat: repeat-x; /* Repeat the gradient */
12
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
13
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
14
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
15
  background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
16
  background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
17
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
18
  background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
19
  border: 1px solid #e5e5e5;
20
  -webkit-border-radius: 4px;
21
     -moz-border-radius: 4px;
22
          border-radius: 4px;
23
}
24
.subnav .nav {
25
  margin-bottom: 0;
26
}
27
.subnav .nav > li > a {
28
  margin: 0;
29
  padding-top:    11px;
30
  padding-bottom: 11px;
31
  border-left: 1px solid #f5f5f5;
32
  border-right: 1px solid #e5e5e5;
33
  -webkit-border-radius: 0;
34
     -moz-border-radius: 0;
35
          border-radius: 0;
36
}
37
.subnav .nav > .active > a,
38
.subnav .nav > .active > a:hover {
39
  padding-left: 13px;
40
  color: #777;
41
  background-color: #e9e9e9;
42
  border-right-color: #ddd;
43
  border-left: 0;
44
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
45
     -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
46
          box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
47
}
48
.subnav .nav > .active > a .caret,
49
.subnav .nav > .active > a:hover .caret {
50
  border-top-color: #777;
51
}
52
.subnav .nav > li:first-child > a,
53
.subnav .nav > li:first-child > a:hover {
54
  border-left: 0;
55
  padding-left: 12px;
56
  -webkit-border-radius: 4px 0 0 4px;
57
     -moz-border-radius: 4px 0 0 4px;
58
          border-radius: 4px 0 0 4px;
59
}
60
.subnav .nav > li:last-child > a {
61
  border-right: 0;
62
}
63
.subnav .dropdown-menu {
64
  -webkit-border-radius: 0 0 4px 4px;
65
     -moz-border-radius: 0 0 4px 4px;
66
          border-radius: 0 0 4px 4px;
67
}
68

    
69
/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
70
@media (min-width: 220px) {
71
  .subnav-fixed {
72
    position: fixed;
73
    top: 0;
74
    left: 0;
75
    right: 0;
76
    z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
77
    border-color: #d5d5d5;
78
    border-width: 0 0 1px; /* drop the border on the fixed edges */
79
    -webkit-border-radius: 0;
80
       -moz-border-radius: 0;
81
            border-radius: 0;
82
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
83
       -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
84
            box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
85
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
86
  }
87
  .subnav-fixed .nav {
88
    /*width: 938px; εαν το  ξε-σχολιάσω θα κεντραριστεί*/
89
    margin: 0 auto;
90
   padding: 0 20px; 
91
  }
92
  .subnav .nav > li:first-child > a,
93
  .subnav .nav > li:first-child > a:hover {
94
    -webkit-border-radius: 0;
95
       -moz-border-radius: 0;
96
            border-radius: 0;
97
  }
98
}
99

    
100

    
101
.subnav h2 { padding: 9px; font-size: 1em; line-height: 18px; display: none}
102
.subnav-fixed h2 { display: block }
103

    
104
.account-form { float: right; margin-top: 2px; margin-bottom: 0}
105
.info-block { margin-top: 30px; background-color: #fff; padding:0;}
106

    
107
.info-block h3 .badge {   font-size: 0.8em; padding: 5px 8px; background-color:#659CEF;}
108
.info-block table { margin-bottom: 0 }
109
.object-details h5 { float: right; margin-top: 10px; margin-right: 10px; font-size: 1em; color: #D9397E }
110
.object-anchor { margin-bottom: 5px; height:15px; }
111

    
112

    
113
.subnav a.deleted { color: #F00 !important }
114

    
115

    
116
/* new styles olga */
117

    
118
h1 a:hover                                                { text-decoration:none; }
119
.search-query                                         { border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; }
120
a                                                                { color:#659CEF; }
121
a:hover                                                        { color:#2956B2 }
122

    
123
h3                                                                { font-size:21px; cursor:pointer; margin:20px;}
124
h4                                                                { font-size:18px; margin-bottom:1em; }
125
input:focus,
126
textarea:focus                                         {
127
  border-color: #659CEF;
128
  outline: 0;
129
  outline: thin dotted \9;
130
  /* IE6-9 */
131

    
132
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #659CEF;
133
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #659CEF;
134
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #659CEF;
135
}
136

    
137
 
138
.dropdown-menu li > a:hover, 
139
.dropdown-menu .active > a, 
140
.dropdown-menu .active > a:hover { background-color: #d5d5d5; } 
141

    
142
.object-details-content                 { margin:1em 0; display:none; }
143
.account .object-details-content{ display:block; }
144
.nav-tabs                                                { margin:0; border:0 none; }
145
.tab-content .dl-horizontal                { margin:0; }
146
.nav-tabs > .active > a, 
147
.nav-tabs > .active > a:hover        { background-color:#F5F5F5; color:#2956B2; font-weight:bold;}
148
.nav-tabs > li                                        { margin-bottom:-2px; }
149
.badge                                                        { border-radius:4px; -moz-border-radius:4px;  -webkit-border-radius:4px; }
150
.object-details .badge                        { margin-right:8px; }
151
.label-success, 
152
.badge-success                                        { background-color:#8BBA00 }
153
.badge-important                                { background-color: #F81A23; }
154
.badge-info                                                { background-color:#659CEF } 
155
.show-hide-tabs                                        { margin:2em 0; }                
156
.show-hide-all                                        { float:right; margin:20px; line-height:27px;}
157
.toggle        .badge                                        { font-size:14px; padding:5px 9px; }
158
.toggle        .badge:hover                        { cursor:pointer;  }
159
.show-hide-tabs .badge                        { background-color:#8BBA00; }
160
.show-hide-tabs .badge:hover        { background-color:#789B0F }
161
.show-hide-all .badge                        { background-color:#8BBA00; }
162
.show-hide-all .badge:hover                { background-color:#789B0F } 
163
.vms h3, 
164
.vms h4                                                        { color:#444 }
165
.vms h3:hover,
166
.vms h4:hover                                        { color:#666 }
167
.networks h3, 
168
.networks h4                                        { color:#444 }
169
.networks h3:hover,
170
.networks h4:hover                                { color:#666 }
171
.account h3, 
172
.account h4                                                { color:#444 }
173
.account h3:hover,
174
.account h4:hover                                { color:#666 }
175
.object-details                                        { padding:20px;  }
176
.object-details        h4                                { cursor:pointer; }
177
.object-details h4 em                        { float:right; font-style:normal; font-size:0.833em;}
178
.object-details h4 em img                { margin:0 5px; }
179
h4 .badge                                                { padding:6px 9px 2px; background:url(../img/glyphicons-halflings.png) 160px 43px transparent;}
180
h4.expanded .badge                                { background-position: 185px 43px}
181
.row2                                                        { background-color:#EDEDED; }
182

    
183
.row1:hover                                         { background-color:#DDD; }
184
.row2:hover                                         { background-color:#DDD; }
185

    
186
h4 i                                                         { margin-top: 4px; margin-right: 10px;}
187
.container-fluid                                 { margin-left:auto; margin-right:auto; max-width:960px; }
188
h3.info                                                        { cursor:default; color:#2956B2; text-align:center; font-size:16px; margin-bottom:0;}
189

    
190
.vm-suspend-form { margin-top: 20px; text-align: right; }
191
.vm-suspend-form form { margin-bottom: 0px; }
192
.vm-suspend-form.suspended form input { background-color: #2956B2; color: #ffffff;}
193
.vm-suspend-form form input { background-color: #F81A23; color: #ffffff;}