Update assets/css/main.css
Browse files- assets/css/main.css +24 -17
assets/css/main.css
CHANGED
|
@@ -1,11 +1,6 @@
|
|
| 1 |
@import url(fontawesome-all.min.css);
|
| 2 |
@import url("https://fonts.googleapis.com/css?family=Raleway:200,700|Source+Sans+Pro:300,600,300italic,600italic");
|
| 3 |
|
| 4 |
-
/*
|
| 5 |
-
Solid State by HTML5 UP
|
| 6 |
-
html5up.net | @ajlkn
|
| 7 |
-
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
| 8 |
-
*/
|
| 9 |
|
| 10 |
html, body, div, span, applet, object,
|
| 11 |
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
|
|
@@ -101,9 +96,12 @@ input, select, textarea {
|
|
| 101 |
body {
|
| 102 |
background-color: #2e3141;
|
| 103 |
background-image: linear-gradient(to top, rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8)), url("../../images/bg.jpg");
|
| 104 |
-
background-size: auto,
|
| 105 |
cover;
|
| 106 |
-
background-attachment: fixed,
|
| 107 |
fixed;
|
| 108 |
-
background-position: center,
|
| 109 |
center;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 110 |
}
|
| 111 |
|
| 112 |
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
|
|
@@ -3464,8 +3462,10 @@ input, select, textarea {
|
|
| 3464 |
padding: 7em 0 8.25em 0 ;
|
| 3465 |
background-color: #2e3141;
|
| 3466 |
background-image: linear-gradient(to top, rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8)), url("../../images/bg.jpg");
|
| 3467 |
-
background-size: auto,
|
| 3468 |
cover;
|
| 3469 |
-
background-position: center,
|
| 3470 |
center;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3471 |
margin-bottom: -6.5em;
|
| 3472 |
}
|
| 3473 |
|
|
@@ -3574,8 +3574,10 @@ input, select, textarea {
|
|
| 3574 |
padding: 9em 0 6.25em 0 ;
|
| 3575 |
background-color: #2e3141;
|
| 3576 |
background-image: linear-gradient(to top, rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8)), url("../../images/bg.jpg");
|
| 3577 |
-
background-size: auto,
|
| 3578 |
cover;
|
| 3579 |
-
background-position: center,
|
| 3580 |
0% 30%;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3581 |
margin-bottom: -6.5em;
|
| 3582 |
}
|
| 3583 |
|
|
@@ -3585,8 +3587,10 @@ input, select, textarea {
|
|
| 3585 |
|
| 3586 |
#wrapper > header {
|
| 3587 |
padding: 11em 3em 7.375em 3em ;
|
| 3588 |
-
background-size: auto,
|
| 3589 |
cover;
|
| 3590 |
-
background-position: center,
|
| 3591 |
0% 0%;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3592 |
margin-bottom: -4.75em;
|
| 3593 |
}
|
| 3594 |
|
|
@@ -3600,7 +3604,8 @@ input, select, textarea {
|
|
| 3600 |
|
| 3601 |
#wrapper > header {
|
| 3602 |
padding: 6.5em 2em 3em 2em ;
|
| 3603 |
-
background-size: auto,
|
| 3604 |
125%;
|
|
|
|
|
|
|
| 3605 |
margin-bottom: -2.5em;
|
| 3606 |
}
|
| 3607 |
|
|
@@ -4062,8 +4067,10 @@ input, select, textarea {
|
|
| 4062 |
#footer {
|
| 4063 |
background-color: #2e3141;
|
| 4064 |
background-image: linear-gradient(to top, rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8)), url("../../images/bg.jpg");
|
| 4065 |
-
background-size: auto,
|
| 4066 |
cover;
|
| 4067 |
-
background-position: center,
|
| 4068 |
center;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4069 |
margin-top: -6.5em;
|
| 4070 |
padding-top: 6.5em;
|
| 4071 |
}
|
|
|
|
| 1 |
@import url(fontawesome-all.min.css);
|
| 2 |
@import url("https://fonts.googleapis.com/css?family=Raleway:200,700|Source+Sans+Pro:300,600,300italic,600italic");
|
| 3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
html, body, div, span, applet, object,
|
| 6 |
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
|
|
|
|
| 96 |
body {
|
| 97 |
background-color: #2e3141;
|
| 98 |
background-image: linear-gradient(to top, rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8)), url("../../images/bg.jpg");
|
|
|
|
| 99 |
cover;
|
|
|
|
| 100 |
fixed;
|
|
|
|
| 101 |
center;
|
| 102 |
+
background-size: auto,
|
| 103 |
+
cover;
|
| 104 |
+
background-attachment: fixed,
|
| 105 |
+
fixed;
|
| 106 |
+
background-position: center,
|
| 107 |
+
center;
|
| 108 |
}
|
| 109 |
|
| 110 |
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
|
|
|
|
| 3462 |
padding: 7em 0 8.25em 0 ;
|
| 3463 |
background-color: #2e3141;
|
| 3464 |
background-image: linear-gradient(to top, rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8)), url("../../images/bg.jpg");
|
|
|
|
| 3465 |
cover;
|
|
|
|
| 3466 |
center;
|
| 3467 |
+
background-size: auto,
|
| 3468 |
+
cover;
|
| 3469 |
+
background-position: center,
|
| 3470 |
+
center;
|
| 3471 |
margin-bottom: -6.5em;
|
| 3472 |
}
|
| 3473 |
|
|
|
|
| 3574 |
padding: 9em 0 6.25em 0 ;
|
| 3575 |
background-color: #2e3141;
|
| 3576 |
background-image: linear-gradient(to top, rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8)), url("../../images/bg.jpg");
|
|
|
|
| 3577 |
cover;
|
|
|
|
| 3578 |
0% 30%;
|
| 3579 |
+
background-size: auto,
|
| 3580 |
+
cover;
|
| 3581 |
+
background-position: center,
|
| 3582 |
+
0% 30%;
|
| 3583 |
margin-bottom: -6.5em;
|
| 3584 |
}
|
| 3585 |
|
|
|
|
| 3587 |
|
| 3588 |
#wrapper > header {
|
| 3589 |
padding: 11em 3em 7.375em 3em ;
|
|
|
|
| 3590 |
cover;
|
|
|
|
| 3591 |
0% 0%;
|
| 3592 |
+
background-size: auto,
|
| 3593 |
+
cover;
|
| 3594 |
+
background-position: center,
|
| 3595 |
+
0% 0%;
|
| 3596 |
margin-bottom: -4.75em;
|
| 3597 |
}
|
| 3598 |
|
|
|
|
| 3604 |
|
| 3605 |
#wrapper > header {
|
| 3606 |
padding: 6.5em 2em 3em 2em ;
|
|
|
|
| 3607 |
125%;
|
| 3608 |
+
background-size: auto,
|
| 3609 |
+
125%;
|
| 3610 |
margin-bottom: -2.5em;
|
| 3611 |
}
|
| 3612 |
|
|
|
|
| 4067 |
#footer {
|
| 4068 |
background-color: #2e3141;
|
| 4069 |
background-image: linear-gradient(to top, rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8)), url("../../images/bg.jpg");
|
|
|
|
| 4070 |
cover;
|
|
|
|
| 4071 |
center;
|
| 4072 |
+
background-size: auto,
|
| 4073 |
+
cover;
|
| 4074 |
+
background-position: center,
|
| 4075 |
+
center;
|
| 4076 |
margin-top: -6.5em;
|
| 4077 |
padding-top: 6.5em;
|
| 4078 |
}
|