default2.css

squi.rb

This application is distributed under the GPL.

Send all comments or suggestions to jonathantan86@hotmail.com.

This is version 0.11 (Mar 14, 2006).
Older versions: 0.1

 body {background: #222; color: white; 
 font-family: "Bitstream Vera Sans", Verdana, Arial, sans-serif; font-size: 0.8em;}
 div#title {padding: 4px; border: 2px solid #111;
 background: black; color: white; text-align: center;}
 
 td#toc, td#content {vertical-align: top; padding: 1em 0 2em;}
 
 td#toc {color: #eee;}
 td#toc h2 {margin: 0 0 .4em; padding: 0; font-weight: bold; font-size: 1.1em; color: #afa;}
 td#toc h2 a {color: #ffc; text-decoration: none;}
 td#toc h2 a:hover {text-decoration: underline;}
 
 td#toc ul {margin: 0 0 1em 0.8em; padding: 0;}
 td#toc li {margin: 0.4em 0 .4em 0.6em; padding: 0; list-style: none; text-indent: -1em; line-height: 100%;}
 
 td#toc li.folder a {color: #ccf}
 td#toc li.link a {color: #cfc;}
 td#toc li.folder a, td#toc li.link a {text-decoration: none;}
 td#toc li.folder a:hover, td#toc li.link a:hover {text-decoration: underline;}
 
 td#toc span.current {color: white; font-weight: bold;}
 
 td#toc p {margin: 0 0 0.7em 0; padding: 0;}
 td#toc a {color: #ccf; text-decoration: none;}
 td#toc a:hover {text-decoration: underline;}
 
 td#content h1 {margin: 0 0 0.5em 0; padding: 0; font-size: 2em; color: #ffb; line-height: 100%;}
 td#content h2, td#content h3 {margin: 1em 0 0.7em 0; padding: 0; line-height: 100%;}
 td#content h2 {font-size: 1.1em; font-weight: bold; color: #afa;}
 td#content h3 {font-size: 1em; font-weight: bold; color: #9e9;}
 td#content p {margin: 0 0 0.7em 0; padding: 0;}
 td#content pre {display: block; border: 1px solid #555; padding: 0.3em; 
 font: 0.8em "Bitstream Vera Sans Mono", "Lucida Console", monospace;}
 
 td#content div.folder, td#content div.link {margin: 2px 0;}
 td#content div.folder a {color: #ccf;}
 td#content div.link a {color: #cfc;}
 td#content div.folder a:hover, td#content div.link a:hover {text-decoration: underline;}
 
 td#content a {text-decoration: none; color: #bbf;}
 td#content a:hover {text-decoration: underline;}
 
 code {font-family: "Bitstream Vera Sans Mono", "Lucida Console", monospace;}