updated for setting, better formatting of the files.

This commit is contained in:
Jacob Haddon 2020-11-29 15:46:50 -05:00
parent 4e0a3f2f5f
commit 2390a2199f
3 changed files with 497 additions and 544 deletions

View File

@ -2,27 +2,25 @@
@media screen and (prefers-color-scheme: dark)
{
/* Text Colors */
/* Text Colors */
/*
Primary Colors:
1 #e1e1e1 Primary Text Color
2 #21133C Darkest Main Body Area Color
3 #271C4D Dark
4 #381D71 Med Dark
/*
Primary Colors:
1 #e1e1e1 Primary Text Color
2 #21133C Darkest Main Body Area Color
3 #271C4D Dark
4 #381D71 Med Dark
Accent Colors:
1 #FC4CA0
2 #52FFBD
Accent Colors:
1 #FC4CA0
2 #52FFBD
Binary:
Either white (#FFF) or black (#000)
Binary:
Either white (#FFF) or black (#000)
Accent color 1 and 2 are used as inverse of each other thoughout the theme
Accent color 1 and 2 are used as inverse of each other thoughout the theme
*/
/* Primary Color 1 : Text Color */
body,
button,
@ -58,10 +56,7 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
.pagination a:focus,
.comment-reply-title small a:hover,
.comment-reply-title small a:focus,
.wp-block-code
{
color: #e1e1e1;
}
.wp-block-code { color: #e1e1e1; }
/* Accent Color 1 */
blockquote,
@ -111,10 +106,7 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
.gallery-caption,
.widecolumn label,
.widecolumn .mu_register label,
a.page-numbers:hover
{
color: #FC4CA0;
}
a.page-numbers:hover { color: #FC4CA0; }
/* Accent Color 2 */
a,
@ -184,8 +176,7 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
color: #fff;
}
/* Back Ground Colors */
/* Back Ground Colors */
/* Primary Color 2: Darkest */
.main-navigation ul ul li,
input[type="date"]:focus,
@ -201,10 +192,7 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
.site
{
background: #21133C;
}
.site { background-color: #21133C; }
/* Primary Color 3 Dark */
body,
@ -227,17 +215,11 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus,
.page-links a
{
background: #271C4D;
}
.page-links a { background: #271C4D; }
/* Primary color 4 Medium Dark */
code,
hr
{
background: #381D71;
}
hr { background: #381D71; }
/* Primary Color 4: Inactive */
input[type="date"],
@ -252,10 +234,7 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
input[type="search"],
input[type="tel"],
input[type="number"],
textarea
{
background: #271C4D;
}
textarea { background: #271C4D; }
/* Accent Color 1; */
.widget_calendar tbody a:hover,
@ -281,7 +260,6 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
.page-links a:focus { background: #52FFBD; }
/* Border Colors */
/* Primary color 3 Dark */
.post-navigation,
.post-navigation div + div,

View File

@ -2,28 +2,26 @@
@media screen and (prefers-color-scheme: dark)
{
/* Text Colors */
/* Text Colors */
/*
Primary Colors:
1 #e1e1e1 Primary Text Color
2 #111111 Darkest Main Body Area Color
3 #222222 Dark
4 #343434 Med Dark
5 #222222 Inactive
/*
Primary Colors:
1 #e1e1e1 Primary Text Color
2 #111111 Darkest Main Body Area Color
3 #222222 Dark
4 #343434 Med Dark
5 #222222 Inactive
Accent Colors:
1 #8e8e8e
2 #007acc
Accent Colors:
1 #8e8e8e
2 #007acc
Binary:
Either white (#FFF) or black (#000)
Binary:
Either white (#FFF) or black (#000)
Accent color 1 and 2 are used as inverse of each other thoughout the theme
Accent color 1 and 2 are used as inverse of each other thoughout the theme
*/
/* Primary Color 1 : Text Color */
body,
button,
@ -59,10 +57,7 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
.pagination a:focus,
.comment-reply-title small a:hover,
.comment-reply-title small a:focus,
.wp-block-code
{
color: #e1e1e1;
}
.wp-block-code { color: #e1e1e1; }
/* Accent Color 1 */
blockquote,
@ -112,10 +107,7 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
.gallery-caption,
.widecolumn label,
.widecolumn .mu_register label,
a.page-numbers:hover
{
color: #8e8e8e;
}
a.page-numbers:hover { color: #8e8e8e; }
/* Accent Color 2 */
a,
@ -185,8 +177,7 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
color: #fff;
}
/* Back Ground Colors */
/* Back Ground Colors */
/* Primary Color 2: Darkest */
.main-navigation ul ul li,
input[type="date"]:focus,
@ -202,10 +193,7 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
.site
{
background-color: #111111;
}
.site { background-color: #111111; }
/* Primary Color 3 Dark */
body,
@ -228,17 +216,11 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus,
.page-links a
{
background: #222222;
}
.page-links a { background: #222222; }
/* Primary color 4 Medium Dark */
code,
hr
{
background: #343434;
}
hr { background: #343434; }
/* Primary Color 4: Inactive */
input[type="date"],
@ -253,10 +235,7 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
input[type="search"],
input[type="tel"],
input[type="number"],
textarea
{
background: #222222;
}
textarea { background: #222222; }
/* Accent Color 1; */
.widget_calendar tbody a:hover,
@ -282,7 +261,6 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
.page-links a:focus { background: #007acc; }
/* Border Colors */
/* Primary color 3 Dark */
.post-navigation,
.post-navigation div + div,
@ -322,4 +300,3 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
.menu-toggle:focus { background-color: transparent; }
body:not(.search-results) .entry-summary blockquote { border-color: currentColor; }
}

View File

@ -134,5 +134,3 @@ code,
}
/* media 985px */