| 4 |
4 |
body {
|
| 5 |
5 |
font-size: 81%;
|
| 6 |
6 |
font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
|
| 7 |
|
background: #333 url(/themes/squeejee/images/bottom_shine.png) bottom left repeat-x;
|
|
7 |
background: #333 url(../images/bottom_shine.png) bottom left repeat-x;
|
| 8 |
8 |
}
|
| 9 |
9 |
|
| 10 |
10 |
/*
|
| ... | ... | |
| 38 |
38 |
margin: 1em 1.4em 1em 1em;
|
| 39 |
39 |
width: 77%;
|
| 40 |
40 |
overflow: auto;
|
| 41 |
|
background: #fff url(/themes/squeejee/images/shadow_top.png) top left repeat-x;
|
|
41 |
background: #fff url(../images/shadow_top.png) top left repeat-x;
|
| 42 |
42 |
border-top: solid 1px #fff;
|
| 43 |
43 |
border-right: solid 1px #fff;
|
| 44 |
44 |
-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.8);
|
| ... | ... | |
| 49 |
49 |
*/
|
| 50 |
50 |
#top-menu,
|
| 51 |
51 |
#header {
|
| 52 |
|
background: #000 url(/themes/squeejee/images/bottom_shine.png) bottom left repeat-x;
|
|
52 |
background: #000 url(../images/bottom_shine.png) bottom left repeat-x;
|
| 53 |
53 |
margin: 0;
|
| 54 |
54 |
padding: 0.5em 1em 2.3em 1em;
|
| 55 |
55 |
font-family: "Myriad Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
|
| ... | ... | |
| 85 |
85 |
|
| 86 |
86 |
/* Project-menu link containers (ul > li == tab) */
|
| 87 |
87 |
#main-menu li {
|
| 88 |
|
background: #111 url(/themes/squeejee/images/bottom_shine.png) 0px -40px repeat-x;
|
|
88 |
background: #111 url(../images/bottom_shine.png) 0px -40px repeat-x;
|
| 89 |
89 |
border: solid 1px #333;
|
| 90 |
90 |
border-width: 1px 1px 0px 0px;
|
| 91 |
91 |
font-size: 1.00em;
|
| ... | ... | |
| 113 |
113 |
|
| 114 |
114 |
#main-menu li a.selected,
|
| 115 |
115 |
#main-menu li a.selected:hover {
|
| 116 |
|
background: #222 url(/themes/squeejee/images/bottom_shine.png) 0px -36px repeat-x;
|
|
116 |
background: #222 url(../images/bottom_shine.png) 0px -36px repeat-x;
|
| 117 |
117 |
border-color: #444;
|
| 118 |
118 |
color: #d5d5d5;
|
| 119 |
119 |
font-weight: bold;
|
| 120 |
120 |
}
|
| 121 |
121 |
|
| 122 |
122 |
#main-menu li:hover {
|
| 123 |
|
background: #333 url(/themes/squeejee/images/bottom_shine.png) 0px -40px repeat-x;
|
|
123 |
background: #333 url(../images/bottom_shine.png) 0px -40px repeat-x;
|
| 124 |
124 |
border-color: #555;
|
| 125 |
125 |
}
|
| 126 |
126 |
|
| ... | ... | |
| 144 |
144 |
/* Redmine core project-menu links */
|
| 145 |
145 |
#main-menu li a.overview,
|
| 146 |
146 |
#main-menu li a.overview:hover {
|
| 147 |
|
background: url(/themes/squeejee/images/fugue/document_text_image.png) 6px center no-repeat;
|
|
147 |
background: url(../images/fugue/document_text_image.png) 6px center no-repeat;
|
| 148 |
148 |
padding-left: 26px;
|
| 149 |
149 |
}
|
| 150 |
150 |
|
| 151 |
151 |
#main-menu li a.activity,
|
| 152 |
152 |
#main-menu li a.activity:hover {
|
| 153 |
|
background: url(/themes/squeejee/images/fugue/lightning.png) 6px center no-repeat;
|
|
153 |
background: url(../images/fugue/lightning.png) 6px center no-repeat;
|
| 154 |
154 |
padding-left: 26px;
|
| 155 |
155 |
}
|
| 156 |
156 |
|
| 157 |
157 |
#main-menu li a.roadmap,
|
| 158 |
158 |
#main-menu li a.roadmap:hover {
|
| 159 |
|
background: url(/themes/squeejee/images/fugue/map.png) 6px center no-repeat;
|
|
159 |
background: url(../images/fugue/map.png) 6px center no-repeat;
|
| 160 |
160 |
padding-left: 26px;
|
| 161 |
161 |
}
|
| 162 |
162 |
|
| 163 |
163 |
#main-menu li a.issues,
|
| 164 |
164 |
#main-menu li a.issues:hover {
|
| 165 |
|
background: url(/themes/squeejee/images/fugue/ticket.png) 6px center no-repeat;
|
|
165 |
background: url(../images/fugue/ticket.png) 6px center no-repeat;
|
| 166 |
166 |
padding-left: 26px;
|
| 167 |
167 |
}
|
| 168 |
168 |
|
| 169 |
169 |
#main-menu li a.new-issue,
|
| 170 |
170 |
#main-menu li a.new-issue:hover {
|
| 171 |
|
background: url(/themes/squeejee/images/fugue/ticket_plus.png) 6px center no-repeat;
|
|
171 |
background: url(../images/fugue/ticket__plus.png) 6px center no-repeat;
|
| 172 |
172 |
padding-left: 26px;
|
| 173 |
173 |
}
|
| 174 |
174 |
|
| 175 |
175 |
#main-menu li a.news,
|
| 176 |
176 |
#main-menu li a.news:hover {
|
| 177 |
|
background: url(/themes/squeejee/images/fugue/newspaper.png) 6px center no-repeat;
|
|
177 |
background: url(../images/fugue/newspaper.png) 6px center no-repeat;
|
| 178 |
178 |
padding-left: 26px;
|
| 179 |
179 |
}
|
| 180 |
180 |
|
| 181 |
181 |
#main-menu li a.documents,
|
| 182 |
182 |
#main-menu li a.documents:hover {
|
| 183 |
|
background: url(/themes/squeejee/images/fugue/documents_text.png) 6px center no-repeat;
|
|
183 |
background: url(../images/fugue/documents_text.png) 6px center no-repeat;
|
| 184 |
184 |
padding-left: 26px;
|
| 185 |
185 |
}
|
| 186 |
186 |
|
| 187 |
187 |
#main-menu li a.wiki,
|
| 188 |
188 |
#main-menu li a.wiki:hover {
|
| 189 |
|
background: url(/themes/squeejee/images/fugue/document_horizontal_text.png) 6px center no-repeat;
|
|
189 |
background: url(../images/fugue/document_horizontal_text.png) 6px center no-repeat;
|
| 190 |
190 |
padding-left: 26px;
|
| 191 |
191 |
}
|
| 192 |
192 |
|
| 193 |
193 |
#main-menu li a.boards,
|
| 194 |
194 |
#main-menu li a.boards:hover {
|
| 195 |
|
background: url(/themes/squeejee/images/fugue/balloons.png) 6px center no-repeat;
|
|
195 |
background: url(../images/fugue/balloons.png) 6px center no-repeat;
|
| 196 |
196 |
padding-left: 26px;
|
| 197 |
197 |
}
|
| 198 |
198 |
|
| 199 |
199 |
#main-menu li a.files,
|
| 200 |
200 |
#main-menu li a.files:hover {
|
| 201 |
|
background: url(/themes/squeejee/images/fugue/document_zipper.png) 6px center no-repeat;
|
|
201 |
background: url(../images/fugue/document_zipper.png) 6px center no-repeat;
|
| 202 |
202 |
padding-left: 26px;
|
| 203 |
203 |
}
|
| 204 |
204 |
|
| 205 |
205 |
#main-menu li a.repository,
|
| 206 |
206 |
#main-menu li a.repository:hover {
|
| 207 |
|
background: url(/themes/squeejee/images/fugue/safe.png) 6px center no-repeat;
|
|
207 |
background: url(../images/fugue/safe.png) 6px center no-repeat;
|
| 208 |
208 |
padding-left: 26px;
|
| 209 |
209 |
}
|
| 210 |
210 |
|
| 211 |
211 |
#main-menu li a.settings,
|
| 212 |
212 |
#main-menu li a.settings:hover {
|
| 213 |
|
background: url(/themes/squeejee/images/fugue/equalizer.png) 6px center no-repeat;
|
|
213 |
background: url(../images/fugue/equalizer.png) 6px center no-repeat;
|
| 214 |
214 |
padding-left: 26px;
|
| 215 |
215 |
}
|
| 216 |
216 |
|
| ... | ... | |
| 222 |
222 |
/* Budget plugin */
|
| 223 |
223 |
#main-menu li a.budget,
|
| 224 |
224 |
#main-menu li a.budget:hover {
|
| 225 |
|
background: url(/themes/squeejee/images/fugue/trophy_silver.png) 6px center no-repeat;
|
|
225 |
background: url(../images/fugue/trophy_silver.png) 6px center no-repeat;
|
| 226 |
226 |
padding-left: 26px;
|
| 227 |
227 |
}
|
| 228 |
228 |
|
| 229 |
229 |
/* Burndowns plugin */
|
| 230 |
230 |
#main-menu li a.burndown,
|
| 231 |
231 |
#main-menu li a.burndown:hover {
|
| 232 |
|
background: url(/themes/squeejee/images/fugue/burn.png) 6px center no-repeat;
|
|
232 |
background: url(../images/fugue/burn.png) 6px center no-repeat;
|
| 233 |
233 |
padding-left: 26px;
|
| 234 |
234 |
}
|
| 235 |
235 |
|
| 236 |
236 |
/* Charts plugin */
|
| 237 |
237 |
#main-menu li a.charts,
|
| 238 |
238 |
#main-menu li a.charts:hover {
|
| 239 |
|
background: url(/themes/squeejee/images/fugue/monitor.png) 6px center no-repeat;
|
|
239 |
background: url(../images/fugue/monitor.png) 6px center no-repeat;
|
| 240 |
240 |
padding-left: 26px;
|
| 241 |
241 |
}
|
| 242 |
242 |
|
| 243 |
243 |
/* Customer plugin */
|
| 244 |
244 |
#main-menu li a.customers,
|
| 245 |
245 |
#main-menu li a.customers:hover {
|
| 246 |
|
background: url(/themes/squeejee/images/fugue/user_business.png) 6px center no-repeat;
|
|
246 |
background: url(../images/fugue/user_business.png) 6px center no-repeat;
|
| 247 |
247 |
padding-left: 26px;
|
| 248 |
248 |
}
|
| 249 |
249 |
|
| 250 |
250 |
/* Embedded plugin */
|
| 251 |
251 |
#main-menu li a.embedded,
|
| 252 |
252 |
#main-menu li a.embedded:hover {
|
| 253 |
|
background: url(/themes/squeejee/images/fugue/layout_select_content.png) 6px center no-repeat;
|
|
253 |
background: url(../images/fugue/layout_select_content.png) 6px center no-repeat;
|
| 254 |
254 |
padding-left: 26px;
|
| 255 |
255 |
}
|
| 256 |
256 |
|
| 257 |
257 |
/* EzFAQ plugin */
|
| 258 |
258 |
#main-menu li a.ezfaq,
|
| 259 |
259 |
#main-menu li a.ezfaq:hover {
|
| 260 |
|
background: url(/themes/squeejee/images/fugue/question.png) 6px center no-repeat;
|
|
260 |
background: url(../images/fugue/question.png) 6px center no-repeat;
|
| 261 |
261 |
padding-left: 26px;
|
| 262 |
262 |
}
|
| 263 |
263 |
|
| ... | ... | |
| 266 |
266 |
#main-menu li a.treasures:hover,
|
| 267 |
267 |
#main-menu li a.books,
|
| 268 |
268 |
#main-menu li a.books:hover {
|
| 269 |
|
background: url(/themes/squeejee/images/fugue/books_stack.png) 6px center no-repeat;
|
|
269 |
background: url(../images/fugue/books_stack.png) 6px center no-repeat;
|
| 270 |
270 |
padding-left: 26px;
|
| 271 |
271 |
}
|
| 272 |
272 |
|
| 273 |
273 |
/* Google Calendar plugin */
|
| 274 |
274 |
#main-menu li a.google-calendar,
|
| 275 |
275 |
#main-menu li a.google-calendar:hover {
|
| 276 |
|
background: url(/themes/squeejee/images/fugue/calendar_month.png) 6px center no-repeat;
|
|
276 |
background: url(../images/fugue/calendar_month.png) 6px center no-repeat;
|
| 277 |
277 |
padding-left: 26px;
|
| 278 |
278 |
}
|
| 279 |
279 |
|
| 280 |
280 |
/* Invoice plugin */
|
| 281 |
281 |
#main-menu li a.Invoices,
|
| 282 |
282 |
#main-menu li a.Invoices:hover {
|
| 283 |
|
background: url(/themes/squeejee/images/fugue/notebooks__pencil.png) 6px center no-repeat;
|
|
283 |
background: url(../images/fugue/notebooks__pencil.png) 6px center no-repeat;
|
| 284 |
284 |
padding-left: 26px;
|
| 285 |
285 |
}
|
| 286 |
286 |
|
| 287 |
287 |
/* Schedules plugin */
|
| 288 |
288 |
#main-menu li a.schedules,
|
| 289 |
289 |
#main-menu li a.schedules:hover {
|
| 290 |
|
background: url(/themes/squeejee/images/fugue/report__exclamation.png) 6px center no-repeat;
|
|
290 |
background: url(../images/fugue/report__exclamation.png) 6px center no-repeat;
|
| 291 |
291 |
padding-left: 26px;
|
| 292 |
292 |
}
|
| 293 |
293 |
|
| 294 |
294 |
/* Scores plugin */
|
| 295 |
295 |
#main-menu li a.Scores,
|
| 296 |
296 |
#main-menu li a.Scores:hover {
|
| 297 |
|
background: url(/themes/squeejee/images/fugue/progress_bar.png) 6px center no-repeat;
|
|
297 |
background: url(../images/fugue/progress_bar.png) 6px center no-repeat;
|
| 298 |
298 |
padding-left: 26px;
|
| 299 |
299 |
}
|
| 300 |
300 |
|
| 301 |
301 |
/* Scrum plugin */
|
| 302 |
302 |
#main-menu li a.scrum,
|
| 303 |
303 |
#main-menu li a.scrum:hover {
|
| 304 |
|
background: url(/themes/squeejee/images/fugue/projection_screen__pencil.png) 6px center no-repeat;
|
|
304 |
background: url(../images/fugue/projection_screen__pencil.png) 6px center no-repeat;
|
| 305 |
305 |
padding-left: 26px;
|
| 306 |
306 |
}
|
| 307 |
307 |
|
| 308 |
308 |
/* Simple CI plugin */
|
| 309 |
309 |
#main-menu li a.Integration,
|
| 310 |
310 |
#main-menu li a.Integration:hover {
|
| 311 |
|
background: url(/themes/squeejee/images/fugue/pill__exclamation.png) 6px center no-repeat;
|
|
311 |
background: url(../images/fugue/pill__exclamation.png) 6px center no-repeat;
|
| 312 |
312 |
padding-left: 26px;
|
| 313 |
313 |
}
|
| 314 |
314 |
|
| ... | ... | |
| 317 |
317 |
#main-menu li a.Status:hover,
|
| 318 |
318 |
#main-menu li a.statuses,
|
| 319 |
319 |
#main-menu li a.statuses:hover {
|
| 320 |
|
background: url(/themes/squeejee/images/fugue/tick_shield.png) 6px center no-repeat;
|
|
320 |
background: url(../images/fugue/tick_shield.png) 6px center no-repeat;
|
| 321 |
321 |
padding-left: 26px;
|
| 322 |
322 |
}
|
| 323 |
323 |
|
| 324 |
324 |
/* Tab plugin */
|
| 325 |
325 |
#main-menu li a.tab,
|
| 326 |
326 |
#main-menu li a.tab:hover {
|
| 327 |
|
background: url(/themes/squeejee/images/fugue/layout_2.png) 6px center no-repeat;
|
|
327 |
background: url(../images/fugue/layout_2.png) 6px center no-repeat;
|
| 328 |
328 |
padding-left: 26px;
|
| 329 |
329 |
}
|
| 330 |
330 |
|
| 331 |
331 |
/* Taskboard plugin */
|
| 332 |
332 |
#main-menu li a.task-board,
|
| 333 |
333 |
#main-menu li a.task-board:hover {
|
| 334 |
|
background: url(/themes/squeejee/images/fugue/dashboard__pencil.png) 6px center no-repeat;
|
|
334 |
background: url(../images/fugue/dashboard__pencil.png) 6px center no-repeat;
|
| 335 |
335 |
padding-left: 26px;
|
| 336 |
336 |
}
|
| 337 |
337 |
|
| 338 |
338 |
/* Todo-lists plugin */
|
| 339 |
339 |
#main-menu li a.todo-lists,
|
| 340 |
340 |
#main-menu li a.todo-lists:hover {
|
| 341 |
|
background: url(/themes/squeejee/images/fugue/hammer__arrow.png) 6px center no-repeat;
|
|
341 |
background: url(../images/fugue/hammer__arrow.png) 6px center no-repeat;
|
| 342 |
342 |
padding-left: 26px;
|
| 343 |
343 |
}
|
| 344 |
344 |
/*************************************************************************
|
| ... | ... | |
| 402 |
402 |
*/
|
| 403 |
403 |
/* Table headers */
|
| 404 |
404 |
table.list thead th {
|
| 405 |
|
background: #ccc url(/themes/squeejee/images/shadow_top.png) left center repeat-x;
|
|
405 |
background: #ccc url(../images/shadow_top.png) left center repeat-x;
|
| 406 |
406 |
font-size: 0.94em;
|
| 407 |
407 |
border-color: #999;
|
| 408 |
408 |
border-color: #d5d5d5 #d5d5d5 #aaa;
|
| ... | ... | |
| 424 |
424 |
|
| 425 |
425 |
/* Table data (cells) */
|
| 426 |
426 |
table.list td {
|
| 427 |
|
background-image: url(/themes/squeejee/images/shadow_top.png);
|
|
427 |
background-image: url(../images/shadow_top.png);
|
| 428 |
428 |
background-repeat: repeat-x;
|
| 429 |
429 |
background-position: 0px -65px;
|
| 430 |
430 |
vertical-align: middle;
|
| ... | ... | |
| 488 |
488 |
table.progress td.todo,
|
| 489 |
489 |
table.progress td.done,
|
| 490 |
490 |
table.progress td.closed {
|
| 491 |
|
background: #666 url(/themes/squeejee/images/middle_shine.png) left center repeat-x;
|
|
491 |
background: #666 url(../images/middle_shine.png) left center repeat-x;
|
| 492 |
492 |
height: 25px;
|
| 493 |
493 |
border: none;
|
| 494 |
494 |
}
|
| ... | ... | |
| 536 |
536 |
}
|
| 537 |
537 |
|
| 538 |
538 |
/* Icons replaced by Fugue icons */
|
| 539 |
|
.icon-add { background-image: url(/themes/squeejee/images/fugue/plus_small.png); }
|
| 540 |
|
.icon-edit { background-image: url(/themes/squeejee/images/fugue/pencil_small.png); }
|
| 541 |
|
.icon-copy { background-image: url(/themes/squeejee/images/fugue/documents.png); }
|
| 542 |
|
.icon-del { background-image: url(/themes/squeejee/images/fugue/ticket_minus.png); }
|
| 543 |
|
.icon-move { background-image: url(/themes/squeejee/images/fugue/ticket_arrow.png); }
|
| 544 |
|
.icon-save { background-image: url(/themes/squeejee/images/fugue/disk_black.png); }
|
| 545 |
|
.icon-cancel { background-image: url(/themes/squeejee/images/fugue/arrow.png); }
|
|
539 |
.icon-add { background-image: url(../images/fugue/plus_small.png); }
|
|
540 |
.icon-edit { background-image: url(../images/fugue/pencil_small.png); }
|
|
541 |
.icon-copy { background-image: url(../images/fugue/documents.png); }
|
|
542 |
.icon-del { background-image: url(../images/fugue/ticket__minus.png); }
|
|
543 |
.icon-move { background-image: url(../images/fugue/ticket__arrow.png); }
|
|
544 |
.icon-save { background-image: url(../images/fugue/disk_black.png); }
|
|
545 |
.icon-cancel { background-image: url(../images/fugue/arrow.png); }
|
| 546 |
546 |
|
| 547 |
|
.icon-time { background-image: url(/themes/squeejee/images/fugue/clock.png); }
|
| 548 |
|
.icon-time-add { background-image: url(/themes/squeejee/images/fugue/clock__plus.png); }
|
|
547 |
.icon-time { background-image: url(../images/fugue/clock.png); }
|
|
548 |
.icon-time-add { background-image: url(../images/fugue/clock__plus.png); }
|
| 549 |
549 |
|
| 550 |
|
.icon-fav { background-image: url(/themes/squeejee/images/fugue/star.png); }
|
| 551 |
|
.icon-fav-off { background-image: url(/themes/squeejee/images/fugue/star_empty.png); }
|
|
550 |
.icon-fav { background-image: url(../images/fugue/star.png); }
|
|
551 |
.icon-fav-off { background-image: url(../images/fugue/star_empty.png); }
|
| 552 |
552 |
|
| 553 |
553 |
/* Icons not replaced by Fugue icons
|
| 554 |
554 |
.icon-file { background-image: url(/images/file.png); }
|
| ... | ... | |
| 628 |
628 |
*/
|
| 629 |
629 |
div#quick-search a {
|
| 630 |
630 |
padding-left: 20px;
|
| 631 |
|
background: url(/themes/squeejee/images/fugue/magnifier_left.png) left center no-repeat;
|
|
631 |
background: url(../images/fugue/magnifier_left.png) left center no-repeat;
|
| 632 |
632 |
font-weight: normal;
|
| 633 |
633 |
}
|
| 634 |
634 |
|
| ... | ... | |
| 664 |
664 |
#history .journal .contextual + p:before { /* Not on <= IE7 */
|
| 665 |
665 |
vertical-align: -12%;
|
| 666 |
666 |
padding-right: 5px;
|
| 667 |
|
content: url(/themes/squeejee/images/fugue/sticky_note.png);
|
|
667 |
content: url(../images/fugue/sticky_note.png);
|
| 668 |
668 |
}
|
| 669 |
669 |
|
| 670 |
670 |
/* Fixes for issue-journals when editing them inline */
|