skin.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. /**
  2. * Krumo "Orange" Skin
  3. *
  4. * @author Kaloyan K. Tsvetkov <mrasnika@users.sourceforge.net>
  5. */
  6. /* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
  7. ul.krumo-node {
  8. margin: 0px;
  9. padding: 0px;
  10. }
  11. ul.krumo-node ul {
  12. margin-left: 20px;
  13. }
  14. * html ul.krumo-node ul {
  15. margin-left: 24px;
  16. }
  17. div.krumo-root {
  18. border: solid 1px black;
  19. margin: 1em 0em;
  20. }
  21. ul.krumo-first {
  22. font: normal 12px arial;
  23. border: solid 2px white;
  24. border-top-width:1px;
  25. background: url(%url%bg.gif);
  26. }
  27. /* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
  28. li.krumo-child {
  29. display:block;
  30. list-style: none;
  31. padding: 0px;
  32. margin: 0px;
  33. overflow:hidden;
  34. }
  35. div.krumo-element {
  36. cursor:default;
  37. line-height: 24px;
  38. display:block;
  39. clear:both;
  40. white-space:nowrap;
  41. border-top: solid 1px white;
  42. background: #FCEBA9;
  43. padding-left: 10px;
  44. }
  45. * html div.krumo-element {
  46. padding-bottom: 3px;
  47. }
  48. a.krumo-name {
  49. color:#404000;
  50. font: bold 13px Arial;
  51. }
  52. a.krumo-name span.krumo-big {
  53. font: bold 20pt Georgia;
  54. line-height: 14px;
  55. position:relative;
  56. top:2px;
  57. left:-2px;
  58. }
  59. * html a.krumo-name span.krumo-big {
  60. font: bold 19pt Georgia;
  61. top: 5px;
  62. left: 0px;
  63. line-height: 9px;
  64. height: 12px;
  65. padding: 0px;
  66. margin: 0px;
  67. }
  68. div.krumo-expand {
  69. background: #FADB61;
  70. cursor:pointer;
  71. }
  72. div.krumo-hover {
  73. background: #FF8A4B;
  74. }
  75. /* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
  76. div.krumo-preview {
  77. font: normal 13px courier new;
  78. padding: 5px 5px 14px 5px;
  79. background: white;
  80. border-top: 0px;
  81. overflow:auto;
  82. white-space: pre;
  83. }
  84. * html div.krumo-preview {
  85. padding-top: 2px;
  86. }
  87. /* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
  88. li.krumo-footnote {
  89. background:white;
  90. padding: 2px 5px;
  91. list-style:none;
  92. border-top: solid 1px #bebebe;
  93. margin-top:2px;
  94. cursor:default;
  95. }
  96. * html li.krumo-footnote {
  97. line-height: 13px;
  98. }
  99. div.krumo-version {
  100. float:right;
  101. }
  102. li.krumo-footnote h6 {
  103. font: bold 11px verdana;
  104. margin: 0px;
  105. padding: 0px;
  106. color:#E87400;
  107. display:inline;
  108. }
  109. * html li.krumo-footnote h6 {
  110. margin-right: 3px;
  111. }
  112. li.krumo-footnote a {
  113. font: bold 10px arial;
  114. color: #434343;
  115. text-decoration:none;
  116. }
  117. li.krumo-footnote a:hover {
  118. color:black;
  119. }
  120. li.krumo-footnote span.krumo-call {
  121. font:normal 11px verdana;
  122. position: relative;
  123. top: 1px;
  124. }
  125. li.krumo-footnote span.krumo-call code {
  126. font-weight:bold;
  127. }
  128. /* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
  129. div.krumo-title {
  130. font: normal 11px verdana ;
  131. position:relative;
  132. top:9px;
  133. cursor:default;
  134. line-height:2px;
  135. }
  136. /* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
  137. strong.krumo-array-length,
  138. strong.krumo-string-length {
  139. font-weight: normal;
  140. }
  141. /* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */