Archived
1
0

Redesigning front page and renaming "KingOfDogTV.de" to "KingOfDog.eu"

This commit is contained in:
Marcel
2018-10-17 11:17:00 +02:00
parent 29d7c2ffdc
commit b32b2790c8
15 changed files with 164 additions and 94 deletions

View File

@@ -171,4 +171,8 @@ p {
.breadcrumb .breadcrumb-item:hover a {
color: #0D47A1 !important;
}
.dropdown-item:focus {
color: #fff;
}

View File

@@ -36,6 +36,15 @@ body > section {
color: rgba(255,255,255,.5) !important;
}
.primary .btn.btn-default, .secondary .btn.btn-default, .section-red .btn.btn-default, .section-green .btn.btn-default, .section-orange .btn.btn-default {
color: #fff;
border-color: #fff;
}
.primary .btn.btn-default:hover, .secondary .btn.btn-default:hover, .section-red .btn.btn-default:hover, .section-green .btn.btn-default:hover, .section-orange .btn.btn-default:hover {
color: #555;
}
.primary {
background-color: #2272ff;
}
@@ -95,8 +104,9 @@ body > section {
.section-parallax {
width: 101vw;
height: 33vh;
background: #2272ff fixed center;
min-height: 33vh;
background-attachment: fixed;
background-position: center;
background-size: cover;
box-shadow: inset 0 0 20px 5px rgba(0,0,0,.18);
}
@@ -293,8 +303,8 @@ ul.tag-cloud li {
}
.icon-md-alizarin {
color: #F72754;
background-color: #fff;
color: #fff;
background-color: #F72754;
}
@@ -1179,6 +1189,7 @@ ul#downloadSlider a.active .overlay {
.comment-list .comment-well .action-btns, .postFullviewModal .action-btns {
margin-top: 0;
margin-bottom: 10px;
height: 35px;
}