aboutsummaryrefslogtreecommitdiffstats
path: root/english/security/dsa-rdf.css
blob: 7b8a1f3c15a07766017a0420e1fa04620dea4ea3 (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
/*	Style sheet to display Debian Security Advisories in browsers.
		peterk at debian dot org */

rdf {
	margin: 0;
	padding: 0;
}
rdf, * {
	color: #000;
	background: #fff;
	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: #000;
	background: #fff;
	text-decoration: underline;
	margin: 0.5em;
}
item {
	display: list-item;
	margin: 0.5em;
	color: #000;
	background: #fff;
}
item title {
	display: inline;
	font-size: 1.5em;
	font-weight: bold;
	color: #666;
	background: #fff;
}
item title:after {
	content: ": ";
}
item description {
	display: inline;
	color: #000;
	background: #fff;
}

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