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,18 +31,18 @@
// ****************************************************************************/
/* Sets the grayscale for Bootstrap */
$white: #FFFFFF;
$darkgray: #404040;
$gray-100: #C0C0C0;
$gray-200: #C0C0C0;
$gray-300: #C0C0C0;
$gray-400: #808080;
$gray-500: #808080;
$gray-600: #808080;
$gray-700: #404040;
$gray-800: #404040;
$gray-900: #404040;
$black: #000000;
$white: #FFFFFF;
$darkgray: #404040;
$gray-100: #C0C0C0;
$gray-200: #C0C0C0;
$gray-300: #C0C0C0;
$gray-400: #808080;
$gray-500: #808080;
$gray-600: #808080;
$gray-700: #404040;
$gray-800: #404040;
$gray-900: #404040;
$black: #000000;
/* Sets color palette, using Macintosh II colors */
$green: #1FB714;
@@ -51,39 +51,39 @@ $darkgreen: #006412;
$orange: #FF6403;
$brown: #562C05;
$red: #DD0907;
$tan:#90713A;
$magenta:#F20884;
$purple:#4700A5;
$blue:#0000D3;
$cyan:#02ABEA;
$tan: #90713A;
$magenta: #F20884;
$purple: #4700A5;
$blue: #0000D3;
$cyan: #02ABEA;
/* Bootstrap color aliases */
$primary: $blue;
$secondary: $gray-600;
$success: $green;
$info: $cyan;
$warning: $yellow;
$danger: $red;
$light: $gray-100;
$dark: $gray-800;
$primary: $blue;
$secondary: $gray-600;
$success: $green;
$info: $cyan;
$warning: $yellow;
$danger: $red;
$light: $gray-100;
$dark: $gray-800;
/* Colors for <body> */
$body-bg: $white;
$body-color: $black;
$body-bg: $white;
$body-color: $black;
/* Colors for <a> */
$link-color: $cyan;
$link-color: $cyan;
$link-hover-color: $magenta;
/* Colors for cards */
$card-border-color: rgba($gray-300, .125);
$card-cap-bg: rgba($gray-300, .03);
$card-cap-color: inherit;
$card-bg: $gray-300;
$card-border-color: rgba($gray-300, .125);
$card-cap-bg: rgba($gray-300, .03);
$card-cap-color: inherit;
$card-bg: $gray-300;
/* Colors for tables */
$table-dark-bg: $gray-300;
$table-dark-accent-bg: rgba($white, .05);
$table-dark-hover-bg: rgba($white, .075);
$table-dark-border-color: lighten($tan, 7.5%);
$table-dark-color: $darkgray;
$table-dark-bg: $gray-300;
$table-dark-accent-bg: rgba($white, .05);
$table-dark-hover-bg: rgba($white, .075);
$table-dark-border-color: lighten($tan, 7.5%);
$table-dark-color: $darkgray;

View File

@@ -31,21 +31,20 @@
// ****************************************************************************/
/* Sets font to Macintosh Chicago clone font */
@font-face
{
font-family: 'ChicagoFLF';
src: url(../../fonts/ChicagoFLF.eot);
src: url(../../fonts/ChicagoFLF.eot?#iefix) format('embedded-opentype'),
url(../../fonts/ChicagoFLF.woff2) format('woff2'),
url(../../fonts/ChicagoFLF.woff) format('woff'),
url(../../fonts/ChicagoFLF.ttf) format('truetype');
font-weight: normal;
font-style: normal;
@font-face {
font-family: 'ChicagoFLF';
src: url(../../fonts/ChicagoFLF.eot);
src: url(../../fonts/ChicagoFLF.eot?#iefix) format('embedded-opentype'),
url(../../fonts/ChicagoFLF.woff2) format('woff2'),
url(../../fonts/ChicagoFLF.woff) format('woff'),
url(../../fonts/ChicagoFLF.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
$font-family-sans-serif: 'ChicagoFLF';
$font-family-monospace: 'ChicagoFLF';
$font-family-base: 'ChicagoFLF';
$font-size-base: 1rem;
$font-family-sans-serif: 'ChicagoFLF';
$font-family-monospace: 'ChicagoFLF';
$font-family-base: 'ChicagoFLF';
$font-size-base: 1rem;
$line-height-base: 1;
$line-height-base: 1;

View File

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

File diff suppressed because it is too large Load Diff

View File

@@ -36,53 +36,47 @@
@import "../../../node_modules/bootstrap/scss/bootstrap";
footer
{
background-color: $gray-100;
color: $black;
footer {
background-color: $gray-100;
color: $black;
}
header
{
background-color: $gray-100;
color: $black;
text-align: center;
header {
background-color: $gray-100;
color: $black;
text-align: center;
}
header a
{
color: $purple;
header a {
color: $purple;
}
header a:hover
{
color: $cyan;
text-decoration: none;
header a:hover {
color: $cyan;
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:$black}
.table-dark-em
{
color: $darkgray;
font-style: normal;
font-weight: bold;
.card-button {
color: $black
}
.table-dark-header
{
color: $black;
font-style: normal;
text-align: center;
.table-dark-em {
color: $darkgray;
font-style: normal;
font-weight: bold;
}
.table-dark-header {
color: $black;
font-style: normal;
text-align: center;
}