common.css 8.6 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

19 20 21 22 23 24 25 26 27
div.separator {
    position: relative;
    font-size: 18px;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
28 29 30 31 32 33 34 35 36 37 38 39 40
.breadcrumb{
    padding: 8px !important;
    margin-bottom: 10px !important;
    border-radius: 0 !important;
    background-color: #f5f5f5 !important;
    border: 1px solid #e3e3e3;
}
.pointer{
    cursor: pointer;
}
.alert{
    border-radius: 0 !important;
}
41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
span.separator {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}

hr.separator {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

59 60 61
.popover{
    max-width: none !important;
}
62 63 64 65 66 67 68 69 70 71 72 73 74
.pointer {
    cursor: pointer;
}

.form-control {
    border-color: #5cbb5a;
    border-width: 2px;
}

.small-txt {
    color: #999999;
    padding-left: 14px;
}
75 76 77 78 79 80 81 82 83
.mB20{
    margin-bottom: 20px;
}
.padding0{
    padding: 0 !important;
}
.paddingR0{
    padding-right: 0 !important;
}
84 85
/* Header background */
header.navbar-top {
86 87 88 89 90 91 92 93 94 95
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#333333));
    background-image: -webkit-linear-gradient(top, #555555, #333333);
    background-image: -o-linear-gradient(top, #555555, #333333);
    background-image: linear-gradient(to bottom, #555555, #333333);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#555555, endColorstr=#333333);
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
    max-height: 40px;
    min-height: 40px;
96 97
}

98

99
header a.main-logo{
100 101 102 103 104 105
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    padding: 2px 5px 0 15px;
    text-shadow: 0 1px 0 #555555;
}
106
header a.main-logo:hover,header a.main-logo:focus{
107
    text-decoration: none;
108 109
}

110
header ul.menu-bar li a{
111 112 113
    line-height: 10px;
    color: #c3c3c3;
}
114
header ul.menu-bar li a>i {
115 116
    margin-right: 3px;
    font-size: 12px;
117
}
118
header ul.menu-bar li a:hover{
119 120
    color: #fff;
    background: transparent;
121
}
122
header ul.menu-bar li a:focus{
123
    background: transparent;
124
}
125
header ul.menu-bar li.active a{
126 127 128 129 130 131
    color: #333333;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
132 133 134
/* Footer */
footer.navbar-bottom {
    background-color: #fafafa;
135
    border-top: solid 4px #444;
136 137 138 139 140 141 142 143 144 145 146
}

footer.navbar-bottom p {
    color: #333333;
    margin: 23px 10px 10px;
}

footer.navbar-bottom img {
    padding-left: 5px;
    margin-top: -21px;
}
147

148 149 150
/*=======================================================================================
Search Bar design
=======================================================================================*/
151
.main-search input{
152 153 154 155 156 157 158 159
    height: 50px;
    border-radius: 0px;
    border: 1px solid #e3e3e3;
    color: #414141;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none;
}
160
.main-search .input-group-btn button{
161 162 163 164 165
    border-radius: 0;
    border-radius: 0;
    padding: 14px 20px;
}

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
.main-search .search-type-large {
    width: 95px!important;
}

.main-search select {
    height: 50px!important;
    padding-right: 0px;
    margin-right: 0px;
    width: 83px;
    font-weight:bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor:pointer;
    background: url('../img/select_arrow_img.png') no-repeat;
    background-size: 22px 22px;
    background-position: 54px 13px!important;
}

.search-type-large .form-control:focus {
     border-color: #ccc;
     box-shadow: none;
     outline: 0 none;
}

191 192 193
/*=======================================================================================
Tags on Home Page design
=======================================================================================*/
194
.main-tags{
195 196 197 198 199 200 201 202
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
203
.main-tags a{
204 205 206 207 208 209 210
    background: transparent;
    border: none;
    padding:5px 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #0088cc !important;
    border-radius: 0 !important;
}
211
.main-tags a:hover{
212 213 214
    color: #005580 !important;
    background: #eeeeee !important;
}
215
.main-tags h4{
216 217
    padding:0 10px;
}
218
.main-tags i{
219 220 221
    font-size: 12px;
    margin-right: 3px;
}
222
.main-tags .list-group-item.limit-size{
223 224 225 226 227 228 229 230 231 232
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize;y
}

/*=======================================================================================
Search Bar design
=======================================================================================*/
233
.main-search input{
234 235 236 237 238 239 240 241
    height: 50px;
    border-radius: 2px;
    border: 1px solid #e3e3e3;
    color: #414141;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none;
}
242
.main-search .input-group-btn button{
243 244 245 246 247 248 249
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 14px 20px;
}
/*=======================================================================================
Tags on Home Page design
=======================================================================================*/
250
.main-tags{
251 252 253 254 255 256 257 258
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
259
.main-tags a{
260 261 262 263 264 265 266
    background: transparent;
    border: none;
    padding:5px 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #0088cc !important;
    border-radius: 0 !important;
}
267
.main-tags a:hover{
268 269 270
    color: #005580 !important;
    background: #eeeeee !important;
}
271
.main-tags h4{
272 273
    padding:0 10px;
}
274
.main-tags i{
275 276 277 278 279 280 281
    font-size: 12px;
    margin-right: 3px;
}

.pdLft15px
{
    padding-left: 15px;
282
}
Vishal Kadam committed
283

284 285 286 287
.mt10px {
    margin-top: 10px;
}

Vishal Kadam committed
288 289 290
.mt20px {
    margin-top: 20px;
}
dileep8014 committed
291 292 293
.search-spinner {
    text-align: center;
}
294
.menu-link{
295 296
    padding-left: 10px;
    padding-right: 10px;
297 298
}

299
.btn-toggle
300 301 302 303
{
    border: 1px solid #CCCCCC;
    padding: 5px;
}
304

305
.word-break  {
306 307 308
    word-break: break-word;
}

309
.tab-search-tags {
310 311 312 313 314 315 316
    max-width: 100px;
    display: list-item;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize;
317 318
    float: left;

319 320
    background: lightblue !important;
    color: black !important;
321
    margin: 4px !important;
322 323 324 325
    padding-left: 7px !important;
    padding-right: 7px !important;
}

326
.tabsearch-result {
327
    max-width: 93%;
328 329 330 331 332
    display: list-item;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
333
    text-transform: capitalize;
334
}
335
.search-resultcount {
336 337 338 339 340
    max-width: 500px;
    display: list-item;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
341
    text-transform: capitalize;
342 343 344 345 346 347
}

.maxwidth125px {
    max-width: 125px !important;
}

348
.anchor-absolute {
349 350
    position: absolute;
    right: 4px;
351 352
}

353
.add-tag{
354 355 356
   margin-top: -35px;
}

357
.tag-align{
358
    text-align: center;
359
}
360 361 362

.h160 {
    height: 160px !important;
363 364 365
}
.tag-attr{
    font-weight:bold;
366 367 368 369 370 371 372
}
.zoom-buttons{
   width:63px !important;
}
.graph{
  overflow: hidden!important;

373 374 375 376
}
.notifier{
    margin-right: 15px;
    margin-left: -15px;
377 378 379 380 381 382 383 384 385 386 387 388 389 390 391
}
.main-tags .list-tag{
    height: 640px;
    overflow-y: scroll;
}
.filter-tag{
    width: 95%;
    padding: 3px;
    margin-left: 6px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.see-more {
    font-weight: bold;
    font-size: 16px;
392
}