123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- /* standard EDoc style sheet */
- body {
- font-family: Verdana, Arial, Helvetica, sans-serif;
- margin-left: .25in;
- margin-right: .2in;
- margin-top: 0.2in;
- margin-bottom: 0.2in;
- color: #000000;
- background-color: #ffffff;
- }
- h1,h2 {
- margin-left: -0.2in;
- }
- div.navbar {
- background-color: #add8e6;
- padding: 0.2em;
- }
- h2.indextitle {
- padding: 0.4em;
- background-color: #add8e6;
- }
- h3.function,h3.typedecl {
- background-color: #add8e6;
- padding-left: 1em;
- }
- div.spec {
- margin-left: 2em;
-
- background-color: #eeeeee;
- }
- a.module {
- text-decoration:none
- }
- a.module:hover {
- background-color: #eeeeee;
- }
- ul.definitions {
- list-style-type: none;
- }
- ul.index {
- list-style-type: none;
- background-color: #eeeeee;
- }
- /*
- * Minor style tweaks
- */
- ul {
- list-style-type: square;
- }
- table {
- border-collapse: collapse;
- }
- td {
- padding: 3px;
- vertical-align: middle;
- }
- /*
- Tune styles
- */
- table[summary="navigation bar"] {
- background-image: url('http://zotonic.com/lib/images/logo.png');
- background-repeat: no-repeat;
- background-position: center;
- }
- code, p>tt, a>tt {
- font-size: 1.2em;
- }
- p {
- line-height: 1.5;
- }
|