add images...
This commit is contained in:
parent
875fdd0f9f
commit
f720d021a0
@ -1,11 +1,11 @@
|
|||||||
/*
|
/*
|
||||||
/* a. Webfonts and Iconfonts
|
/* a. Webfonts and Iconfonts
|
||||||
/* =================================================================== */
|
/* =================================================================== */
|
||||||
@import url("fonts.css");
|
@import url("fonts.css");
|
||||||
@import url("font-awesome/css/font-awesome.min.css");
|
@import url("font-awesome/css/font-awesome.min.css");
|
||||||
@import url("simple-line-icons/simple-line-icons.css");
|
@import url("simple-line-icons/simple-line-icons.css");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
/* b. Document Setup
|
/* b. Document Setup
|
||||||
/* =================================================================== */
|
/* =================================================================== */
|
||||||
|
|
||||||
@ -204,7 +204,7 @@ img.pull-left {
|
|||||||
margin: 12px 18px 0px 0px;
|
margin: 12px 18px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
/* c. Forms
|
/* c. Forms
|
||||||
/* =================================================================== */
|
/* =================================================================== */
|
||||||
form {
|
form {
|
||||||
@ -218,10 +218,10 @@ fieldset {
|
|||||||
input, button {
|
input, button {
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
}
|
}
|
||||||
input[type="text"],
|
input[type="text"],
|
||||||
input[type="password"],
|
input[type="password"],
|
||||||
input[type="email"],
|
input[type="email"],
|
||||||
textarea,
|
textarea,
|
||||||
select {
|
select {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 12px 15px;
|
padding: 12px 15px;
|
||||||
@ -241,9 +241,9 @@ select {
|
|||||||
textarea {
|
textarea {
|
||||||
min-height: 162px;
|
min-height: 162px;
|
||||||
}
|
}
|
||||||
input[type="text"]:focus,
|
input[type="text"]:focus,
|
||||||
input[type="password"]:focus,
|
input[type="password"]:focus,
|
||||||
input[type="email"]:focus,
|
input[type="email"]:focus,
|
||||||
textarea:focus {
|
textarea:focus {
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
@ -265,7 +265,7 @@ input[type="checkbox"] {
|
|||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
/* d. Preloader
|
/* d. Preloader
|
||||||
/* =================================================================== */
|
/* =================================================================== */
|
||||||
#preloader {
|
#preloader {
|
||||||
@ -342,14 +342,14 @@ input[type="checkbox"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
/* e. Buttons
|
/* e. Buttons
|
||||||
/* =================================================================== */
|
/* =================================================================== */
|
||||||
.button,
|
.button,
|
||||||
.button:visited,
|
.button:visited,
|
||||||
button,
|
button,
|
||||||
input[type="submit"],
|
input[type="submit"],
|
||||||
input[type="reset"],
|
input[type="reset"],
|
||||||
input[type="button"] {
|
input[type="button"] {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font: 15px/30px "raleway-bold", sans-serif;
|
font: 15px/30px "raleway-bold", sans-serif;
|
||||||
@ -364,17 +364,17 @@ input[type="button"] {
|
|||||||
border: none;
|
border: none;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-webkit-font-smoothing: inherit;
|
-webkit-font-smoothing: inherit;
|
||||||
-moz-transition: all 0.3s ease-in-out;
|
-moz-transition: all 0.3s ease-in-out;
|
||||||
-o-transition: all 0.3s ease-in-out;
|
-o-transition: all 0.3s ease-in-out;
|
||||||
-webkit-transition: all 0.3s ease-in-out;
|
-webkit-transition: all 0.3s ease-in-out;
|
||||||
-ms-transition: all 0.3s ease-in-out;
|
-ms-transition: all 0.3s ease-in-out;
|
||||||
transition: all 0.3s ease-in-out;
|
transition: all 0.3s ease-in-out;
|
||||||
}
|
}
|
||||||
.button:hover,
|
.button:hover,
|
||||||
button:hover,
|
button:hover,
|
||||||
input[type="submit"]:hover,
|
input[type="submit"]:hover,
|
||||||
input[type="reset"]:hover,
|
input[type="reset"]:hover,
|
||||||
input[type="button"]:hover {
|
input[type="button"]:hover {
|
||||||
background: #647495;
|
background: #647495;
|
||||||
color: white;
|
color: white;
|
||||||
@ -540,7 +540,7 @@ button::-moz-focus-inner, input::-moz-focus-inner {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
/* f. Other Components
|
/* f. Other Components
|
||||||
/* ================================================================== */
|
/* ================================================================== */
|
||||||
|
|
||||||
@ -630,7 +630,7 @@ button::-moz-focus-inner, input::-moz-focus-inner {
|
|||||||
content: counter(definitions, decimal) ". ";
|
content: counter(definitions, decimal) ". ";
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
/* Pull Quotes Markup
|
/* Pull Quotes Markup
|
||||||
/*
|
/*
|
||||||
|
|
||||||
@ -670,7 +670,7 @@ button::-moz-focus-inner, input::-moz-focus-inner {
|
|||||||
content: none;
|
content: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
/* Stats Tab Markup
|
/* Stats Tab Markup
|
||||||
|
|
||||||
<ul class="stats-tabs">
|
<ul class="stats-tabs">
|
||||||
@ -754,7 +754,7 @@ button::-moz-focus-inner, input::-moz-focus-inner {
|
|||||||
color: #a3a4a6;
|
color: #a3a4a6;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
/* g. Header Styles
|
/* g. Header Styles
|
||||||
/* =================================================================== */
|
/* =================================================================== */
|
||||||
header {
|
header {
|
||||||
@ -828,7 +828,7 @@ header .logo a {
|
|||||||
}
|
}
|
||||||
ul#nav {
|
ul#nav {
|
||||||
min-height: 72px;
|
min-height: 72px;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
||||||
/* left align the menu */
|
/* left align the menu */
|
||||||
text-align: left;
|
text-align: left;
|
||||||
@ -863,7 +863,7 @@ ul#nav li.current a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
/* h. Content Styles
|
/* h. Content Styles
|
||||||
/* =================================================================== */
|
/* =================================================================== */
|
||||||
|
|
||||||
@ -995,7 +995,7 @@ ul#nav li.current a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
/* i. Footer Styles
|
/* i. Footer Styles
|
||||||
/* =================================================================== */
|
/* =================================================================== */
|
||||||
footer {
|
footer {
|
||||||
@ -1004,7 +1004,7 @@ footer {
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
position: relative;
|
position: relative;
|
||||||
color: #3C4142;
|
color: #3C4142;
|
||||||
}
|
}
|
||||||
footer a, footer a:visited {
|
footer a, footer a:visited {
|
||||||
color: #a43b0a;
|
color: #a43b0a;
|
||||||
@ -1081,7 +1081,7 @@ footer #go-top a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
/* j. Common and shared styles
|
/* j. Common and shared styles
|
||||||
/* =================================================================== */
|
/* =================================================================== */
|
||||||
|
|
||||||
@ -1121,7 +1121,7 @@ hr {
|
|||||||
/* page title
|
/* page title
|
||||||
---------------------------------------------------------------------- */
|
---------------------------------------------------------------------- */
|
||||||
#page-title {
|
#page-title {
|
||||||
background: #12151b url(../images/hero-bg.jpg) no-repeat center center fixed;
|
background: #12151b url(../images2/background.jpg) no-repeat center center fixed;
|
||||||
-webkit-background-size: cover !important;
|
-webkit-background-size: cover !important;
|
||||||
-moz-background-size: cover !important;
|
-moz-background-size: cover !important;
|
||||||
background-size: cover !important;
|
background-size: cover !important;
|
||||||
@ -1137,7 +1137,7 @@ hr {
|
|||||||
color: white;
|
color: white;
|
||||||
letter-spacing: -1px;
|
letter-spacing: -1px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
text-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
|
text-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
#page-title h1 span {
|
#page-title h1 span {
|
||||||
color: #f26522;
|
color: #f26522;
|
||||||
@ -1160,7 +1160,7 @@ hr {
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
.entry header h1 {
|
.entry header h1 {
|
||||||
font: 30px/36px "raleway-bold", sans-serif;
|
font: 30px/36px "raleway-bold", sans-serif;
|
||||||
margin-bottom: 6px;
|
margin-bottom: 6px;
|
||||||
}
|
}
|
||||||
@ -1204,7 +1204,7 @@ hr {
|
|||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
}
|
}
|
||||||
.pagenav a[rel="next"]:after,
|
.pagenav a[rel="next"]:after,
|
||||||
.pagenav a[rel="prev"]:before {
|
.pagenav a[rel="prev"]:before {
|
||||||
float: left;
|
float: left;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -1237,12 +1237,12 @@ hr {
|
|||||||
margin-top: -18px;
|
margin-top: -18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
/* k. Hero Section
|
/* k. Hero Section
|
||||||
/* =================================================================== */
|
/* =================================================================== */
|
||||||
#hero {
|
#hero {
|
||||||
margin-top:-27px;
|
margin-top:-27px;
|
||||||
background: #12151b url(../images/hero-bg.jpg) no-repeat center center fixed;
|
background: #12151b url(../images2/background.jpg) no-repeat center center fixed;
|
||||||
-webkit-background-size: cover !important;
|
-webkit-background-size: cover !important;
|
||||||
-moz-background-size: cover !important;
|
-moz-background-size: cover !important;
|
||||||
background-size: cover !important;
|
background-size: cover !important;
|
||||||
@ -1334,13 +1334,13 @@ margin-top:-27px;
|
|||||||
margin-bottom: 36px;
|
margin-bottom: 36px;
|
||||||
text-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
|
text-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
#hero-slider .flex-caption h1 span,
|
#hero-slider .flex-caption h1 span,
|
||||||
#hero-slider .flex-caption h1 a {
|
#hero-slider .flex-caption h1 a {
|
||||||
color: white;
|
color: white;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border-bottom: 1px solid #a43b0a;
|
border-bottom: 1px solid #a43b0a;
|
||||||
}
|
}
|
||||||
#hero-slider .flex-caption h1 span:hover,
|
#hero-slider .flex-caption h1 span:hover,
|
||||||
#hero-slider .flex-caption h1 a:hover {
|
#hero-slider .flex-caption h1 a:hover {
|
||||||
border-color: #9a9103;
|
border-color: #9a9103;
|
||||||
}
|
}
|
||||||
@ -1402,7 +1402,7 @@ margin-top:-27px;
|
|||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
/* l. Portfolio Section
|
/* l. Portfolio Section
|
||||||
/* =================================================================== */
|
/* =================================================================== */
|
||||||
#portfolio {
|
#portfolio {
|
||||||
@ -1445,7 +1445,7 @@ margin-top:-27px;
|
|||||||
-o-transition: opacity 0.3s ease-in-out;
|
-o-transition: opacity 0.3s ease-in-out;
|
||||||
-webkit-transition: opacity 0.3s ease-in-out;
|
-webkit-transition: opacity 0.3s ease-in-out;
|
||||||
-ms-transition: opacity 0.3s ease-in-out;
|
-ms-transition: opacity 0.3s ease-in-out;
|
||||||
transition: opacity 0.3s ease-in-out;
|
transition: opacity 0.3s ease-in-out;
|
||||||
}
|
}
|
||||||
.item .item-wrap img {
|
.item .item-wrap img {
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
@ -1502,7 +1502,7 @@ margin-top:-27px;
|
|||||||
transform: scale(1.2);
|
transform: scale(1.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
/* m. Services Section
|
/* m. Services Section
|
||||||
/* =================================================================== */
|
/* =================================================================== */
|
||||||
#infrastructure {
|
#infrastructure {
|
||||||
@ -1540,7 +1540,7 @@ margin-top:-27px;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
/* m. Services Section
|
/* m. Services Section
|
||||||
/* =================================================================== */
|
/* =================================================================== */
|
||||||
#services {
|
#services {
|
||||||
@ -1577,7 +1577,7 @@ margin-top:-27px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
/* n. About Section
|
/* n. About Section
|
||||||
/* =================================================================== */
|
/* =================================================================== */
|
||||||
|
|
||||||
@ -1699,7 +1699,7 @@ margin-top:-27px;
|
|||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
/* o. Journal Section
|
/* o. Journal Section
|
||||||
/* =================================================================== */
|
/* =================================================================== */
|
||||||
#journal {
|
#journal {
|
||||||
@ -1739,7 +1739,7 @@ margin-top:-27px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
/* p. Contact Section
|
/* p. Contact Section
|
||||||
/* =================================================================== */
|
/* =================================================================== */
|
||||||
#contact {
|
#contact {
|
||||||
@ -1769,8 +1769,8 @@ margin-top:-27px;
|
|||||||
color: #f26522;
|
color: #f26522;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
#contact input,
|
#contact input,
|
||||||
#contact textarea,
|
#contact textarea,
|
||||||
#contact select {
|
#contact select {
|
||||||
padding: 18px 20px;
|
padding: 18px 20px;
|
||||||
margin-bottom: 42px;
|
margin-bottom: 42px;
|
||||||
@ -1782,8 +1782,8 @@ margin-top:-27px;
|
|||||||
#contact textarea {
|
#contact textarea {
|
||||||
height: 252px;
|
height: 252px;
|
||||||
}
|
}
|
||||||
#contact input:focus,
|
#contact input:focus,
|
||||||
#contact textarea:focus,
|
#contact textarea:focus,
|
||||||
#contact select:focus {
|
#contact select:focus {
|
||||||
color: white;
|
color: white;
|
||||||
border-color: white;
|
border-color: white;
|
||||||
@ -1861,7 +1861,7 @@ margin-top:-27px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
/* q. Blog Entry
|
/* q. Blog Entry
|
||||||
/* =================================================================== */
|
/* =================================================================== */
|
||||||
|
|
||||||
@ -1944,7 +1944,7 @@ margin-top:-27px;
|
|||||||
}
|
}
|
||||||
.commentlist li ul.children li {
|
.commentlist li ul.children li {
|
||||||
padding-left: 5%;
|
padding-left: 5%;
|
||||||
padding-top: 18px;
|
padding-top: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* comment form
|
/* comment form
|
||||||
@ -1963,8 +1963,8 @@ margin-top:-27px;
|
|||||||
#comments form div {
|
#comments form div {
|
||||||
margin: 12px 0 18px 0;
|
margin: 12px 0 18px 0;
|
||||||
}
|
}
|
||||||
#comments form input,
|
#comments form input,
|
||||||
#comments form textarea,
|
#comments form textarea,
|
||||||
#comments form select {
|
#comments form select {
|
||||||
width: 58.33333%;
|
width: 58.33333%;
|
||||||
float: left;
|
float: left;
|
||||||
@ -1994,7 +1994,7 @@ margin-top:-27px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
/* r. Portfolio Entry
|
/* r. Portfolio Entry
|
||||||
/* =================================================================== */
|
/* =================================================================== */
|
||||||
|
|
||||||
|
|||||||
BIN
jp/public/images2/background.jpg
Normal file
BIN
jp/public/images2/background.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
Loading…
Reference in New Issue
Block a user