You are here

skin.css in Devel 7

/**
* Krumo Default Skin
*
* @author Kaloyan K. Tsvetkov <mrasnika@users.sourceforge.net>
*/

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

ul.krumo-node {
  margin: 0px;
  padding: 0px;
  }
ul.krumo-node ul {
  margin-left: 20px;
  }
* html ul.krumo-node ul {
  margin-left: 24px;
  }
div.krumo-root {
  border: solid 1px black;
  margin: 1em 0em;
  }
ul.krumo-first {
  font: normal 12px arial;
  border: solid 2px white;
  border-top-width:1px;
  background: url(%url%bg.gif);
  }

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

li.krumo-child {
  display:block;
  list-style: none;
  padding: 0px;
  margin: 0px;
  overflow:hidden;
  }
div.krumo-element {
  cursor:default;

  line-height: 24px;
  display:block;

  clear:both;
  white-space:nowrap;

  border-top: solid 1px white;
  background: #E8E8E8;
  padding-left: 10px;
  }
* html div.krumo-element {
  padding-bottom: 3px;
  }
a.krumo-name {
  color:#2C5858;
  font: bold 13px Arial;
  }
a.krumo-name span.krumo-big {
  font: bold 20pt Georgia;
  line-height: 14px;
  position:relative;
  top:2px;
  left:-2px;
  }
* html a.krumo-name span.krumo-big {
  font: bold 19pt Georgia;
  top: 5px;
  left: 0px;
  line-height: 9px;
  height: 12px;
  padding: 0px;
  margin: 0px;
  }
div.krumo-expand {
  background: #CCCCCC;
  cursor:pointer;
  }
div.krumo-hover {
  background: #B7DBDB;
  }

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

div.krumo-preview {
  font: normal 13px courier new;
  padding: 5px 5px 14px 5px;
  background: white;
  border-top: 0px;
  overflow:auto;
  white-space: pre;
  }
* html div.krumo-preview {
  padding-top: 2px;
  }

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

li.krumo-footnote {
  background:white;
  padding: 2px 5px;
  list-style:none;
  border-top: solid 1px #bebebe;
  margin-top:2px;
  cursor:default;
  }
* html li.krumo-footnote {
  line-height: 13px;
  }
div.krumo-version {
  float:right;
  }
li.krumo-footnote h6 {
  font: bold 11px verdana;
  margin: 0px;
  padding: 0px;
  color:#366D6D;
  display:inline;
  }
* html li.krumo-footnote h6 {
  margin-right: 3px;
  }
li.krumo-footnote a {
  font: bold 10px arial;
  color: #434343;
  text-decoration:none;
  }
li.krumo-footnote a:hover {
  color:black;
  }

li.krumo-footnote span.krumo-call {
  font:normal 11px verdana;
  position: relative;
  top: 1px;
  }
li.krumo-footnote span.krumo-call code {
  font-weight:bold;
  }

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

div.krumo-title {
  font: normal 11px verdana ;
  position:relative;
  top:9px;
  cursor:default;
  line-height:2px;
  }

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

strong.krumo-array-length,
strong.krumo-string-length {
  font-weight: normal;
  }

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

File

krumo/skins/default/skin.css
View source
  1. /**
  2. * Krumo Default Skin
  3. *
  4. * @author Kaloyan K. Tsvetkov
  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: #E8E8E8;
  43. padding-left: 10px;
  44. }
  45. * html div.krumo-element {
  46. padding-bottom: 3px;
  47. }
  48. a.krumo-name {
  49. color:#2C5858;
  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: #CCCCCC;
  70. cursor:pointer;
  71. }
  72. div.krumo-hover {
  73. background: #B7DBDB;
  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:#366D6D;
  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. /* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */