Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

77 rindas
2.5KB

  1. html {font-size:1em; font-family:serif; }
  2. body {margin-left:4em; margin-right:4em; }
  3. dt {font-weight:bold; }
  4. pre {margin-left:2em; }
  5. pre, code, tt {font-family:monospace; font-size:1em; }
  6. h1 {text-align:center; font-family:Garamond, serif;
  7. font-variant:small-caps;}
  8. h2 {border-bottom:1px solid #CCC; font-family:sans-serif; font-weight:normal;
  9. font-size:1.3em;}
  10. h3 {font-family:sans-serif; font-size:1.1em; font-weight:bold; }
  11. h4 {font-family:sans-serif; font-size:0.9em; font-weight:bold; }
  12. /* For witty quips */
  13. .subtitled {margin-bottom:0em;}
  14. .subtitle , .subsubtitle {font-size:.8em; margin-bottom:1em;
  15. font-style:italic; margin-top:-.2em;text-align:center;}
  16. .subsubtitle {text-align:left;margin-left:2em;}
  17. /* Used for special "See also" links. */
  18. .reference {font-style:italic;margin-left:2em;}
  19. /* Marks off asides, discussions on why something is the way it is */
  20. .aside {margin-left:2em; font-family:sans-serif; font-size:0.9em; }
  21. blockquote .label {font-weight:bold; font-size:1em; margin:0 0 .1em;
  22. border-bottom:1px solid #CCC;}
  23. .emphasis {font-weight:bold; text-align:center; font-size:1.3em;}
  24. /* A regular table */
  25. .table {border-collapse:collapse; border-bottom:2px solid #888; margin-left:2em; }
  26. .table thead th {margin:0; background:#888; color:#FFF; }
  27. .table thead th:first-child {-moz-border-radius-topleft:1em;}
  28. .table tbody td {border-bottom:1px solid #CCC; padding-right:0.6em;padding-left:0.6em;}
  29. /* A quick table*/
  30. table.quick tbody th {text-align:right; padding-right:1em;}
  31. /* Category of the file */
  32. #filing {font-weight:bold; font-size:smaller; }
  33. /* Contains, without exception, Return to index. */
  34. #index {font-size:smaller; }
  35. #home {font-size:smaller;}
  36. /* Contains, without exception, $Id$, for SVN version info. */
  37. #version {text-align:right; font-style:italic; margin:2em 0;}
  38. #toc ol ol {list-style-type:lower-roman;}
  39. #toc ol {list-style-type:decimal;}
  40. #toc {list-style-type:upper-alpha;}
  41. q {
  42. behavior: url(fixquotes.htc); /* IE fix */
  43. quotes: '\201C' '\201D' '\2018' '\2019';
  44. }
  45. q:before {
  46. content: open-quote;
  47. }
  48. q:after {
  49. content: close-quote;
  50. }
  51. /* Marks off implementation details interesting only to the person writing
  52. the class described in the spec. */
  53. .technical {margin-left:2em; }
  54. .technical:before {content:"Technical note: "; font-weight:bold; color:#061; }
  55. /* Marks off sections that are lacking. */
  56. .fixme {margin-left:2em; }
  57. .fixme:before {content:"Fix me: "; font-weight:bold; color:#C00; }
  58. #applicability {margin: 1em 5%; font-style:italic;}
  59. /* vim: et sw=4 sts=4 */