-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
68 lines (62 loc) · 1.32 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
/*
Theme Name: GV EXCHANGE Child Theme
Theme URI: http://rising.globalvoices.org/exchange
Description: Child theme for the generic gv-project-theme for GV Exchange project
Version: 0.1
Author: Jer Clarke
Author URI: http://globalvoices.org/
Template: gv-theme
*/
.site-title {
width: 240px;
max-width: 240px;
}
#MEDIUM-GREY-TEXT,
.header-nav-bar-container .header-nav-bar a,
.header-nav-bar-container .header-nav-bar a:hover,
.header-nav-bar-container .header-nav-bar a:current-menu-item,
.medium-grey-text {
color: #666;
}
#LIGHT-GREY-BACKGROUND,
.header-container,
.header-nav-bar-container,
.light-grey-background {
background-color: #eee;
}
#LIGHT-GREY-HIGHLIGHT-BORDER,
.header-nav-bar li,
.medium-grey-hightlight-border {
border-color: #ddd;
}
@media
/*only screen BIGGER THAN 1008px {*/
only screen and (min-width: 1008px) {
}
@media
/*only screen and (max-width: 960px) {*/
only screen and (max-width: 1008px) {
.site-title {
}
}
/*Anything smaller than 720px*/
@media
only screen and (max-width: 720px) {
.site-title {
max-width: 200px;
}
}
@media
only screen and (max-width: 552px) {
.site-title {
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) {
}