forked from remy/mit-license
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmagic-mint.css
105 lines (90 loc) · 1.52 KB
/
magic-mint.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
97
98
99
100
101
102
103
104
105
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic");
html {
font-size: 62.5%;
}
body {
font-family: Lato, Helvetica, sans-serif;
padding: 8px;
line-height: 1.6;
color: #3e3e3e;
background: #c7f1d7;
}
article {
max-width: 660px;
margin: 10px auto 0;
text-align: center;
position: relative;
}
#gravatar {
position: absolute;
left: 0;
top: 22px;
width: 68px;
height: 68px;
}
h1 {
font-weight: 700;
text-align: center;
font-size: 40px;
font-size: 4rem;
text-transform: uppercase;
text-shadow: 0 1px 0 #c7f1d7;
border-bottom: 6px solid #3e3e3e;
padding-bottom: 25px;
line-height: 1.1;
display: inline-block;
margin: 15px auto 5px auto;
}
article p:nth-of-type(1) {
margin: 0;
padding: 21px 0 0;
font-style: italic;
text-align: center;
font-size: 14px;
font-size: 1.4rem;
}
article p:last-child {
padding-bottom: 1.3em;
margin-bottom: 0;
font-size: 18px;
font-size: 1.8rem;
}
p {
text-align: justify;
font-size: 18px;
font-size: 1.8rem;
}
a {
padding: 0.1em;
}
a:link,
a:visited {
text-decoration: none;
color: #3e3e3e;
border-bottom: 1px solid;
}
a:hover {
background: #3e3e3e;
color: white;
border: none;
}
a:active {
background: #2e2e2e;
position: relative;
top: 1px;
}
a[href^="mailto"] {
border-bottom: none;
}
footer {
border-top: 8px solid #3e3e3e;
font-size: 1.8rem;
text-align: center;
max-width: 660px;
margin: 10px auto 0;
padding: 12px 0;
font-style: italic;
}
footer p {
text-align: center;
}