File: devede.css

package info (click to toggle)
devede 4.17.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,820 kB
  • sloc: python: 6,244; xml: 19; makefile: 15
file content (37 lines) | stat: -rw-r--r-- 443 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
body {
	background-color: #F0F0FF;
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

p,li {
	font-size: 120%;
}

p.title {
	text-align: center;
	font-size: 200%;
	font-weight: bold;
}

p.subtitle {
	text-align: center;
	font-size: 150%;
}

p.section {
	text-align: left;
	font-size: 140%;
	font-weight: bold;
}

div.picture {
	text-align: center;
	width: 100%;
}
p.foot {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
}