updated master with dark theme and alpenglow branch updates
This commit is contained in:
parent
1e96077d81
commit
430c0b4d94
35
style.css
35
style.css
@ -144,13 +144,14 @@ code,
|
||||
/*
|
||||
Primary Colors:
|
||||
1 #e1e1e1 Primary Text Color
|
||||
2 #21133C Darkest Main Body Area Color
|
||||
3 #271C4D Dark
|
||||
4 #381D71 Med Dark
|
||||
2 #111111 Darkest Main Body Area Color
|
||||
3 #222222 Dark
|
||||
4 #343434 Med Dark
|
||||
5 #222222 Inactive
|
||||
|
||||
Accent Colors:
|
||||
1 #FC4CA0
|
||||
2 #52FFBD
|
||||
1 #8e8e8e
|
||||
2 #007acc
|
||||
|
||||
Binary:
|
||||
Either white (#FFF) or black (#000)
|
||||
@ -249,7 +250,7 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
|
||||
.widecolumn .mu_register label,
|
||||
a.page-numbers:hover
|
||||
{
|
||||
color: #FC4CA0;
|
||||
color: #8e8e8e;
|
||||
}
|
||||
|
||||
/* Accent Color 2 */
|
||||
@ -281,7 +282,7 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
|
||||
.site-info a:hover,
|
||||
.site-info a:focus,
|
||||
.main-navigation li:hover > a,
|
||||
.main-navigation li.focus > a { color: #52FFBD; }
|
||||
.main-navigation li.focus > a { color: #007acc; }
|
||||
|
||||
/* Binary, White or Black: color: #fff; */
|
||||
mark,
|
||||
@ -339,7 +340,7 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
|
||||
textarea:focus,
|
||||
.site
|
||||
{
|
||||
background: #21133C;
|
||||
background: #111111;
|
||||
}
|
||||
|
||||
/* Primary Color 3 Dark */
|
||||
@ -365,14 +366,14 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
|
||||
.menu-toggle.toggled-on:focus,
|
||||
.page-links a
|
||||
{
|
||||
background: #271C4D;
|
||||
background: #222222;
|
||||
}
|
||||
|
||||
/* Primary color 4 Medium Dark */
|
||||
code,
|
||||
hr
|
||||
{
|
||||
background: #381D71;
|
||||
background: #343434;
|
||||
}
|
||||
|
||||
/* Primary Color 4: Inactive */
|
||||
@ -390,12 +391,12 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
|
||||
input[type="number"],
|
||||
textarea
|
||||
{
|
||||
background: #271C4D;
|
||||
background: #222222;
|
||||
}
|
||||
|
||||
/* Accent Color 1; */
|
||||
.widget_calendar tbody a:hover,
|
||||
.widget_calendar tbody a:focus { background-color: #FC4CA0; }
|
||||
.widget_calendar tbody a:focus { background-color: #8e8e8e; }
|
||||
|
||||
/* Accent Color 2 */
|
||||
mark,
|
||||
@ -414,7 +415,7 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
|
||||
input[type="submit"]:focus,
|
||||
.widget_calendar tbody a,
|
||||
.page-links a:hover,
|
||||
.page-links a:focus { background: #52FFBD; }
|
||||
.page-links a:focus { background: #007acc; }
|
||||
|
||||
/* Border Colors */
|
||||
|
||||
@ -423,16 +424,16 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
|
||||
.post-navigation div + div,
|
||||
.widget,
|
||||
.comments-title,
|
||||
.comment-reply-title { border-color: #271C4D; }
|
||||
.comment-reply-title { border-color: #222222; }
|
||||
|
||||
/* Primary Color 4 */
|
||||
/* This is separate because of the 'transparent' */
|
||||
.main-navigation ul ul:before,
|
||||
.main-navigation ul ul:after { border-color: #381D71 transparent; }
|
||||
.main-navigation ul ul:after { border-color: #343434 transparent; }
|
||||
|
||||
/* Primary Color 4 */
|
||||
.main-navigation ul ul li,
|
||||
.main-navigation ul ul { border-color: #381D71; }
|
||||
.main-navigation ul ul { border-color: #343434; }
|
||||
|
||||
/* Accent Color 1 */
|
||||
input[type="date"]:focus,
|
||||
@ -449,7 +450,7 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
|
||||
input[type="number"]:focus,
|
||||
textarea:focus,
|
||||
.tagcloud a:hover,
|
||||
.tagcloud a:focus { border-color: #FC4CA0; }
|
||||
.tagcloud a:focus { border-color: #8e8e8e; }
|
||||
|
||||
/* background-color: transparent; */
|
||||
.menu-toggle,
|
||||
|
Loading…
x
Reference in New Issue
Block a user