Blame view

vendor/ezyang/htmlpurifier/docs/style.css 2.49 KB
abf1649b   andryeyev   Чистая установка ...
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
  html {font-size:1em; font-family:serif; }
  body {margin-left:4em; margin-right:4em; }
  
  dt {font-weight:bold; }
  pre {margin-left:2em; }
  pre, code, tt {font-family:monospace; font-size:1em; }
  
  h1 {text-align:center; font-family:Garamond, serif;
    font-variant:small-caps;}
  h2 {border-bottom:1px solid #CCC; font-family:sans-serif; font-weight:normal;
      font-size:1.3em;}
  h3 {font-family:sans-serif; font-size:1.1em; font-weight:bold; }
  h4 {font-family:sans-serif; font-size:0.9em; font-weight:bold; }
  
  /* For witty quips */
  .subtitled {margin-bottom:0em;}
  .subtitle , .subsubtitle {font-size:.8em; margin-bottom:1em;
      font-style:italic; margin-top:-.2em;text-align:center;}
  .subsubtitle {text-align:left;margin-left:2em;}
  
  /* Used for special "See also" links. */
  .reference {font-style:italic;margin-left:2em;}
  
  /* Marks off asides, discussions on why something is the way it is */
  .aside {margin-left:2em; font-family:sans-serif; font-size:0.9em; }
  blockquote .label {font-weight:bold; font-size:1em; margin:0 0 .1em;
      border-bottom:1px solid #CCC;}
  .emphasis {font-weight:bold; text-align:center; font-size:1.3em;}
  
  /* A regular table */
  .table {border-collapse:collapse; border-bottom:2px solid #888; margin-left:2em; }
  .table thead th {margin:0; background:#888; color:#FFF; }
  .table thead th:first-child {-moz-border-radius-topleft:1em;}
  .table tbody td {border-bottom:1px solid #CCC; padding-right:0.6em;padding-left:0.6em;}
  
  /* A quick table*/
  table.quick tbody th {text-align:right; padding-right:1em;}
  
  /* Category of the file */
  #filing {font-weight:bold; font-size:smaller; }
  
  /* Contains, without exception, Return to index. */
  #index {font-size:smaller; }
  
  #home {font-size:smaller;}
  
  /* Contains, without exception, $Id$, for SVN version info. */
  #version {text-align:right; font-style:italic; margin:2em 0;}
  
  #toc ol ol {list-style-type:lower-roman;}
  #toc ol {list-style-type:decimal;}
  #toc {list-style-type:upper-alpha;}
  
  q {
    behavior: url(fixquotes.htc); /* IE fix */
    quotes: '\201C' '\201D' '\2018' '\2019';
  }
  q:before {
    content: open-quote;
  }
  q:after {
    content: close-quote;
  }
  
  /* Marks off implementation details interesting only to the person writing
     the class described in the spec. */
  .technical {margin-left:2em; }
  .technical:before {content:"Technical note: "; font-weight:bold; color:#061; }
  
  /* Marks off sections that are lacking. */
  .fixme {margin-left:2em; }
  .fixme:before {content:"Fix me: "; font-weight:bold; color:#C00; }
  
  #applicability {margin: 1em 5%; font-style:italic;}
  
  /* vim: et sw=4 sts=4 */