File: tc_basic.css

package info (click to toggle)
transcode 3%3A1.1.7-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 11,644 kB
  • sloc: ansic: 116,927; sh: 11,468; xml: 2,849; makefile: 1,891; perl: 1,492; pascal: 526; php: 191; python: 144; sed: 43
file content (96 lines) | stat: -rw-r--r-- 1,152 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96

body {
	margin: 20px;
	padding: 10px;
	font-size: 12px;
	background-color: #CDB5CD;
}

div {
	margin: 10px;
	padding: 5px;
	background-color: #FFFFFF;
}

h1 {
	margin: 10px;
	padding: 5px;
	font-size: 26px;
	text-align: center;
	background-color: #E9E9E9;
}

table {
	align: center;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	margin: 5px 5px;
	background-color: #E9E9E9;
}

h3 {
	font-size: 16px;
	line-height: 14px;
	background-color: #E9E9E9;
}

h4 {
	background-color: #E9E9E9;
}

p {
	margin: 10px;
	padding: 5px;
	background-color: #E9E9E9;
}

pre {
	font-size: 10px;
	text-align: left;
}

blockquote {
	font-style: italic;
}

.centered {
	align: center;
	text-align: center;
}

.version {
	font-size: 8px;
	text-align: right;
	margin: 5px 5px 5px 5px;
	padding: 5px 0px 0px 5px;
}

.note {
	align: right;
	text-align: right;
}

.banner {
	align: right;
	text-align: right;
}

.title {
	margin: 10px 10px 10px 10px;
	padding: 10px 5px 5px 10px;
	font-size: 16px;
	align: center;
	text-align: center;
}

.footer {
	margin: 5px 5px 5px 5px;
	padding: 5px 0px 0px 5px;
	font-size: 8px;
	align: center;
	text-align: center;
}