Blame view

vendor/ezyang/htmlpurifier/smoketests/basic/legacy.css 1.13 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
  
  center,
  dir[compact='compact'],
  isindex[prompt='Foo'],
  menu[compact='compact'],
  s,
  u,
  strike,
  
  caption[align='bottom'],
  div[align='center'],
  dl[compact='compact'],
  
  h1[align='right'],
  h2[align='right'],
  h3[align='right'],
  h4[align='right'],
  h5[align='right'],
  h6[align='right'],
  
  hr[align='right'],
  hr[noshade='noshade'],
  hr[width='50'],
  hr[size='50'],
  
  img[align='right'],
  img[border='3'],
  img[hspace='5'],
  img[vspace='5'],
  
  input[align='right'],
  legend[align='center'],
  
  li[type='A'],
  li[value='5'],
  
  ol[compact='compact'],
  ol[start='3'],
  ol[type='I'],
  
  p[align='right'],
  
  pre[width='50'],
  
  table[align='right'],
  table[bgcolor='#0000FF'],
  
  tr[bgcolor='#0000FF'],
  
  td[bgcolor='#0000FF'],
  td[height='50'],
  td[nowrap='nowrap'],
  td[width='200'],
  
  th[bgcolor='#0000FF'],
  th[height='50'],
  th[nowrap='nowrap'],
  th[width='200'],
  
  ul[compact='compact'],
  ul[type='square'],
  
  .insert-declarations-above
   {background:#008000; color:#FFF; font-weight:bold;}
  
  font {background:#BFB;}
  u {border:1px solid #000;}
  hr {height:1em;}
  hr[size='50'] {height:50px;}
  img[border='3'] {border: 3px solid #000;}
  li[type='a'], li[value='5'] {color:#DDD;}
  
  /* vim: et sw=4 sts=4 */