File: configuration.css

package info (click to toggle)
util-vserver 0.30.204-5sarge3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,452 kB
  • ctags: 2,353
  • sloc: sh: 28,471; ansic: 15,138; xml: 1,334; cpp: 938; makefile: 334; perl: 85
file content (54 lines) | stat: -rw-r--r-- 670 bytes parent folder | download | duplicates (7)
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
body {
  font-size: 12pt;
  background-color: white;
  margin: 10px;
}

span.directory {
  //text-decoration: underline;
}


span.symlink:after { 
  content: " [symlink]"; 
  font-size: 8pt;
  font-style: normal;
}

span.symlink {
  text-decoration: none;
  font-style: italic;
}

span.script:after { 
  content: " [script]"; 
  font-size: 8pt;
  font-style: normal;
}

span.script {
  color: gray;
}

span.symbolic:before { content: "<"; }
span.symbolic:after  { content: ">"; }

span.symbolic {
  font-style: italic;
  text-decoration: none;
}

div.description {
  background-color: #ffffdd;
}


div.elements {
  padding-left: 1em;
}

dd.elements {
}

dt.elements {
}