logo

scripts

A bunch of scripts, some to be moved to their own repository git clone https://hacktivis.me/git/scripts.git

style.css (554B)


  1. /* Copyright 2017 CC-BY-SA-4.0 Haelwenn (lanodan) Monnier <contact@hacktivis.me> */
  2. html, body {
  3. background: #212121;
  4. color: #8c8c8c;
  5. text-align: center;
  6. }
  7. h1, h2, h3, h4, h5, h6 {
  8. font-family: serif;
  9. }
  10. a {
  11. color: #3498DB;
  12. text-decoration: none;
  13. }
  14. main a.photo {
  15. display: inline-block;
  16. vertical-align: middle;
  17. min-width: 317px;
  18. background: #333333;
  19. border: 1ch solid #333333;
  20. border-radius: .5ch;
  21. margin: 1ch;
  22. padding: 0;
  23. }
  24. main a.photo img {
  25. max-width: 90vw;
  26. max-height: 90vh;
  27. }
  28. main ul {
  29. text-align: initial;
  30. display: inline-table;
  31. }