Subversion Repositories wimsdev

Rev

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

  1. @charset "UTF-8";
  2. /**
  3.  * Foundation for Sites
  4.  * Version 6.6.3
  5.  * https://get.foundation
  6.  * Licensed under MIT Open Source
  7.  */
  8. /* Foundation typography styles */
  9. div,
  10. dl,
  11. dt,
  12. dd,
  13. ul,
  14. ol,
  15. li,
  16. h1,
  17. h2,
  18. h3,
  19. h4,
  20. h5,
  21. h6,
  22. pre,
  23. form,
  24. p,
  25. blockquote,
  26. th,
  27. td {
  28.   margin: 0;
  29.   padding: 0; }
  30.  
  31. p {
  32.   margin-bottom: 1rem;
  33.   font-size: inherit;
  34.   line-height: 1.6;
  35.   text-rendering: optimizeLegibility; }
  36.  
  37. em,
  38. i {
  39.   font-style: italic;
  40.   line-height: inherit; }
  41.  
  42. strong,
  43. b {
  44.   font-weight: bold;
  45.   line-height: inherit; }
  46.  
  47. small {
  48.   font-size: 80%;
  49.   line-height: inherit; }
  50.  
  51. h1, .h1,
  52. h2, .h2,
  53. h3, .h3,
  54. h4, .h4,
  55. h5, .h5,
  56. h6, .h6 {
  57.   font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  58.   font-style: normal;
  59.   font-weight: normal;
  60.   color: inherit;
  61.   text-rendering: optimizeLegibility; }
  62.   h1 small, .h1 small,
  63.   h2 small, .h2 small,
  64.   h3 small, .h3 small,
  65.   h4 small, .h4 small,
  66.   h5 small, .h5 small,
  67.   h6 small, .h6 small {
  68.     line-height: 0;
  69.     color: #cacaca; }
  70.  
  71. h1, .h1 {
  72.   font-size: 1.5rem;
  73.   line-height: 1.4;
  74.   margin-top: 0;
  75.   margin-bottom: 0.5rem; }
  76.  
  77. h2, .h2 {
  78.   font-size: 1.25rem;
  79.   line-height: 1.4;
  80.   margin-top: 0;
  81.   margin-bottom: 0.5rem; }
  82.  
  83. h3, .h3 {
  84.   font-size: 1.1875rem;
  85.   line-height: 1.4;
  86.   margin-top: 0;
  87.   margin-bottom: 0.5rem; }
  88.  
  89. h4, .h4 {
  90.   font-size: 1.125rem;
  91.   line-height: 1.4;
  92.   margin-top: 0;
  93.   margin-bottom: 0.5rem; }
  94.  
  95. h5, .h5 {
  96.   font-size: 1.0625rem;
  97.   line-height: 1.4;
  98.   margin-top: 0;
  99.   margin-bottom: 0.5rem; }
  100.  
  101. h6, .h6 {
  102.   font-size: 1rem;
  103.   line-height: 1.4;
  104.   margin-top: 0;
  105.   margin-bottom: 0.5rem; }
  106.  
  107. @media print, screen and (min-width: 40em) {
  108.   h1, .h1 {
  109.     font-size: 3rem; }
  110.   h2, .h2 {
  111.     font-size: 2.5rem; }
  112.   h3, .h3 {
  113.     font-size: 1.9375rem; }
  114.   h4, .h4 {
  115.     font-size: 1.5625rem; }
  116.   h5, .h5 {
  117.     font-size: 1.25rem; }
  118.   h6, .h6 {
  119.     font-size: 1rem; } }
  120.  
  121. a {
  122.   line-height: inherit;
  123.   color: #1779ba;
  124.   text-decoration: none;
  125.   cursor: pointer; }
  126.   a:hover, a:focus {
  127.     color: #1468a0; }
  128.   a img {
  129.     border: 0; }
  130.  
  131. hr {
  132.   clear: both;
  133.   max-width: 75rem;
  134.   height: 0;
  135.   margin: 1.25rem auto;
  136.   border-top: 0;
  137.   border-right: 0;
  138.   border-bottom: 1px solid #cacaca;
  139.   border-left: 0; }
  140.  
  141. ul,
  142. ol,
  143. dl {
  144.   margin-bottom: 1rem;
  145.   list-style-position: outside;
  146.   line-height: 1.6; }
  147.  
  148. li {
  149.   font-size: inherit; }
  150.  
  151. ul {
  152.   margin-left: 1.25rem;
  153.   list-style-type: disc; }
  154.  
  155. ol {
  156.   margin-left: 1.25rem; }
  157.  
  158. ul ul, ul ol, ol ul, ol ol {
  159.   margin-left: 1.25rem;
  160.   margin-bottom: 0; }
  161.  
  162. dl {
  163.   margin-bottom: 1rem; }
  164.   dl dt {
  165.     margin-bottom: 0.3rem;
  166.     font-weight: bold; }
  167.  
  168. blockquote {
  169.   margin: 0 0 1rem;
  170.   padding: 0.5625rem 1.25rem 0 1.1875rem;
  171.   border-left: 1px solid #cacaca; }
  172.   blockquote, blockquote p {
  173.     line-height: 1.6;
  174.     color: #8a8a8a; }
  175.  
  176. abbr, abbr[title] {
  177.   border-bottom: 1px dotted #0a0a0a;
  178.   cursor: help;
  179.   text-decoration: none; }
  180.  
  181. figure {
  182.   margin: 0; }
  183.  
  184. kbd {
  185.   margin: 0;
  186.   padding: 0.125rem 0.25rem 0;
  187.   background-color: #e6e6e6;
  188.   font-family: Consolas, "Liberation Mono", Courier, monospace;
  189.   color: #0a0a0a; }
  190.  
  191. .subheader {
  192.   margin-top: 0.2rem;
  193.   margin-bottom: 0.5rem;
  194.   font-weight: normal;
  195.   line-height: 1.4;
  196.   color: #8a8a8a; }
  197.  
  198. .lead {
  199.   font-size: 125%;
  200.   line-height: 1.6; }
  201.  
  202. .stat {
  203.   font-size: 2.5rem;
  204.   line-height: 1; }
  205.   p + .stat {
  206.     margin-top: -1rem; }
  207.  
  208. ul.no-bullet, ol.no-bullet {
  209.   margin-left: 0;
  210.   list-style: none; }
  211.  
  212. .cite-block, cite {
  213.   display: block;
  214.   color: #8a8a8a;
  215.   font-size: 0.8125rem; }
  216.   .cite-block:before, cite:before {
  217.     content: "— "; }
  218.  
  219. .code-inline, code {
  220.   border: 1px solid #cacaca;
  221.   background-color: #e6e6e6;
  222.   font-family: Consolas, "Liberation Mono", Courier, monospace;
  223.   font-weight: normal;
  224.   color: #0a0a0a;
  225.   display: inline;
  226.   max-width: 100%;
  227.   word-wrap: break-word;
  228.   padding: 0.125rem 0.3125rem 0.0625rem; }
  229.  
  230. .code-block {
  231.   border: 1px solid #cacaca;
  232.   background-color: #e6e6e6;
  233.   font-family: Consolas, "Liberation Mono", Courier, monospace;
  234.   font-weight: normal;
  235.   color: #0a0a0a;
  236.   display: block;
  237.   overflow: auto;
  238.   white-space: pre;
  239.   padding: 1rem;
  240.   margin-bottom: 1.5rem; }
  241.  
  242. .text-left {
  243.   text-align: left; }
  244.  
  245. .text-right {
  246.   text-align: right; }
  247.  
  248. .text-center {
  249.   text-align: center; }
  250.  
  251. .text-justify {
  252.   text-align: justify; }
  253.  
  254. @media print, screen and (min-width: 40em) {
  255.   .medium-text-left {
  256.     text-align: left; }
  257.   .medium-text-right {
  258.     text-align: right; }
  259.   .medium-text-center {
  260.     text-align: center; }
  261.   .medium-text-justify {
  262.     text-align: justify; } }
  263.  
  264. @media print, screen and (min-width: 64em) {
  265.   .large-text-left {
  266.     text-align: left; }
  267.   .large-text-right {
  268.     text-align: right; }
  269.   .large-text-center {
  270.     text-align: center; }
  271.   .large-text-justify {
  272.     text-align: justify; } }
  273.  
  274. .show-for-print {
  275.   display: none !important; }
  276.  
  277. @media print {
  278.   * {
  279.     background: transparent !important;
  280.     color: black !important;
  281.     color-adjust: economy;
  282.     box-shadow: none !important;
  283.     text-shadow: none !important; }
  284.   .show-for-print {
  285.     display: block !important; }
  286.   .hide-for-print {
  287.     display: none !important; }
  288.   table.show-for-print {
  289.     display: table !important; }
  290.   thead.show-for-print {
  291.     display: table-header-group !important; }
  292.   tbody.show-for-print {
  293.     display: table-row-group !important; }
  294.   tr.show-for-print {
  295.     display: table-row !important; }
  296.   td.show-for-print {
  297.     display: table-cell !important; }
  298.   th.show-for-print {
  299.     display: table-cell !important; }
  300.   a,
  301.   a:visited {
  302.     text-decoration: underline; }
  303.   a[href]:after {
  304.     content: " (" attr(href) ")"; }
  305.   .ir a:after,
  306.   a[href^='javascript:']:after,
  307.   a[href^='#']:after {
  308.     content: ''; }
  309.   abbr[title]:after {
  310.     content: " (" attr(title) ")"; }
  311.   pre,
  312.   blockquote {
  313.     border: 1px solid #8a8a8a;
  314.     page-break-inside: avoid; }
  315.   thead {
  316.     display: table-header-group; }
  317.   tr,
  318.   img {
  319.     page-break-inside: avoid; }
  320.   img {
  321.     max-width: 100% !important; }
  322.   @page {
  323.     margin: 0.5cm; }
  324.   p,
  325.   h2,
  326.   h3 {
  327.     orphans: 3;
  328.     widows: 3; }
  329.   h2,
  330.   h3 {
  331.     page-break-after: avoid; }
  332.   .print-break-inside {
  333.     page-break-inside: auto; } }
  334.