[3.1.0] Add support for deprecated and version in configdoc
[htmlpurifier/bfroehle.git] / configdoc / styles / plain.css
blob44378edd320472f25161c5cd458f4849be0dd27c
2 body {margin:1em 4em;}
4 table {border-collapse:collapse;}
5 table td, table th {padding:0.2em;}
7 table.constraints {margin:0 0 1em;}
8 table.constraints th {text-align:left;padding-left:0.4em;}
9 table.constraints td {padding-right:0.4em;}
10 table.constraints td pre {margin:0;}
12 #toc {list-style-type:none; font-weight:bold;}
13 #toc ul {list-style-type:disc; font-weight:normal;}
15 .description p {margin-top:0;margin-bottom:1em;}
17 #library, h1 {text-align:center; font-family:Garamond, serif;
18 font-variant:small-caps;}
19 #library {font-size:1em;}
20 h1 {margin-top:0;}
21 h2 {border-bottom:1px solid #CCC; font-family:sans-serif; font-weight:normal;
22 font-size:1.3em;}
23 h3 {font-family:sans-serif; font-size:1.1em; font-weight:bold; }
24 h4 {font-family:sans-serif; font-size:0.9em; font-weight:bold; }
26 .deprecated {color: #CCC;}
27 .deprecated-notice {color: #000; text-align:center; margin-bottom: 1em;}