OSDN Git Service

CUDA
[eos/hostdependX86LINUX64.git] / util / X86LINUX64 / cuda-6.5 / libnsight / plugins / org.eclipse.ui.intro.universal_3.2.600.v20120912-155524 / themes / slate / html / rtl.css
1 /*******************************************************************************
2  * Copyright (c) 2009, 2011 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  * This file contains styles that are specific to right to left display
14  */
15
16 #page-links {
17      direction: rtl;
18  }
19
20 table {
21     direction: rtl;
22 }
23
24 #page-links a span.link-label {
25         right : 48px;
26         margin-right: 0px;
27 }
28
29 #page-links a p .text {
30     right: 51px; 
31         margin-right: 0px;
32 }
33
34 #page-content p { 
35         text-align : right; 
36 }
37
38 #page-content #content-header H4, .page-description {
39         text-align : right;
40 }
41
42 #page-content table tr td a > .link-label {
43     left:0px;
44 }
45
46 #page-content * td a .link-label { 
47     display:block;
48     left:0px;
49     margin-right:0px;
50     position:static;
51     top:0px;
52 }
53
54 #page-content * td a  .text { 
55     display:block;
56     left:0px;
57     margin-right:0px;
58     position:static;
59     top:0px;
60 }
61
62 #page-content * a p {
63     margin-bottom:0px;
64     position:static;
65     top:0px;
66 }
67
68 .content-group {
69         text-align: right;
70 }
71
72 .intro-header span {
73     margin-right : 45px;
74     padding-right : 45px;
75 }
76
77 #navigation-links a {
78   float:right;
79   margin-left:auto;
80   margin-left : 10px;
81 }
82
83 #action-links a {
84     float:left;
85     margin-left:20px;
86     margin-right : auto;
87 }
88
89 div div#rss-news {  
90    position:static;
91    margin-left:0px;
92    margin-bottom: 0px;
93    margin-top: 10px;
94    top : 0px;
95    margin-right : 30px;
96 }
97
98 div ul.news-list {
99         list-style-image: url("../graphics/icons/ctool/arrow_rtl.gif");
100         margin-left: 0px;
101         padding-right: 10px;
102         margin-right: 10px;
103 }
104
105 /* The 'closed' toggle image part of the folding section. */
106 #page-content .section-title-link .section-toggle-image-closed {
107         background-image : url(../graphics/icons/ctool/widget_closed_rtl.gif);
108 }
109
110 #page-content .section-title-link:hover .section-toggle-image-closed,
111 #page-content .section-title-link:active .section-toggle-image-closed {
112         background-image : url(../graphics/icons/ctool/widget_closed_hov_rtl.gif);
113 }
114
115 #standby #links-background {
116     text-align:right;
117 }
118
119 #standby #page-links a {
120         text-align : right; 
121 }
122
123 #standby #page-links a .link-label {
124     left:auto;
125     right : 60px;
126 }
127
128 #standby #page-links p {
129     right : 60px;
130 }  
131
132 #standby #page-links a p .text {
133     margin-right:auto;
134     left:auto;
135     right : 60px;
136 }
137