summaryrefslogtreecommitdiff
path: root/fb/talk/linuxtag/local.css
blob: bbc3337930e323d9b9b17e66a585cdb00cbf2706 (plain)
  1. body {
  2. background-position: 95% 10%;
  3. }
  4. div.slide h1 {
  5. background-color: white;
  6. opacity: 0.7;
  7. }
  8. .figure {
  9. height: 70%;
  10. }
  11. .figure img {
  12. max-height: 100%;
  13. max-width: 80%;
  14. }
  15. del {
  16. color: darkred;
  17. }