devel_themer.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. #themer-toggle {
  2. background: #333;
  3. border-right: 1px solid #000;
  4. border-top: 1px solid #000;
  5. bottom: 0;
  6. color: #fff;
  7. cursor: pointer;
  8. font-size: 100%;
  9. left: 0;
  10. padding: .25em .5em;
  11. position: fixed;
  12. z-index: 10002;
  13. }
  14. #themer-toggle > input {
  15. margin-right: .25em;
  16. }
  17. .devel-themer-wrapper {
  18. display: inline;
  19. margin: 0;
  20. padding: 0;
  21. }
  22. #themer-fixeder {
  23. position: fixed;
  24. right: 10px;
  25. top: 10px;
  26. z-index: 100000;
  27. }
  28. #themer-relativer {
  29. position: relative;
  30. }
  31. #themer-popup {
  32. background-color: #333;
  33. border: 1px solid #000;
  34. color: #fff;
  35. display: none;
  36. font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, Geneva, sans-serif;
  37. font-size: 10px;
  38. line-height: 1.5;
  39. position: absolute;
  40. right: 0;
  41. text-align: left;
  42. width: 400px;
  43. z-index: 100001;
  44. }
  45. #themer-popup h2,
  46. #themer-popup h3,
  47. #themer-popup h4 {
  48. font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, Geneva, sans-serif;
  49. }
  50. #themer-popup a,
  51. #themer-popup a:visited,
  52. #themer-popup span.parent {
  53. border-bottom: 1px dotted #aaa;
  54. color: #fff;
  55. cursor: pointer;
  56. font-weight: bold;
  57. margin-bottom: -4px;
  58. text-decoration: none;
  59. }
  60. #themer-popup .topper {
  61. background: #fff;
  62. background-image: -moz-linear-gradient(top, #888 0%, #444 100%);
  63. background-image: -ms-linear-gradient(top, #888 0%, #444 100%);
  64. background-image: -o-linear-gradient(top, #888 0%, #444 100%);
  65. background-image: -webkit-linear-gradient(top, #888 0%, #444 100%);
  66. background-image: linear-gradient(top, #888 0%, #444 100%);
  67. cursor: move;
  68. height: 20px;
  69. line-height: 20px;
  70. padding: 0 5px;
  71. text-align: center;
  72. }
  73. #themer-popup .close {
  74. cursor: pointer;
  75. float: right;
  76. font-weight: bold;
  77. }
  78. #themer-popup .starter {
  79. font-size: 150%;
  80. line-height: 1.25;
  81. padding: 0 .2em;
  82. }
  83. #themer-popup #parents {
  84. background-color: #222;
  85. padding: .5em;
  86. }
  87. #themer-popup .row {
  88. border-top: 1px solid #777;
  89. margin: 0;
  90. padding: .5em;
  91. }
  92. #themer-popup dl {
  93. margin: 0;
  94. padding: 0;
  95. }
  96. #themer-popup dd {
  97. display: block;
  98. margin: 0 0 12px;
  99. padding: 0 0 0 12px;
  100. }
  101. #themer-popup .info .key {
  102. font-size: 150%;
  103. }
  104. #themer-popup .candidates,
  105. #themer-popup .preprocessors,
  106. #themer-popup .processors {
  107. font-weight: bold;
  108. }
  109. #themer-popup .candidates > .delimiter,
  110. #themer-popup .preprocessors > .delimiter,
  111. #themer-popup .processors > .delimiter {
  112. font-weight: normal;
  113. }
  114. #themer-popup img.throbber {
  115. left: 3px;
  116. position: absolute;
  117. top: 2px;
  118. }
  119. #themer-popup .devel-obj-output,
  120. #themer-popup .krumo-root {
  121. margin: 0;
  122. max-height: 250px;
  123. overflow: auto;
  124. }
  125. #themer-popup .devel-obj-output dt {
  126. cursor: pointer;
  127. }
  128. #themer-popup .devel-obj-output dd {
  129. display: none;
  130. }
  131. #themer-popup .krumo-element {
  132. background: #444;
  133. }
  134. #themer-popup .krumo-expand {
  135. background: #777;
  136. }
  137. #themer-popup .krumo-hover {
  138. background: #000;
  139. }
  140. #themer-popup .krumo-preview {
  141. background: #555;
  142. }
  143. #themer-popup li.krumo-footnote {
  144. display: none;
  145. }
  146. #themer-popup h4 {
  147. color: #999;
  148. font-size: 10px;
  149. font-weight: normal;
  150. margin: 0;
  151. text-align: center;
  152. }
  153. #themer-popup .item-list ul li {
  154. background: none;
  155. list-style: none;
  156. margin: 0;
  157. padding: 0 0 0 .5em;
  158. text-indent: -.5em;
  159. }
  160. #themer-popup .item-list ul li:before {
  161. content: "- ";
  162. }