3 font-family: Verdana,Arial,Helvetica,sans-serif;
11 h1,h2,h3,h4 { margin: 0; color: #efefef; background: transparent; }
12 h1 { font-size: 150%; }
13 h2,h3,h4 { margin-top: 1em; }
15 a { background: #eef; color: #039; text-decoration: none; }
16 a:hover { background: #039; color: #eef; }
18 /* Override the base stylesheet's Anchor inside a table cell */
20 background: transparent;
22 text-decoration: none;
25 /* and inside a section title */
27 background: transparent;
29 text-decoration: none;
32 /* === Structural elements =================================== */
46 div#index .section-bar {
54 div#classHeader, div#fileHeader {
57 padding: 0.5em 1.5em 0.5em 1.5em;
60 border-bottom: 3px solid #006;
63 div#classHeader a, div#fileHeader a {
68 div#classHeader td, div#fileHeader td {
83 .class-name-in-header {
90 padding: 0 1.5em 0 1.5em;
96 border: 1px dotted #999;
99 div#description h1,h2,h3,h4,h5,h6 {
101 background: transparent;
104 div#validator-badges {
107 div#validator-badges img { border: 0; }
112 font: 0.75em sans-serif;
119 /* === Classes =================================== */
139 border-bottom: 1px solid #999;
150 border: 1px solid #999;
153 .top-aligned-row { vertical-align: top }
154 .bottom-aligned-row { vertical-align: bottom }
156 /* --- Context section classes ----------------------- */
159 .context-item-name { font-family: monospace; font-weight: bold; color: black; }
160 .context-item-value { font-size: small; color: #448; }
161 .context-item-desc { color: #333; padding-left: 2em; }
163 /* --- Method classes -------------------------- */
169 border: 1px dotted #ccc;
174 border-bottom: 1px solid #666;
175 padding: 0.2em 0.5em 0 0.5em;
177 .method-signature { color: black; background: inherit; }
178 .method-name { font-weight: bold; }
179 .method-args { font-style: italic; }
180 .method-description { padding: 0 0.5em 0 0.5em; }
182 /* --- Source code sections -------------------- */
184 a.source-toggle { font-size: 90%; }
185 div.method-source-code {
190 border: 1px dashed #999;
194 div.method-source-code pre { color: #ffdead; overflow: hidden; }
196 /* --- Ruby keyword styles --------------------- */
198 .standalone-code { background: #221111; color: #ffdead; overflow: hidden; }
200 .ruby-constant { color: #7fffd4; background: transparent; }
201 .ruby-keyword { color: #00ffff; background: transparent; }
202 .ruby-ivar { color: #eedd82; background: transparent; }
203 .ruby-operator { color: #00ffee; background: transparent; }
204 .ruby-identifier { color: #ffdead; background: transparent; }
205 .ruby-node { color: #ffa07a; background: transparent; }
206 .ruby-comment { color: #b22222; font-weight: bold; background: transparent; }
207 .ruby-regexp { color: #ffa07a; background: transparent; }
208 .ruby-value { color: #7fffd4; background: transparent; }