Subversion Repositories wimsdev

Rev

Rev 14734 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. /**
  2.  * Foundation for Sites
  3.  * Version 6.6.3
  4.  * https://get.foundation
  5.  * Licensed under MIT Open Source
  6.  */
  7. /* Foundation visibility styles */
  8. .hide {
  9.   display: none !important; }
  10.  
  11. .invisible {
  12.   visibility: hidden; }
  13.  
  14. @media print, screen and (max-width: 39.99875em) {
  15.   .hide-for-small-only {
  16.     display: none !important; } }
  17.  
  18. @media screen and (max-width: 0em), screen and (min-width: 40em) {
  19.   .show-for-small-only {
  20.     display: none !important; } }
  21.  
  22. @media print, screen and (min-width: 40em) {
  23.   .hide-for-medium {
  24.     display: none !important; } }
  25.  
  26. @media screen and (max-width: 39.99875em) {
  27.   .show-for-medium {
  28.     display: none !important; } }
  29.  
  30. @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  31.   .hide-for-medium-only {
  32.     display: none !important; } }
  33.  
  34. @media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  35.   .show-for-medium-only {
  36.     display: none !important; } }
  37.  
  38. @media print, screen and (min-width: 64em) {
  39.   .hide-for-large {
  40.     display: none !important; } }
  41.  
  42. @media screen and (max-width: 63.99875em) {
  43.   .show-for-large {
  44.     display: none !important; } }
  45.  
  46. @media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  47.   .hide-for-large-only {
  48.     display: none !important; } }
  49.  
  50. @media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  51.   .show-for-large-only {
  52.     display: none !important; } }
  53.  
  54. .show-for-sr,
  55. .show-on-focus {
  56.   position: absolute !important;
  57.   width: 1px !important;
  58.   height: 1px !important;
  59.   padding: 0 !important;
  60.   overflow: hidden !important;
  61.   clip: rect(0, 0, 0, 0) !important;
  62.   white-space: nowrap !important;
  63.   border: 0 !important; }
  64.  
  65. .show-on-focus:active, .show-on-focus:focus {
  66.   position: static !important;
  67.   width: auto !important;
  68.   height: auto !important;
  69.   overflow: visible !important;
  70.   clip: auto !important;
  71.   white-space: normal !important; }
  72.  
  73. .show-for-landscape,
  74. .hide-for-portrait {
  75.   display: block !important; }
  76.   @media screen and (orientation: landscape) {
  77.     .show-for-landscape,
  78.     .hide-for-portrait {
  79.       display: block !important; } }
  80.   @media screen and (orientation: portrait) {
  81.     .show-for-landscape,
  82.     .hide-for-portrait {
  83.       display: none !important; } }
  84. .hide-for-landscape,
  85. .show-for-portrait {
  86.   display: none !important; }
  87.   @media screen and (orientation: landscape) {
  88.     .hide-for-landscape,
  89.     .show-for-portrait {
  90.       display: none !important; } }
  91.   @media screen and (orientation: portrait) {
  92.     .hide-for-landscape,
  93.     .show-for-portrait {
  94.       display: block !important; } }
  95.