some code cleanup - more needed.

This commit is contained in:
Jacob Haddon 2020-11-01 22:14:16 -05:00
parent 58da4325c4
commit 80f0f4e87d

100
style.css
View File

@ -5,10 +5,10 @@
Author: Jacob Haddon Author: Jacob Haddon
Author URI: http://jacobhaddon.com Author URI: http://jacobhaddon.com
Template: twentysixteen Template: twentysixteen
Version: 1.1.0 Version: 1.2.0
License: GNU General Public License v2 or later License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Tags: Twenty Sixteen, Dark Mode
Text Domain: twenty-sixteen-child Text Domain: twenty-sixteen-child
*/ */
@ -135,60 +135,8 @@ code,
/* media 985px */ /* media 985px */
@media screen and (prefers-color-scheme: dark) @media screen and (prefers-color-scheme: dark)
/*
{ {
body { background: #232323; }
.site { background: #111111; }
body,
button,
input,
select,
textarea,
blockquote,
blockquote cite,
blockquote small { color: #eeeeee; }
blockquote,
.tagcloud a,
.site-title,
.entry-title,
.entry-footer,
.sticky-post,
.page-title,
.page-links,
.comments-title,
.comment-reply-title,
.comment-metadata,
.pingback .edit-link,
.comment-reply-link,
.comment-form label,
.no-comments,
.widecolumn label,
.widecolumn .mu_register label,
.wp-block-pullquote,
.wp-block-quote,
.main-navigation { color: #555555; }
a
{
color: #4682b4;
}
a:hover,
a:focus,
a:active {
color: #007acc;
}
.main-navigation a, .site-branding .site-title a { color: #999999; }
.entry-title a { color: #c0c0c0; }
.main-navigation ul ul li { background: #222222; }
.main-navigation ul ul, .main-navigation ul ul li { border-color: #222222; }
.main-navigation ul ul::after {background-color: #222222;}
*/
/* color: #fff; */ /* color: #fff; */
mark, mark,
ins, ins,
button, button,
@ -226,7 +174,6 @@ color: #fff;
} }
/* color: #1a1a1a; */ /* color: #1a1a1a; */
body, body,
button, button,
input, input,
@ -266,9 +213,7 @@ textarea:focus,
color: #e1e1e1; color: #e1e1e1;
} }
/* color: #686868; */ /* color: #686868; */
blockquote, blockquote,
input[type="date"], input[type="date"],
input[type="time"], input[type="time"],
@ -322,7 +267,6 @@ color: #8e8e8e;
} }
/* color: #007acc; */ /* color: #007acc; */
a, a,
.main-navigation a:hover, .main-navigation a:hover,
.main-navigation a:focus, .main-navigation a:focus,
@ -349,13 +293,9 @@ a,
.comment-reply-link, .comment-reply-link,
.required, .required,
.site-info a:hover, .site-info a:hover,
.site-info a:focus .site-info a:focus { color: #007acc; }
{
color: #007acc;
}
/* background-color: #fff; */ /* background-color: #fff; */
.main-navigation ul ul li, .main-navigation ul ul li,
input[type="date"]:focus, input[type="date"]:focus,
input[type="time"]:focus, input[type="time"]:focus,
@ -370,10 +310,10 @@ input[type="search"]:focus,
input[type="tel"]:focus, input[type="tel"]:focus,
input[type="number"]:focus, input[type="number"]:focus,
textarea:focus, textarea:focus,
.site { .site
{
/* background-color: #fff; */ /* background-color: #fff; */
background: #111111; background: #111111;
} }
/* background-color: #d1d1d1; */ /* background-color: #d1d1d1; */
@ -385,7 +325,6 @@ background: #343434;
} }
/* background: #1a1a1a; */ /* background: #1a1a1a; */
button, button,
button[disabled]:hover, button[disabled]:hover,
button[disabled]:focus, button[disabled]:focus,
@ -412,8 +351,6 @@ input[type="submit"][disabled]:focus,
} }
/* background: #007acc; */ /* background: #007acc; */
mark, mark,
ins, ins,
.pagination .prev:hover, .pagination .prev:hover,
@ -430,13 +367,9 @@ input[type="submit"]:hover,
input[type="submit"]:focus, input[type="submit"]:focus,
.widget_calendar tbody a, .widget_calendar tbody a,
.page-links a:hover, .page-links a:hover,
.page-links a:focus { .page-links a:focus { background: #007acc; }
background: #007acc;
/* background: green; */
}
/* background: #f7f7f7; */ /* background: #f7f7f7; */
input[type="time"], input[type="time"],
input[type="datetime-local"], input[type="datetime-local"],
input[type="week"], input[type="week"],
@ -448,30 +381,19 @@ input[type="password"],
input[type="search"], input[type="search"],
input[type="tel"], input[type="tel"],
input[type="number"], input[type="number"],
textarea { textarea
{
/* background: #f7f7f7; */ /* background: #f7f7f7; */
background: #111111; background: #111111;
} }
/* background-color: #686868; */ /* background-color: #686868; */
.widget_calendar tbody a:hover, .widget_calendar tbody a:hover,
.widget_calendar tbody a:focus { .widget_calendar tbody a:focus { background-color: #686868; }
background-color: #686868;
}
/* background-color: transparent; */ /* background-color: transparent; */
.menu-toggle, .menu-toggle,
.menu-toggle:hover, .menu-toggle:hover,
.menu-toggle:focus .menu-toggle:focus { background-color: transparent; }
{ body:not(.search-results) .entry-summary blockquote { border-color: currentColor; }
background-color: transparent;
}
body:not(.search-results) .entry-summary blockquote {
border-color: currentColor;
}
} }