You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dropin-minimal-css/min/tent.min.css

7 lines
16 KiB
CSS

/*!
* Tent CSS
* http://css.sitetent.com
*
* Copyright (c) 2017, Aaron Mazade
* Licensed under the MIT license
*/html{box-sizing:border-box;line-height:1;font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:inherit}body{margin:0;font-family:sans-serif}iframe{border:0}main{display:block}sup{position:relative;top:-.5em;vertical-align:baseline;font-size:75%;line-height:0}strong{font-weight:bold}figure{margin:0}::-moz-focus-inner{border:0;padding:0}body{background-color:#fff;color:#444;font-weight:400;font-size:1em;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Open Sans","Helvetica Neue",sans-serif;line-height:1.6}hr{display:block;margin:1.5rem 0;height:1px;border:0;background-color:#dbdbdb}img{max-width:100%;height:auto;border:0;vertical-align:middle}a{color:#0074d9;text-decoration:none}a:hover,a:focus,a:active{color:#004b8d}button{border:0;margin:0;padding:0;text-align:inherit;text-transform:inherit;font:inherit;letter-spacing:inherit;background:0;cursor:pointer;overflow:visible}blockquote{margin:0 0 1rem;padding:0 0 0 .5rem;border-left:4px solid #6e6e6e}cite{font-style:italic}code{font-family:"Lucida Console",Courier,monospace;font-size:inherit;color:#0074d9;background-color:#f2f2f2;padding:.125rem .25rem}p{margin:0 0 1.5rem}p:last-child{margin-bottom:0}h1,h2,h3,h4,h5,h6{display:block;margin:0 0 2rem;color:#444;font-weight:inherit;font-size:inherit;line-height:1.25}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child{margin-bottom:0}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}textarea{overflow:auto}input[type="email"],input[type="number"],input[type="search"],input[type="text"],input[type="tel"],input[type="url"],input[type="password"],textarea,select{display:block;margin:0 0 1.5rem;padding:.5rem 1rem;width:auto;border:1px solid #e0e0e0;border-radius:0;background-color:#fff;color:#a4a4a4;font-size:1rem;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="text"]:focus,input[type="tel"]:focus,input[type="url"]:focus,input[type="password"]:focus,textarea:focus,select:focus{border-color:#0074d9}ul,ol{margin:0 0 1.5rem;padding:0}ul{list-style:circle inside}ol{list-style:decimal inside}li{display:list-item;margin-bottom:.5rem}dl{margin-top:0;margin-bottom:0}dd{margin-left:0}table{border-spacing:0}table td{padding:.5rem}.container{position:relative;margin:0 auto;padding:0;width:100%}@media(min-width:576px){.container{max-width:33.75rem}}@media(min-width:768px){.container{max-width:45rem}}@media(min-width:992px){.container{max-width:71.25rem}}.container--fluid{max-width:100%}.flex,.grid,.control--inline{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.flex--stack,.grid--stack{-ms-flex-direction:column;flex-direction:column}.flex--top,.grid--top{-ms-flex-align:start;align-items:flex-start}.flex--bottom,.grid--bottom{-ms-flex-align:end;align-items:flex-end}.flex--center,.grid--center{-ms-flex-align:center;align-items:center}.flex--stretch,.grid--stretch{-ms-flex-align:stretch;align-items:stretch}.flex--baseline,.grid--baseline{-ms-flex-align:baseline;align-items:baseline}.flex--justify-center,.grid--justify-center{-ms-flex-pack:center;justify-content:center}.flex--justify-start,.grid--justify-start{-ms-flex-pack:start;justify-content:flex-start}.flex--justify-end,.grid--justify-end{-ms-flex-pack:end;justify-content:flex-end}.flex__item,.grid__column{display:block;-ms-flex:1;flex:1}.flex__item--top,.grid__column--top{-ms-flex-item-align:start;align-self:flex-start}.flex__item--bottom,.grid__column--bottom{-ms-flex-item-align:end;align-self:flex-end}.flex__item--center,.grid__column--center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.flex-first{-ms-flex-order:-1;order:-1}.flex-last{-ms-flex-order:1;order:1}@media(min-width:576px){.flex-first--sm{-ms-flex-order:-1;order:-1}.flex-last--sm{-ms-flex-order:1;order:1}}@media(min-width:768px