hgbook

annotate web/styles/styles.css @ 898:56eed78c4395

Unify style for authors css class.
author dukebody <dukebody@gmail.com>
date Mon Oct 26 13:28:29 2009 +0100 (2009-10-26)
parents e917517d1ef9
children
rev   line source
bos@576 1 body {
dukebody@897 2 background: #F2F1F0;
bos@576 3 font-family: verdana,sans-serif;
bos@576 4 }
bos@576 5
bos@576 6 .navheader, .book, .preface, .chapter, .appendix, .bibliography, .navfooter, .basetemplate {
bos@576 7 width: 50em;
bos@576 8 margin-left: auto;
bos@576 9 margin-right: auto;
bos@576 10 }
bos@576 11
bos@576 12 a.commenttoggle:hover, a.commenttoggle:active {
bos@576 13 opacity: 0.7;
bos@576 14 }
bos@576 15
bos@576 16 a:hover, a:active {
bos@576 17 border-bottom: 1px solid #aaaaaa;
bos@576 18 }
bos@576 19
bos@576 20 .book, .preface, .chapter, .appendix, .bibliography, .basetemplate {
bos@576 21 background: white;
bos@576 22 padding: 2em;
bos@576 23 }
bos@576 24
bos@576 25 h1 {
bos@576 26 margin-top: 1.5em;
bos@576 27 }
bos@576 28
bos@576 29 span.beta {
bos@576 30 font-size: 80%;
bos@576 31 font-style: italic;
bos@576 32 opacity: 0.4;
bos@576 33 }
bos@576 34
bos@576 35 h2, h3 {
bos@576 36 margin-top: 2em;
bos@576 37 }
bos@576 38
bos@576 39 h1, h2, h3 {
bos@576 40 font-family: georgia,serif;
bos@576 41 font-weight: normal;
bos@576 42 margin-bottom: 0.5em;
bos@576 43 }
bos@576 44
bos@576 45 h1.booktitle {
bos@576 46 margin-bottom: 0px;
bos@576 47 }
bos@576 48
bos@576 49 h2.booktitle {
bos@576 50 text-align: center;
bos@576 51 }
bos@576 52
bos@576 53 h2.booktitle > a {
bos@576 54 color: black;
bos@576 55 }
bos@576 56
dukebody@898 57 .authors {
bos@576 58 font-size: 80%;
bos@576 59 opacity: 0.55;
bos@576 60 padding-left: 0.5em;
bos@576 61 }
bos@576 62
bos@576 63 div.note th, div.tip th, div.warning th {
bos@576 64 font-family: georgia,serif;
bos@576 65 font-weight: normal;
bos@576 66 font-size: 110%;
bos@576 67 }
bos@576 68
bos@576 69 div.navheader th, div.navfooter td {
bos@576 70 font-family: georgia,serif;
bos@576 71 }
bos@576 72
bos@576 73 div.navheader th {
bos@576 74 opacity: 0;
bos@576 75 font-size: 0;
bos@576 76 }
bos@576 77
bos@576 78 pre.screen {
bos@576 79 background-image: url(figs/shell.png);
bos@576 80 }
bos@576 81
bos@576 82 pre.programlisting {
bos@576 83 background-image: url(figs/source.png);
bos@576 84 }
bos@576 85
bos@576 86 pre.programlisting, pre.screen, p.remark {
bos@576 87 border-style: solid;
bos@576 88 border-width: 1px;
bos@576 89 font-size: medium;
bos@576 90 padding: 1em;
bos@576 91 background-repeat: no-repeat;
bos@576 92 background-position: 10px 10px;
bos@576 93 padding-left: 70px;
bos@576 94 }
bos@576 95
bos@576 96 strong.command, code, pre, span.type {
bos@576 97 font-family: monospace;
bos@576 98 font-weight: normal;
bos@576 99 }
bos@576 100
bos@576 101 strong.userinput > code {
bos@576 102 font-weight: bolder;
bos@576 103 color: #303030;
bos@576 104 }
bos@576 105
bos@576 106 div.toc > p {
bos@576 107 opacity: 0.35;
bos@576 108 font-family: georgia,serif;
bos@576 109 cursor: pointer;
bos@576 110 }
bos@576 111
bos@576 112 div.toc b {
bos@576 113 font-weight: normal;
bos@576 114 font-size: large;
bos@576 115 }
bos@576 116
bos@576 117 ul.booktoc {
bos@576 118 padding-left: 0px;
bos@576 119 list-style-type: none;
bos@576 120 }
bos@576 121
bos@576 122 .booktoc > li {
bos@576 123 padding: 0.5em;
bos@576 124 }
bos@576 125
bos@576 126 .chapinfo {
bos@576 127 float: right;
bos@576 128 color: #a0a0a0;
bos@576 129 }
bos@576 130
bos@576 131 .unpublished {
bos@576 132 color: #a0a0a0;
bos@576 133 }
bos@576 134
bos@576 135 .chapinfo img {
bos@576 136 vertical-align: -35%;
bos@576 137 border: 0px;
bos@576 138 }
bos@576 139
bos@576 140 .zebra_b {
bos@576 141 background: #f4f4f4;
bos@576 142 }
bos@576 143
bos@576 144 .book .titlepage {
bos@576 145 display: none;
bos@576 146 }
bos@576 147
bos@576 148 .chapter div.toc > dl {
bos@576 149 display: none;
bos@576 150 }
bos@576 151
bos@576 152 pre.programlisting, pre.screen, p.remark {
bos@576 153 overflow: hidden;
bos@576 154 }
bos@576 155
bos@576 156 p.remark {
bos@576 157 background-image: url(figs/remark.png);
bos@576 158 }
bos@576 159
bos@576 160 div.warning, p.remark {
bos@576 161 background-color: #FFEFE8;
bos@576 162 border-color: #e0a8a0;
bos@576 163 }
bos@576 164
bos@576 165 span.remark {
bos@576 166 font-style: normal;
bos@576 167 color: #707070;
bos@576 168 }
bos@576 169
bos@576 170 .screen {
bos@576 171 background: #e7ffc7 none repeat scroll 0% 50%;
bos@576 172 border-color: #94DA3A;
bos@576 173 }
bos@576 174
bos@576 175 .programlisting {
bos@576 176 background: #F0F4FF none repeat scroll 0% 50%;
bos@576 177 border-color: #B4BAEA;
bos@576 178 }
bos@576 179
bos@576 180 .prompt {
bos@576 181 color: #448844;
bos@576 182 }
bos@576 183
bos@576 184 div.note, div.tip {
bos@576 185 background: #ffffc9;
bos@576 186 border-color: #B4BAEA;
bos@576 187 }
bos@576 188
bos@576 189 div.note, div.warning, div.tip {
bos@576 190 border-style: solid;
bos@576 191 border-width: 1px;
bos@576 192 padding: 1em;
bos@576 193 }
bos@576 194
bos@576 195 .note .title {
bos@576 196 font-size: 90%;
bos@576 197 }
bos@576 198
bos@576 199 .comment {
bos@576 200 font-size: 80%;
bos@576 201 }
bos@576 202
bos@576 203 div.comment, div.new_comment {
bos@576 204 padding: 0.5em;
bos@576 205 margin: 0.5em;
bos@576 206 margin-left: 2em;
bos@576 207 border-style: solid;
bos@576 208 border-width: 1px;
bos@576 209 border-color: #aaaaff;
bos@576 210 }
bos@576 211
bos@576 212 div.comment {
bos@576 213 background: #eeeeff;
bos@576 214 }
bos@576 215
bos@576 216 div.new_comment {
bos@576 217 background: #d0d0ff;
bos@576 218 }
bos@576 219
bos@576 220 .commenttoggle {
bos@576 221 opacity: 0.35;
bos@576 222 }
bos@576 223
bos@576 224 .comment_help {
bos@576 225 font-size: 80%;
bos@576 226 }
bos@576 227
bos@576 228 .comment_header {
bos@576 229 opacity: 0.75;
bos@576 230 }
bos@576 231
bos@576 232 .comment_id {
bos@576 233 float: right;
bos@576 234 opacity: 0.3;
bos@576 235 font-size: 60%;
bos@576 236 }
bos@576 237
bos@576 238 .comment_name {
bos@576 239 font-weight: bolder;
bos@576 240 }
bos@576 241
bos@576 242 .comment_reviewed {
bos@576 243 color: darkgreen;
bos@576 244 margin-left: 1em;
bos@576 245 font-style: italic;
bos@576 246 }
bos@576 247
bos@576 248 .comment_date {
bos@576 249 opacity: 0.75;
bos@576 250 }
bos@576 251
bos@576 252 .comment_thanks {
bos@576 253 color: darkblue;
bos@576 254 margin-left: 1em;
bos@576 255 font-style: italic;
bos@576 256 font-weight: bolder;
bos@576 257 }
bos@576 258
bos@576 259 .comment_error {
bos@576 260 padding-left: 1em;
bos@576 261 font-weight: bolder;
bos@576 262 font-size: 80%;
bos@576 263 color: darkred;
bos@576 264 }
bos@576 265
bos@597 266 .hgfooter {
bos@576 267 width: 60em;
bos@576 268 margin-left: auto;
bos@576 269 margin-right: auto;
bos@576 270 margin-top: 2em;
bos@576 271 margin-bottom: 2em;
bos@576 272 font-size: 80%;
bos@576 273 color: #727272;
bos@576 274 }
bos@576 275
bos@597 276 .hgfooter a {
bos@576 277 color: #5555ff;
bos@576 278 }
bos@576 279
bos@597 280 .hgfooter a:visited {
bos@576 281 opacity: 0.7;
bos@576 282 }
bos@576 283
bos@597 284 .hgfooter img {
bos@576 285 vertical-align: -45%;
bos@576 286 }