Projet

Général

Profil

Paste
Télécharger (3,83 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / rubik / css / style-rtl.css @ fc457866

1

    
2
/**
3
 * @file
4
 * Main theme stylesheet for RTL languages.
5
 */
6

    
7
/*******************************************************************************
8
 * Branding
9
 ******************************************************************************/
10
#branding a {
11
  float: right;
12
}
13
#branding ul.links {
14
  float: left;
15
}
16
#branding .breadcrumb {
17
  float: right;
18
}
19
#branding .breadcrumb a,
20
#branding .breadcrumb strong {
21
  float: right;
22
}
23
#branding .breadcrumb a,
24
#branding .breadcrumb strong {
25
  background: url(../images/bleeds-rtl.png) 0 -60px no-repeat;
26
}
27
#branding ul.links a {
28
  background: url(../images/bleeds-rtl.png) 100% -30px no-repeat;
29
}
30
#branding ul.links a:hover {
31
  background-position: 100% -90px;
32
}
33
#branding .breadcrumb-depth-0 a,
34
#branding .breadcrumb-depth-0 strong {
35
  padding-right: 10px;
36
}
37
#branding .breadcrumb a:hover {
38
  background-position: 0% -90px;
39
}
40
ul.primary-tabs.links li{float: left !important;}
41
#branding .breadcrumb-link {float: right;}
42
/* Branding end */
43

    
44
/*******************************************************************************
45
 * Page title
46
 ******************************************************************************/
47
#page-title .page-title span.icon {
48
  float: right;
49
  margin-left: 10px;
50
  margin-right: 0;
51
}
52
/* Page title end */
53

    
54
/*******************************************************************************
55
 * Tabs
56
 ******************************************************************************/
57
ul.primary-tabs {
58
  left: 60px;
59
  right: auto;
60
  float: left;
61
}
62
ul.primary-tabs li {
63
  padding-left: 0;
64
  padding-right: 5px;
65
}
66
ul.primary-tabs li.active a,
67
ul.primary-tabs li.active a.active {
68
  -webkit-border-radius: 3px 0 0 3px;
69
     -moz-border-radius: 3px 0 0 3px;
70
          border-radius: 3px 0 0 3px;
71
}
72
ul.secondary-tabs {
73
  float: left;
74
}
75
/* Tabs end */
76

    
77
/*******************************************************************************
78
 * Footer
79
 ******************************************************************************/
80
#footer .footer-message {
81
  float: right;
82
}
83
#footer .feed-icons {
84
  float: left;
85
}
86
#footer .feed-icons a,
87
#footer .feed-icons label {
88
  float: right;
89
}
90
/* Footer end */
91

    
92
/*******************************************************************************
93
 * Help
94
 ******************************************************************************/
95
a#help-toggler {
96
  left: 30px;
97
  right: auto;
98
}
99
#help-text.with-tabs {
100
  -webkit-border-radius: 2px 0 0 2px;
101
     -moz-border-radius: 2px 0 0 2px;
102
          border-radius: 2px 0 0 2px;
103
}
104
#help-text .breadcrumb-link {
105
  padding-left: 0;
106
  padding-right: 20px;
107
}
108
/* Help end */
109

    
110
/*******************************************************************************
111
 * Content
112
 ******************************************************************************/
113
#help-text,
114
.help-page,
115
div.comment,
116
div.node {
117
  background-position: 35% 0%;
118
}
119
#help-text .column-main .column-wrapper {
120
  padding-left: 0;
121
  padding-right: 59px;
122
}
123
#help-text .column-main .column-wrapper span.icon {
124
  left: auto;
125
  right: 15px;
126
}
127
/* Content end */
128

    
129
/*******************************************************************************
130
 * System
131
 ******************************************************************************/
132
.admin .right {
133
  padding-left: 0;
134
  padding-right: 5px;
135
  float: left;
136
  margin-left: 0 !important;
137
}
138
.admin .left {
139
  padding-left: 5px;
140
  padding-right: 0;
141
  float: right;
142
  margin-right: 0 !important;
143
}
144
/* admin/content/node & admin/user/user */
145
#content dl.multiselect,
146
#content dl.multiselect dt,
147
#content dl.multiselect dd {
148
  margin: 0 0 0 10px;
149
}
150
/* Update options. */
151
.admin-options label,
152
.admin-options .form-item {
153
  margin-left: 10px;
154
  margin-right: 0;
155
  float: right;
156
}
157
/* Tabs and shortcut icons. */
158
#page-title .page-title {
159
  float: right;
160
}
161
.add-or-remove-shortcuts,
162
.action-links {
163
  float: right;
164
}
165
.tabledrag-toggle-weight-wrapper {
166
  float: left;
167
  text-align: right;
168
}
169
/* System end */