devel_themer.css 2.9 KB

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