Projet

Général

Profil

Paste
Télécharger (6,28 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / module_filter / css / module_filter_tab.css @ 18596a08

1
.sticky-header {
2
  z-index: 1;
3
}
4

    
5
#module-filter-tabs {
6
  float: left;
7
}
8
#module-filter-tabs ul {
9
  width: 239px;
10
  list-style: none;
11
  list-style-image: none;
12
  background-color: #ddd;
13
  border: 1px solid #ccc;
14
  border-top: none;
15
  margin: 0;
16
  padding: 0;
17
  line-height: 1;
18
}
19
#module-filter-tabs li {
20
  background: #eee;
21
  border-top: 1px solid #ccc;
22
  padding: 0;
23
  margin: 0;
24
  min-width: 0;
25
}
26
#module-filter-tabs li#new-tab {
27
  margin-bottom: 10px;
28
  border-bottom: 1px solid #ccc;
29
}
30
#module-filter-tabs li.disabled,
31
#module-filter-tabs li#new-tab.disabled {
32
  pointer-events: none;
33
  cursor: default;
34
  background: #ccc;
35
  border-top-color: #bbb;
36
  border-bottom-color: #bbb;
37
}
38
#module-filter-tabs li.disabled a,
39
#module-filter-tabs li.disabled span {
40
  color: #999;
41
}
42
#module-filter-tabs li.suggest {
43
  background: #F9F9F9;
44
}
45
#module-filter-tabs li a {
46
  display: block;
47
  text-decoration: none;
48
  padding: 10px;
49
}
50
#module-filter-tabs li a span.result-info {
51
  float: right;
52
  font-size: 10px;
53
  color: #999;
54
  margin-top: 3px;
55
}
56
#module-filter-tabs li a span.visual-aid {
57
  font-size: 8px;
58
/*  float: right;*/
59
}
60
#module-filter-tabs li span.visual-aid {
61
  font-weight: bold;
62
}
63
#module-filter-tabs li a span.enabling {
64
  color: green;
65
}
66
#module-filter-tabs li a span.disabling {
67
  color: red;
68
}
69
#module-filter-tabs li strong {
70
  font-size: 0.923em;
71
}
72
#module-filter-tabs li a:hover,
73
#module-filter-tabs li a:focus {
74
  outline: 1px dotted;
75
  background: #d5d5d5;
76
  text-decoration: none;
77
  outline: 0;
78
}
79
#module-filter-tabs li.selected a,
80
#module-filter-tabs li.selected a:hover,
81
#module-filter-tabs li.selected a:focus,
82
#module-filter-tabs li.selected a:active {
83
  background-color: #fff;
84
  margin-right: -1px;
85
}
86
#module-filter-tabs li .summary {
87
  display: block;
88
  margin-bottom: 0;
89
  color: #666;
90
  font-size: 0.846em;
91
  padding-top: 0.4em;
92
}
93
#module-filter-tabs li .summary .count {
94
  display: none;
95
}
96
#module-filter-tabs li.selected .summary .count {
97
  display: block;
98
}
99
html.js #module-filter-submit input {
100
  margin: 2em 2em 1em;
101
}
102
html.js .module-filter-inputs-wrapper {
103
  text-align: center;
104
}
105
html.js .module-filter-inputs-wrapper .form-item {
106
  margin: 0;
107
  padding: 9px;
108
}
109
html.js .module-filter-inputs-wrapper label {
110
  display: inline;
111
}
112
html.js .module-filter-inputs-wrapper input[name="module_filter[name]"] {
113
  width: 80%;
114
}
115
html.js #module-filter-show-wrapper {
116
  margin-bottom: 1em;
117
}
118
html.js #module-filter-modules {
119
  margin-left: 240px;
120
  border: 1px solid #ccc;
121
}
122
#module-filter-modules table {
123
  border-top: none;
124
  border-right: none;
125
  border-left: none;
126
}
127
html.js #module-filter-modules table {
128
  margin: 0;
129
  border-bottom: none;
130
}
131
html.js #module-filter-modules table tr,
132
html.js #module-filter-modules table td {
133
  border-left: 0;
134
  border-right: 0;
135
}
136
#module-filter-modules table thead {
137
  display: none;
138
}
139
#module-filter-modules table tr.admin-package-title,
140
#module-filter-modules table tr.admin-package-title td {
141
  border: none !important;
