summaryrefslogtreecommitdiff
path: root/fb/talk/epfsug2/local.css
blob: 934511e95ffc23f6a3977aea0f59a285f359512d (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. height: 70%;
  14. }
  15. .figure img {
  16. max-height: 100%;
  17. max-width: 80%;
  18. }