Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

snf-configuration.css 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. a {
  2. text-decoration: none;
  3. }
  4. body {
  5. font-family:Verdana, Geneva, sans-serif;
  6. font-size:1em;
  7. font-weight: normal;
  8. }
  9. .banner {
  10. font-weight:bold;
  11. border-top-width: thin;
  12. border-right-width: thin;
  13. border-bottom-width: thin;
  14. border-left-width: thin;
  15. border-top-style: solid;
  16. border-right-style: solid;
  17. border-bottom-style: solid;
  18. border-left-style: solid;
  19. background-color: #F7931E;
  20. text-align: center;
  21. }
  22. .chart {
  23. margin-top: 0.5em;
  24. margin-bottom: 0.5em;
  25. }
  26. .chart-header {
  27. border-top-width: thin;
  28. border-right-width: thin;
  29. border-bottom-width: thin;
  30. border-left-width: thin;
  31. border-top-style: solid;
  32. border-right-style: solid;
  33. border-bottom-style: solid;
  34. border-left-style: solid;
  35. background-color: #F90;
  36. font-weight: bold;
  37. padding: 0.2em;
  38. }
  39. .chart-label {
  40. border-top-width: thin;
  41. border-right-width: thin;
  42. border-bottom-width: thin;
  43. border-left-width: thin;
  44. border-top-style: solid;
  45. border-right-style: solid;
  46. border-bottom-style: solid;
  47. border-left-style: solid;
  48. background-color: #FC0;
  49. font-weight: bold;
  50. padding: 0.2em;
  51. white-space: nowrap;
  52. }
  53. .chart-value {
  54. border-top-width: thin;
  55. border-right-width: thin;
  56. border-bottom-width: thin;
  57. border-left-width: thin;
  58. border-top-style: solid;
  59. border-right-style: solid;
  60. border-bottom-style: solid;
  61. border-left-style: solid;
  62. padding: .2em;
  63. white-space: nowrap;
  64. }
  65. .xhdr-chart {
  66. width: 80%;
  67. }
  68. .xhdr-col1 {
  69. width: 35%;
  70. }
  71. .xhdr-col2 {
  72. }
  73. .xhdr-col3 {
  74. }
  75. .oncolor {
  76. background-color: #9F9;
  77. }
  78. .offcolor {
  79. background-color: #FCF;
  80. }
  81. .notset {
  82. background-color: #CCC;
  83. }
  84. .section {
  85. margin-top: 1em;
  86. }
  87. .section-label {
  88. font-weight: bold;
  89. text-decoration: underline;
  90. font-size: large;
  91. margin-top: .5em;
  92. margin-bottom: .5em;
  93. }
  94. .section-item {
  95. position: relative;
  96. left: 2em;
  97. }
  98. .sub-section {
  99. margin-top: .5em;
  100. position: relative;
  101. left: 2em;
  102. }
  103. .item-label {
  104. font-weight: bold;
  105. padding-right: 1em;
  106. }
  107. .item-value {
  108. font-family: "Lucida Console", Monaco, monospace;
  109. font-weight: normal;
  110. }
  111. .node {
  112. }
  113. .paths {
  114. }
  115. .logs {
  116. }
  117. .network {
  118. }
  119. .xci {
  120. }
  121. .gbudb {
  122. }
  123. .rule-panics {
  124. }
  125. .platform {
  126. }
  127. .msg-file {
  128. }