18 background: #fff url(../pictures/background-image.png) no-repeat 0 0;
46 /* no dotted line around clicked tabs */
63 /* Table of Contents */
64 /* first level toc (unnumbered) */
70 background: #6aec7c url(../pictures/nav-bg.png) repeat-x top left;
75 -moz-border-radius-bottomleft: 7px;
76 -moz-border-radius-bottomright: 7px;
77 -webkit-border-bottom-left-radius: 7px;
78 -webkit-border-bottom-right-radius: 7px;
79 border-bottom-left-radius: 7px;
80 border-bottom-right-radius: 7px;
86 text-decoration: none;
90 list-style-type: none;
95 #tocframe > ul:first-child > li:first-child a {
97 background: #6aec7c url(../pictures/lily-home-nav-bg.png) no-repeat 50% 50%;
99 -moz-border-radius-bottomleft: 7px;
100 -webkit-border-bottom-left-radius: 7px;
101 border-bottom-left-radius: 7px;
104 #tocframe > ul:first-child > li:first-child a:hover {
105 background: #6aec7c url(../pictures/lily-home-nav-hover.png) no-repeat 50% 50%;
109 #tocframe > ul:first-child > li:first-child.toc_current a {
111 background: url(../pictures/lily-home-nav-active.png) no-repeat 50% 50%;
115 #tocframe > ul:first-child > li:first-child.toc_current a:hover {
117 background: url(../pictures/lily-home-nav-active.png) no-repeat 50% 50%;
121 #tocframe > ul:first-child > li:last-child {
123 -moz-border-radius-bottomright: 7px;
124 -webkit-border-bottom-right-radius: 7px;
125 border-bottom-right-radius: 7px;
138 background: #6aec7c url(../pictures/nav-bg.png);
140 padding: 0.45em 0.8%;
144 #tocframe li form input {
152 -moz-border-radius-topright: 20px;
153 -moz-border-radius-bottomright: 20px;
154 -webkit-border-top-right-radius: 20px;
155 -webkit-border-bottom-right-radius: 20px;
156 border-top-right-radius: 20px;
157 border-bottom-right-radius: 20px;
160 #tocframe li form input[type="hidden"] {
170 background: #6aec7c url(../pictures/nav-bg.png);
179 #tocframe li a:hover {
180 background: url(../pictures/nav-hover.png);
183 #tocframe li.toc_current a,
184 #tocframe li.toc_current a:hover {
185 background: url(../pictures/nav-active.png);
187 text-decoration: underline;
190 /* second level toc (unnumberedsec) */
191 #tocframe .toc .toc {
201 #tocframe .toc .toc li {
207 #tocframe .toc .toc li:first-child a {
208 -moz-border-radius-topleft: 7px;
209 -moz-border-radius-bottomleft: 7px;
210 -webkit-border-top-left-radius: 7px;
211 -webkit-border-bottom-left-radius: 7px;
212 border-top-left-radius: 7px;
213 border-bottom-left-radius: 7px;
216 #tocframe .toc .toc li:last-child a {
217 -moz-border-radius-topright: 7px;
218 -moz-border-radius-bottomright: 7px;
219 -webkit-border-top-right-radius: 7px;
220 -webkit-border-bottom-right-radius: 7px;
221 border-top-right-radius: 7px;
222 border-bottom-right-radius: 7px;
225 #tocframe .toc .toc li a {
231 text-decoration: none;
238 #tocframe .toc .toc li a:hover {
242 /* colored second-level TOC items */
243 #tocframe .toc .toc li.color1 a {
244 background: #9ccc7c url(../pictures/color1-bg.png) repeat-x top left;
247 #tocframe .toc .toc li.color2 a {
248 background: #bbcf81 url(../pictures/color2-bg.png) repeat-x top left;
251 #tocframe .toc .toc li.color3 a {
252 background: #dbd286 url(../pictures/color3-bg.png) repeat-x top left;
255 #tocframe .toc .toc li.color4 a {
256 background: #fad58c url(../pictures/color4-bg.png) repeat-x top left;
259 #tocframe .toc .toc li.colorDefault a {
260 background: #8cbc6c url(../pictures/nav-bg-2.png) repeat-x top left;
264 #tocframe .toc .toc li.colorDefault a:hover {
265 background: #8cbc6c url(../pictures/nav-hover-2.png) repeat-x top left;
269 #tocframe .toc .toc li.color1 a:hover {
270 background: #addd8d url(../pictures/color1-hover.png) repeat-x top left;
273 #tocframe .toc .toc li.color2 a:hover {
274 background: #ccdf92 url(../pictures/color2-hover.png) repeat-x top left;
277 #tocframe .toc .toc li.color3 a:hover {
278 background: #ece297 url(../pictures/color3-hover.png) repeat-x top left;
281 #tocframe .toc .toc li.color4 a:hover {
282 background: #fbe69d url(../pictures/color4-hover.png) repeat-x top left;
285 #tocframe .toc .toc li.toc_current a,
286 #tocframe .toc .toc li.toc_current a:hover {
288 text-decoration: underline;
291 #tocframe .toc .toc li.colorDefault.toc_current a,
292 #tocframe .toc .toc li.colorDefault.toc_current a:hover {
293 background: #8cbc6c url(../pictures/nav-active-2.png) repeat-x top left;
295 text-decoration: underline;
298 #tocframe .toc .toc li.color1.toc_current a,
299 #tocframe .toc .toc li.color1.toc_current a:hover {
300 background: #beee9e url(../pictures/color1-active.png) repeat-x top left;
303 #tocframe .toc .toc li.color2.toc_current a,
304 #tocframe .toc .toc li.color2.toc_current a:hover {
305 background: #ddefa3 url(../pictures/color2-active.png) repeat-x top left;
308 #tocframe .toc .toc li.color3.toc_current a,
309 #tocframe .toc .toc li.color3.toc_current a:hover {
310 background: #fdf4a8 url(../pictures/color3-active.png) repeat-x top left;
313 #tocframe .toc .toc li.color4.toc_current a,
314 #tocframe .toc .toc li.color4.toc_current a:hover {
315 background: #fcf7ae url(../pictures/color4-active.png) repeat-x top left;
318 /* third level toc (unnumberedsubsec) */
319 #tocframe .toc .toc .toc {
326 #tocframe .toc .toc .toc li {
332 #tocframe .toc .toc .toc li a {
336 text-decoration: none;
343 #tocframe .toc .toc .toc li a:hover {
347 #tocframe .toc .toc .toc li.toc_current a {
351 #tocframe .toc .toc .toc li.toc_current a:hover {
358 /* this value may need to be adjusted */
364 margin: 0 auto 11.7em;
365 /* Necessary to stretch over floated content;
366 * will cause scrollbars to appear for content
367 * that is wider than the width of this div.
369 * FIXME: This breaks Konqueror 3 and 4.
374 /* FIXME: does not work in IE<=6 */
375 #main > a:first-child {
389 #pageHeader .heading {
418 margin: 4em 13em 0 0;
421 #quickSummary .subheading {
422 background: #fff url(../pictures/summary-gradient.png) repeat-y 0 0;
434 background: transparent url(../pictures/squiggle.jpg) no-repeat 40% 60%;
442 margin: 0 13em 1em 0;
448 .news-item .subsubheading {
450 padding: 0 0 0 0.5em;
451 border-bottom: 1px solid #5b7f64;
457 /* Not sure how to style the testimonials */
462 .testimonial-item .subsubheading {
464 padding: 0 0 0 0.5em;
467 .testimonial-item img.float-left,
468 .testimonial-item img.float-right {
472 .testimonial-item p {
488 border-left: 1px solid #5b7f64;
497 border-left: 1px solid #5b7f64;
500 #latestVersion .subheading {
508 #wildCardBox .subheading {
516 /* this might not work in certain browsers */
517 a[name="Stable"] + h4 {
518 background: #bdee9d url(../pictures/color1-bg.png) repeat-x top left;
521 /* this might not work in certain browsers */
522 a[name="Unstable"] + h4 {
523 background: #fad58c url(../pictures/color3-bg.png) repeat-x top left;
526 #latestVersion .subsubheading {
527 padding: 0.08em 0.25em;
528 border-bottom: 1px solid #5b7f64;
541 border-top: 10px solid #5b7f64;
556 border-bottom: 10px solid #5b7f64;
562 margin: 0.25em 0 0 0;
565 /* used on website; not certain about the above ones.
582 #verifier_texinfo h3 {
585 text-indent: -9999em;
590 #verifier_texinfo img {
591 vertical-align: middle;
596 #verifier_texinfo p {
603 h1.unnumbered, h2.unnumberedsec, h3.unnumberedsubsec {
614 padding: 0 0 0 0.5em;
615 border-left: 3px solid green;
649 border: 1px solid #bbb;
653 div.float-left a.clickable,
654 div.float-center a.clickable,
655 div.float-right a.clickable {
656 text-decoration: overline;
684 border: 1px solid #9ccc7c;
689 .column-center-top h3 {
690 background: #9ccc7c url(../pictures/color1-bg.png) repeat-x top left;
692 border-bottom: 1px solid #9ccc7c;
701 .column-left-bottom {
709 .column-left-bottom {
710 border: 1px solid #adce82;
715 .column-left-bottom h3 {
716 background: #adce82 url(../pictures/color2-bg.png) repeat-x top left;
717 border-bottom: 1px solid #adce82;
726 .column-right-bottom {
733 .column-right-bottom {
734 border: 1px solid #bdd088;
738 .column-right-top h3,
739 .column-right-bottom h3 {
740 background: #bdd088 url(../pictures/color3-bg.png) repeat-x top left;
741 border-bottom: 1px solid #bdd088;
744 .column-center-bottom {
748 border: 1px solid #ccd38f;
753 .column-center-bottom h3 {
754 background: #ccd38f url(../pictures/color4-bg.png) repeat-x top left;
756 border-bottom: 1px solid #ccd38f;
760 .column-center-bottom,
764 .column-right-bottom {
768 .column-center-top h3,
769 .column-center-bottom h3,
771 .column-left-bottom h3,
772 .column-right-top h3,
773 .column-right-bottom h3 {
779 .column-center-top h4,
780 .column-center-bottom h4,
782 .column-left-bottom h4,
783 .column-right-top h4,
784 .column-right-bottom h4 {
786 padding: 0.5em 0.5em 0;
790 .column-center-top ul,
791 .column-center-bottom ul,
793 .column-left-bottom ul,
794 .column-right-top ul,
795 .column-right-bottom ul {
796 list-style-type: none;
801 .column-center-top li,
802 .column-center-bottom li,
804 .column-left-bottom li,
805 .column-right-top li,
806 .column-right-bottom li {
812 .column-center-top p,
813 .column-center-bottom p,
815 .column-left-bottom p,
817 .column-right-bottom p {
821 .column-center-top img.float-left,
822 .column-center-top img.float-right,
823 .column-center-bottom img.float-left,
824 .column-center-bottom img.float-right,
825 .column-left-top img.float-left,
826 .column-left-top img.float-right,
827 .column-left-bottom img.float-left,
828 .column-left-bottom img.float-right,
829 .column-right-top img.float-left,
830 .column-right-top img.float-right,
831 .column-right-bottom img.float-left,
832 .column-right-bottom img.float-right {
836 /* Centered divs by color */
856 border: 1px solid #9ccc7c;
862 border-bottom: 1px solid #9ccc7c;
866 border: 1px solid #adce82;
871 border-bottom: 1px solid #adce82;
875 border: 1px solid #bdd088;
880 border-bottom: 1px solid #bdd088;
884 border: 1px solid #ccd38f;
889 border-bottom: 1px solid #ccd38f;
893 list-style-type: disc;
902 .normal-table table {
908 .normal-table table td {
912 .normal-table table a {
936 border: 1px solid green;
937 /* Experimental rounded corners */
938 -moz-border-radius: 10px;
939 -webkit-border-radius: 10px;
953 border: 1px solid green;
978 border: 10px dotted green;
998 /* kill title, probably best done in the init file, though */
1002 text-indent: -999em;