Changeset 6809
- Timestamp:
- Mar 27, 2015, 1:24:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/docbook/custom-styles/docbook/plain/css/docbook.css
r6179 r6809 12 12 */ 13 13 14 @media print 15 { 16 body 17 { 18 font-size: 11pt; 19 } 20 21 img 22 { 23 max-width: 100%; 24 } 25 } 26 27 28 @media screen 29 { 30 31 body 32 { 33 font-size: 11pt; 34 margin-left: 10%; 35 margin-right: 10%; 36 } 37 38 } 14 39 15 40 /* HTML and BODY section --------------------------------------------- {{{ */ … … 23 48 margin-top: 1em; 24 49 margin-bottom: 1em; 25 margin-left: 10%;26 margin-right: 10%;27 28 50 font-family: Arial, Sans-serif; 29 51 } … … 89 111 90 112 h3.author, p.othercredit { /** This applies to document author on titlepage */ 91 font-size: 0.9em;92 113 font-weight: normal; 93 114 font-style: oblique; … … 111 132 112 133 div.toc, div.list-of-examples, div.list-of-figures { 113 font-size: 0.8em;134 font-size: 80%; 114 135 margin-bottom: 3em; 115 136 } … … 196 217 197 218 pre.programlisting { 198 font-size: 9pt;199 219 padding-left: 1em; 200 220 margin-left: 1em; … … 228 248 229 249 p.releaseinfo, .copyright { 230 font-size: 0.7em;250 font-size: 80%; 231 251 text-align: left; 232 252 margin: 0px; … … 259 279 div.admonition th { 260 280 text-align: left; 261 font-size: 1 .3em;281 font-size: 120%; 262 282 } 263 283 … … 277 297 div.navheader, div.navheader table { 278 298 font-family: sans-serif; 279 font-size: 12px;299 font-size: 90%; 280 300 } 281 301 282 302 div.navfooter, div.navfooter table { 283 303 font-family: sans-serif; 284 font-size: 12px;304 font-size: 90%; 285 305 } 286 306 … … 339 359 340 360 div.revhistory { 341 font-size: 0.8em;361 font-size: 90%; 342 362 width: 90%; 343 363 margin-left: 5%; … … 348 368 div.revhistory table { 349 369 font-family: sans-serif; 350 font-size: 12px;351 370 border-collapse: collapse; 352 371 }
Note: See TracChangeset
for help on using the changeset viewer.