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 / purpleMesh / html / rtl.css
1 /*******************************************************************************
2  * Copyright (c) 2008, 2009 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
17 table {
18     direction: rtl;
19 }
20
21 #page-content p { 
22         text-align : right; 
23 }
24
25 #page-content #content-header H4, .page-description {
26         text-align : right;
27 }
28
29 #page-content table tr td a > .link-label {
30     left:0px;
31 }
32
33 #page-content * td a .link-label { 
34     display:block;
35     left:0px;
36     margin-right:0px;
37     position:static;
38     top:0px;
39 }
40
41 #page-content * td a  .text { 
42     display:block;
43     left:0px;
44     margin-right:0px;
45     position:static;
46     top:0px;
47 }
48
49 .content-group {
50         text-align: right;
51 }
52
53 .intro-header span {
54     margin-right : 45px;
55     padding-right : 45px;
56 }
57
58 div div#rss-news {  
59    position:static;
60    margin-left:0px;
61    margin-bottom: 0px;
62    margin-top: 10px;
63    top : 0px;
64    margin-right : 30px;
65 }
66
67 div ul#eclipse-news {
68         list-style-image: url("../graphics/icons/ctool/arrow_rtl.gif");
69         margin-left: 0px;
70         padding-right: 10px;
71         margin-right: 10px;
72 }
73
74 /* The 'closed' toggle image part of the folding section. */
75 #page-content .section-title-link .section-toggle-image-closed {
76         background-image : url(../graphics/icons/ctool/widget_closed_rtl.gif);
77 }
78
79 #page-content .section-title-link:hover .section-toggle-image-closed,
80 #page-content .section-title-link:active .section-toggle-image-closed {
81         background-image : url(../graphics/icons/ctool/widget_closed_hov_rtl.gif);
82 }
83
84 #standby #links-background {
85     text-align:right;
86 }
87
88 #standby #page-links a {
89         text-align : right; 
90 }
91
92 #standby #page-links a .link-label {
93     left:auto;
94     right : 60px;
95 }
96
97 #standby #page-links p {
98     right : 60px;
99 }  
100
101 #standby #page-links a p .text {
102     margin-right:auto;
103     left:auto;
104     right : 60px;
105 }
106