1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- body {margin:0;padding:0;}
- #content {
- margin:1em auto;
- max-width: 47em;
- width: expression(document.body.clientWidth >
- 85 * parseInt(document.body.currentStyle.fontSize) ?
- "54em": "auto");
- }
- table {border-collapse:collapse;}
- table td, table th {padding:0.2em;}
- table.constraints {margin:0 0 1em;}
- table.constraints th {
- text-align:right;padding-left:0.4em;padding-right:0.4em;background:#EEE;
- width:8em;vertical-align:top;}
- table.constraints td {padding-right:0.4em; padding-left: 1em;}
- table.constraints td ul {padding:0; margin:0; list-style:none;}
- table.constraints td pre {margin:0;}
- #tocContainer {position:relative;}
- #toc {list-style-type:none; font-weight:bold; font-size:1em; margin-bottom:1em;}
- #toc li {position:relative; line-height: 1.2em;}
- #toc .col-2 {margin-left:50%;}
- #toc .col-l {float:left;}
- #toc ul {list-style-type:disc; font-weight:normal; padding-bottom:1.2em;}
- .description p {margin-top:0;margin-bottom:1em;}
- #library, h1 {text-align:center; font-family:Garamond, serif;
- font-variant:small-caps;}
- #library {font-size:1em;}
- h1 {margin-top:0;}
- h2 {border-bottom:1px solid #CCC; font-family:sans-serif; font-weight:normal;
- font-size:1.3em; clear:both;}
- h3 {font-family:sans-serif; font-size:1.1em; font-weight:bold; }
- h4 {font-family:sans-serif; font-size:0.9em; font-weight:bold; }
- .deprecated {color: #CCC;}
- .deprecated table.constraints th {background:#FFF;}
- .deprecated-notice {color: #000; text-align:center; margin-bottom: 1em;}
- /* vim: et sw=4 sts=4 */
|