|
1 |
| -/* --- Import -------------------------------------------------------------- */ |
2 |
| -/*@import "sidebar.css";*/ |
3 |
| -/*@import "code.css";*/ |
| 1 | +/* |
| 2 | + * Warning |
| 3 | + * |
| 4 | + * This file is a mess and badly needs reformatin and structuring. |
| 5 | + * It's not responsive at all and it may beneficiate from a deep refactoring. |
| 6 | + * |
| 7 | + */ |
| 8 | + |
4 | 9 |
|
5 | 10 |
|
6 | 11 | /* --- Structure ----------------------------------------------------------- */
|
@@ -363,57 +368,56 @@ a:active {
|
363 | 368 | }
|
364 | 369 |
|
365 | 370 |
|
366 |
| -.preface .topic-title { |
367 |
| - background: url("data/brain.png") no-repeat center; |
| 371 | +.chapter-01 .topic-title { |
| 372 | + background: url("data/chapter-01.png") no-repeat center; |
368 | 373 | background-size: 100%;
|
369 | 374 | }
|
370 |
| -.introduction .topic-title { |
371 |
| - background: url("data/wolfenstein.jpg") no-repeat center; |
| 375 | +.chapter-02 .topic-title { |
| 376 | + background: url("data/chapter-02.jpg") no-repeat center; |
372 | 377 | background-size: 100%;
|
373 | 378 | }
|
374 |
| -.quickstart .topic-title { |
375 |
| - background: url("data/glumpy-quad-source.png") no-repeat center; |
| 379 | +.chapter-03 .topic-title { |
| 380 | + background: url("data/chapter-03.png") no-repeat center; |
376 | 381 | background-size: 100%;
|
377 | 382 | }
|
378 |
| -.maths .topic-title { |
379 |
| - background: url("data/geometry-wikipedia.jpg") no-repeat center; |
| 383 | +.chapter-04 .topic-title { |
| 384 | + background: url("data/chapter-04.jpg") no-repeat center; |
380 | 385 | background-size: 125%;
|
381 | 386 | }
|
382 |
| -.cube .topic-title { |
383 |
| - background: url("data/light-cube-simple.png") no-repeat center; |
| 387 | +.chapter-05 .topic-title { |
| 388 | + background: url("data/chapter-05.png") no-repeat center; |
384 | 389 | background-size: 100%;
|
385 | 390 | }
|
386 |
| -.points .topic-title { |
387 |
| - background: url("data/card-markers.png") no-repeat center; |
| 391 | +.chapter-06 .topic-title { |
| 392 | + background: url("data/chapter-06.png") no-repeat center; |
388 | 393 | background-size: 100%;
|
389 | 394 | }
|
390 |
| -.lines .topic-title { |
391 |
| - background: url("data/spiral.png") no-repeat center; |
| 395 | +.chapter-07 .topic-title { |
| 396 | + background: url("data/chapter-07.png") no-repeat center; |
392 | 397 | background-size: 120%;
|
393 | 398 | }
|
394 |
| -.polygons .topic-title { |
395 |
| - background: url("data/tiger.png") no-repeat center; |
| 399 | +.chapter-08 .topic-title { |
| 400 | + background: url("data/chapter-08.png") no-repeat center; |
396 | 401 | background-size: 100%;
|
397 | 402 | }
|
398 |
| -.mesh .topic-title { |
399 |
| - background: url("data/klein-bottle.png") no-repeat center; |
| 403 | +.chapter-09 .topic-title { |
| 404 | + background: url("data/chapter-09.png") no-repeat center; |
400 | 405 | background-size: 100%;
|
401 | 406 | }
|
402 |
| -.text .topic-title { |
403 |
| - background: url("data/text.png") no-repeat center; |
| 407 | +.chapter-10 .topic-title { |
| 408 | + background: url("data/chapter-10.png") no-repeat center; |
404 | 409 | background-size: 100%;
|
405 | 410 | }
|
406 |
| -.references .topic-title { |
407 |
| - background: url("data/snail.png") no-repeat center; |
408 |
| - background-size: 175%; |
409 |
| -} |
410 |
| - |
411 |
| -.techniques .topic-title { |
412 |
| - background: url("data/lena.png") no-repeat center; |
| 411 | +.chapter-12 .topic-title { |
| 412 | + background: url("data/chapter-12.png") no-repeat center; |
413 | 413 | background-size: 125%;
|
414 | 414 | }
|
415 |
| -.bibliography .topic-title { |
416 |
| - background: url("data/books.jpg") no-repeat center; |
| 415 | +.chapter-14 .topic-title { |
| 416 | + background: url("data/chapter-14.png") no-repeat center; |
| 417 | + background-size: 175%; |
| 418 | +} |
| 419 | +.chapter-15 .topic-title { |
| 420 | + background: url("data/chapter-15.jpg") no-repeat center; |
417 | 421 | background-size: 125%;
|
418 | 422 | }
|
419 | 423 |
|
|
0 commit comments