File: jg.css

package info (click to toggle)
jgmenu 4.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,464 kB
  • sloc: ansic: 13,215; perl: 4,953; sh: 3,009; python: 600; makefile: 294; xml: 98
file content (77 lines) | stat: -rw-r--r-- 884 bytes parent folder | download | duplicates (2)
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
body {
	margin: auto;
	padding-right: 1em;
	padding-left: 1em;
	max-width: 44em;
	color: black;
	font-family: Ubuntu, Verdana, sans-serif;
	font-size: 100%;
	line-height: 140%;
	color: #333;
}

b {
	color:#502000;
}

i {
	color:#006000;
}

pre {
	border: 1px dotted gray;
	background-color: #ececec;
	color: #111111;
	padding: 0.7em;
}

code {
	font-family: monospace;
	background-color: #ececec;
	color: #111111;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	text-decoration: none;
	color: #7a5ada;
}

h1, h2, h3, h4, h5 {
	font-family: verdana;
	font-weight: bold;
	border-bottom: 1px solid black;
	color: #113366;
}

h1 {
	color:#A00000;
	font-size: 130%;
}

h2 {
	color:#A00000;
	font-size: 110%;
}

h3 {
	color:#600000;
	font-size: 95%;
}

h4 {
	font-size: 90%;
	font-style: italic;
}

h5 {
	font-size: 90%;
	font-style: italic;
}

dt code {
	font-weight: bold;
}

dd p {
	margin-top: 0;
}