Projet

Général

Profil

Paste
Télécharger (5,16 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / mayo / sass / colors.scss @ d7f58da2

1
@import "compass";
2
/* ---------- Color Module Styles ----------- */
3

    
4
body,
5
#page-wrapper {
6
  background-color: #9f8365;
7
  color: #3b3b3b;
8
}
9
#main,
10
body.overlay {
11
  background-color: #fef8dd;
12
  color: #3b3b3b;
13
}
14
#page { /* bg */
15
  background-color: #fef8dd;
16
}
17
#main-menu-links li a.active,
18
#main-menu-links li.active-trail a {
19
  background-color: #fef8dd;
20
}
21
.tabs ul.secondary li a,
22
.tabs ul.primary li a {
23
  border-color: #e3ddb0;
24
  border-bottom-width: 1px;
25
  border-bottom-style: solid;
26
  background-color: #fef8dd;
27
}
28
.tabs ul.secondary li a.active:hover,
29
.tabs ul.secondary li a:hover,
30
.tabs ul.primary li a.active:hover,
31
.tabs ul.primary li a:hover {
32
  background-color: #e7e3a6;
33
}
34
.tabs ul.secondary li a.active,
35
.tabs ul.primary li a.active {
36
}
37
.tabs ul.secondary li.active a,
38
.tabs ul.primary li.active a {
39
  background-color: #fef8dd;
40
  border-color: #e3ddb0;
41
}
42
.tabs ul.secondary li {
43
  border-color: #e3ddb0;
44
}
45
#header {
46
  background-color: #f99301;
47
  @include background-image(linear-gradient(to right, #f99301, #ddff61));
48
}
49
a.visited,
50
a {
51
  color: #739400;
52
}
53
a:hover,
54
a:focus {
55
  color: #638400;
56
}
57
a:active {
58
  color: #638400;
59
}
60
li a.active {
61
  /* important! */
62
  color: #3b3b3b;
63
}
64
.column-block,
65
.sidebar .block {
66
  background-color: #fdefaa;
67
  border-color: #fceea9;
68
  color: #5a5a5a;
69
}
70
.column-block h2,
71
.sidebar h2 {
72
  border-bottom-color: #dccf93;
73
  color: #5a5a5a;
74
}
75
.column-block a,
76
.sidebar a {
77
  color: #cb6806;
78
}
79
.column-block table tr th,
80
.sidebar .block table tr th {
81
  border-color: #dccf93;
82
  border-color: #fdefaa;
83
  		border-color: #dccf93;
84
}
85

    
86
.node {
87
  background-color: #fefefe;
88
  border-color: #ececec;
89
}
90
.node h2 { /* nodedividers */
91
  border-color: #b8c195;
92
}
93
.node-sticky {
94
  background-color: #e6fba7;
95
}
96
.node .submitted {
97
  color: #777777;
98
}
99

    
100
#menubar,
101
#submenubar,
102
#navigation {
103
  border-bottom-color: #e3ddb0;
104
}
105
#navigation ul li {
106
  border-right-color: #e3ddb0;
107
  color: #3b3b3b;
108
}
109
#navigation ul li.last {
110
  border-right: none;
111
}
112
.highlight {
113
  background-color: #e7e3a6;
114
}
115
div.item-list ul.pager li a:hover,
116
#navigation ul li a:hover {
117
  background-color: #e7e3a6;
118
}
119
#page-title {
120
  background-color: #94974e;
121
  color: #f1f1f1;
122
}
123
#content .block h2 { /* main content: block title */
124
  background-color: #94974e;
125
  color: #f1f1f1;
126
}
127
#content .node h2 { /* main content: block title */
128
  background-color: transparent;
129
  color: #3b3b3b;
130
}
131
#content .node-sticky h2 { /* main content: block title */
132
  background-color: transparent;
133
}
134
#footer-wrapper {
135
  background-color: #564939;
136
  color: #cccccc;
