-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
104 lines (87 loc) · 1.51 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
94
95
96
97
98
99
100
101
102
103
104
@font-face {
font-family: 'mononoki';
src: url('https://github.com/madmalik/mononoki/tree/master/export/webfont/mononoki-Regular.woff') format('woff'); /* Pretty Modern Browsers */
font-weight: normal;
font-style: normal;
}
html, body {
background: #fdf6e3;
height: 100%;
min-height: 100%;
}
hr {
margin: 0;
}
a {
color: #586e75;
text-decoration: none;
}
table {
text-align: left;
table-layout: fixed;
font-size: 20px;
width: 80rem;
margin-top: 20px;
margin-bottom: 50px;
border-collapse:separate;
border-spacing:0 10px;
}
table tr td {
color: #839496;
}
table tr td:first-child {
color: #859900;
padding-left: 5%;
}
table th {
color: #dc322f;
font-size: 35px;
}
footer {
box-shadow: 0 0px 7px grey;
width: 100%;
text-align: center;
opacity: 0.5;
bottom: 0;
position: fixed;
}
.tac {
text-align: center;
color: #b58900 !important;
font-size: 25px;
padding-top: 5px;
}
.mononoki-fnt {
font-family: 'mononoki';
font-weight: normal;
font-style: normal;
}
.verticalLine {
border-left: thin solid #586e75;
top: 0;
left: 80rem;
position: fixed;
height: 100%;
}
.cyan {
color: #2aa198;
}
.blue {
color: #268bd2;
}
.experience {
margin-left: 5%;
max-width: 80ch;
}
.align-right {
text-align: right;
}
.align-right a {
margin-right: 10px;
}
.unstiled-list {
list-style: none;
margin-block-start: 0;
margin-block-end: 0;
padding-inline-start: 20px;
}