summaryrefslogtreecommitdiffstats
path: root/vendor/ezyang/htmlpurifier/configdoc/styles/plain.css
blob: 7af80d0612203cc94fc4f8193d82b7c8e6499f9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
body {margin:0;padding:0;}
#content {
  margin:1em auto;
  max-width: 47em;
  width: expression(document.body.clientWidth >
    85 * parseInt(document.body.currentStyle.fontSize) ?
    "54em": "auto");
}

table {border-collapse:collapse;}
table td, table th {padding:0.2em;}

table.constraints {margin:0 0 1em;}
table.constraints th {
  text-align:right;padding-left:0.4em;padding-right:0.4em;background:#EEE;
  width:8em;vertical-align:top;}
table.constraints td {padding-right:0.4em; padding-left: 1em;}
table.constraints td ul {padding:0; margin:0; list-style:none;}
table.constraints td pre {margin:0;}

#tocContainer {position:relative;}
#toc {list-style-type:none; font-weight:bold; font-size:1em; margin-bottom:1em;}
#toc li {position:relative; line-height: 1.2em;}
#toc .col-2 {margin-left:50%;}
#toc .col-l {float:left;}
#toc ul {list-style-type:disc; font-weight:normal; padding-bottom:1.2em;}

.description p {margin-top:0;margin-bottom:1em;}

#library, h1 {text-align:center; font-family:Garamond, serif;
  font-variant:small-caps;}
#library {font-size:1em;}
h1 {margin-top:0;}
h2 {border-bottom:1px solid #CCC; font-family:sans-serif; font-weight:normal;
    font-size:1.3em; clear:both;}
h3 {font-family:sans-serif; font-size:1.1em; font-weight:bold; }
h4 {font-family:sans-serif; font-size:0.9em; font-weight:bold; }

.deprecated {color: #CCC;}
.deprecated table.constraints th {background:#FFF;}
.deprecated-notice {color: #000; text-align:center; margin-bottom: 1em;}

/* vim: et sw=4 sts=4 */