plain.css 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. body {margin:0;padding:0;}
  2. #content {
  3. margin:1em auto;
  4. max-width: 47em;
  5. width: expression(document.body.clientWidth >
  6. 85 * parseInt(document.body.currentStyle.fontSize) ?
  7. "54em": "auto");
  8. }
  9. table {border-collapse:collapse;}
  10. table td, table th {padding:0.2em;}
  11. table.constraints {margin:0 0 1em;}
  12. table.constraints th {
  13. text-align:right;padding-left:0.4em;padding-right:0.4em;background:#EEE;
  14. width:8em;vertical-align:top;}
  15. table.constraints td {padding-right:0.4em; padding-left: 1em;}
  16. table.constraints td ul {padding:0; margin:0; list-style:none;}
  17. table.constraints td pre {margin:0;}
  18. #tocContainer {position:relative;}
  19. #toc {list-style-type:none; font-weight:bold; font-size:1em; margin-bottom:1em;}
  20. #toc li {position:relative; line-height: 1.2em;}
  21. #toc .col-2 {margin-left:50%;}
  22. #toc .col-l {float:left;}
  23. #toc ul {list-style-type:disc; font-weight:normal; padding-bottom:1.2em;}
  24. .description p {margin-top:0;margin-bottom:1em;}
  25. #library, h1 {text-align:center; font-family:Garamond, serif;
  26. font-variant:small-caps;}
  27. #library {font-size:1em;}
  28. h1 {margin-top:0;}
  29. h2 {border-bottom:1px solid #CCC; font-family:sans-serif; font-weight:normal;
  30. font-size:1.3em; clear:both;}
  31. h3 {font-family:sans-serif; font-size:1.1em; font-weight:bold; }
  32. h4 {font-family:sans-serif; font-size:0.9em; font-weight:bold; }
  33. .deprecated {color: #CCC;}
  34. .deprecated table.constraints th {background:#FFF;}
  35. .deprecated-notice {color: #000; text-align:center; margin-bottom: 1em;}
  36. /* vim: et sw=4 sts=4 */