-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
93 lines (80 loc) · 1.73 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
/* Original font from https://www.dafont.com/domigorgon.font, Domigorgon Plus modified by Legendknight 3000 */
@font-face {
font-family: 'Domigorgon';
src: url('https://temple.chicory.pizza/tumblr/domigorgon_plus-webfont.woff2')
format('woff2'),
url('https://temple.chicory.pizza/tumblr/domigorgon_plus-webfont.woff')
format('woff');
font-weight: normal;
font-style: normal;
}
body {
background: #fff url('https://temple.chicory.pizza/tumblr/bg.jpg') no-repeat
50% 50%;
background-size: cover;
background-attachment: fixed;
color: #000;
font-size: 1.2em;
}
button,
html,
select,
.blog-card .navigation .follow,
body,
.post-content h1,
.post-content h2,
.post-extra,
.quote .post-content blockquote,
.app-nag .app-nag-callout,
.blog-title {
font-family: Domigorgon, 'Helvetica Neue', HelveticaNeue, Arial, sans-serif;
}
.header-wrapper,
.nav-wrapper {
background: rgba(255, 255, 255, 0.98);
}
.post-wrapper {
background: rgba(254, 250, 249, 0.99);
border: 0;
border-radius: 0;
box-shadow: 0 0 0 4px #000;
}
#posts {
background-image: linear-gradient(
rgba(255, 255, 255, 0.98),
rgba(254, 250, 249, 0)
);
background-repeat: no-repeat;
background-position: 0 0;
background-size: 100% 100px;
margin-top: 0;
padding-top: 35px;
}
.tagged-page-cta,
.related-posts-cta .button {
background: rgba(254, 250, 249, 0.99);
}
.related-posts-wrapper > h2 {
background: rgba(254, 250, 249, 0.99);
margin: 0;
padding: 27px 0;
}
.date-notes {
flex: 1;
}
.post-controls {
min-width: auto;
}
.post-controls .like-control {
color: #a7a7a7;
font-size: 14px;
}
.post-controls .like-control a {
text-decoration: none;
}
.post-controls .like-control:hover {
color: #8c8c8c;
}
.tmblr-iframe--follow-teaser {
display: none !important;
}