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-absolute.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 /* The label part of the folding section */
13 .section-title-link .section-title {
14         font-size : 10pt;
15 }
16
17 /*
18  * We are not using titles in this theme.
19  */
20 .intro-header {
21         display : none;
22 }
23
24 h2 {
25         font-size : 13pt;
26 }
27
28 /* For regular div labels */
29 H4 .div-label {
30         font-size: 10pt; 
31 }
32
33 /* For the main page content's title */
34 #content-header H4 .div-label {
35         font-size: 23pt; 
36 }
37
38
39 /* Page description if the page has it. */
40 .page-description {
41         font-size: 10pt; 
42 }
43
44 /* General link labels */
45 a .link-label {
46         font-size : 10pt;
47 }
48
49 /* Floating link labels for navigation links */
50 #navigation-links a .link-label {
51         font-size : 8pt;
52 }
53
54 /* Text in links. */
55 a .text {
56         font-size : 8pt;
57 }
58
59 p .group-description {
60         font-size : 10pt;
61 }
62
63 .content-link .link-label {
64         font-size: 11pt; 
65 }
66
67 .content-link .text {
68         font-size: 10pt;
69 }
70
71 .categoryContentnav {
72         font-size:10pt; 
73 }
74
75 .contentpgNavhover {
76         font-size: 8pt; 
77 }
78
79 .topicList {
80         font-size:8pt; 
81 }
82
83 /* 
84  * Root page settings
85  */
86 #root .intro-header H1 {
87         font-size : 18pt;
88 }
89
90 /* Link label properties */
91 #root #page-links a .link-label {
92         font-size : 12.5pt;
93 }
94
95 /* Link description properties */
96 #root #page-links a p .text {
97         font-size : 11pt;
98 }
99
100 #root #page-links a:hover .link-extra-div {
101         font-size : 13pt;
102 }
103
104 /*
105  * Standby page settings
106  */
107
108 #standby .intro-header H1 {
109         font-size : 15pt;
110 }
111
112 #standby #page-links a .link-label, #action-links a .link-label {
113         font-size : 10pt;
114 }
115
116 #standby #page-links a p .text, #action-links a p .text {
117         font-size : 10pt;
118 }