File: xarchiver.css

package info (click to toggle)
xarchiver 1%3A0.5.4.20-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,916 kB
  • sloc: ansic: 17,098; sh: 4,380; makefile: 231
file content (78 lines) | stat: -rw-r--r-- 754 bytes parent folder | download | duplicates (10)
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
html body
{
  margin: 1em 2% 1em 2%;
  line-height: 1.2;
  background-color: #ffffff;
}

body pre
{
  margin: .75em 0;
  line-height: 1.3;
  color: #4f3f3f;
  font-weight: bold;
}

pre .prompt
{
  color: gray;
  font-family: monospaced;
}

body div
{
  margin: 0;
}

h1
{
  font-size: 1.5em;
}

dl
{
  margin: .4em 0;
  line-height: 1.2;
}

.legalnotice
{
  font-size: small;
}

h1, h2, h3, h4, h5, h6
{
  color: #990000;
}

a
{
  color: #000000;
}

a:hover
{
  color: #3c3c3c;
  border-bottom: 1px solid #dc0000;
}

hr
{
  background-color: #9c9c9c;
  border-style: none;
  height: 1px;
}

li
{
  list-style-type: square;
}

.screen
{
  background-color: #F8F9FD;
  border-color: #907777;
  border-width: 1px;
  border-style: solid;
  padding: 0.5em;
}