Skip to content

Commit

Permalink
Add misc resources
Browse files Browse the repository at this point in the history
  • Loading branch information
takahi-i committed Sep 11, 2024
1 parent e302934 commit dd0ac9b
Show file tree
Hide file tree
Showing 27 changed files with 4,293 additions and 0 deletions.
2,744 changes: 2,744 additions & 0 deletions css/animate.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

38 changes: 38 additions & 0 deletions css/default.css
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;
}
4 changes: 4 additions & 0 deletions css/font-awesome.min.css

Large diffs are not rendered by default.

47 changes: 47 additions & 0 deletions css/redpen.css
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;
}
Loading

0 comments on commit dd0ac9b

Please sign in to comment.