|
|
|
@ -1,4 +1,3 @@
|
|
|
|
|
@import url("fontawesome-all.min.css");
|
|
|
|
|
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
@ -84,7 +83,6 @@ input, select, textarea {
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
background: #252122;
|
|
|
|
|
background-image: url("images/bg02.png");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
|
|
|
|
@ -2266,7 +2264,7 @@ input, select, textarea {
|
|
|
|
|
|
|
|
|
|
#main {
|
|
|
|
|
position: relative;
|
|
|
|
|
background: #f7f7f7 url("images/bg02.png");
|
|
|
|
|
background-color: #f7f7f7;
|
|
|
|
|
padding: 4em 0 4em 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -2276,16 +2274,11 @@ input, select, textarea {
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
background: url("images/bg01.png");
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
z-index: 0;
|
|
|
|
|
opacity: 0.1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#main .major h2 {
|
|
|
|
|
background: #f7f7f7 url("images/bg02.png");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Footer */
|
|
|
|
|
|
|
|
|
|
#footer {
|
|
|
|
@ -2300,7 +2293,6 @@ input, select, textarea {
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
background: url("images/bg01.png");
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
z-index: 0;
|
|
|
|
|
opacity: 0.5;
|
|
|
|
@ -2631,7 +2623,6 @@ input, select, textarea {
|
|
|
|
|
width: 275px;
|
|
|
|
|
z-index: 10002;
|
|
|
|
|
color: #858484;
|
|
|
|
|
background-image: url("images/bg02.png");
|
|
|
|
|
box-shadow: inset -3px 0px 5px 0px rgba(0, 0, 0, 0.35);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -2905,4 +2896,4 @@ input, select, textarea {
|
|
|
|
|
padding: 40px 0 20px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|