|
| 1 | +body {font-family: Montserrat, Helvetica Neue, sans-serif; margin: 0 auto; line-height: 2em; padding: 12px; box-sizing: border-box; color: #333; overflow: auto; |
| 2 | +background: #ffded1; /* Old browsers */ |
| 3 | +background: -moz-linear-gradient(-45deg, #ffded1 0%, #ffded1 50%, #ffc5af 50%, #ffc5af 100%); /* FF3.6+ */ |
| 4 | +background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffded1), color-stop(50%,#ffded1), color-stop(50%,#ffc5af), color-stop(100%,#ffc5af)); /* Chrome,Safari4+ */ |
| 5 | +background: -webkit-linear-gradient(-45deg, #ffded1 0%,#ffded1 50%,#ffc5af 50%,#ffc5af 100%); /* Chrome10+,Safari5.1+ */ |
| 6 | +background: -o-linear-gradient(-45deg, #ffded1 0%,#ffded1 50%,#ffc5af 50%,#ffc5af 100%); /* Opera 11.10+ */ |
| 7 | +background: -ms-linear-gradient(-45deg, #ffded1 0%,#ffded1 50%,#ffc5af 50%,#ffc5af 100%); /* IE10+ */ |
| 8 | +background: linear-gradient(135deg, #ffded1 0%,#ffded1 50%,#ffc5af 50%,#ffc5af 100%); /* W3C */ |
| 9 | +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffded1', endColorstr='#ffc5af',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ |
| 10 | + |
| 11 | +} |
| 12 | + |
| 13 | +body, html {height: 100%;} |
| 14 | + |
| 15 | +.wrapper {box-sizing: border-box; height: 100%; overflow: auto; } |
| 16 | + |
| 17 | + |
| 18 | +a {text-decoration: none; color: #333; border-bottom: 3px solid #0068FF;} |
| 19 | +a:hover {color: #0068FF} |
| 20 | +p {font-weight: 200; font-size: 20px;} |
| 21 | + |
| 22 | +.name {font-family: Montserrat; font-size: 45px; text-transform: uppercase; font-weight: 900; padding: 12px; border: 4px solid #0068FF; color: #0068FF; display: inline-block; position: absolute; margin-bottom: 60px; top: 60px; left: 90px;} |
| 23 | + |
| 24 | +.container {margin: 0 auto; width: 700px; padding: 120px 12px 50px; overflow: auto;} |
| 25 | +article {padding: 60px;} |
| 26 | +article::before { |
| 27 | + content: '\2601'; |
| 28 | + position: relative; |
| 29 | + top: 0; |
| 30 | + left: -30px; |
| 31 | + color: #0068FF; |
| 32 | + font-size: 24px; |
| 33 | +} |
| 34 | +article::after { |
| 35 | + content: '\2A55\2A55\2A55\2A55'; |
| 36 | + position: relative; |
| 37 | + top: 40px; |
| 38 | + left: 300px; |
| 39 | + color: #0068FF; |
| 40 | + font-size: 44px; |
| 41 | +} |
| 42 | +hr {border-bottom: 3px solid #0068FF;} |
| 43 | + |
| 44 | +.meta {text-transform: uppercase; font-family: Arial, Courier New, Source Sans Pro, sans-serif; font-size: 10px; letter-spacing: .15em;} |
| 45 | +.meta a:hover {color: #333;} |
| 46 | + |
| 47 | +.inline-list {list-style: none; margin: 0; padding: 0;} |
| 48 | +.inline-list li {display: inline-block;} |
| 49 | + |
| 50 | +footer .inline-list li {margin-right: 40px;} |
| 51 | +footer a {border: none; color: #0068FF;} |
| 52 | +footer {margin: 0 auto; position: absolute; bottom: 55%; right: -255px; padding: 40px 0 0 0; width: 600px; -webkit-transform: rotate(-90deg);} |
0 commit comments