File: style.css

package info (click to toggle)
packagekit 1.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,704 kB
  • sloc: ansic: 56,209; cpp: 13,919; python: 4,970; xml: 4,945; sh: 313; perl: 60; makefile: 57
file content (99 lines) | stat: -rw-r--r-- 1,302 bytes parent folder | download | duplicates (4)
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
body {
	background: #fefeff;
	color: #000000;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

h1, h2, h3 {
	color: #000000;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

table.noteinformation {
	background: #f5f5ff;
	border: 1px outset #000000;
	margin-left: 5px;
	margin-right: 5px;
	padding: 3px;
	width: 40%;
	}

p.title {
	color: #000000;
	text-align: center;
	font-weight: bolder;
	font-size: 20px;
	}

p.footer {
	color: #000000;
	text-align: center;
	font-size: 6px;
	}

p.caption {
	color: #000000;
	text-align: center;
	font-style: italic;
	}

th {
	color: #000000;
	text-align: left;
	}

a.indextitle {
	color: #000147;
	font-weight: bolder;
	font-size: 20px;
	}

p.indextitle {
	text-align: center;
	}

table.title {
	color: #000000;
	background-color: #f5f5ff;
	border: 1px outset #000000;
	}

img {
	border: 0;
	}

img.caption {
	border: 0;
	text-align: center;
	}

code {
	color: #000000;
	font: 1.1em 'Courier New', Courier, Fixed;
	margin-left: .3em;
	margin-right: .3em;
	}

pre {
	color: #000000;
	background: #eeeeee;
	border: 1px outset #000000;
	padding: 3px;
}

a:hover {
	color: #147;
	text-decoration: none;
	}

a {
	color: #147;
	text-decoration: none;
	}

td.title {
	color: #000000;
	font-weight: bold;
	}