You are here

skin.css in Devel 7

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

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

ul.krumo-node {
  margin: 0px;
  padding: 0px;
  background-color: white;
  }
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 11px tahoma, verdana;
  border: solid 1px white;
  }

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

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

  background-color: white;
  background-image: url(%url%empty.gif);
  background-repeat: no-repeat;
  background-position: 6px 5px;
  padding: 2px 0px 3px 20px;
  }
* html div.krumo-element {
  padding-bottom: 3px;
  line-height: 13px;
  }
div.krumo-expand {
  background-image: url(%url%collapsed.gif);
  cursor:pointer;
  }
div.krumo-hover {
  background-color: #BFDFFF;
  }
div.krumo-opened {
  background-image: url(%url%expanded.gif);
  }
a.krumo-name {
  color:navy;
  font: bold 13px courier new;
  line-height:12px;
  }
a.krumo-name span.krumo-big {
  font: bold 16pt Georgia;
  line-height: 10px;
  position:relative;
  top:2px;
  left:-2px;
  }
* html a.krumo-name span.krumo-big {
  font: bold 15pt Georgia;
  float:left;
  top: -5px;
  left: 0px;
  padding: 0px;
  margin: 0px;
  }
em.krumo-type {
  font-style:normal;
  margin: 0px 2px;
  }

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

div.krumo-preview {
  font: normal 13px courier new;
  padding: 5px ;
  background: lightyellow;
  border: solid 1px #808000;
  overflow:auto;
  margin: 5px 1em 1em 0px;
  white-space: pre;
  }
* html div.krumo-preview {
  padding-top: 2px;
  }

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

li.krumo-footnote {
  background: white url(%url%dotted.gif) repeat-x;
  padding: 4px 5px 3px 5px;
  list-style:none;
  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:navy;
  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 tahoma, verdana;
  position: relative;
  top: 1px;
  }
li.krumo-footnote span.krumo-call code {
  font-weight:bold;
  }

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

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

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

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

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

File

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