| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505 |
- /* Demo site CSS. Not mobile first, not semantic, not optimized, made for 20 minutes, mess */
- html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, fieldset, legend, label, table, header, footer, nav, section, figure {
- margin: 0;
- padding: 0;
- }
- figure {
- display: block;
- }
- html {
- /*overflow-y: scroll;*/
- }
- a {
- color: #3169B3;
- }
- a:hover {
- color: #C00;
- }
- * {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
- body {
- font-family: "myriad-pro","Myriad Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
- font-size: 18px;
- line-height: 26px;
- color: #282B30;
- text-rendering: optimizeLegibility;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- -moz-font-feature-settings: "liga", "kern";
- }
- img {
- width: auto;
- max-width: 100%;
- height: auto;
- border: 0;
- }
- .video {
- width: 100%%;
- margin: 0 0 24px 0;
- }
- .video__container {
- position: relative;
- width: 100%;
- padding-bottom: 56.25%;
- padding-top: 35px;
- height: 0;
- overflow: hidden;
- }
- .video__container iframe {
- position: absolute;
- top:0;
- left: 0;
- width: 100%;
- height: 100%;
- }
- .video-desc {
- width: 100%;
- max-width: 740px;
- margin: 12px auto;
- }
- p {
- margin: 0 0 12px;
- }
- ul {
- list-style: disc;
- }
- ul, ol {
- padding: 0;
- margin: 0 0 12px 25px;
- }
- li {
- margin: 0 0 12px 0;
- }
- h1, h2, h3, h4, h5, h6 {
- margin: 0;
- font-weight: normal;
- }
- h1 {
- font-size: 48px;
- line-height: 1;
- margin: 0;
- font-weight: 600;
- margin-bottom: 6px;
- }
- .row--heading {
- position: relative;
- }
- .section--head p {
- text-align: left;
- font-size: 26px;
- line-height: 32px;
- margin-bottom: 24px;
- font-size: 19px;
- line-height: 29px;
-
- }
- h2 {
- font-size: 32px;
- line-height: 1.1;
- margin-bottom: 12px;
- font-weight: 600;
- }
- h3 {
- font-size: 22px;
- line-height: 28px;
- margin: 0 0 8px 0;
- font-size: 18px;
- line-height: 24px;
- font-weight: 600;
- }
- strong {
- font-weight: 600;
- }
- span.highlight {
- background:rgb(246, 243, 226);
- }
- .title-block p {
- font-size: 22px;
- line-height: 28px;
- max-width: 600px;
- margin-bottom: 24px;
- }
- p, ul.text-list {
- color: #444;
- }
- .section--head p,
- .title-block p {
- color: #666;
- }
- .title-block p {
- font-size: 19px;
- line-height: 29px;
- }
- .section {
- width: 100%;
- }
- .section--head {
- margin: 0;
- background: #EEE;
- /*background: linear-gradient(180deg, #eee 0%,#fff 100%);*/
- padding: 5px 0;
- }
- .row {
- max-width: 1108px;
- margin: 24px auto;
- padding: 0 30px;
- position: relative;
- }
- .row--heading {
- margin-top: 0;
- margin-bottom: 0;
- }
- .row--footer {
- text-align: center;
- padding: 132px 0;
- }
- .row--wide {
- max-width: 1000px;
- }
- .row--video {
- max-width: 1160px;
- }
- .row--wide img {
- float: left;
- margin: 0 12px 12px 0;
- width: 200px;
- }
- img.img--with_border {
- border: 1px solid #DDD;
- border-radius: 2px;
- }
- .img-desc {
- margin-left: 212px;
- }
- /*.main-wrapper {
- background: none;
- width: 100%;
- padding-top: 0;
-
- }
- .content-wrap {
-
- }*/
- /* clearfix */
- .row:after{
- content: " ";
- visibility: hidden;
- display: block;
- height: 0;
- clear: both;
- }
- .row--large {
- margin-bottom: 48px;
- }
- .section--head h1 a {
- vertical-align: super;
- font-size: 14px;
- text-decoration: none;
- }
- /*p.intro {
- margin-top: 24px;
- font-size: 18px;
- line-height: 24px;
- }*/
- .col-50 {
- width: 48%;
- float: left;
- }
- .col-50:nth-child(1) {
- margin-right: 4%;
- }
- .col-img {
- width: auto;
- max-width: 100%;
- height: auto;
- }
- .style-select {
- width: 100%;
- float: left;
- }
- .style-select .radio {
- position: relative;
- margin-bottom: 12px;
- display: block;
- float: left;
- width: 100%;
- }
- .style-select label {
- padding-left: 24px;
- position: relative;
- display: block;
- cursor: pointer;
- }
- .style-select input {
- position: absolute;
- left:0;
- top:0;
- width:24px;
- height:24px;
- overflow:hidden;
- margin:0;
- padding:0;
- border:0;
- outline:0;
- opacity:0;
- cursor: pointer;
-
- }
- .style-select input + label:before {
- content: '';
- position: absolute;
- left:0;
- top:4px;
- background: none;
- border-radius: 50%;
- width:16px;
- height:16px;
- box-sizing: border-box;
- border: 2px solid rgba(0,0,0,0.6);
- }
- .radio:hover label:before {
- border-color: #3169B3;
- }
- .style-select input:checked + label:before {
- border-color: #3169B3;
- }
- .style-select input:checked + label:after {
- content: '';
- position: absolute;
- left: 5px;
- top: 9px;
- width:6px;
- height: 6px;
- background: #3169B3;
- border-radius: 50%;
- }
- .row--modules ul {
- list-style: none;
- margin-left: 0;
- /*color: rgba(255, 255, 255, 0.8);*/
- }
- .row--modules span {
- font-wight:600;
- border-left:5px solid #FFF;
- padding-left:5px;
- margin-left:-10px;
- }
- .block__ui-separated {
- position: relative;
- }
- .block__ui-separated .col-50 {
- position: absolute;
- left: 0;
- top:12px;
- }
- .block__ui-separated img {
- float: right;
- max-width: 450px;
- }
- .demo-gallery {
- width: 100%;
- height: auto;
- float: left;
- }
- .demo-gallery a {
- -webkit-tap-highlight-color: rgba(0,0,0,0);
- -webkit-touch-callout: none;
- display: block;
- float: left;
- margin: 0 12px 12px 0;
- width: 250px;
- /* line-height: 0; */
- }
- .demo-gallery figure {
- font-size: 14px;
- }
- a.demo-gallery__img--main {
- width: auto;
- height: auto;
- }
- .demo-gallery__title {
- line-height: 14px;
- font-size: 14px;
- opacity: 0.8;
- margin-top: 5px;
- width: 100%;
- float: left;
- }
- @media screen and (max-width: 1000px) {
- .row--wide {
- max-width: 800px;
- }
- .row--wide img {
- float: none;
- }
- .img-desc {
- margin-left: 0;
- }
- .section--head {
- margin-top:0;
- padding: 30px 0;
- }
- .row--nav {
- font-size: 24px;
- line-height: 1.1;
- }
- }
- @media screen and (max-width: 650px) {
- h1 {
- font-size: 40px;
- }
- .block__ui-separated .col-50 {
- position: relative;
- top: 0;
- }
- .block__ui-separated img {
- max-width: 100%;
- width: 100%;
- float: left;
- }
- }
- @media screen and (max-width: 450px) {
- .col-50:nth-child(1) {
- margin-right: 0;
- }
- .row--wide img {
- margin-bottom: 6px;
- }
- .col-50 {
- width: 100%;
- margin-bottom: 12px;
- }
- .row {
- padding: 0 18px;
- }
- .section--head {
- margin-top:0;
- padding: 24px 0;
- }
- .row--nav {
- font-size: 18px;
- line-height: 26px;
- }
- }
- @media screen and (max-width: 700px) {
- .row--nav {
- font-size: 18px;
- line-height: 26px;
- }
- .demo-gallery {
- max-width: 600px;
- }
- .demo-gallery a {
- width: 275px;
- margin: 0 15px 12px 0;
- }
- a.demo-gallery__img--main {
- width: 164px;
- }
- .section--head p {
- font-size: 18px;
- line-height: 24px;
- }
- }
- @media screen and (max-width: 450px) {
- .demo-gallery a {
- width: 324px;
- margin: 0 0 12px 0;
- }
- a.demo-gallery__img--main {
- width: 127px;
- }
- }
- @media screen and (max-width: 350px) {
- .demo-gallery a {
- width: 81px;
- margin: 0 1px 1px 0;
- }
- a.demo-gallery__img--main {
- width: 109px;
- }
- }
- div.incoming-album label {
- width: 60px;
- display: inline-block;
- }
- div.incoming-album input[type='text'] {
- width: 400px;
- }
- h3.albums-year {
- clear: both;
- }
|