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.
 
 
 
 

31 lines
1.4 KiB

  1. html {height: 100%; width: 100%;}
  2. body {font-family: sans-serif; background: url("../img/sayagata-400px.png") repeat; z-index: 1; height: 100%; width: 100%; background-position: center; background-attachment: fixed;}
  3. .hidden {display: none;}
  4. .menu-item {display: none; z-index: 3;}
  5. #bg-overlay {position: fixed; width: 100%; height: 100%; background-color: #fff; opacity: 0; z-index: 2; transition: .3s all;}
  6. body.menu-shown #bg-overlay {opacity: 0.3;}
  7. #mobile-menu-wrap {z-index: 3; position: absolute; top: 15px; left: 15px;}
  8. #mobile-menu-wrap a {font-size: 20px; padding: 20px 20px 20px 24px; display: block; color: #fff;}
  9. #mobile-menu-wrap a:hover {color: #fff;}
  10. .bg {border-radius: 5px; background-color: rgba(0, 0, 0, .5); padding: 20px;}
  11. .bg a {color: #fff;}
  12. #links-wrap {font-size: 70px; width: 50%; height: 50%; margin: 25% auto 0; overflow: hidden; padding: 50px; position: relative; overflow-y: scroll;}
  13. #links-wrap a {transition: .3s all;}
  14. #links-wrap a:hover {color: #00AB00;}
  15. #links-wrap .link {display: inline-block; float: left; text-align: center;}
  16. #pic-info-wrap {color: #fff; font-size: 16px; position: absolute; bottom: 15px; left: 15px;}
  17. #pic-info-wrap a:hover, #pic-info-wrap a:active {color: #fff; text-decoration: none;}
  18. #clock-wrap {color: #fff; font-size: 20px; position: absolute; top: 15px; right: 15px;}
  19. @media (min-width: 992px) {
  20. #links-wrap {margin-top: 15%; height: auto; font-size: 80px;}
  21. #clock-wrap {font-size: 30px;}
  22. }