forked from tracking-exposed/abandoned-amtrex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathamtrex.css
53 lines (46 loc) · 1005 Bytes
/
amtrex.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
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 400;
src: local('Work Sans'), url("/js/local/WorkSans.ttf") format('truetype');
}
.yellow {
padding: 40px 0;
text-align: justify;
}
.quote {
background: -webkit-linear-gradient(top left, #FFFFCC, yellow);
background: linear-gradient(to bottom right, #FFFFCC, yellow); /* Standard syntax */
padding: 1em;
font-family: 'Monospace';
font-style: italic;
font-weight: 500;
font-style: italic;
font-size: 18px;
}
.source {
background-color: yellow;
text-align: right;
font-size: 0.8em;
font-family: 'Work Sans';
}
.source a, .source a:hover {
color: black;
text-decoration: underline;
}
.author {
font-size: 0.5em;
// background-color: black;
}
.footer {
border-top: black 1px solid;
}
@media (min-width: 768px) {
.yellow {
padding: 40px 140px;
padding-right: 320px;
}
.quote {
line-height: 1.7;
}
}