137
}
138
#footer-wrapper a {
139
  color: #f0cb00;
140
}
141
#footer-wrapper .column-block {
142
  background-color: #564939;
143
  color: #cccccc;
144
}
145
#footer-wrapper .column-block h2 {
146
  border: none;
147
  color: #cccccc;
148
}
149
#footer-wrapper .column-block a {
150
  color: #f0cb00;
151
}
152
#footer {
153
  background-color: #564939;
154
  color: #cccccc;
155
}
156
#footer a {
157
  color: #f0cb00;
158
}
159
.region-header,
160
.region-header a,
161
.region-header li a.active,
162
#header #name-and-slogan,
163
#header #name-and-slogan a {
164
  color: #fcfcfc;
165
}
166

    
167
form fieldset {
168
  border: solid 1px #e3ddb0;
169
}
170

    
171
blockquote {
172
  border-color: #b8c195;
173
}
174

    
175
/*-------------- Additional for dark colors --------------*/
176
.filter-wrapper {
177
  background-color: #fef8dd;
178
}
179

    
180
.comment {
181
  background-color: #fefefe;
182
  border-color: #ececec;
183
}
184
.comment h3 {
185
  border-color: #b8c195;
186
}
187
.comment-unpublished {
188
  background-color: #fefefe;
189
}
190
.comment .submitted {
191
  color: #777777;
192
}
193

    
194
table.views-view-grid tr {
195
  background-color: #fef8dd;
196
}
197

    
198
td.views-field {
199
  background-color: #fef8dd;
200
}
201

    
202
table tr th {
203
  background-color: #dbdeab;
204
  border-right-color: #fef8dd;
205
}
206
fieldset {
207
  border-color: #b8c195; /* nodedivider color */
208
}
209
tr.even,
210
tr.even td {
211
  background-color: #ebf0cc;
212
}
213
tr.odd,
214
tr.odd td {
215
  background-color: #fefefe;
216
}
217
tr.even td.active,
218
tr.odd td.active {
219
  background-image: url('../images/dark.png');
220
}
221
.profile .user-picture {
222
  background-color: #fef8dd;
223
}
224
.column-block table tr td,
225
.sidebar .block table tr td {
226
  border-color: #dccf93;
227
}
228
.column-block table tr.even td,
229
.column-block table tr.odd td,
230
.sidebar .block table tr.even td,
231
.sidebar .block table tr.odd td {
232
  /* sidebar table does not have regular table even/odd row background */
233
  background-color: #fdefaa;
234
}
235

    
236
/*-------------- nice_menus color ---------------*/
237
.nice-menu a, .nice-menu a:active, .nice-menu a:visited, .nice-menu a:focus {
238
  color: #739400;
239
}
240
ul.nice-menu li.menuparent a {
241
  /* root menu item that has drop down menu */
242
  background-color: #fef8dd;
243
}
244
ul.nice-menu li a {
245
  /* root menu item that has no drop down menu */
246
  background-color: #fef8dd;
247
  border-right-color: #e3ddb0;
248
}
249
ul.nice-menu li.menuparent a:hover,
250
ul.nice-menu li a:hover {
251
  /* root menu item hover color */
252
  background-color: #e7e3a6;
253
}
254
ul.nice-menu li.last ul li a,
255
ul.nice-menu li ul li a,
256
ul.nice-menu li ul li.last a {
257
  /* drop down menu items */
258
  border-color: #e3ddb0;
259
}
260
ul.nice-menu li ul li.menuparent {
261
  /* drop down menu items that has child menu */
262
  background-color: #fef8dd;
263
}
264
ul.nice-menu li.menuparent li {
265
  /* drop down menu items that has no child menu */
266
  background: none;
267
  background-color: #fef8dd;
268
}
269
ul.nice-menu li.menuparent li:hover {
270
  background: none;
271
  background-color: #e7e3a6;
272
}
273
ul.nice-menu li ul {
274
  border: solid 1px #e3ddb0;
275
}