| 1 | /* insert your CSS customisations below */ |
| 2 | |
| 3 | body { |
| 4 | background-color: #fff; |
| 5 | color: inherit; |
| 6 | } |
| 7 | |
| 8 | #header { |
| 9 | background: #f5f8fc; |
| 10 | border: 1px solid #69c; |
| 11 | margin: 0 1em; |
| 12 | color: #369; |
| 13 | } |
| 14 | |
| 15 | #header .logo { display: none; } |
| 16 | #header .titlebar { margin: 0px; } |
| 17 | #header .site { font-size: 20pt !important; letter-spacing: 0px } |
| 18 | #header .page { color: #690; font-size: 20pt !important } |
| 19 | |
| 20 | #header .page:before { content: ' [ '; } |
| 21 | #header .page:after { content: ' ] '; } |
| 22 | |
| 23 | #sidebar { |
| 24 | width: 14em; |
| 25 | font-family: "Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif; |
| 26 | font-size: 10pt; |
| 27 | padding: 0px; |
| 28 | margin: 1em; |
| 29 | background: #f5f8fc; |
| 30 | border: 1px solid #69c; |
| 31 | } |
| 32 | |
| 33 | #main { |
| 34 | font-family: "Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif; |
| 35 | background: #f5f8fc; |
| 36 | border: 1px solid #69c; |
| 37 | line-height:125%; |
| 38 | padding: 0em 1em 1em 1em; |
| 39 | margin: 1em 1em 1em 15em; |
| 40 | } |
| 41 | |
| 42 | #main p { padding: 0px; margin: 1ex 1em; text-align: justify } |
| 43 | #main ul { margin: 1ex 1em; } |
| 44 | #main li { margin-top: 1ex; margin-bottom: 1ex; text-align: justify } |
| 45 | |
| 46 | h1 { |
| 47 | color: #369; |
| 48 | font-size: 130%; |
| 49 | border-bottom: 2px solid #369; |
| 50 | padding: 4px; |
| 51 | margin: 2em 0em 1em 0em; |
| 52 | } |
| 53 | |
| 54 | h2 { |
| 55 | color: #369; |
| 56 | padding: 0px 4px; |
| 57 | margin: 1em 0em 0.5em 0em; |
| 58 | font-size: 100%; |
| 59 | font-weight: bold; |
| 60 | border-bottom: 1px dotted #369; |
| 61 | } |
| 62 | |
| 63 | #main a:link, #main a:visited { color: #f60; background: transparent; } |
| 64 | #main a:active, #main a:hover { color: #369; background: transparent; } |
| 65 | |
| 66 | .header { |
| 67 | background-color: #99aabb; |
| 68 | color: #202040; |
| 69 | } |
| 70 | |
| 71 | .menu { |
| 72 | font-weight: bold; |
| 73 | background: transparent; |
| 74 | width: 14em; |
| 75 | } |
| 76 | |
| 77 | .menu .item { |
| 78 | background: transparent; |
| 79 | } |
| 80 | |
| 81 | .menu .item a { |
| 82 | color: #690; |
| 83 | background: transparent; |
| 84 | border: 1px dotted #fff; |
| 85 | display: block; |
| 86 | padding: 1px 4px; |
| 87 | text-align: left; |
| 88 | font-size: 80%; |
| 89 | font-family: Bitstream Vera Sans,Verdana,sans-serif; |
| 90 | text-decoration: none; |
| 91 | white-space: nowrap; |
| 92 | } |
| 93 | |
| 94 | .menu .item a.top, .menu .item a.top:hover { |
| 95 | color: #f90; |
| 96 | background: transparent; |
| 97 | border-top: none; |
| 98 | border-left: none; |
| 99 | border-right: none; |
| 100 | border-bottom: 3px solid #f90; |
| 101 | text-transform: uppercase; |
| 102 | text-align: left; |
| 103 | padding: 0px 1ex; |
| 104 | margin: 1ex 0ex; |
| 105 | } |
| 106 | |
| 107 | .menu .item a.odd { |
| 108 | color: #690; |
| 109 | background: transparent; |
| 110 | } |
| 111 | |
| 112 | .menu .item a:hover { |
| 113 | color: #690; |
| 114 | background: #eaf2db; |
| 115 | border: 1px dotted #690; |
| 116 | } |
| 117 | |
| 118 | .menu .item a.top[href]:hover { |
| 119 | color: #000; |
| 120 | background: transparent; |
| 121 | border-top: none; |
| 122 | border-left: none; |
| 123 | border-right: none; |
| 124 | border-bottom: 3px solid #000; |
| 125 | } |
| 126 | |
| 127 | /* table class 'light' */ |
| 128 | table.light { |
| 129 | border-collapse: collapse; |
| 130 | color: inherit; |
| 131 | background: #fff; |
| 132 | border: 1px solid #a2c2e1; |
| 133 | width: 98%; |
| 134 | margin-left: 1%; |
| 135 | } |
| 136 | |
| 137 | table.light tr.odd { |
| 138 | color: inherit; |
| 139 | background: #fff; |
| 140 | } |
| 141 | table.light tr.even { |
| 142 | color: inherit; |
| 143 | background: #eee; |
| 144 | } |
| 145 | |
| 146 | |
| 147 | table.light th { |
| 148 | color: #369; |
| 149 | background: #d6e1ec; |
| 150 | font-weight: bold; |
| 151 | text-align: center; |
| 152 | vertical-align: middle; |
| 153 | padding: 0px 4px; |
| 154 | } |
| 155 | |
| 156 | code, div code { |
| 157 | display: block; |
| 158 | background: white; |
| 159 | border: 1px dotted #2050a0; |
| 160 | color: inherit; |
| 161 | font-family: monospaced; |
| 162 | font-size: 10pt; |
| 163 | padding: 1em; |
| 164 | margin: 1em 2em; |
| 165 | } |
| 166 | |
| 167 | code pre { |
| 168 | padding: 0px; |
| 169 | margin: 0px; |
| 170 | } |
| 171 | |
| 172 | tt { font-size: 10pt; } |
| 173 | |
| 174 | li > code, p > code, tt.code { |
| 175 | display: inline; |
| 176 | border: 1px dotted #2050a0; |
| 177 | background: #fff; |
| 178 | color: inherit; |
| 179 | padding: 0 2px 0 2px; |
| 180 | margin: 0ex; |
| 181 | } |
| 182 | |
| 183 | #main p.version { |
| 184 | text-align: center; |
| 185 | font-family: georgia; |
| 186 | font-size: 9pt; |
| 187 | margin-top: 4em; |
| 188 | } |