Projet

Général

Profil

Paste
Télécharger (2,88 ko) Statistiques
| Branche: | Révision:

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

1
/**
2
 * Branding ===========================================================
3
 */
4
#branding a { float:right; }
5

    
6
#branding ul.links { float:left; }
7

    
8
#branding .breadcrumb { float:right; }
9

    
10
#branding .breadcrumb a,
11
#branding .breadcrumb strong { float:right; }
12

    
13
#branding .breadcrumb a, #branding .breadcrumb strong {
14
  background: url(images/bleeds-rtl.png) 0 -60px no-repeat;
15
}
16

    
17
#branding ul.links a {
18
  background: url(images/bleeds-rtl.png) 100% -30px no-repeat;
19
}
20

    
21
#branding ul.links a:hover { background-position:100% -90px; }
22

    
23
#branding .breadcrumb-depth-0 a,
24
    #branding .breadcrumb-depth-0 strong { padding-right:10px; }
25

    
26
#branding .breadcrumb a:hover { background-position:0% -90px; }
27
ul.primary-tabs.links li{float:left !important;}
28
#branding .breadcrumb-link {float: right;}
29
/**
30
 * Page title =========================================================
31
 */
32
  #page-title .page-title span.icon {
33
    float:right;
34
    margin-left:10px;
35
    margin-right:0;
36
    }
37

    
38
/**
39
 * Tabs ===============================================================
40
 */
41
ul.primary-tabs {
42
  left:60px;
43
  right:auto;
44
  float: left;
45
  }
46

    
47
ul.primary-tabs li {
48
  padding-left:0;
49
  padding-right:5px;
50
}
51

    
52
ul.primary-tabs li.active a,
53
ul.primary-tabs li.active a.active {
54
  -moz-border-radius:3px 0px 0px 3px;
55
  }
56

    
57
  ul.secondary-tabs { float:left; }
58

    
59
/**
60
 * Footer =============================================================
61
 */
62
#footer .footer-message {
63
  float:right;
64
  }
65

    
66
#footer .feed-icons {
67
  float:left;
68
  }
69

    
70
  #footer .feed-icons label,
71
  #footer .feed-icons a {
72
    float:right;
73
    }
74

    
75
/**
76
 * Help ===============================================================
77
 */
78
a#help-toggler {
79
  left:30px;
80
  right:auto;
81
  }
82

    
83
  #help-text.with-tabs {
84
    -moz-border-radius:2px 0px 0px 2px;
85
    }
86

    
87
  #help-text .breadcrumb-link {
88
    padding-left:0;
89
    padding-right:20px;
90
    }
91

    
92
/**
93
 * Content ============================================================
94
 */
95
#help-text,
96
.help-page,
97
div.comment,
98
div.node { background-position:35% 0%; }
99

    
100
#help-text .column-main .column-wrapper {
101
  padding-left:0px;
102
  padding-right:59px;
103
  }
104

    
105
  #help-text .column-main .column-wrapper span.icon {
106
    left:auto;
107
    right:15px;
108
    }
109

    
110
/**
111
 * System =============================================================
112
 */
113
.admin .right {
114
padding-left: 0;
115
padding-right: 5px;
116
float: left;
117
margin-left: 0 !important;
118
}
119

    
120
.admin .left {
121
padding-left: 5px;
122
padding-right: 0;
123
float: right;
124
margin-right: 0 !important;
125
}
126
/* admin/content/node & admin/user/user */
127
#content dl.multiselect,
128
#content dl.multiselect dt,
129
#content dl.multiselect dd { margin:0px 0px 0px 10px; }
130

    
131
/* update options */
132
.admin-options label,
133
.admin-options .form-item {
134
  margin-left:10px;
135
  margin-right:0px;
136
  float:right;
137
  }
138

    
139
/* tabs and shortcut icons */
140
#page-title .page-title {
141
float: right;
142
}
143

    
144
.add-or-remove-shortcuts, .action-links {
145
float: right;
146
}
147

    
148
.tabledrag-toggle-weight-wrapper {
149
  float: left;
150
  text-align: right;
151
}