summaryrefslogtreecommitdiffstats
path: root/colors.css
blob: 686c783d84300613b618db123473d976f409c20d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
/* $Id: colors.css,v 1.1.2.15 2011/01/13 09:03:00 jmburnz Exp $ */
/**
 * Pixture Reloaded Colors
 */
/* Main Wrappers */
body {
  color: #555555;
  background: #fdeaf7 url("images/bg-wall.png") repeat-x left top;
}
div#page {
  background: #feffff url("images/header-tile.png") repeat-x left top;
}

/* HTML elements */
fieldset legend,
.form-item label {
  color: #666666;
}
blockquote {
  background: #f9cbed;
}

/* Lists */
.item-list ul li {
  list-style-image: url("images/bullet-round.png");
}
.links {
  color: #666666;
}
/* Menus */
li.leaf {
  list-style-image: url("images/bullet-round.png");
}
li.collapsed {
  list-style-image: url("images/bullet-sm-arrow-right.png");
}
li.expanded {
  list-style-image: url("images/bullet-sm-arrow-down.png");
}

/* Links */
a:link,
a:visited,
a:active,
a.active {
  color: #b21f88;
}
a:hover,
a:focus {
  color: #d23fa8;
}

/* Tables */
tr.odd {
  background: #fdeaf7;
}
tr.even {
  background: #ffffff;
}

/* Header */
#header {
  background: url("images/header.png") no-repeat top left;
}
#site-slogan,
#site-name a,
.region-header #block-user-login label,
.nav li a:link,
.nav li a:hover,
.nav li a:focus,
.nav li a:visited,
.nav li a:active,
.nav li a.active,
.nav li a:visited:hover {
  color: #ffffff;
}
#menu-bar,
#primary-menu-bar {
  background: url("images/menu-tile.png") repeat-x 0 0;
}
.region-header .form-text,
.region-header .form-submit {
  border-color: #b21f88;
}

/* Footer */
#footer {
  background: #b800a6; /* fallback for browsers that don't support CSS gradients */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b800a6), to(#ff6bfe));
  background-image: -moz-linear-gradient(-90deg, #b800a6, #ff6bfe);
}
#footer,
#footer a {
  color: #ffffff;
}
#footer #block-node-recent {
  color: #444;
}
#footer #block-node-recent a {
  color: #b21f88;
}

/* Sidebar */
.sidebar {
  background: #feffff;
}

/* Blocks */
.block-inner {
  background: #f9cbec;
}
.block-title {
  color: #ffffff;
  background: #eb5ac3;
}
.block .article,
.block .article-sticky {
  background: #ffffff;
}
/* Strip backgrounds */
#header-region .block-inner,
#block-system-main .block-inner,
#footer .block-inner,
#footer .block .block-title {
  background: none;
}

/* Poll */
.poll .bar {
  background-color: #eeeeee;
  border: solid 1px #aaaaaa;
}
.poll .bar .foreground {
  background: #b21f88 url("images/bg-lbar.png") repeat-x center left;
}

/* Articles */
#main-content .article {
  background: #ffffff;
}
.article h2 {
  border-bottom: solid 1px #f9cbec;
}
.article h2 a:hover {
  color: #ac2e82;
}
.article-sticky h2 {
  border-bottom: solid 1px #ffffff;
}
.article-submitted {
  color: #666666;
}
#main-content .article-teaser {
  border: 1px solid #f9cbec;
}
#main-content .article-teaser.article-sticky {
  background: #f9cbec;
}

/* Comments */
.comment {
  background: #ffffff;
}
.comment-submitted {
  color: #666666;
}
#comments .odd {
  background: #f9cbec;
}

/* Aggregator */
#aggregator .feed-source {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
}

/* Forum */
#forum td.container {
  background: #dddddd;
}
#forum thead, 
#forum tbody {
  border: none;
}

/* Profile */
#profile .profile {
  border: 1px solid #aaaaaa;
}

/* Administer */
div.admin-panel {
  background: #fdeaf7;
}
div.admin-panel h3 {
  background: #eb5ac3;
  color: #ffffff;
}

/* Pager */
div.item-list ul.pager li {
  border: 1px solid #f9cbec;
}
div.item-list ul.pager li:hover,
div.item-list ul.pager li:focus {
  border: 1px solid #eb5ac3;
  color: #b21f88;
}
div.item-list ul.pager li.pager-current {
  border: 1px solid #eb5ac3;
}

/* Local task tabs */
ul.primary li a {
  background: #ffffff;
  border: solid 1px #f9cbec;
}
ul.primary li a:hover {
  background: #ffffff;
  border: solid 1px #eb5ac3;
}
ul.primary li a.active,
ul.primary li.active a {
  border: solid 1px #eb5ac3;
  background: #f9cbec;
  color: #000000;
}
ul.primary li a.active:hover,
ul.primary li a.active:focus {
  border: solid 1px #eb5ac3;
  background: #f9cbec;
  color: #000000;
}

/* Superfish Skin */
.sf-menu.sf-style-default li,
.sf-navbar.sf-style-default {
  background: transparent;
}
.sf-menu.sf-style-default li li {
  background: #b800a6;
}
.sf-menu.sf-style-default li li li {
  background: #b800a6;
}
.sf-menu.sf-style-default li:hover,
.sf-menu.sf-style-default li.sfHover,
.sf-menu.sf-style-default li.active a,
.sf-menu.sf-style-default a:focus,
.sf-menu.sf-style-default a:hover,
.sf-menu.sf-style-default a:active,
.sf-navbar.sf-style-default li li {
  background: #eb5ac3;
}
.sf-navbar.sf-style-default li ul li ul {
  background-color: transparent;
}
/* .sf-horizontal */
.sf-menu.sf-horizontal a {
  border: 0 !important;
  color: #ffffff !important;
}
/* .sf-navbar */
.sf-navbar.sf-style-default li ul {
  background-color: transparent !important;
  width: 100%;
}
.sf-navbar > li > ul > li {
  border-bottom: 1px solid #b21f88;
}
/* .sf-vertical */
.sf-menu.sf-vertical a {
  border: 0 !important;
  color: #b21f88;
}
.sf-menu.sf-vertical a:hover,
.sf-menu.sf-vertical a:focus,
.sf-menu.sf-vertical ul a,
.sf-menu.sf-vertical ul ul a,
.sf-menu.sf-vertical ul ul ul a,
.sf-menu.sf-vertical ul ul ul ul a {
  color: #ffffff !important;
}

/* Calendar styles */
.calendar-calendar div.date-nav {
  background-color: transparent;
  color: #b21f88;
}
.calendar-calendar div.date-nav a,
.calendar-calendar div.date-nav h3 {
  color: #b21f88;
}
.calendar-calendar td {
  color: #000000;
}
.calendar-calendar th {
  background-color: #f9cbed;
  color: #b21f88;
  border: 1px solid #f9cbed;
}
.calendar-calendar th.days {
  background-color: #ffffff;
  color: #b21f88;
}
.calendar-calendar tr td.today,
.calendar-calendar tr.odd td.today,
.calendar-calendar tr.even td.today {
  background-color: #f9cbed;
}
.calendar-calendar td.calendar-agenda-hour,
.calendar-calendar td.calendar-agenda-items,
.calendar-calendar td.calendar-agenda-hour {
  border-color: #f9cbed;
}
.view-content .calendar-calendar ul.inline li {
  border: 1px solid #f9cbed;
}