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