2024-05-08 17:53:15 +00:00
|
|
|
/* This file was created as part of the Private.coffee project
|
|
|
|
It is licensed under the MIT license
|
|
|
|
For more information, please visit https://private.coffee
|
|
|
|
*/
|
|
|
|
|
2024-05-24 12:21:26 +00:00
|
|
|
/* General styles */
|
2024-05-08 17:20:37 +00:00
|
|
|
:root,
|
|
|
|
[data-bs-theme="light"] {
|
|
|
|
--bs-primary: #f570b9;
|
|
|
|
--bs-primary-rgb: 245, 112, 185;
|
|
|
|
--bs-primary-text-emphasis: #622d4a;
|
|
|
|
--bs-primary-bg-subtle: #fde2f1;
|
|
|
|
--bs-primary-border-subtle: #fbc6e3;
|
|
|
|
--bs-body-color: #232323;
|
|
|
|
--bs-body-color-rgb: 35, 35, 35;
|
|
|
|
--bs-secondary-color: rgba(35, 35, 35, 0.75);
|
|
|
|
--bs-secondary-color-rgb: 35, 35, 35, 0.75;
|
|
|
|
--bs-tertiary-color: rgba(35, 35, 35, 0.5);
|
|
|
|
--bs-tertiary-color-rgb: 35, 35, 35, 0.5;
|
|
|
|
--bs-body-font-family: Inconsolata, monospace;
|
2023-03-09 16:18:31 +00:00
|
|
|
}
|
2024-05-24 11:40:40 +00:00
|
|
|
|
2024-04-14 12:03:44 +00:00
|
|
|
.btn-primary {
|
2024-05-08 17:20:37 +00:00
|
|
|
--bs-btn-color: #000000;
|
|
|
|
--bs-btn-bg: #f570b9;
|
|
|
|
--bs-btn-border-color: #f570b9;
|
|
|
|
--bs-btn-hover-color: #000000;
|
|
|
|
--bs-btn-hover-bg: #f785c4;
|
|
|
|
--bs-btn-hover-border-color: #f67ec0;
|
|
|
|
--bs-btn-focus-shadow-rgb: 37, 17, 28;
|
|
|
|
--bs-btn-active-color: #000000;
|
|
|
|
--bs-btn-active-bg: #f78dc7;
|
|
|
|
--bs-btn-active-border-color: #f67ec0;
|
|
|
|
--bs-btn-disabled-color: #000000;
|
|
|
|
--bs-btn-disabled-bg: #f570b9;
|
|
|
|
--bs-btn-disabled-border-color: #f570b9;
|
|
|
|
color: #fff;
|
2024-04-14 12:07:45 +00:00
|
|
|
}
|
2024-05-24 11:40:40 +00:00
|
|
|
|
2024-05-08 17:20:37 +00:00
|
|
|
.btn-outline-primary {
|
|
|
|
--bs-btn-color: #f570b9;
|
|
|
|
--bs-btn-border-color: #f570b9;
|
|
|
|
--bs-btn-focus-shadow-rgb: 245, 112, 185;
|
|
|
|
--bs-btn-hover-color: #000000;
|
|
|
|
--bs-btn-hover-bg: #f570b9;
|
|
|
|
--bs-btn-hover-border-color: #f570b9;
|
|
|
|
--bs-btn-active-color: #000000;
|
|
|
|
--bs-btn-active-bg: #f570b9;
|
|
|
|
--bs-btn-active-border-color: #f570b9;
|
|
|
|
--bs-btn-disabled-color: #f570b9;
|
|
|
|
--bs-btn-disabled-bg: transparent;
|
|
|
|
--bs-btn-disabled-border-color: #f570b9;
|
2024-04-14 12:07:45 +00:00
|
|
|
}
|
2024-05-24 11:40:40 +00:00
|
|
|
|
2024-05-08 17:20:37 +00:00
|
|
|
h2 .special-header {
|
|
|
|
font-size: 10rem !important;
|
2024-04-14 12:07:45 +00:00
|
|
|
}
|
2024-05-24 11:40:40 +00:00
|
|
|
|
2024-05-08 17:20:37 +00:00
|
|
|
.special-header {
|
|
|
|
font-size: 4rem;
|
|
|
|
font-weight: 900;
|
2024-04-14 12:07:45 +00:00
|
|
|
}
|
2024-05-24 11:40:40 +00:00
|
|
|
|
2024-05-08 17:20:37 +00:00
|
|
|
.fancy-text-primary {
|
|
|
|
background: -webkit-linear-gradient(45deg, #ba77fc, #ff7f8c);
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
-webkit-text-fill-color: transparent;
|
2024-04-14 12:07:45 +00:00
|
|
|
}
|
2024-05-24 11:40:40 +00:00
|
|
|
|
2024-05-08 17:20:37 +00:00
|
|
|
p {
|
|
|
|
letter-spacing: 0.03rem;
|
|
|
|
font-size: 1.1rem;
|
2024-04-14 13:03:42 +00:00
|
|
|
}
|
2024-05-24 11:40:40 +00:00
|
|
|
|
2024-05-08 17:20:37 +00:00
|
|
|
h5 {
|
|
|
|
letter-spacing: 0.05rem;
|
2024-04-14 13:03:42 +00:00
|
|
|
}
|
2024-05-24 11:40:40 +00:00
|
|
|
|
2024-05-08 17:20:37 +00:00
|
|
|
.navbar-brand {
|
|
|
|
font-weight: 800 !important;
|
|
|
|
font-size: x-large;
|
2024-05-24 12:21:26 +00:00
|
|
|
}
|
|
|
|
|
2024-05-24 12:41:32 +00:00
|
|
|
.card-body .btn-primary:not(:first-child) {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2024-05-25 19:33:30 +00:00
|
|
|
.currency-col {
|
2024-05-26 15:40:03 +00:00
|
|
|
width: 175px;
|
2024-05-25 19:33:30 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2024-05-26 15:40:03 +00:00
|
|
|
.table-transparency td:not(:first-child) {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2024-05-27 15:25:21 +00:00
|
|
|
.section {
|
|
|
|
padding: 20px 0;
|
|
|
|
border-bottom: 1px solid #e0e0e0;
|
|
|
|
}
|
|
|
|
|
2024-05-27 15:37:30 +00:00
|
|
|
.alert-warning {
|
|
|
|
background-color: #fff3cd;
|
|
|
|
border-color: #ffeeba;
|
|
|
|
color: #856404;
|
|
|
|
padding: 15px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert-warning .alert-link {
|
|
|
|
color: #856404;
|
|
|
|
font-weight: bold;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert-warning .alert-link:hover {
|
|
|
|
color: #604c2e;
|
|
|
|
}
|
|
|
|
|
2024-05-24 12:21:26 +00:00
|
|
|
/* Responsive Styles */
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
.navbar .container {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar .row {
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar .col {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-brand p {
|
|
|
|
font-size: 0.9rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-brand span.fancy-text-primary {
|
|
|
|
font-size: 1.1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-brand span {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-nav {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
|
|
|
width: 100%;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-nav .nav-item {
|
|
|
|
display: inline-block;
|
2024-05-24 12:36:43 +00:00
|
|
|
padding: 0 1rem;
|
2024-05-24 12:21:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn.btn-primary {
|
|
|
|
margin: 1rem auto;
|
|
|
|
display: block;
|
|
|
|
width: 80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 .special-header {
|
|
|
|
font-size: 6rem !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.special-header {
|
|
|
|
font-size: 2rem;
|
|
|
|
}
|
2024-05-24 12:36:43 +00:00
|
|
|
|
|
|
|
.navbar-btn {
|
|
|
|
margin: 0 auto !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.that-br {
|
|
|
|
display: none;
|
|
|
|
}
|
2024-05-24 15:01:57 +00:00
|
|
|
|
2024-05-24 15:13:13 +00:00
|
|
|
.slogan {
|
2024-05-24 15:01:57 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2024-05-24 11:40:40 +00:00
|
|
|
}
|