BioTorrents.de’s version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

layout.scss 642B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /* Logo */
  2. #logo {
  3. background: url("/static/common/logos/postmod.png") no-repeat center;
  4. background-size: contain;
  5. width: 250px;
  6. height: 50px;
  7. margin: 0 0 0 10%;
  8. a {
  9. border: none;
  10. display: block;
  11. width: 100%;
  12. height: 50px;
  13. }
  14. a:hover {
  15. border: none;
  16. }
  17. }
  18. /* Category icons */
  19. .cats_col div {
  20. width: 3rem;
  21. height: 3rem;
  22. }
  23. /* Content */
  24. div#content {
  25. margin-top: 2rem;
  26. }
  27. /* Headers */
  28. .header {
  29. margin-bottom: 2rem;
  30. text-align: center;
  31. }
  32. /* Footer */
  33. footer {
  34. margin-top: 2rem;
  35. width: 100%;
  36. p {
  37. text-align: center;
  38. }
  39. }