87 lines
1.6 KiB
CSS
87 lines
1.6 KiB
CSS
/* This file was developed as part of the Private.coffee project
|
|
It is licensed under the MIT license
|
|
See https://private.coffee for more information */
|
|
|
|
/* Make sure links in the footer are white */
|
|
footer a {
|
|
color: #6b486b !important;
|
|
}
|
|
|
|
/* Give service boxes a border */
|
|
.service {
|
|
border: 4px #d1ffdd solid;
|
|
border-radius: 15px;
|
|
border-spacing: 15px;
|
|
padding: 30px;
|
|
box-sizing: border-box;
|
|
box-shadow: inset 0 0 10px #d1f3ff;
|
|
color: #6b486b;
|
|
}
|
|
|
|
/* Limit size of navbar logo */
|
|
.navbar-brand-img {
|
|
max-height: 150px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
/* Add a top/bottom padding to the content section */
|
|
#content {
|
|
padding-top: 20px;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.bg-coffee {
|
|
background-color: #ffb6c1;
|
|
}
|
|
|
|
.btn-primary {
|
|
background-color: #ffb6c1 !important;
|
|
border-color: #ffb6c1 !important;
|
|
color: #6b486b !important;
|
|
font-size: large!important;
|
|
}
|
|
|
|
.title-font {
|
|
font-family: 'Dancing Script', cursive;
|
|
color: #6b486b;
|
|
}
|
|
|
|
.donation-details, .zvr-number, .contact-info, .index-buttons {
|
|
background: #ffb6c1;
|
|
padding: 15px;
|
|
border-radius: 4px;
|
|
margin-bottom: 20px;
|
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
|
|
}
|
|
|
|
.contact-info a {
|
|
color: #005a87;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.contact-info a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.zvr-number {
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
.support-us .btn {
|
|
font-size: 20px;
|
|
padding: 10px 20px;
|
|
color: #6b486b;
|
|
}
|
|
|
|
.support-us {
|
|
background: #ffb6c1;
|
|
padding: 15px;
|
|
border-radius: 4px;
|
|
margin-bottom: 20px;
|
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
.text-mauve {
|
|
color: #6b486b!important;
|
|
}
|