|
@@ -153,7 +153,6 @@ h1.super {
|
|
margin: 40px 0 0;
|
|
margin: 40px 0 0;
|
|
font-size: 39px;
|
|
font-size: 39px;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
- //font-family: Andale Mono, monospace;
|
|
|
|
letter-spacing: -2px;
|
|
letter-spacing: -2px;
|
|
}
|
|
}
|
|
.conq {
|
|
.conq {
|
|
@@ -174,10 +173,6 @@ h1.super {
|
|
margin-right: auto;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
margin-left: auto;
|
|
}
|
|
}
|
|
-.container-full {
|
|
|
|
- margin: 0 auto;
|
|
|
|
- width: 100%;
|
|
|
|
-}
|
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
|
@media (max-width: 768px) {
|
|
.offcanvas {
|
|
.offcanvas {
|
|
@@ -420,30 +415,59 @@ h1.super {
|
|
Intro
|
|
Intro
|
|
==============================================*/
|
|
==============================================*/
|
|
|
|
|
|
-.intro {
|
|
|
|
- width: 100%;
|
|
|
|
- height: 100%;
|
|
|
|
- min-height: 1000px;
|
|
|
|
- padding: 250px 0 0;
|
|
|
|
- background: #222;
|
|
|
|
- -webkit-background-size: cover;
|
|
|
|
- -moz-background-size: cover;
|
|
|
|
- -o-background-size: cover;
|
|
|
|
- background-size: cover;
|
|
|
|
- color: #cecece;
|
|
|
|
|
|
+.screen-reader {
|
|
|
|
+ text-indent: -10000px;
|
|
|
|
+ top:auto;
|
|
|
|
+ width:1px;
|
|
|
|
+ height:1px;
|
|
|
|
+ overflow:hidden;
|
|
}
|
|
}
|
|
-.welcome {
|
|
|
|
- padding: 10px;
|
|
|
|
- max-width: 100%;
|
|
|
|
- display: block;
|
|
|
|
- white-space: pre;
|
|
|
|
- font-size: 27px;
|
|
|
|
|
|
+
|
|
|
|
+@keyframes blink {
|
|
|
|
+ 0% { opacity: 0; }
|
|
|
|
+ 25% { opacity: 1; }
|
|
|
|
+ 50% { opacity: 1; }
|
|
|
|
+ 100% { opacity: 0; }
|
|
|
|
+}
|
|
|
|
+@-webkit-keyframes blink {
|
|
|
|
+ 0% { opacity: 0; }
|
|
|
|
+ 25% { opacity: 1; }
|
|
|
|
+ 50% { opacity: 1; }
|
|
|
|
+ 100% { opacity: 0; }
|
|
|
|
+}
|
|
|
|
+@-ms-keyframes blink {
|
|
|
|
+ 0% { opacity: 0; }
|
|
|
|
+ 25% { opacity: 1; }
|
|
|
|
+ 50% { opacity: 1; }
|
|
|
|
+ 100% { opacity: 0; }
|
|
}
|
|
}
|
|
-.welcome:after {
|
|
|
|
|
|
+@-moz-keyframes blink {
|
|
|
|
+ 0% { opacity: 0; }
|
|
|
|
+ 25% { opacity: 1; }
|
|
|
|
+ 50% { opacity: 1; }
|
|
|
|
+ 100% { opacity: 0; }
|
|
|
|
+}
|
|
|
|
+.welcome::after {
|
|
|
|
+ visibility: visible;
|
|
|
|
+ content: '';
|
|
|
|
+ background-color:green;
|
|
|
|
+ opacity: 0;
|
|
|
|
+ display: inline-block;
|
|
|
|
+ position: relative;
|
|
|
|
+ width: 0.5em;
|
|
|
|
+ height: 1em;
|
|
|
|
+ top: 5px;
|
|
|
|
+ margin-left: 0;
|
|
|
|
+ margin-bottom: 2px;
|
|
|
|
+ -webkit-animation: blink 1s 20;
|
|
|
|
+ -moz-animation: blink 1s 20;
|
|
|
|
+ animation: blink 1s 20;
|
|
|
|
+}
|
|
|
|
+.welcome-back-text::after {
|
|
visibility: visible;
|
|
visibility: visible;
|
|
content: '';
|
|
content: '';
|
|
- background-color: #d4f8e3;
|
|
|
|
- opacity: .5;
|
|
|
|
|
|
+ background-color:green;
|
|
|
|
+ opacity: 0;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
position: relative;
|
|
position: relative;
|
|
width: 0.5em;
|
|
width: 0.5em;
|
|
@@ -451,9 +475,9 @@ h1.super {
|
|
top: 5px;
|
|
top: 5px;
|
|
margin-left: 0;
|
|
margin-left: 0;
|
|
margin-bottom: 2px;
|
|
margin-bottom: 2px;
|
|
- -webkit-animation: blink 1s 30;
|
|
|
|
- -moz-animation: blink 1s 30;
|
|
|
|
- animation: blink 1s 30;
|
|
|
|
|
|
+ -webkit-animation: blink 1s 3;
|
|
|
|
+ -moz-animation: blink 1s 3;
|
|
|
|
+ animation: blink 1s 3;
|
|
}
|
|
}
|
|
.welcome-back {
|
|
.welcome-back {
|
|
min-height: 500px;
|
|
min-height: 500px;
|
|
@@ -464,31 +488,19 @@ h1.super {
|
|
background-size: cover;
|
|
background-size: cover;
|
|
border-radius: 1px;
|
|
border-radius: 1px;
|
|
}
|
|
}
|
|
|
|
+.terminal-welcome .modal-content {
|
|
|
|
+ margin: 0 0 100px;
|
|
|
|
+ border: none;
|
|
|
|
+ box-shadow:none;
|
|
|
|
+ background-color: transparent !important;
|
|
|
|
+}
|
|
.terminal .modal-content {
|
|
.terminal .modal-content {
|
|
margin: 0 0 100px;
|
|
margin: 0 0 100px;
|
|
border: none;
|
|
border: none;
|
|
box-shadow:none;
|
|
box-shadow:none;
|
|
background-color: transparent !important;
|
|
background-color: transparent !important;
|
|
}
|
|
}
|
|
-
|
|
|
|
[contenteditable] {outline: none;}
|
|
[contenteditable] {outline: none;}
|
|
-
|
|
|
|
-.welcome-back-text::after {
|
|
|
|
- visibility: visible;
|
|
|
|
- content: '';
|
|
|
|
- background-color: #d4f8e3;
|
|
|
|
- opacity: .5;
|
|
|
|
- display: inline-block;
|
|
|
|
- position: relative;
|
|
|
|
- width: 0.5em;
|
|
|
|
- height: 1em;
|
|
|
|
- top: 5px;
|
|
|
|
- margin-left: 0;
|
|
|
|
- margin-bottom: 2px;
|
|
|
|
- -webkit-animation: blink 1s 30;
|
|
|
|
- -moz-animation: blink 1s 30;
|
|
|
|
- animation: blink 1s 30;
|
|
|
|
-}
|
|
|
|
.typed-cursor{
|
|
.typed-cursor{
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
@@ -513,28 +525,8 @@ h1.super {
|
|
.thermo span.mee {
|
|
.thermo span.mee {
|
|
color: #389436;
|
|
color: #389436;
|
|
}
|
|
}
|
|
-@keyframes blink{
|
|
|
|
- 0% { opacity:1; }
|
|
|
|
- 50% { opacity:0; }
|
|
|
|
- 100% { opacity:1; }
|
|
|
|
-}
|
|
|
|
-@-webkit-keyframes blink{
|
|
|
|
- 0% { opacity:1; }
|
|
|
|
- 50% { opacity:0; }
|
|
|
|
- 100% { opacity:1; }
|
|
|
|
-}
|
|
|
|
-@-moz-keyframes blink{
|
|
|
|
- 0% { opacity:1; }
|
|
|
|
- 50% { opacity:0; }
|
|
|
|
- 100% { opacity:1; }
|
|
|
|
-}
|
|
|
|
-.screen-reader {
|
|
|
|
- text-indent: -10000px;
|
|
|
|
- top:auto;
|
|
|
|
- width:1px;
|
|
|
|
- height:1px;
|
|
|
|
- overflow:hidden;
|
|
|
|
-}
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
.big-top {
|
|
.big-top {
|
|
height: auto;
|
|
height: auto;
|
|
@@ -544,7 +536,7 @@ h1.super {
|
|
box-shadow: 0 0 50px rgba(0,0,0,0.8);
|
|
box-shadow: 0 0 50px rgba(0,0,0,0.8);
|
|
padding: 100px 0;
|
|
padding: 100px 0;
|
|
}
|
|
}
|
|
-.top-lead {
|
|
|
|
|
|
+.caro-grad {
|
|
background: #5E7A9B;
|
|
background: #5E7A9B;
|
|
background: -webkit-linear-gradient(top, #355069 0, #5e7a9b 100%);
|
|
background: -webkit-linear-gradient(top, #355069 0, #5e7a9b 100%);
|
|
background: -moz-linear-gradient(top, #355069 0, #5e7a9b 100%);
|
|
background: -moz-linear-gradient(top, #355069 0, #5e7a9b 100%);
|
|
@@ -625,7 +617,6 @@ h1.super {
|
|
}
|
|
}
|
|
|
|
|
|
.bg1 {
|
|
.bg1 {
|
|
- //background: url(img/desk.jpg) no-repeat left center;
|
|
|
|
background-size: cover;
|
|
background-size: cover;
|
|
-webkit-background-size: cover;
|
|
-webkit-background-size: cover;
|
|
-moz-background-size: cover;
|
|
-moz-background-size: cover;
|
|
@@ -648,40 +639,40 @@ h1.super {
|
|
width: auto;
|
|
width: auto;
|
|
height: auto;
|
|
height: auto;
|
|
z-index: -100;
|
|
z-index: -100;
|
|
- background: url(img/tv.gif) no-repeat;
|
|
|
|
|
|
+ /*background: url(img/tv.gif) no-repeat;*/
|
|
background-size: cover;
|
|
background-size: cover;
|
|
-webkit-background-size: cover;
|
|
-webkit-background-size: cover;
|
|
-moz-background-size: cover;
|
|
-moz-background-size: cover;
|
|
-o-background-size: cover;
|
|
-o-background-size: cover;
|
|
- filter: saturate(10%);
|
|
|
|
- -webkit-filter: saturate(10%);
|
|
|
|
|
|
+ filter: saturate(0);
|
|
|
|
+ -webkit-filter: saturate(0);
|
|
transform-origin: 50% 50%;
|
|
transform-origin: 50% 50%;
|
|
-webkit-transform-origin: 50% 50%;
|
|
-webkit-transform-origin: 50% 50%;
|
|
border: none;
|
|
border: none;
|
|
}
|
|
}
|
|
-#tv.invert {
|
|
|
|
- -webkit-filter: invert(100%);
|
|
|
|
|
|
+@-webkit-keyframes vidblur {
|
|
|
|
+ 0% {-webkit-filter: blur(0px) saturate(0) hue-rotate(0deg);}
|
|
|
|
+ 100% {-webkit-filter: blur(4px) saturate(2) hue-rotate(100deg);}
|
|
}
|
|
}
|
|
-#tv.contrast {
|
|
|
|
- -webkit-filter: contrast(100%);
|
|
|
|
|
|
+@-webkit-keyframes vidunblur {
|
|
|
|
+ 0% {-webkit-filter: blur(4px) saturate(2) hue-rotate(100deg);;}
|
|
|
|
+ 100% {-webkit-filter: blur(0px) saturate(0) hue-rotate(0deg);}
|
|
}
|
|
}
|
|
#tv.blur {
|
|
#tv.blur {
|
|
- -webkit-filter: blur(0px);
|
|
|
|
-}
|
|
|
|
-#tv.sat {
|
|
|
|
- -webkit-filter: saturate(10%);
|
|
|
|
|
|
+ -webkit-animation: vidblur 4s;
|
|
|
|
+ animation: vidblur 4s;
|
|
}
|
|
}
|
|
-#tv.scale {
|
|
|
|
- -webkit-filter: scale(1.5);
|
|
|
|
|
|
+#tv.unblur {
|
|
|
|
+ -webkit-animation: vidunblur 4s;
|
|
|
|
+ animation: vidunblur 4s;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
/*============================================
|
|
/*============================================
|
|
Navbar
|
|
Navbar
|
|
==============================================*/
|
|
==============================================*/
|
|
|
|
|
|
-
|
|
|
|
.navbar {
|
|
.navbar {
|
|
- background-color: rgba(237, 237, 237, 0.7);
|
|
|
|
-webkit-transition: background-color 0.3s;
|
|
-webkit-transition: background-color 0.3s;
|
|
-moz-transition: background-color 0.3s;
|
|
-moz-transition: background-color 0.3s;
|
|
transition: background-color 0.3s;
|
|
transition: background-color 0.3s;
|
|
@@ -694,10 +685,9 @@ h1.super {
|
|
.navbar.fixed {
|
|
.navbar.fixed {
|
|
position: fixed;
|
|
position: fixed;
|
|
top: -81px;
|
|
top: -81px;
|
|
- background-color: rgba(237, 237, 237, 0.7);
|
|
|
|
- -webkit-transition: -webkit-transform 0.3s;
|
|
|
|
- -moz-transition: -moz-transform 0.3s;
|
|
|
|
- transition: transform 0.3s;
|
|
|
|
|
|
+ -webkit-transition: all .3s ease-in-out;
|
|
|
|
+ -moz-transition: all .3s ease-in-out;
|
|
|
|
+ transition: all .3s ease-in-out;
|
|
}
|
|
}
|
|
.navbar.visible {
|
|
.navbar.visible {
|
|
-webkit-transform: translate3d(0, 100%, 0);
|
|
-webkit-transform: translate3d(0, 100%, 0);
|
|
@@ -705,17 +695,25 @@ h1.super {
|
|
-ms-transform: translate3d(0, 100%, 0);
|
|
-ms-transform: translate3d(0, 100%, 0);
|
|
-o-transform: translate3d(0, 100%, 0);
|
|
-o-transform: translate3d(0, 100%, 0);
|
|
transform: translate3d(0, 100%, 0);
|
|
transform: translate3d(0, 100%, 0);
|
|
|
|
+ background-color: rgba(237, 237, 237, 0.7);
|
|
}
|
|
}
|
|
#nav {
|
|
#nav {
|
|
width: 100%;
|
|
width: 100%;
|
|
- background-color: rgba(237, 237, 237, 0.7);
|
|
|
|
}
|
|
}
|
|
#nav.affix-top {
|
|
#nav.affix-top {
|
|
- visibility: collapse;
|
|
|
|
|
|
+ width: 100%;
|
|
|
|
+ background-color: rgba(237, 237, 237, 0.0);
|
|
|
|
+
|
|
|
|
+}
|
|
|
|
+#nav.affix-top {
|
|
|
|
+ visibility: visible;
|
|
position: absolute;
|
|
position: absolute;
|
|
top:0;
|
|
top:0;
|
|
left:0;
|
|
left:0;
|
|
height:80px;
|
|
height:80px;
|
|
|
|
+ -webkit-transition: all .3s ease-in-out;
|
|
|
|
+ -moz-transition: all .3s ease-in-out;
|
|
|
|
+ transition: all .3s ease-in-out;
|
|
}
|
|
}
|
|
#nav.affix {
|
|
#nav.affix {
|
|
position: fixed;
|
|
position: fixed;
|
|
@@ -797,7 +795,6 @@ h1.super {
|
|
-webkit-transform: rotate(-45deg);
|
|
-webkit-transform: rotate(-45deg);
|
|
-o-transform: rotate(-45deg);
|
|
-o-transform: rotate(-45deg);
|
|
}
|
|
}
|
|
-
|
|
|
|
ul.social {
|
|
ul.social {
|
|
padding: 5px 15px;
|
|
padding: 5px 15px;
|
|
}
|
|
}
|
|
@@ -859,7 +856,7 @@ img.dw {
|
|
color: #1d8;
|
|
color: #1d8;
|
|
}
|
|
}
|
|
.leader {
|
|
.leader {
|
|
- padding: 50px 0 0;
|
|
|
|
|
|
+ padding: 80px 0 0;
|
|
}
|
|
}
|
|
.dark {
|
|
.dark {
|
|
background: #222;
|
|
background: #222;
|
|
@@ -882,7 +879,6 @@ article#main {
|
|
}
|
|
}
|
|
article#main .entry-content {
|
|
article#main .entry-content {
|
|
padding: 15px;
|
|
padding: 15px;
|
|
-
|
|
|
|
}
|
|
}
|
|
article h2 {
|
|
article h2 {
|
|
font-size: 28px;
|
|
font-size: 28px;
|
|
@@ -904,7 +900,37 @@ article p {
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
+/*===== Footer =====*/
|
|
|
|
+p.cc {
|
|
|
|
+ float: right;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ margin: 2px 20px 30px 10px;
|
|
|
|
+}
|
|
|
|
+span.quiet {
|
|
|
|
+ display: none;
|
|
|
|
+}
|
|
|
|
+span.right {
|
|
|
|
+ float: right;
|
|
|
|
+}
|
|
|
|
+.footer {
|
|
|
|
+ padding: 50px 0 30px;
|
|
|
|
+}
|
|
|
|
|
|
|
|
+.form-row {
|
|
|
|
+ margin: 10px 0;
|
|
|
|
+}
|
|
|
|
+.form-row.checkbox {
|
|
|
|
+ font-size: 0.85em;
|
|
|
|
+}
|
|
|
|
+.form-row.texts:first-of-type {
|
|
|
|
+ margin-top: 30px;
|
|
|
|
+}
|
|
|
|
+.form-row.texts + .form-row:not(.texts) {
|
|
|
|
+ margin-top: 30px;
|
|
|
|
+}
|
|
|
|
+.checkbox-field input {
|
|
|
|
+ margin-right: 10px;
|
|
|
|
+}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -1549,6 +1575,16 @@ img.avatar {
|
|
-moz-border-radius: 30px;
|
|
-moz-border-radius: 30px;
|
|
border-radius: 30px;
|
|
border-radius: 30px;
|
|
}
|
|
}
|
|
|
|
+img.me {
|
|
|
|
+ height: 80px;
|
|
|
|
+ margin: 0 10px;
|
|
|
|
+ float: left;
|
|
|
|
+ -webkit-border-radius: 50%;
|
|
|
|
+ -moz-border-radius: 50%;
|
|
|
|
+ border-radius: 50%;
|
|
|
|
+ -webkit-filter: grayscale(1);
|
|
|
|
+ filter:grayscale(1);
|
|
|
|
+}
|
|
.entry-content img {
|
|
.entry-content img {
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
height: auto;
|
|
height: auto;
|
|
@@ -1742,39 +1778,7 @@ img.avatar {
|
|
Footer
|
|
Footer
|
|
==============================================*/
|
|
==============================================*/
|
|
|
|
|
|
-p.cc {
|
|
|
|
- float: right;
|
|
|
|
- font-size: 14px;
|
|
|
|
- margin: 2px 20px 30px 10px;
|
|
|
|
-}
|
|
|
|
-span.quiet {
|
|
|
|
- display: none;
|
|
|
|
-}
|
|
|
|
-span.right {
|
|
|
|
- float: right;
|
|
|
|
-}
|
|
|
|
-.footer {
|
|
|
|
- background: //url(img/space.jpg);
|
|
|
|
- padding: 50px 0 30px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
|
|
|
|
-.form-row {
|
|
|
|
- margin: 10px 0;
|
|
|
|
-}
|
|
|
|
-.form-row.checkbox {
|
|
|
|
- font-size: 0.85em;
|
|
|
|
-}
|
|
|
|
-.form-row.texts:first-of-type {
|
|
|
|
- margin-top: 30px;
|
|
|
|
-}
|
|
|
|
-.form-row.texts + .form-row:not(.texts) {
|
|
|
|
- margin-top: 30px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.checkbox-field input {
|
|
|
|
- margin-right: 10px;
|
|
|
|
-}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -1868,37 +1872,6 @@ span.right {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
-.signup-footer {
|
|
|
|
- background: #101a12;
|
|
|
|
- color: rgba(250, 250, 250, 0.7);
|
|
|
|
-}
|
|
|
|
-.signup-footer h2 {
|
|
|
|
- font-weight: bold;
|
|
|
|
- margin: 0;
|
|
|
|
- font-size: 1.5em;
|
|
|
|
- color: white;
|
|
|
|
-}
|
|
|
|
-@media (min-width: 768px) {
|
|
|
|
- .signup-footer .in {
|
|
|
|
- padding-top: 140px;
|
|
|
|
- padding-bottom: 140px;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-.signup-footer p {
|
|
|
|
- margin: 0;
|
|
|
|
- line-height: 1.4;
|
|
|
|
-}
|
|
|
|
-.signup-footer h2 + p {
|
|
|
|
- margin-top: -0.25em;
|
|
|
|
-}
|
|
|
|
-.signup-footer .submit {
|
|
|
|
- height: 40px;
|
|
|
|
- line-height: 36px;
|
|
|
|
-}
|
|
|
|
-.signup-footer .actions {
|
|
|
|
- margin-top: 30px;
|
|
|
|
-}
|
|
|
|
form .actions button{
|
|
form .actions button{
|
|
margin: 20px 0;
|
|
margin: 20px 0;
|
|
}
|
|
}
|