-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
executable file
·78 lines (71 loc) · 1.56 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
/*
Theme Name: RMM-GP
Description: A child theme of GeneratePress
Version: 0.1
Author: Shirley Hicks, James Nylen
Template: generatepress
(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
body {
background-image: url(/wp-content/uploads/2016/04/RMMbkgd_-HEX_B2282D_tall.png);
background-color: #6a0c10;
background-repeat: repeat-x;
}
#masthead .site-logo img.header-image {
width: 300px;
padding: 10px 0 0 16px;
}
/* override a mobile style from parent theme */
#masthead .header-widget {
margin-bottom: 0;
}
.main-navigation {
border: 2px solid #b2282d;
border-width: 2px 0;
}
#menu-social-media-container {
position: relative;
}
#menu-social-media {
position: absolute;
bottom: 21px;
right: 20px;
width: 80px;
text-align: right;
}
#menu-social-media li {
display: inline;
line-height: 1.2em;
}
#menu-social-media li#menu-item-264549 a,
#menu-social-media li#menu-item-265303 a {
/* Meetup.com and "Sign up or log in" links */
display: block;
}
#menu-social-media li#menu-item-264549 a {
/* Meetup.com link */
padding: 8px 0;
}
#menu-social-media li#menu-item-265303 a {
/* "Sign up / log in" link */
padding-top: 8px;
}
#menu-social-media a:hover {
color: #b2282d;
}
@media (max-width: 480px) {
#masthead .site-logo img.header-image {
width: 250px;
}
#menu-social-media {
bottom: 16px;
}
#menu-social-media li#menu-item-264549 a {
/* Meetup.com link */
padding: 4px 0;
}
#menu-social-media li#menu-item-265303 a {
/* "Sign up / log in" link */
padding-top: 4px;
}
}