-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
118 lines (118 loc) · 1.82 KB
/
style.css
File metadata and controls
118 lines (118 loc) · 1.82 KB
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
106
107
108
109
110
111
112
113
114
115
116
117
118
@font-face {
font-family: 'charterregular';
src: url('webfonts/charter_regular-webfont.eot');
src: url('webfonts/charter_regular-webfont.eot?#iefix') format('embedded-opentype'),
url('webfonts/charter_regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
html {
font-family: "charterregular";
font-weight: 100;
font-size: 16px;
margin: 0;
background-color: #ddf;
}
body {
margin: 0;
}
h1, h3 {
font-weight: 300;
margin-top: 0;
margin-bottom: 2rem;
}
h3{
margin-top: 1rem;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 0.2rem;
}
a {
text-decoration: none;
color: #666;
}
span {
font-size: 1rem;
}
.content {
padding-top: 25vh;
padding-bottom: 20vh;
margin-left: auto;
margin-right: auto;
padding-left: 1rem;
padding-right: 1rem;
max-width: 40rem;
min-width: 30rem;
min-height: 80vh;
}
.txt {
width: 33vw;
font-size: 1.3rem;
}
#contact {
padding-bottom: 30vh;
}
#landing {
text-align: justify
}
.resume-item {
padding-bottom: 0.5em;
}
.resume-item-txt {
font-size: 1rem;
}
.no-breather {
margin-bottom: 0;
}
.a-tad-right {
padding-left: 1em;
}
.right {
display: inline-block;
text-align: right;
float: right;
width: 7rem;
}
.whole-width {
width: 100vw;
}
.not-quite-bottom {
padding-top: 0.5em;
padding-bottom: 0.5em;
background-color: rgba(100,100,100,0.1);
}
.note {
font-size: 0.75rem;
text-align: center;
color: #444;
margin: 0;
}
.note a {
color: #888;
}
#fade-img {
float: right;
height: 225px;
}
.breather {
margin-bottom: 2em;
}
.buttonish-link {
color: #000;
border: 3px solid;
padding: 5px;
width: 200px;
margin: 1em;
}
.buttonish-link:hover {
color: #afd;
background-color: #000;
}