some code cleanup - more needed.
This commit is contained in:
parent
58da4325c4
commit
80f0f4e87d
100
style.css
100
style.css
@ -5,10 +5,10 @@
|
||||
Author: Jacob Haddon
|
||||
Author URI: http://jacobhaddon.com
|
||||
Template: twentysixteen
|
||||
Version: 1.1.0
|
||||
Version: 1.2.0
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Tags:
|
||||
Tags: Twenty Sixteen, Dark Mode
|
||||
Text Domain: twenty-sixteen-child
|
||||
*/
|
||||
|
||||
@ -135,60 +135,8 @@ code,
|
||||
/* media 985px */
|
||||
|
||||
@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; */
|
||||
|
||||
mark,
|
||||
ins,
|
||||
button,
|
||||
@ -226,7 +174,6 @@ color: #fff;
|
||||
}
|
||||
|
||||
/* color: #1a1a1a; */
|
||||
|
||||
body,
|
||||
button,
|
||||
input,
|
||||
@ -266,9 +213,7 @@ textarea:focus,
|
||||
color: #e1e1e1;
|
||||
}
|
||||
|
||||
|
||||
/* color: #686868; */
|
||||
|
||||
blockquote,
|
||||
input[type="date"],
|
||||
input[type="time"],
|
||||
@ -322,7 +267,6 @@ color: #8e8e8e;
|
||||
}
|
||||
|
||||
/* color: #007acc; */
|
||||
|
||||
a,
|
||||
.main-navigation a:hover,
|
||||
.main-navigation a:focus,
|
||||
@ -349,13 +293,9 @@ a,
|
||||
.comment-reply-link,
|
||||
.required,
|
||||
.site-info a:hover,
|
||||
.site-info a:focus
|
||||
{
|
||||
color: #007acc;
|
||||
}
|
||||
.site-info a:focus { color: #007acc; }
|
||||
|
||||
/* background-color: #fff; */
|
||||
|
||||
.main-navigation ul ul li,
|
||||
input[type="date"]:focus,
|
||||
input[type="time"]:focus,
|
||||
@ -370,10 +310,10 @@ input[type="search"]:focus,
|
||||
input[type="tel"]:focus,
|
||||
input[type="number"]:focus,
|
||||
textarea:focus,
|
||||
.site {
|
||||
.site
|
||||
{
|
||||
/* background-color: #fff; */
|
||||
background: #111111;
|
||||
|
||||
}
|
||||
|
||||
/* background-color: #d1d1d1; */
|
||||
@ -385,7 +325,6 @@ background: #343434;
|
||||
}
|
||||
|
||||
/* background: #1a1a1a; */
|
||||
|
||||
button,
|
||||
button[disabled]:hover,
|
||||
button[disabled]:focus,
|
||||
@ -412,8 +351,6 @@ input[type="submit"][disabled]:focus,
|
||||
}
|
||||
|
||||
/* background: #007acc; */
|
||||
|
||||
|
||||
mark,
|
||||
ins,
|
||||
.pagination .prev:hover,
|
||||
@ -430,13 +367,9 @@ input[type="submit"]:hover,
|
||||
input[type="submit"]:focus,
|
||||
.widget_calendar tbody a,
|
||||
.page-links a:hover,
|
||||
.page-links a:focus {
|
||||
background: #007acc;
|
||||
/* background: green; */
|
||||
}
|
||||
.page-links a:focus { background: #007acc; }
|
||||
|
||||
/* background: #f7f7f7; */
|
||||
|
||||
input[type="time"],
|
||||
input[type="datetime-local"],
|
||||
input[type="week"],
|
||||
@ -448,30 +381,19 @@ input[type="password"],
|
||||
input[type="search"],
|
||||
input[type="tel"],
|
||||
input[type="number"],
|
||||
textarea {
|
||||
textarea
|
||||
{
|
||||
/* background: #f7f7f7; */
|
||||
background: #111111;
|
||||
}
|
||||
|
||||
/* background-color: #686868; */
|
||||
|
||||
.widget_calendar tbody a:hover,
|
||||
.widget_calendar tbody a:focus {
|
||||
background-color: #686868;
|
||||
}
|
||||
.widget_calendar tbody a:focus { background-color: #686868; }
|
||||
|
||||
/* background-color: transparent; */
|
||||
|
||||
.menu-toggle,
|
||||
.menu-toggle:hover,
|
||||
.menu-toggle:focus
|
||||
{
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
body:not(.search-results) .entry-summary blockquote {
|
||||
border-color: currentColor;
|
||||
}
|
||||
|
||||
|
||||
.menu-toggle:focus { background-color: transparent; }
|
||||
body:not(.search-results) .entry-summary blockquote { border-color: currentColor; }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user