Subversion Repositories wimsdev

Rev

Rev 14454 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. /**
  2.  * Foundation for Sites by ZURB
  3.  * Version 6.6.1
  4.  * foundation.zurb.com
  5.  * Licensed under MIT Open Source
  6.  */
  7. /* Foundation Global styles */
  8. /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
  9. html {
  10.   line-height: 1.15;
  11.   -webkit-text-size-adjust: 100%; }
  12.  
  13. body {
  14.   margin: 0; }
  15.  
  16. h1 {
  17.   font-size: 2em;
  18.   margin: 0.67em 0; }
  19.  
  20. hr {
  21.   box-sizing: content-box;
  22.   height: 0;
  23.   overflow: visible; }
  24.  
  25. pre {
  26.   font-family: monospace, monospace;
  27.   font-size: 1em; }
  28.  
  29. a {
  30.   background-color: transparent; }
  31.  
  32. abbr[title] {
  33.   border-bottom: none;
  34.   text-decoration: underline;
  35.   text-decoration: underline dotted; }
  36.  
  37. b,
  38. strong {
  39.   font-weight: bolder; }
  40.  
  41. code,
  42. kbd,
  43. samp {
  44.   font-family: monospace, monospace;
  45.   font-size: 1em; }
  46.  
  47. small {
  48.   font-size: 80%; }
  49.  
  50. sub,
  51. sup {
  52.   font-size: 75%;
  53.   line-height: 0;
  54.   position: relative;
  55.   vertical-align: baseline; }
  56.  
  57. sub {
  58.   bottom: -0.25em; }
  59.  
  60. sup {
  61.   top: -0.5em; }
  62.  
  63. img {
  64.   border-style: none; }
  65.  
  66. button,
  67. input,
  68. optgroup,
  69. select,
  70. textarea {
  71.   font-family: inherit;
  72.   font-size: 100%;
  73.   line-height: 1.15;
  74.   margin: 0; }
  75.  
  76. button,
  77. input {
  78.   overflow: visible; }
  79.  
  80. button,
  81. select {
  82.   text-transform: none; }
  83.  
  84. button,
  85. [type="button"],
  86. [type="reset"],
  87. [type="submit"] {
  88.   -webkit-appearance: button; }
  89.  
  90. button::-moz-focus-inner,
  91. [type="button"]::-moz-focus-inner,
  92. [type="reset"]::-moz-focus-inner,
  93. [type="submit"]::-moz-focus-inner {
  94.   border-style: none;
  95.   padding: 0; }
  96.  
  97. button:-moz-focusring,
  98. [type="button"]:-moz-focusring,
  99. [type="reset"]:-moz-focusring,
  100. [type="submit"]:-moz-focusring {
  101.   outline: 1px dotted ButtonText; }
  102.  
  103. fieldset {
  104.   padding: 0.35em 0.75em 0.625em; }
  105.  
  106. legend {
  107.   box-sizing: border-box;
  108.   color: inherit;
  109.   display: table;
  110.   max-width: 100%;
  111.   padding: 0;
  112.   white-space: normal; }
  113.  
  114. progress {
  115.   vertical-align: baseline; }
  116.  
  117. textarea {
  118.   overflow: auto; }
  119.  
  120. [type="checkbox"],
  121. [type="radio"] {
  122.   box-sizing: border-box;
  123.   padding: 0; }
  124.  
  125. [type="number"]::-webkit-inner-spin-button,
  126. [type="number"]::-webkit-outer-spin-button {
  127.   height: auto; }
  128.  
  129. [type="search"] {
  130.   -webkit-appearance: textfield;
  131.   outline-offset: -2px; }
  132.  
  133. [type="search"]::-webkit-search-decoration {
  134.   -webkit-appearance: none; }
  135.  
  136. ::-webkit-file-upload-button {
  137.   -webkit-appearance: button;
  138.   font: inherit; }
  139.  
  140. details {
  141.   display: block; }
  142.  
  143. summary {
  144.   display: list-item; }
  145.  
  146. template {
  147.   display: none; }
  148.  
  149. [hidden] {
  150.   display: none; }
  151.  
  152. .foundation-mq {
  153.   font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }
  154.  
  155. html {
  156.   box-sizing: border-box;
  157.   font-size: 100%; }
  158.  
  159. *,
  160. *::before,
  161. *::after {
  162.   box-sizing: inherit; }
  163.  
  164. body {
  165.   margin: 0;
  166.   padding: 0;
  167.   background: #fefefe;
  168.   font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  169.   font-weight: normal;
  170.   line-height: 1.5;
  171.   color: #0a0a0a;
  172.   -webkit-font-smoothing: antialiased;
  173.   -moz-osx-font-smoothing: grayscale; }
  174.  
  175. img {
  176.   display: inline-block;
  177.   vertical-align: middle;
  178.   max-width: 100%;
  179.   height: auto;
  180.   -ms-interpolation-mode: bicubic; }
  181.  
  182. textarea {
  183.   height: auto;
  184.   min-height: 50px;
  185.   border-radius: 0; }
  186.  
  187. select {
  188.   box-sizing: border-box;
  189.   width: 100%;
  190.   border-radius: 0; }
  191.  
  192. .map_canvas img,
  193. .map_canvas embed,
  194. .map_canvas object,
  195. .mqa-display img,
  196. .mqa-display embed,
  197. .mqa-display object {
  198.   max-width: none !important; }
  199.  
  200. button {
  201.   padding: 0;
  202.   appearance: none;
  203.   border: 0;
  204.   border-radius: 0;
  205.   background: transparent;
  206.   line-height: 1;
  207.   cursor: auto; }
  208.   [data-whatinput='mouse'] button {
  209.     outline: 0; }
  210.  
  211. pre {
  212.   overflow: auto; }
  213.  
  214. button,
  215. input,
  216. optgroup,
  217. select,
  218. textarea {
  219.   font-family: inherit; }
  220.  
  221. .is-visible {
  222.   display: block !important; }
  223.  
  224. .is-hidden {
  225.   display: none !important; }
  226.