gallery.css 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. /* Copyright (C) 2020 Emilia Blåsten
  2. Permission is granted to copy, distribute and/or modify this
  3. document under the terms of the GNU Free Documentation License,
  4. Version 1.3 or any later version published by the Free Software
  5. Foundation; with no Invariant Sections, no Front-Cover Texts, and
  6. no Back-Cover Texts. A copy of the license is included in the file
  7. "LICENSE_FDL.html". */
  8. .gall9x8 {
  9. margin:auto;
  10. width:90vw;
  11. height:80vw;
  12. max-width:90vh;
  13. max-height:80vh;
  14. border:2vmin solid white;
  15. position:relative;
  16. background-color:white;
  17. }
  18. .gall9title {
  19. margin:auto;
  20. width:90vw;
  21. max-width:90vh;
  22. max-height:10vh;
  23. position:relative;
  24. text-align:center;
  25. background-color:white;
  26. border-width: 2vmin 2vmin 0 2vmin;
  27. border-style: solid;
  28. border-color: white;
  29. }
  30. ._3x2 {box-sizing: border-box; padding:0.1vw; width:33.3%; height:25.0%;}
  31. ._2x2 {box-sizing: border-box; padding:0.1vw; width:22.2%; height:25.0%;}
  32. ._2x3 {box-sizing: border-box; padding:0.1vw; width:22.2%; height:37.5%;}