-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
80 lines (65 loc) · 1.21 KB
/
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
72
73
74
75
76
77
78
79
80
main {
width: 90%;
}
div.homeSecondaryColumn {
width: 20%;
}
div.homePrimaryColumn {
width: 50%;
}
div.homeTertiaryColumn {
width: 20%;
}
.gr-homePageBody {
background-color: rgba(244, 241, 230, .5);
}
.gr-newsfeedItem {
padding: 0;
margin: 0;
background-color: rgba(244, 241, 230, 1);
}
.gr-mediaBox__desc,
.gr-book__desc {
font-size: 12px;
}
.gr-mediaBox__author,
.gr-book__author {
font-size: 12px;
}
.gr-book__titleLink--large {
font-size: 14px;
}
.gr-newsfeedItem__footer {
display: none;
}
.gr-newsfeedItem:hover,
.gr-newsfeedItem:focus {
box-shadow:
inset 0 -3em 3em rgba(0, 0, 0, 0.1),
0 0 0 2px rgb(122, 120, 115),
0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
margin-top: 5px;
margin-bottom: 5px;
}
.gr-newsfeedItem:hover>.gr-newsfeedItem__footer,
.gr-newsfeedItem:focus>.gr-newsfeedItem__footer {
display: block;
}
.gr-mediaBox img {
max-height: 100px;
max-width: 100px;
}
.gr-buttonAsLink,
.newsfeedNoteHighlightTextContainer__highlightText {
font-size: 11px;
line-height: 1.5;
}
.wantToReadButton,
.wtrStarsContainer,
.choiceWidget {
display: none;
}
.siteAnnouncement,
.gr-editorialBlogPost {
display: none;
}