|
5 | 5 | font-family: "Varela Round",sans-serif; |
6 | 6 | } |
7 | 7 |
|
8 | | - |
9 | 8 | .content { |
10 | 9 | margin-top: 50px; |
11 | 10 | margin-bottom: 50px; |
@@ -75,11 +74,17 @@ pre { |
75 | 74 | -o-transition: all 0.15s; |
76 | 75 | -ms-transition: all 0.15s; |
77 | 76 | } |
| 77 | + |
78 | 78 | .header--navbar .navbar-inner .navbar-link:hover a { |
79 | 79 | color: #eeeeee; |
80 | 80 | background-color: #6db33f; |
81 | 81 | } |
82 | 82 |
|
| 83 | +.navbar-inner .container-fluid { |
| 84 | + max-width: 1024px; |
| 85 | + margin: 0 auto; |
| 86 | +} |
| 87 | + |
83 | 88 | a.spring-logo { |
84 | 89 | background: url("../img/spring-logo.png") -1px -1px no-repeat; |
85 | 90 | } |
@@ -175,7 +180,6 @@ span.refresh { |
175 | 180 | border: 1px solid #34302D; |
176 | 181 | } |
177 | 182 |
|
178 | | - |
179 | 183 | .sortable { |
180 | 184 | cursor: pointer; |
181 | 185 | } |
@@ -343,3 +347,79 @@ dl.health-status td { |
343 | 347 | .timeline .event:hover:before { |
344 | 348 | background: #ccc; |
345 | 349 | } |
| 350 | + |
| 351 | +/** Application-Header **/ |
| 352 | +.header--application .navbar-inner, |
| 353 | +.header--application-urls .navbar-inner { |
| 354 | + font-family: Montserrat,sans-serif; |
| 355 | + position: absolute; |
| 356 | + z-index: 999; |
| 357 | + background-image: none; |
| 358 | + filter: none; |
| 359 | + background-color: #666; |
| 360 | + border: none; |
| 361 | + border-bottom: 1px solid #34302D; |
| 362 | + box-shadow: none; |
| 363 | + position: relative; |
| 364 | + border-radius: 0; |
| 365 | + padding: 0; |
| 366 | +} |
| 367 | + |
| 368 | +.header--application .application--name { |
| 369 | + font-family: "Montserrat",sans-serif; |
| 370 | + font-size: 24px; |
| 371 | + line-height: 24px; |
| 372 | + color: #ebf1e7; |
| 373 | + display: inline-block; |
| 374 | + margin-top: 10px; |
| 375 | + margin-bottom: 10px; |
| 376 | +} |
| 377 | + |
| 378 | +.header--application .navbar-inner .navbar-link a { |
| 379 | + color: #eeeeee; |
| 380 | + text-transform: uppercase; |
| 381 | + text-shadow: none; |
| 382 | + font-size: 14px; |
| 383 | + line-height: 14px; |
| 384 | + padding: 16px 10px; |
| 385 | + transition: all 0.15s; |
| 386 | + -webkit-transition: all 0.15s; |
| 387 | + -moz-transition: all 0.15s; |
| 388 | + -o-transition: all 0.15s; |
| 389 | + -ms-transition: all 0.15s; |
| 390 | +} |
| 391 | + |
| 392 | +.header--application .navbar-inner .navbar-link:hover a , |
| 393 | +.header--application .navbar-inner .navbar-link.active a { |
| 394 | + color: #ebf1e7; |
| 395 | + background-color: #666; |
| 396 | + box-shadow: none; |
| 397 | +} |
| 398 | + |
| 399 | +.header--application .navbar-inner .navbar-link a>span { |
| 400 | + transition: color 0.15s; |
| 401 | + -webkit-transition: color 0.15s; |
| 402 | + -moz-transition: color 0.15s; |
| 403 | + -o-transition: color 0.15s; |
| 404 | + -ms-transition: color 0.15s; |
| 405 | +} |
| 406 | + |
| 407 | +.header--application .navbar-inner .navbar-link:hover a>span, |
| 408 | +.header--application .navbar-inner .navbar-link.active a>span { |
| 409 | + border-top: 2px solid #6db33f; |
| 410 | + border-bottom: 2px solid #6db33f; |
| 411 | +} |
| 412 | + |
| 413 | +.header--application-urls .navbar-inner { |
| 414 | + background-color: #dedede; |
| 415 | +} |
| 416 | + |
| 417 | +.header--application-urls .navbar-inner li>a, |
| 418 | +.header--application-urls .navbar-inner li>a:hover { |
| 419 | + text-shadow: none; |
| 420 | + color: #34302D; |
| 421 | +} |
| 422 | + |
| 423 | +.header--application-urls .navbar-inner li>a:hover { |
| 424 | + text-decoration:underline; |
| 425 | +} |
0 commit comments