-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
4,293 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
|
||
a,.tp-caption a.btn:hover { | ||
color: #67b0d1; | ||
} | ||
.top-nav-collapse { | ||
background: #67b0d1; | ||
} | ||
|
||
.navbar-custom ul.nav ul.dropdown-menu li a:hover { | ||
color: #67b0d1; | ||
} | ||
|
||
.owl-theme .owl-controls .owl-page.active span, | ||
.owl-theme .owl-controls.clickable .owl-page:hover span { | ||
background-color: #67b0d1; | ||
} | ||
|
||
.widget-avatar .avatar:hover { | ||
border: 5px solid #67b0d1; | ||
} | ||
|
||
.bg-skin { | ||
background: #67b0d1; | ||
} | ||
|
||
form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus { | ||
border-color: #67b0d1; | ||
} | ||
|
||
footer { | ||
background-color: #67b0d1; | ||
} | ||
|
||
.btn-skin { | ||
color: #fff; | ||
background-color: #67b0d1; | ||
border-color: #67b0d1; | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
/* | ||
RedPen CSS | ||
*/ | ||
|
||
#intro.intro { | ||
padding: 17% 0 0 0; | ||
} | ||
|
||
.top-nav-collapse { | ||
background-color: #215599; | ||
border-bottom: solid 1px rgba(255, 255, 255, 0.04) !important; | ||
} | ||
|
||
footer { | ||
background-color: #587988; | ||
} | ||
|
||
.redpen-red { | ||
color: #D3463C; | ||
} | ||
|
||
.redpen-lang { | ||
cursor: pointer; | ||
} | ||
|
||
.redpen-lang.active { | ||
text-decoration: underline; | ||
} | ||
|
||
.redpen-lang-selector { | ||
} | ||
|
||
.redpen-lang-selector a { | ||
color: #aaa !important; | ||
font-weight: normal !important; | ||
} | ||
|
||
.redpen-recruit-logo { | ||
background-image: url(../img/logo/recruit.png); | ||
background-repeat: no-repeat; | ||
background-position: 2px bottom; | ||
line-height: 32px !important; | ||
} | ||
|
||
.redpen-logo { | ||
margin: 0 auto; | ||
} |
Oops, something went wrong.