Skip to main content
summaryrefslogtreecommitdiffstats
blob: dbf81b48f7697c3fccc0092eda342306ca256fca (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
62
63
64
/* Turn off hover decoration on named anchors */
a[name]:hover {text-decoration: inherit; color: inherit; background: inherit}

h2.bar {
	background-image:
		url(/eclipse.org-common/themes/Phoenix/images/header_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #669;
	color: #fff;
	/*  font-size: 1.1em;  */
	font-size: 110%;
	font-weight: bold;
	margin-left: 0;
	margin-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

h2.bar span.left {
	float: left;
}

h2.bar span.right {
	float: right;
}

h2.bar a {
	color: #fff;
}

ul.indent {
	margin-left: 20px;
	padding: 0px;
}

ul.indent ol {
	list-style-image: none;
}

div.wtpsubtitle {
	color: #336;
	font-weight: bold;
}

div.infoboxsubtitle {
	padding-top: 1em;
	font-weight: bold;
}

div.sectiontitle {
	font-weight: bold;
}

span.sectionimage {
	float: left;
	padding-right: 4px;
}

div.clearall {
	clear: both;
}

Back to the top