-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
91 lines (86 loc) · 1.67 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
/*
Theme Name: GV Advox Child Theme
Theme URI: http://advox.globalvoices.org/
Description: Child of gv-theme for Advox site
Version: 1.0
Author: Jer Clarke
Author URI: http://globalvoices.org/
Template: gv-theme
*/
#WHITE-TEXT,
.header-container .a11y-dialog-open,
.header-nav-bar-container .header-nav-bar a,
.header-nav-bar-container .header-nav-bar a:active,
.header-nav-bar-container .header-nav-bar a:hover,
.white-text {
color: #fff;
}
#MEDIUM-RED-GRADIENT,
.header-container,
.header-nav-bar-container,
.medium-red-gradient {
background: #D10006;
}
#MEDIUM-RED-HIGHLIGHT-BORDER,
.header-nav-bar li,
.medium-red-hightlight-border {
/* Lightest shade of green from medium-green-gradient*/
border-color: #BC0005;
}
#DARK-RED-TEXT,
a,
h3 a,
a,
.screen-title a:hover,
.taxonomy-list a:hover,
.post-date a:hover,
.meta-term-subterms .active-term a,
#comments #respond #commentform a:hover,
#page-navigation a:hover
.dark-red-text {
color: #9d0106;
}
#MEDIUM-RED-TEXT,
#page-navigation a,
a:hover,
.edit a,
.post-terms-taxonomy a,
#comments .edit a,
#cancel-comment-reply-link,
.warning a ,
.medium-red-text {
color: #c80005;
}
.site-title {
width: 300px;
max-width: 300px;
}
@media
only screen and (max-width: 1008px) {
}
@media
only screen and (max-width: 1008px) {
.site-title {
width: 240px;
max-width: 240px;
}
}
/*Anything smaller than 720px*/
@media
only screen and (max-width: 720px) {
}
@media
only screen and (max-width: 552px) {
.site-title {
width: 160px;
max-width: 160px;
}
}
/*Anything smaller than 480 - iPhone landscape*/
@media
only screen and (max-width: 481px) {
}
/*Anything smaller than 360: iPhone portrait */
@media
only screen and (max-width: 360px) {
}