source: main/waeup.plonetheme.ngren3/trunk/waeup/plonetheme/ngren3/skins/plonetheme_bootstrap_custom/RTL.css @ 10222

Last change on this file since 10222 was 10084, checked in by Henrik Bettermann, 12 years ago

Fill trunk.

File size: 3.5 KB
Line 
1/*  Style sheet for RTL (right-to-left) scripts  */
2
3/* Please note this stylesheet has comment placeholders for several
4** stylesheets used within Plone. If you are correcting or overriding
5** styles for RTL scripts, please place the styles within the respective
6** comments below.
7**
8*/
9
10
11/* RTL overides of member.css */
12
13
14
15
16/* RTL overides of base.css */
17
18
19
20
21/* RTL overides of public.css */
22
23/* Fix to get bulleted and numbered lists to stay inside the content area */
24#content ol,
25#content ul {
26    list-style-position: inside;
27}
28
29#portal-globalnav li a {
30    border-right: none;
31    border-left: 0.1em solid white;
32}
33
34#portal-personaltools {
35    float: left;
36    right: auto;
37    left: 0;
38}
39
40/* Navigation and Search */
41
42#portal-languageselector {
43    float: left;
44    right: auto;
45    left: 1px;
46}
47
48#portal-searchbox {
49    padding: 0 0 0 2em;
50    float: left;
51    clear: left;
52    text-align: right;
53}
54
55/* LiveSearch styles */
56
57#LSResult {
58    margin: -1.5em -7em 0 0;
59    right: auto;
60    left: 0;
61}
62
63/* Status messages */
64
65#content dl.portalMessage dt {
66    float: right;
67    margin: 0 0 0 0.5em;
68}
69
70/* Editing */
71/* Tabs */
72
73#content-views {
74    float: right;
75}
76
77/* Pulldown menus */
78
79/* Personal tools pulldown */
80
81#portal-personaltools dd {
82    right: auto;
83    left: 0;
84}
85
86dl.actionMenu {
87    margin-left: auto;
88    margin-right: 0.5em;
89}
90
91/* Content pulldowns */
92
93#contentActionMenus {
94    float: left;
95    margin: auto;
96}
97
98#contentActionMenus dl.actionMenu.activated dd {
99    right: auto;
100}
101
102dl.actionMenu.activated {
103    direction: ltr;
104}
105dl.actionMenu.activated dt {
106    direction: rtl;
107}
108dd.actionMenuContent ul {
109    direction: rtl;
110}
111
112/* Core content type sprites */
113
114.icons-on .contenttype-document {
115    background: no-repeat transparent right 4px url(contenttypes-sprite.png);
116}
117.icons-on .contenttype-event {
118    background: no-repeat transparent right -212px url(contenttypes-sprite.png);
119}
120.icons-on .contenttype-folder {
121    background: no-repeat transparent right -644px url(contenttypes-sprite.png);
122}
123.icons-on .contenttype-link {
124    background: no-repeat transparent right -1076px url(contenttypes-sprite.png);
125}
126.icons-on .contenttype-news-item {
127    background: no-repeat transparent right -1292px url(contenttypes-sprite.png);
128}
129.icons-on .contenttype-plone-site {
130    background: no-repeat transparent right -1508px url(contenttypes-sprite.png);
131}
132.icons-on .contenttype-collection {
133    background: no-repeat transparent right -1724px url(contenttypes-sprite.png);
134}
135.icons-on .contenttype-topic {
136    background: no-repeat transparent right -1724px url(contenttypes-sprite.png);
137}
138
139/* These should only appear in the add menu */
140.icons-on #plone-contentmenu-factories .contenttype-file {
141    background: no-repeat transparent right -428px url(contenttypes-sprite.png);
142}
143.icons-on #plone-contentmenu-factories .contenttype-image {
144    background: no-repeat transparent right -860px url(contenttypes-sprite.png);
145}
146
147.icons-on .contenttype-document,
148.icons-on .contenttype-event,
149.icons-on .contenttype-folder,
150.icons-on .contenttype-link,
151.icons-on .contenttype-news-item,
152.icons-on .contenttype-plone-site,
153.icons-on .contenttype-topic,
154.icons-on #plone-contentmenu-factories .contenttype-file,
155.icons-on #plone-contentmenu-factories .contenttype-image {
156    padding-left: auto !important;
157    padding-right: 20px !important;
158}
159
160/* RTL overides of columns.css */
161
162
163
164
165/* RTL overides of authoring.css */
166
167
168
169
170/* RTL overides of portlets.css */
171
172
173
174
175/* RTL overides of controlpanel.css */
176
177
178
179
180/* RTL overides of print.css */
181
182
183
184
185/* RTL overides of mobile.css */
186
187
188
189
190/* RTL overides of navtree.css */
Note: See TracBrowser for help on using the repository browser.