summaryrefslogtreecommitdiff
path: root/lib/monitor-x86_64/plugins/org.eclipse.ui.intro.universal_3.2.600.v20120912-155524/themes/purpleMesh/html/font-relative.css
blob: f3ed2391312fcd45487aa25e52364b23d0d4646c (plain)
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
/*******************************************************************************
 * Copyright (c) 2008 IBM Corporation and others.
 * All rights reserved. This program and the accompanying materials 
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 * 
 * Contributors:
 *     IBM Corporation - initial API and implementation
 *******************************************************************************/

.intro-header H1 {
	font-size : 16pt
}

h2 {
	font-size : 120%;
}

/* For regular div labels */
H4 .div-label {
	font-size : 100%;
}

/* The label part of the folding section */
.section-title-link .section-title {
	font-size : 100%;
}

/* For the main page content's title */
#content-header H4 .div-label {
	font-size : 160%;
}

.page-description { 
	font-size : 100%;
}

a .link-label {
	font-size : 100%;
}

#navigation-links a .link-label {
	font-size : 90%;
}

a .text {
	font-size : 90%;
}

p .group-description {
	font-size : 100%;
}

.categoryContentnav {
	//font-size: 9pt; 
}

.topicList {
	font-size: 90%; 
}

/* 
 * Set up general font colours, sizes, etc.  Some of these will override
 * settings from the shared CSS 
 */
#root .intro-header H1 {
	font-size : 200%;
}
#root #page-links a .link-label, #root #action-links a .link-label {
	font-size : 13pt;
}

#root #page-links a p .text, #root #action-links a p .text {
	font-size : 13pt;
}

#standby .intro-header H1 {
	font-size : 150%;
}

#standby #page-links a .link-label, #standby #action-links a .link-label {
	font-size : 100%;
}

#standby #page-links a p .text, #standby #action-links a p .text {
	font-size : 100%;
}