File: dump.css

package info (click to toggle)
synopsis 0.8.0-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 10,112 kB
  • ctags: 12,996
  • sloc: cpp: 34,254; ansic: 33,620; python: 10,975; sh: 7,261; xml: 6,369; makefile: 773; asm: 445
file content (83 lines) | stat: -rw-r--r-- 965 bytes parent folder | download | duplicates (5)
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
77
78
79
80
81
82
83
ast
{ 
  margin: 5mm;
}

declarations:before
{ 
  display: block;
  content: "Declarations";
  font-size: large;
}

declarations
{ 
  display: block;
}

instance > declarations
{ 
  display: block;
  padding-left: 10mm;
}

declarations > *:before,
declarations > item *:before
{ 
  content: attr(type)" "attr(name);
  font-weight: bold;
}
declarations > item:before {  content:"";} /* empty */

types:before
{ 
  display: block;
  content: "Types";
  font-size: large;
}

types
{ 
  display: block;
}

types > instance:before
{ 
  content: attr(name);
  font-weight: bold;
}

types > instance
{ 
  display: block;
  padding-left: 10mm;
}

files:before
{ 
  display: block;
  content: "Files";
  font-size: large;
}

files > file
{ 
  display: block;
  margin: 1mm;
}

comments summary
{ 
  visibility: hidden;
  display: none;
}

comments text
{ 
  visibility: visible;
  display: block;
  background: #dddddd;
  border: thin solid;
  margin: 5mm;
  padding: 1mm;
}