-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathopenrail-custom.css
71 lines (61 loc) · 1.24 KB
/
openrail-custom.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
p {
margin-bottom: 1rem;
}
.hiddenhead {
display: none;
}
/* News items (in spotlight style2) */
/* Never center text */
.news p,
.news h2,
.news-list p,
.news-list h3 {
text-align: left !important;
}
/* Position news images rather on top */
@media screen and (orientation: landscape) {
section.news {
align-items: flex-start !important;
}
section.news div.image {
margin-top: 100px !important;
}
}
/* Make image between 469-736px smaller than default (15.75rem) */
@media screen and (min-width: 469px)and (max-width: 736px) {
.spotlight.style2 .image {
width: 10rem;
height: 10rem;
}
}
/* Extra-small images and less section padding in news listing */
.news-list.spotlight.style2 .image {
width: 10rem;
height: 10rem;
}
.news-list.spotlight.style2 {
padding: 3rem 7rem 2rem 7rem;
}
/* No box shadow for first section */
section.news-list:first-of-type {
box-shadow: none !important;
}
/* Site heading */
#siteheading {
padding: 4rem 7rem 0 7rem;
}
/* Membership buttons */
.less-top-margin {
margin-top: 1rem !important;
}
.less-bottom-margin {
margin-bottom: 1rem !important;
}
#members-overview section {
border: 0;
}
@media screen and (min-width: 981px) {
#members-overview section {
width: 25%;
}
}