-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbluewhitegray.css
More file actions
57 lines (43 loc) · 926 Bytes
/
bluewhitegray.css
File metadata and controls
57 lines (43 loc) · 926 Bytes
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
body {
background: #ddd;
}
header.site-header .site-branding {
background:#fff
}
.main-navigation ul ul, #site-navigation.toggled, ul.nav-menu li a:hover, .subpages-small {
background: #fff;
}
a.read-more, a.more-link, .nav-links a {
background: #dcecf7;
}
#content a {
color: #71a6c6;
}
footer#colophon.site-footer {
background: #eaf5fc;
}
footer#colophon.site-footer, footer#colophon.site-footer .site-info a {
color: #71a6c6;
}
ul.nav-menu li a{
color: #333;
}
.widget-area ul li a {
background: #f4f9fc;
}
.widget-area ul li a:hover {
background: #eaf5fc;
}
.widget_search .search-field, #subscribe-email input, #subscribe-submit input[type="submit"] {
border-color: #91c2e2;
}
#subscribe-submit input[type="submit"] {
background: #deecf4;
}
#secondary {
background:#dcecf7;
}
#site-navigation.toggled li.current-menu-item a,
#site-navigation.toggled li.menu-item a:hover {
background: #eee;
}