mostly filebased Content Presentation System
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

60 lines
1.3KB

  1. * {
  2. box-sizing: border-box; }
  3. html {
  4. color: #777;
  5. background: #fff; }
  6. @media only screen and (max-width: 750px) {
  7. #main-nav {
  8. display: none; } }
  9. .featherlight .featherlight-content {
  10. background: none;
  11. overflow: visible; }
  12. .featherlight .featherlight-content .featherlight-close-icon {
  13. background: none;
  14. top: -10px;
  15. right: -10px;
  16. font-size: 1.5em; }
  17. @media only screen and (max-width: 750px) {
  18. .featherlight .featherlight-content iframe {
  19. width: 100%;
  20. height: 100%; } }
  21. #mobile-nav {
  22. display: none; }
  23. @media only screen and (max-width: 750px) {
  24. #mobile-nav {
  25. display: block; }
  26. #mobile-nav a.menu-toggle {
  27. display: block; } }
  28. #mobile-nav .the_list {
  29. display: none; }
  30. #mobile-nav.open .the_list {
  31. display: block;
  32. position: fixed;
  33. top: 0;
  34. left: 0;
  35. z-index: 99;
  36. background: rgba(255, 255, 255, 0.9);
  37. height: 100%;
  38. width: 100%;
  39. overflow: scroll; }
  40. #mobile-nav a.menu-toggle {
  41. position: fixed;
  42. top: 0;
  43. right: 0;
  44. width: 50px;
  45. height: 50px;
  46. z-index: 100;
  47. cursor: pointer;
  48. background: rgba(255, 255, 255, 0.9);
  49. background-image: url("menu-icon.png");
  50. background-position: top;
  51. background-size: 100%; }
  52. #mobile-nav.open a.menu-toggle {
  53. background-position: bottom; }
  54. /*# sourceMappingURL=style.css.map */