[1.3.0] More control of URIs granted
[htmlpurifier.git] / docs / style.css
blobbc7e85a4d600b467c06ee88112ead87d6f647c23
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; }
27 /* A regular table */
28 .table {border-collapse:collapse; border-bottom:2px solid #888; margin-left:2em; }
29 .table thead th {margin:0; background:#888; color:#FFF; }
30 .table thead th:first-child {-moz-border-radius-topleft:1em;}
31 .table tbody td {border-bottom:1px solid #CCC; padding-right:0.6em;padding-left:0.6em;}
33 /* Category of the file */
34 #filing {font-weight:bold; font-size:smaller; }
36 /* Contains, without exception, Return to index. */
37 #index {font-size:smaller; }
39 /* Contains, without exception, $Id$, for SVN version info. */
40 #version {text-align:right; font-style:italic; margin:2em 0;}