From 11e823ae15152e2898e0388a6bde347ad4e5993d Mon Sep 17 00:00:00 2001 From: mathias Date: Sat, 12 Dec 2015 03:46:13 +0200 Subject: [PATCH] Update index.html --- index.html | 138 ++++++++++++++++++++--------------------------------- 1 file changed, 53 insertions(+), 85 deletions(-) diff --git a/index.html b/index.html index 73c8b8a..83f46e2 100644 --- a/index.html +++ b/index.html @@ -120,35 +120,36 @@ html, body { width: 100%; height: 100%; - margin: 0; - padding: 0; } body { font-family: montserratlight,"Helvetica Neue",Helvetica,Arial,sans-serif; color: #fff; background: #000; - webkit-tap-highlight-color: rgba(255,255,255,.2); + -webkit-tap-highlight-color: rgba(255,255,255,.2); animation: fadein 1.5s; + line-height: 1; } ::-moz-selection { - background: #fcfcfc; - background: rgba(255,255,255,.2); + background: #7b7b7b; + background: rgba(255,255,255,.04); } ::selection { - background: #fcfcfc; - background: rgba(255,255,255,.2); + background: #7b7b7b; + background: rgba(255,255,255,.04); } ::-webkit-input-placeholder { - color: #808080; + color: rgba(0,0,0,.6); } :-moz-placeholder { - color: #808080; + color: rgba(0,0,0,.6); + opacity: 1; } ::-moz-placeholder { - color: #808080; + color: rgba(0,0,0,.6); + opacity: 1; } :-ms-input-placeholder { - color: #808080; + color: rgba(0,0,0,.6); } h1, h2, h3, p, #logo, #ip { cursor: default; @@ -165,18 +166,17 @@ font-weight: normal; } h1 { + font-family: montserratregular,"Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 16px; text-transform: uppercase; - font-family: montserratregular,"Helvetica Neue",Helvetica,Arial,sans-serif; - margin: 0 0 45px 0; - line-height: 16px; + margin: 0 0 38px 0; + line-height: 30px; } h2 { + font-family: montserratregular,"Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 28px; text-transform: uppercase; - text-align: center; - font-family: montserratregular,"Helvetica Neue",Helvetica,Arial,sans-serif; - margin: 0 0 25px; + margin: 0 0 25px 0; } a { text-decoration: none; @@ -195,11 +195,11 @@ #intro a:last-of-type:before, #contact h2:before { content: "\2709"; } - #intro, #news { - color: #fff; - display: table; + #intro, #about, #news, #contact { width: 100%; height: 100%; + color: #fff; + display: table; } #intro { background: #aa0000; @@ -210,16 +210,12 @@ text-align: center; padding: 30px 0 30px 0; } - #intro a:before { - top: 1px; - position: relative; - } #intro a { background: #fff; color: #aa0000; font-size: 19px; transition: background .2s ease-in-out; - padding: 7px 15px 7px 15px; + padding: 8px 15px 6px 15px; } #intro a:hover { background: rgba(255,255,255,0.9); @@ -227,17 +223,16 @@ #intro a:first-of-type { border-radius: 21px 0px 0px 21px; border-right: 1px solid #aa0000; - padding: 7px 14px 7px 20px; + padding: 8px 14px 6px 20px; } #intro a:last-of-type { border-radius: 0px 21px 21px 0px; border-left: 1px solid #aa0000; - padding: 7px 20px 7px 14px; - + padding: 8px 20px 6px 14px; } #icon:before { font-size: 350px; - line-height: 390px; + line-height: 400px; content: "\1F525"; } #logo { @@ -246,13 +241,6 @@ font-family: montserratbold,"Helvetica Neue",Helvetica,Arial,sans-serif; letter-spacing: 1px; text-align: center; - margin: 0; - } - #about, #news, #contact { - width: 100%; - height: 100%; - color: #fff; - display: table; } #about, #contact { background: #000; @@ -263,23 +251,24 @@ #about-body, #news-body, #contact-body { display: table-cell; vertical-align: middle; - padding: 40px 90px 40px 90px; font-size: 16px; text-align: center; } + #about-body { + padding: 40px 90px 40px 90px; + } #news-body { padding: 40px 150px 40px 150px; } #contact-body { - padding: 40px 210px 40px 210px; + padding: 40px 230px 40px 230px; } #about p { text-align: center; - margin: 0 0 40px; + margin: 0 0 40px 0; line-height: 1.6; } #about h2:before, #contact h2:before, #news h2:before { - font-weight: normal; position: relative; top: 2px; margin: 0 16px 0 0; @@ -292,13 +281,13 @@ color: #000; background: #fff; padding: 7px 7px 7px 10px; - border-radius: 6px 0px 0px 6px; + border-radius: 5px 0px 0px 5px; } #ip-address { border: #fff solid 1px; color: #fff; padding: 6px 10px 7px 9px; - border-radius: 0px 6px 6px 0px; + border-radius: 0px 5px 5px 0px; } #box { height: 60%; @@ -318,7 +307,7 @@ #box li:last-child { margin: 0; } - .date { + #box span { font-size: 13px; color: rgba(255,255,255,.4); } @@ -350,23 +339,6 @@ #twitter:hover:before { background: rgba(0,132,180,1); } - label { - text-align: left; - margin: 0 0 24px 0; - display: block; - } - label span { - display: block; - margin: 0 0 12px 0; - font-size: 16px; - } - label input, label textarea { - width: 100%; - box-sizing: border-box; - } - label:last-of-type { - margin: 0; - } input, textarea { font-family: montserratlight,"Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 16px; @@ -375,12 +347,14 @@ background: #fff; padding: 9px 11px 9px 11px; border-radius: 4px; + display: block; + width: 100%; + box-sizing: border-box; transition: background .2s ease-in-out; resize: none; - margin: 0; } - input:focus, textarea:focus { - background: rgba(255,255,255,.9); + input { + margin: 0 0 24px 0; } button { font-family: montserratregular,"Helvetica Neue",Helvetica,Arial,sans-serif; @@ -389,8 +363,8 @@ color: #fff; background: none; border: #fff solid 1px; - margin: 35px 0 0 0; padding: 8px 10px 8px 11px; + margin: 26px 0 0 0; border-radius: 5px; cursor: pointer; transition: background .2s ease-in-out; @@ -423,55 +397,55 @@ @@ -482,14 +456,8 @@

Contact

- - + +