aboutsummaryrefslogtreecommitdiffstats
path: root/english/lts/security/dla-rdf.css
blob: 1b559710dc4ab64fd150bf82ed4a71561cf408e3 (plain) (blame)
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
/* Style sheet to display Debian LTS Security Advisories in browsers.
 * peterk at debian dot org
 */

rdf {
	margin: 0;
	padding: 0;
}

rdf, * {
	color: black;
	background: white;
	display: block;
}

channel title {
	display: block;
	font: 1.5em sans-serif;
	color: #fefefe;
	background: #df0451;
	text-align: center;
	margin: 0;
}

link, items {
	display: none;
}

channel description {
	display: block;
	font: 2em serif;
	color: black;
	background: white;
	text-decoration: underline;
	margin: 0.5em;
}

item {
	display: list-item;
	margin: 0.5em;
	color: black;
	background: white;
}

item title {
	display: inline;
	font-size: 1.5em;
	font-weight: bold;
	color: #666;
	background: white;
}

item title:after {
	content: ": ";
}

item description {
	display: inline;
	color: black;
	background: white;
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy