OSDN Git Service

modified: utilsrc/src/Admin/Makefile
[eos/others.git] / utiltools / X86MAC64 / cuda / libnvvp / plugins / org.eclipse.ui.intro.universal_3.2.600.v20120912-155524 / themes / circles / html / standby.css
1 /*******************************************************************************
2  * Copyright (c) 2006 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 /*
14  * We will not use the general-purpose group1 used in
15  * other pages for a curve image.
16  */
17
18 #extra-group1 {
19         display : none;
20 }
21
22
23 #page-links a .link-label, #action-links a .link-label {
24         font-weight : 600;
25         color : #E5E5E5;
26 }
27
28 #page-links a p .text, #action-links a p .text {
29         font-weight : 500;
30         color : #E5E5E5;
31 }
32
33 /*
34  * Set up the content for the standby page.
35  */
36 body {
37         min-width : 230px;
38         /* since IE doesn't support min-width, use expression */
39         width:expression(document.body.clientWidth < 230? "230px": "auto" );
40         background-repeat : no-repeat;
41         background-position : top left;
42         background-color : #6d7e85;
43 }
44
45 .page {
46         background-repeat : no-repeat;
47         background-position : bottom left;
48         min-width : 230px;
49         /* since IE doesn't support min-width, use expression */
50         width:expression(document.body.clientWidth < 230? "230px": "auto" );
51         min-height : 610px;
52         height : 100%;
53         height : expression(document.body.clientHeight < 450? "450px": "100%" );
54 }
55
56 /* 
57  * Set up the navigation bar.  It should be centered in the middle
58  * of the page
59  */
60
61 #links-background { 
62         width : 100%; 
63         margin-top : 10%; 
64         margin-bottom : auto;
65         text-align : center;
66 }
67
68 #page-links a {
69         display : block;
70         width : 220px;
71         text-align : left; 
72         margin-left : auto;
73         margin-right : auto;
74         margin-top : 0px;
75         vertical-align : top;
76 }
77
78 #page-links a span, #page-links a p {
79         display : block;
80         width : 160px;
81         margin : 0px;
82         padding : 0px;
83 }
84
85 #page-links a .link-label {
86         position : relative;
87         left : 60px;
88         top : -50px;
89 }
90
91 #page-links a p .text {
92         position : relative;
93         left : 60px;
94         top : -50px;
95 }
96
97 #page-links a img {
98         height : 52px;
99         width : 52px;
100         vertical-align : middle;
101 }
102
103 #page-links a:hover,
104 #page-links a:focus,
105 #page-links a:active  { border : 0px; }
106
107 #page-links a:hover p,
108 #page-links a:focus p,
109 #page-links a:active p  { margin : 0px; padding : 0px; }
110
111 /* properties for each of the page-links  */
112
113 #page-links a .background-image {
114         display: none;
115 }
116
117 #page-links a .link-extra-div {
118         display :none;
119 }
120
121 a#overview img { background-image : url(../graphics/standby/ov_standby.gif); }
122 a#overview:hover img,
123 a#overview:focus img,
124 a#overview:active img { background-image : url(../graphics/standby/ov_standbyhov.gif); }
125
126 a#firststeps img { background-image : url(../graphics/standby/fs_standby.gif); }
127 a#firststeps:hover img,
128 a#firststeps:focus img,
129 a#firststeps:active img { background-image : url(../graphics/standby/fs_standbyhov.gif); }
130
131 a#tutorials img { background-image : url(../graphics/standby/tu_standby.gif); }
132 a#tutorials:hover img,
133 a#tutorials:focus img,
134 a#tutorials:active img { background-image : url(../graphics/standby/tu_standbyhov.gif); }
135
136 a#samples img { background-image : url(../graphics/standby/sa_standby.gif); }
137 a#samples:hover img,
138 a#samples:focus img,
139 a#samples:active img { background-image : url(../graphics/standby/sa_standbyhov.gif); }
140
141 a#whatsnew img { background-image : url(../graphics/standby/wn_standby.gif); }
142 a#whatsnew:hover img,
143 a#whatsnew:focus img,
144 a#whatsnew:active img { background-image : url(../graphics/standby/wn_standbyhov.gif); }
145
146 a#webresources img { background-image : url(../graphics/standby/wr_standby.gif); }
147 a#webresources:hover img,
148 a#webresources:focus img,
149 a#webresources:active img { background-image : url(../graphics/standby/wr_standbyhov.gif); }
150
151 a#migrate img { background-image : url(../graphics/standby/mi_standby.gif); }
152 a#migrate:hover img,
153 a#migrate:focus img,
154 a#migrate:active img { background-image : url(../graphics/standby/mi_standbyhov.gif); }
155
156 a#workbench img { background-image : url(../graphics/standby/wb_standby.gif); }
157 a#workbench:hover img,
158 a#workbench:focus img,
159 a#workbench:active img { background-image : url(../graphics/standby/wb_standbyhov.gif); }