tum.css 997 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /* @theme tum */
  2. @import 'default';
  3. section {
  4. /*background-color: #fff;
  5. color: #000;
  6. background-image: url('images/TUM_Logo_blau_rgb_s.svg');
  7. background-repeat: no-repeat;
  8. background-position: right 40px top 40px;
  9. background-size: 8%;*/
  10. }
  11. section.lead {
  12. /*background-image: url('images/TUM_Uhrenturm.png');
  13. background-position: right;
  14. background-size: 45%;*/
  15. }
  16. section h1,
  17. section h2 {
  18. color: #1f315c;
  19. }
  20. section a {
  21. color: #5fb2e6;
  22. }
  23. section footer,
  24. section::after {
  25. color: #9cb7d4;
  26. }
  27. section.invert {
  28. background-color: #003359;
  29. color: #fff;
  30. /*background-image: url('images/TUM_Logo_weiss_rgb_s.svg');*/
  31. }
  32. section.lead.invert {
  33. /*background-image: url('images/TUM_Uhrenturm_w.png');*/
  34. }
  35. section.invert h1,
  36. section.invert footer,
  37. section.invert::after {
  38. color: #fff;
  39. }
  40. section.invert a {
  41. color: #e37222;
  42. }
  43. /* Add "Page" prefix and total page number */
  44. section::after {
  45. content: attr(data-marpit-pagination) ' / ' attr(data-marpit-pagination-total);
  46. }