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