forked from remy/mit-license
-
Notifications
You must be signed in to change notification settings - Fork 0
/
riri.css
96 lines (78 loc) · 1.25 KB
/
riri.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
94
95
96
/* riri theme by axorax - github.com/axorax */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
html {
background: #eff2f1;
}
body {
margin: 0;
font-family: 'Roboto Mono', monospace;
font-size: 16.5px;
line-height: 1.2em;
}
article, footer {
display: block;
min-width: 360px;
max-width: 900px;
width: 80%;
}
article {
margin: 2.5em auto 0 auto;
padding: 2em;
background: #4059ad;
color: #eff2f1;
border-radius: 15px;
}
h1 {
margin-top: 0;
color: #f4b942;
}
article p:first-of-type {
margin-top: 1.6em;
}
article p:last-child {
margin-bottom: 0;
}
footer {
margin: 0em auto 2em auto;
text-align: center;
}
footer a {
color: #666;
text-decoration: none;
font-size: .8em;
padding: 1em;
}
footer a:hover, footer a:focus {
color: #111;
}
h1 {
font-weight: normal;
display: inline;
padding: 0 0 3px 0;
line-height: 36px;
}
a {
color: #97d8c4;
text-decoration: none;
}
a:hover, a:focus {
text-decoration: underline;
}
a:active {
color: #000;
}
:-moz-any-link:focus {
color: #000;
border: 0;
}
::selection {
background: #6b9ac4;
color: #eff2f1;
}
#gravatar {
position: relative;
float: right;
margin-bottom: 1em;
margin-left: 1em;
border-radius: 15px;
}