summaryrefslogtreecommitdiff
path: root/fb/talk/epfsug2/local.css
blob: d92a7251a7bf75c7e8d925be83819baf46427914 (plain)
  1. body {
  2. background-color: white;
  3. background-image: url(edge-tiny.png);
  4. background-attachment: fixed;
  5. background-repeat: no-repeat;
  6. background-position: 95% 10%;
  7. }
  8. div.slide h1 {
  9. background-color: white;
  10. opacity: 0.7;
  11. }
  12. .figure {
  13. z-index: -1;
  14. position: fixed;
  15. top: 0;
  16. height: 100%;
  17. }
  18. .figure img {
  19. max-height: 100%;
  20. max-width: 80%;
  21. }