General cleanup and refactor.

This commit is contained in:
2021-08-18 03:06:03 +01:00
parent 637577d031
commit ecd22955cb
62 changed files with 19281 additions and 10643 deletions

View File

@@ -31,60 +31,60 @@
// ****************************************************************************/
/* Sets the grayscale for Bootstrap */
$white: #FFFFFF;
$darkgray: #555555;
$gray-100: #FFFFFF;
$gray-200: #FFFFFF;
$gray-300: #FFFFFF;
$gray-400: #FFFFFF;
$gray-500: #555555;
$gray-600: #555555;
$gray-700: #555555;
$gray-800: #555555;
$gray-900: #555555;
$black: #000021;
$white: #FFFFFF;
$darkgray: #555555;
$gray-100: #FFFFFF;
$gray-200: #FFFFFF;
$gray-300: #FFFFFF;
$gray-400: #FFFFFF;
$gray-500: #555555;
$gray-600: #555555;
$gray-700: #555555;
$gray-800: #555555;
$gray-900: #555555;
$black: #000021;
/* Sets color palette, using Workbench palette colors */
$blue: #0055AA;
$indigo: #AA55AA;
$purple: #AA00FF;
$pink: #FF55FF;
$red: #FF0000;
$orange: #FF8800;
$yellow: #FFFF55;
$green: #00AA00;
$teal: #55FFFF;
$cyan: #00AAAA;
$brown: #AA5500;
$brightwhite: #FFFFFF;
$blue: #0055AA;
$indigo: #AA55AA;
$purple: #AA00FF;
$pink: #FF55FF;
$red: #FF0000;
$orange: #FF8800;
$yellow: #FFFF55;
$green: #00AA00;
$teal: #55FFFF;
$cyan: #00AAAA;
$brown: #AA5500;
$brightwhite: #FFFFFF;
/* Bootstrap color aliases */
$primary: $orange;
$secondary: $black;
$success: $orange;
$info: $orange;
$warning: $orange;
$danger: $orange;
$light: $blue;
$dark: $black;
$primary: $orange;
$secondary: $black;
$success: $orange;
$info: $orange;
$warning: $orange;
$danger: $orange;
$light: $blue;
$dark: $black;
/* Colors for <body> */
$body-bg: $blue;
$body-color: $white;
$body-bg: $blue;
$body-color: $white;
/* Colors for <a> */
$link-color: $orange;
$link-color: $orange;
$link-hover-color: $orange;
/* Colors for cards */
$card-border-color: rgba($white, .125);
$card-cap-bg: rgba($white, .03);
$card-cap-color: inherit;
$card-bg: $black;
$card-border-color: rgba($white, .125);
$card-cap-bg: rgba($white, .03);
$card-cap-color: inherit;
$card-bg: $black;
/* Colors for tables */
$table-dark-bg: $black;
$table-dark-accent-bg: rgba($white, .05) !default;
$table-dark-hover-bg: rgba($white, .075) !default;
$table-dark-border-color: lighten($orange, 7.5%) !default;
$table-dark-color: $white !default;
$table-dark-bg: $black;
$table-dark-accent-bg: rgba($white, .05) !default;
$table-dark-hover-bg: rgba($white, .075) !default;
$table-dark-border-color: lighten($orange, 7.5%) !default;
$table-dark-color: $white !default;

View File

@@ -30,21 +30,20 @@
// Copyright © 2011-2021 Natalia Portillo
// ****************************************************************************/
@font-face
{
font-family: 'Topaz a500a1000a2000';
src: url(../../fonts/Topaz_a500_v1.0.eot);
src: url(../../fonts/Topaz_a500_v1.0.eot?#iefix) format('embedded-opentype'),
url(../../fonts/Topaz_a500_v1.0.woff2) format('woff2'),
url(../../fonts/Topaz_a500_v1.0.woff) format('woff'),
url(../../fonts/Topaz_a500_v1.0.ttf) format('truetype');
font-weight: normal;
font-style: normal;
@font-face {
font-family: 'Topaz a500a1000a2000';
src: url(../../fonts/Topaz_a500_v1.0.eot);
src: url(../../fonts/Topaz_a500_v1.0.eot?#iefix) format('embedded-opentype'),
url(../../fonts/Topaz_a500_v1.0.woff2) format('woff2'),
url(../../fonts/Topaz_a500_v1.0.woff) format('woff'),
url(../../fonts/Topaz_a500_v1.0.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
$font-family-sans-serif: 'Topaz a500a1000a2000';
$font-family-monospace: 'Topaz a500a1000a2000';
$font-family-base: 'Topaz a500a1000a2000';
$font-size-base: 1.25rem;
$font-family-sans-serif: 'Topaz a500a1000a2000';
$font-family-monospace: 'Topaz a500a1000a2000';
$font-family-base: 'Topaz a500a1000a2000';
$font-size-base: 1.25rem;
$line-height-base: 1;
$line-height-base: 1;

View File

@@ -33,19 +33,17 @@
@import "_colors";
/* Sets the style for emphasis/italics */
em, i
{
color: $orange;
font-style: normal;
em, i {
color: $orange;
font-style: normal;
}
/* Headings and bold text are bright white */
h1, h2, h3, h4,
b, strong
{
color: $orange;
font-size: 1em;
font-style: normal;
font-weight: normal;
margin: 0;
b, strong {
color: $orange;
font-size: 1em;
font-style: normal;
font-weight: normal;
margin: 0;
}

File diff suppressed because it is too large Load Diff

View File

@@ -36,52 +36,46 @@
@import "../../../node_modules/bootstrap/scss/bootstrap";
footer
{
background-color: $black;
color: $white;
footer {
background-color: $black;
color: $white;
}
header
{
background-color: $white;
color: $blue;
text-align: center;
header {
background-color: $white;
color: $blue;
text-align: center;
}
header a
{
color: $orange;
header a {
color: $orange;
}
header a:hover
{
color: $orange;
text-decoration: none;
header a:hover {
color: $orange;
text-decoration: none;
}
footer a:hover
{
text-decoration: none;
footer a:hover {
text-decoration: none;
}
.table-centered
{
margin-left:auto;
margin-right:auto;
.table-centered {
margin-left: auto;
margin-right: auto;
}
.card-button{color:$orange}
.table-dark-em
{
color: $white;
font-style: normal;
.card-button {
color: $orange
}
.table-dark-header
{
color: $orange;
font-style: normal;
text-align: center;
.table-dark-em {
color: $white;
font-style: normal;
}
.table-dark-header {
color: $orange;
font-style: normal;
text-align: center;
}