You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

80 lines
1.2 KiB

9 years ago
9 years ago
8 years ago
8 years ago
  1. html {
  2. position: relative;
  3. min-height: 100%;
  4. }
  5. body {
  6. /* Margin bottom by footer height */
  7. margin-bottom: 140px;
  8. }
  9. .footer {
  10. position: absolute;
  11. bottom: 0;
  12. width: 100%;
  13. /* Set the fixed height of the footer here */
  14. height: 81px;
  15. line-height: 80px;
  16. color: #AAA;
  17. border-top: 1px solid #eee;
  18. }
  19. .footer ul {
  20. list-style: none;
  21. margin: 0;
  22. padding: 0;
  23. font-size: small;
  24. }
  25. .footer li {
  26. display: inline-block;
  27. margin: 0 10px 0 0;
  28. }
  29. #logo {
  30. max-height: 50px;
  31. margin-top: -16px;
  32. }
  33. #nav-main-sections > li > a {
  34. text-transform: uppercase;
  35. font-size: small;
  36. }
  37. @media (min-width: 768px) {
  38. .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li > a:hover {
  39. border-bottom: 5px solid #eee;
  40. padding-bottom: 25px;
  41. }
  42. }
  43. .navbar-text {
  44. font-size: small;
  45. }
  46. .status {
  47. font-size: 24px;
  48. }
  49. .status.icon-up { color: #5cb85c; }
  50. .status.icon-up.new, .status.icon-paused { color: #CCC; }
  51. .status.icon-grace { color: #f0ad4e; }
  52. .status.icon-down { color: #d9534f; }
  53. .hc-dialog {
  54. background: #FFF;
  55. padding: 2em;
  56. margin-top: 100px;
  57. }
  58. .hc-dialog h1 {
  59. margin: 0;
  60. }
  61. .dialog-body {
  62. margin: 24px 0;
  63. }
  64. pre {
  65. border: 0;
  66. }