OSDN Git Service

CUDA
[eos/hostdependX86LINUX64.git] / util / X86LINUX64 / cuda-6.5 / libnvvp / plugins / org.eclipse.ui.intro.universal_3.2.600.v20120912-155524 / themes / circles / html / font-relative.css
1 /*******************************************************************************
2  * Copyright (c) 2008 IBM Corporation and others.
3  * All rights reserved. This program and the accompanying materials 
4  * are made available under the terms of the Eclipse Public License v1.0
5  * which accompanies this distribution, and is available at
6  * http://www.eclipse.org/legal/epl-v10.html
7  * 
8  * Contributors:
9  *     IBM Corporation - initial API and implementation
10  *******************************************************************************/
11
12 /*
13  * Font sizes for the circles theme
14  */
15
16 /* The label part of the folding section */
17 .section-title-link .section-title {
18         font-size : 100%;
19 }
20
21 h2 {
22         font-size : 120%;
23 }
24
25 /* For regular div labels */
26 H4 .div-label {
27         font-size: 120%; 
28 }
29
30 /* For the main page content's title */
31 #content-header H4 .div-label {
32         font-size: 240%; 
33 }
34
35
36 /* Page description if the page has it. */
37 .page-description {
38         font-size: 100%; 
39 }
40
41 /* General link labels */
42 a .link-label {
43         //font-size : 10pt;
44 }
45
46 /* Floating link labels for navigation links */
47 #navigation-links a .link-label {
48         font-size : 8pt;
49 }
50
51 /* Text in links. */
52 a .text {
53         font-size : 90%;
54 }
55
56 p .group-description {
57         font-size : 100%;
58 }
59
60 .content-link .link-label {
61         font-size: 120%; 
62 }
63
64 .content-link .text {
65         font-size: 100%;
66 }
67
68 .categoryContentnav {
69         //font-size:10pt; 
70 }
71
72 .contentpgNavhover {
73         font-size: 8pt; 
74 }
75
76 .topicList, .rss-feed-link {
77         font-size:90%; 
78 }
79
80 /* Link label properties */
81 #root #page-links a .link-label {
82         font-size : 110%;
83 }
84
85 #root #page-links a:active .link-label,
86 #root #page-links a:focus .link-label,
87 #root #page-links a:hover .link-label {
88         font-size : 12.5pt;
89 }
90
91 /* Link description properties */
92 #root #page-links a p .text {
93         font-size : 11pt;
94 }
95
96 #root #page-links a:hover .link-extra-div {
97         font-size : 13pt;
98 }
99
100 #root .intro-header {
101     display : inline;
102 }
103
104 #root .intro-header h1  {
105     color : white;
106     //padding-top : 10px;
107     margin-top : 10px;
108     margin-left : 20px;
109     font-size : 150%;
110 }
111
112 /*
113  * Standby page settings
114  */
115
116 #standby .intro-header H1 {
117         font-size : 150%;
118 }
119
120 #standby #page-links a .link-label, #standby #action-links a .link-label {
121         font-size : 100%;
122 }
123
124 #standby #page-links a p .text, #standby #action-links a p .text {
125         font-size : 100%;
126 }