File: overrides.css

package info (click to toggle)
pacemaker 1.1.16-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 47,784 kB
  • ctags: 8,331
  • sloc: xml: 112,033; ansic: 96,166; sh: 9,584; python: 9,335; makefile: 992; perl: 378; yacc: 198; lex: 117; php: 69
file content (69 lines) | stat: -rw-r--r-- 699 bytes parent folder | download | duplicates (5)
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
a:link {
	color:#0076d6;
}

a:visited {
	color:grey;
}

h1 {
	color:#172969;
}

.producttitle {
	background: #2C4081 url(../images/h1-bg.png) top left repeat;
}

.section h1.title {
	color:#2C4081;
}


h2,h3,h4,h5,h6 {
	color:#2C4081;
}

table {
	border:1px solid #732f2f;
}

table th {
	background-color:#2C4081;
}

table tr.even td {
	background-color: #e3e0d6;
}

#title a {
	height: 54px;
}

.term{
	color:#172969;
}

.revhistory table th {
	color: #172969;
}

.edition {
	color: #172969;
}

span.remark{
	background-color: #ffff00;
}

.example {
	border: 1px solid #732f2f;
	background-color: #e3e0d6;
}

.programlisting {
	border: 1px solid #732f2f;
}

.screen {
	border: 1px solid #732f2f;
}