mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-24 12:21:09 +00:00
Reimplement Dark Theme
This commit is contained in:
@@ -1,14 +1,6 @@
|
||||
---
|
||||
---
|
||||
$theme-colors: (
|
||||
"primary": #FFD06F,
|
||||
"secondary": #3913B8,
|
||||
"info": #C5B6FF,
|
||||
"success": #b6ffb8
|
||||
);
|
||||
|
||||
$body-color: #28323F;
|
||||
$link-color: #3913B8;
|
||||
@import "variables";
|
||||
|
||||
.container-fullwidth {
|
||||
margin: 0 auto;
|
||||
@@ -24,34 +16,6 @@ h1, h2, h3:not(.h5), h4 {
|
||||
font-family: "Bagnard", serif;
|
||||
}
|
||||
|
||||
/* Variables */
|
||||
|
||||
/* Cards */
|
||||
$card-shadow: 0 3px 10px 0 rgba(150, 150, 150, .2);
|
||||
$card-success-border: rgba(40, 167, 69, .5);
|
||||
$card-primary-border: rgba(0, 123, 255, .5);
|
||||
$card-warning-border: rgba(255, 193, 7, .5);
|
||||
|
||||
/* Blockquote */
|
||||
$blockquote-border: #eee;
|
||||
|
||||
/* Share button */
|
||||
$share-btn: #fff;
|
||||
$share-btn-shadow: 0 2px 0 0 rgba(0, 0, 0, .2);
|
||||
$share-btn-hover: #eee;
|
||||
$share-btn-active: #e2e2e2;
|
||||
|
||||
/* Social */
|
||||
$twitter: #FFD06F;
|
||||
$mastodon: #FFD06F;
|
||||
$facebook: #FFD06F;
|
||||
$mix: #FFD06F;
|
||||
$reddit: #FFD06F;
|
||||
$linkedin: #FFD06F;
|
||||
$email: #FFD06F;
|
||||
$diaspora: #FFD06F;
|
||||
$tor: #7d4698;
|
||||
|
||||
// import /_sass/bootstrap.scss
|
||||
@import "bootstrap";
|
||||
@import "ptio-font";
|
||||
@@ -66,221 +30,4 @@ $tor: #7d4698;
|
||||
box-decoration-break: clone;
|
||||
}
|
||||
|
||||
body {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
dt {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.card {
|
||||
box-shadow: $card-shadow !important;
|
||||
}
|
||||
|
||||
/* Make links and long strings responsive */
|
||||
a,
|
||||
.long-string-list {
|
||||
li {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
}
|
||||
|
||||
.card-ol {
|
||||
padding-left: 1.25rem;
|
||||
}
|
||||
|
||||
/*.card-success, */
|
||||
.card-success {
|
||||
.card-header {
|
||||
border-color: $card-success-border !important;
|
||||
}
|
||||
}
|
||||
|
||||
.card-primary {
|
||||
.card-header {
|
||||
border-color: $card-primary-border !important;
|
||||
}
|
||||
}
|
||||
|
||||
.card-warning {
|
||||
.card-header {
|
||||
border-color: $card-warning-border !important;
|
||||
}
|
||||
}
|
||||
|
||||
.card-list {
|
||||
margin-top: 2em;
|
||||
margin-bottom: 2em;
|
||||
margin-left: 1em;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.blockquote {
|
||||
border-left: 5px solid $blockquote-border;
|
||||
font-size: 1.2rem;
|
||||
line-height: 1.35;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
.theme-dropdown {
|
||||
.dropdown-menu {
|
||||
display: block;
|
||||
margin-bottom: 20px;
|
||||
position: static;
|
||||
}
|
||||
}
|
||||
|
||||
.theme-showcase {
|
||||
p > .btn {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
.container {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.anchor, .page-header h1 {
|
||||
margin-top: 3.5rem;
|
||||
margin-bottom: 2rem;
|
||||
&:target {
|
||||
margin-top: -4rem;
|
||||
padding-top: 7.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
h2, h3:not(.h5), h4, h5 {
|
||||
margin-top: 1.5rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.h5 {
|
||||
margin-bottom: 0rem;
|
||||
}
|
||||
|
||||
.header-404 {
|
||||
font-size: 10rem;
|
||||
}
|
||||
|
||||
.anchor-icon {
|
||||
font-size: .8em;
|
||||
}
|
||||
|
||||
.panel-item {
|
||||
float: right;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.panel-pic {
|
||||
float: left;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.panel-icon {
|
||||
float: right;
|
||||
margin: 15px;
|
||||
font-size: 5.5em;
|
||||
}
|
||||
|
||||
.panel-font {
|
||||
font-size: 120px;
|
||||
}
|
||||
|
||||
.share-btn {
|
||||
border: 0;
|
||||
box-shadow: $share-btn-shadow;
|
||||
color: $share-btn;
|
||||
display: inline-block;
|
||||
opacity: .9;
|
||||
outline: none;
|
||||
padding: 1em;
|
||||
text-align: center;
|
||||
width: 8em;
|
||||
|
||||
&:hover {
|
||||
color: $share-btn-hover;
|
||||
}
|
||||
|
||||
&:active {
|
||||
box-shadow: none;
|
||||
color: $share-btn-active;
|
||||
outline: none;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
#top {
|
||||
margin-bottom: 3rem !important;
|
||||
}
|
||||
|
||||
.twitter { background: $twitter; }
|
||||
.mastodon { background: $mastodon; }
|
||||
.facebook { background: $facebook; }
|
||||
.mix { background: $mix; }
|
||||
.reddit { background: $reddit; }
|
||||
.linkedin { background: $linkedin; }
|
||||
.email { background: $email; }
|
||||
.diaspora { background: $diaspora; }
|
||||
|
||||
.footer-divider {
|
||||
margin-top: 3em;
|
||||
margin-bottom: 3em;
|
||||
border: none;
|
||||
height: 1px;
|
||||
background-color: #343A40;
|
||||
}
|
||||
|
||||
.copyright-text {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 3em;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.no-text-wrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.hover-text-decoration-none:hover {
|
||||
text-decoration: none;
|
||||
-webkit-text-decoration-skip: object;
|
||||
}
|
||||
|
||||
.table td, .table th {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
||||
.btn-icon {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
font-size: 1.5rem;
|
||||
padding: 0.5rem;
|
||||
border-radius: 0.25rem;
|
||||
display: flex;
|
||||
height: 2.4rem;
|
||||
width: 2.4rem;
|
||||
color: #eee;
|
||||
}
|
||||
.btn-icon:hover {
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.btn-tor {
|
||||
background: $tor;
|
||||
}
|
||||
.btn-tor:hover {
|
||||
background: darken($tor, 5%);
|
||||
}
|
||||
|
||||
.icon-btn {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.flow-root {
|
||||
display: flow-root;
|
||||
}
|
||||
@import "custom";
|
||||
|
Reference in New Issue
Block a user