/[Frey]/branches/zimbardo/static/frey.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /branches/zimbardo/static/frey.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1172 - (show annotations)
Sun Jul 5 21:40:16 2009 UTC (14 years, 9 months ago) by dpavlin
File MIME type: text/css
File size: 3629 byte(s)
branch for localisation

1 .frey-status-line {
2 border-top: 1px solid #aaa;
3 color: #444;
4 background-color: #eee;
5 font-size: 80%;
6 padding: 2px;
7 bottom: 0;
8 left: 0;
9 right: 0;
10 position: fixed;
11 z-index: 20;
12 opacity: .5;
13 filter: alpha(opacity=50);
14 }
15
16 .frey-status-line:hover {
17 opacity: 1;
18 filter: alpha(opacity=100);
19 }
20
21 .frey-status-right {
22 position: absolute;
23 right: 0.5em;
24 }
25
26 /* style areas over which you can hoover */
27 .frey-popup,
28 .frey-dropdown {
29 color: #00f;
30 padding: 3px;
31 }
32
33 .frey-popup:hover,
34 .frey-dropdown:hover {
35 background: #eee;
36 text-decoration: underline;
37 }
38
39 a.frey-popup > code,
40 span.frey-popup > code,
41 span.frey-popup > span,
42 a.frey-dropdown > code,
43 span.frey-dropdown > code {
44 display: none; /* hidden by default */
45 color: #000;
46 background: #eee;
47 border: 1px solid #aaa;
48 font-size: 90%;
49 }
50
51 a.frey-popup:hover > code,
52 span.frey-popup:hover > code,
53 span.frey-popup:hover > span,
54 a.frey-dropdown:hover > code,
55 span.frey-dropdown:hover > code {
56 position: absolute;
57 display: block;
58 bottom: 1.25em;
59 left: 1.5em;
60 /*
61 right: 1.5em;
62 */
63 z-index: 30;
64 overflow: hidden;
65 }
66
67 a.frey-dropdown:hover > code {
68 position: relative;
69 top: 0;
70 right: 0;
71 display: block;
72 z-index: 30;
73 }
74
75 .frey-popup code,
76 .frey-dropdown code {
77 white-space: pre-wrap;
78 font-family: monospace;
79 }
80
81 /*
82 .frey-popup span {
83 color: #000;
84 background: #eee;
85 border: 1px solid #aaa;
86 }
87
88 */
89
90 .frey-popup span ul {
91 margin: 3px;
92 }
93
94 /* Frey::Instrospect */
95
96 .frey-introspect tr th {
97 border-bottom: 1px dashed #ccc;
98 }
99
100 /* stop header from jumping around because of hover popup */
101 .frey-introspect tr th.p {
102 text-align: left;
103 }
104
105 .frey-introspect tr td {
106 vertical-align: top;
107 }
108
109 .frey-introspect tr td.m {
110 padding-right: 1em;
111 font-family: monospace;
112 }
113
114 .frey-introspect tr .a {
115 border-left: 1px dashed #ccc;
116 padding-left: 1em;
117 }
118
119 .frey-introspect tr td.a {
120 text-align: right;
121 font-family: monospace;
122 }
123
124 .frey-introspect tr td.t {
125 font-family: monospace;
126 padding-left: 1em;
127 }
128
129 .frey-introspect tr td.p {
130 font-size: 80%;
131 }
132
133 .frey-introspect tr td.p code {
134 font-size: 120%;
135 font-weight: bold;
136 }
137
138 .frey-introspect tr:hover {
139 background: #ffc;
140 }
141
142 .frey-introspect sup {
143 color: #ccc;
144 }
145
146
147 /* fix POD =head parts */
148 a.u {
149 text-decoration: none;
150 color: black;
151 }
152
153
154 /* dark background in sync with my vim setup */
155 .frey-source {
156 font-family: monospace;
157 background: #000;
158 color: #fff;
159 padding: 0.5em;
160 white-space: pre-wrap;
161 /* compress lines to preserve memory footprint in browser for rendering */
162 font-size: 90%;
163 line-height: 1.2ex;
164 }
165
166 .frey-source .keyword { color: #ff6; }
167 .frey-source .core { color: #ff6; }
168 /*
169 .frey-source .word { color: #6f6; }
170 */
171 .frey-source .pod { color: #6ff; }
172 .frey-source .comment { color: #6ff; }
173
174 .frey-source .symbol { color: #6ff; }
175 .frey-source .single { color: #f6f; }
176 .frey-source .double { color: #f6f; }
177 .frey-source .interpolate { color: #f6f; }
178
179 .frey-source .line_number { color: #222; }
180 .frey-source .line_number a { color: #444; text-decoration: none; }
181
182 /* Frey::Dumper */
183
184 .frey-dumper {
185 color: #aaa;
186 }
187
188 .frey-dumper span {
189 color: #000;
190 }
191
192 .frey-dumper ul,
193 .frey-dumper ol {
194 margin-bottom: 0.5em;
195 list-style-position: inside;
196 }
197
198 .frey-dumper ul > li {
199 list-style: none;
200 }
201
202 /*
203 .frey-dumper ul:before {
204 content: "{";
205 }
206
207 .frey-dumper ul:after {
208 content: "}";
209 }
210
211 .frey-dumper ol:before {
212 content: "(";
213 }
214
215 .frey-dumper ol:after {
216 content: ")";
217 }
218 */
219
220 .frey-dumper a.blessed {
221 /*
222 text-decoration: none;
223 */
224 color: #aaa;
225 }
226
227 .frey-info {
228 background: #ccf;
229 padding: 0.5em;
230 }
231
232 .frey-error {
233 background: #ffc;
234 padding: 0.5em;
235 }
236
237 .frey-fatal {
238 border: 3px dashed #f00;
239 }
240

  ViewVC Help
Powered by ViewVC 1.1.26