142
  border-top: 1px solid #ccc !important;
143
  background-color: transparent !important;
144
  padding: 10px 0 0;
145
}
146
#module-filter-modules table tr.admin-package-title.first,
147
#module-filter-modules table tr.admin-package-title.first td {
148
  border-top: none !important;
149
}
150
#module-filter-modules table tr.admin-package-header td {
151
  border: 1px solid #ccc;
152
  text-transform: uppercase;
153
  background: #E1E2DC;
154
  font-weight: normal;
155
  padding: 3px 10px;
156
}
157
#module-filter-modules table tr.enabling {
158
  background-color: #dfd;
159
}
160
#module-filter-modules table tr.disabling {
161
  background-color: #fcc;
162
}
163
#module-filter-modules span.module-machine-name {
164
  font-size: 0.9em;
165
  font-weight: normal;
166
}
167
.admin-version {
168
  white-space: nowrap;
169
}
170
.admin-operations a.module-link {
171
  display: inline;
172
}
173

    
174
html.js .toggle-enable {
175
  margin: auto;
176
  position: relative;
177
  width: 50px;
178
  overflow: hidden;
179
  height: 18px;
180
  line-height: 18px;
181
  font-size: 11px;
182
  text-align: center;
183
  cursor: pointer;
184
  border: 1px solid #ccc;
185
  -moz-border-radius: 3px;
186
  -webkit-border-radius: 3px;
187
  -khtml-border-radius: 3px;
188
  border-radius: 3px;
189
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.50) inset;
190
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.50) inset;
191
  box-shadow: 0 0 10px rgba(0,0,0,0.50) inset;
192
  background-clip: padding-box;
193
  background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(50%, red), color-stop(50%, orange), color-stop(100%, orange));
194
  background-image: -moz-linear-gradient(left, red 50%, orange 50%, orange 100%);
195
  background-image: linear-gradient(left, red 50%, orange 50%, orange 100%);
196
}
197
html.js .toggle-enable.enabled {
198
  background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(50%, orange), color-stop(50%, green), color-stop(100%, green));
199
  background-image: -moz-linear-gradient(left, orange 50%, green 50%, green 100%);
200
  background-image: linear-gradient(left, orange 50%, green 50%, green 100%);
201
}
202
html.js .toggle-enable.disabled {
203
  background: #ccc;
204
  border-color: #ddd;
205
  cursor: auto;
206
}
207
html.js .toggle-enable div {
208
  position: relative;
209
  color: #777;
210
  width: 26px;
211
  -moz-border-radius: 2px;
212
  -webkit-border-radius: 2px;
213
  -khtml-border-radius: 2px;
214
  border-radius: 2px;
215
  background: white;
216
  text-shadow: 1px 1px 0 white;
217
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #FEFEFE), color-stop(100%, #EAEAEA));
218
  background-image: -moz-linear-gradient(top, #FEFEFE 0%, #EAEAEA 100%);
219
  background-image: linear-gradient(top, #FEFEFE 0%, #EAEAEA 100%);
220
  -webkit-transition: left 0.2s;
221
  -mox-transition: left 0.2s;
222
  -o-transition: left 0.2s;
223
  transition: left 0.2s;
224
}
225
html.js .toggle-enable.disabled div {
226
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #FEFEFE), color-stop(100%, #EEEEEE));
227
  background-image: -moz-linear-gradient(top, #FEFEFE 0%, #EEEEEE 100%);
228
  background-image: linear-gradient(top, #FEFEFE 0%, #EEEEEE 100%);
229
}
230
html.js .toggle-enable div:after,
231
html.js .toggle-enable div:before {
232
  color: white;
233
  text-shadow: none;
234
  width: 25px;
235
  position: absolute;
236
  top: 0;
237
  font-size: 9px;
238
  font-weight: bold;
239
}
240
html.js .toggle-enable div:before {
241
  content: "OFF";
242
  left: -24px;
243
}
244
html.js .toggle-enable div:after {
245
  content: "ON";
246
  right: -24px;
247
}
248
html.js .toggle-enable.off div {
249
  left: 24px;
250
}
251

    
252
#module-filter-tabs.top-fixed {
253
  position: fixed;
254
  top: 0;
255
}
256
#module-filter-tabs.bottom-fixed {
257
  position: fixed;
258
  bottom: 0;
259
}