aboutsummaryrefslogtreecommitdiff
path: root/assets/css/main.css
blob: c4300758bb0886b90e4d13551db5eb543509272b (plain)
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
@charset "utf-8";

/* source-code-pro-regular - latin */
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-code-pro-v14-latin-regular.eot'); /* IE9 Compact Modes */
  src: local(''),
    url('../fonts/source-code-pro-v14-latin-regular.eot?#iefix')
      format('embedded-opentype'),
    /* IE6-IE8 */ url('../fonts/source-code-pro-v14-latin-regular.woff2')
      format('woff2'),
    /* Super Modern Browsers */
      url('../fonts/source-code-pro-v14-latin-regular.woff') format('woff'),
    /* Modern Browsers */ url('../fonts/source-code-pro-v14-latin-regular.ttf')
      format('truetype'),
    /* Safari, Android, iOS */
      url('../fonts/source-code-pro-v14-latin-regular.svg#SourceCodePro')
      format('svg'); /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v14-latin-regular.eot'); /* IE9 Compact Modes */
  src: local(''),
    url('../fonts/source-sans-pro-v14-latin-regular.eot?#iefix')
      format('embedded-opentype'),
    /* IE6-IE8 */ url('../fonts/source-sans-pro-v14-latin-regular.woff2')
      format('woff2'),
    /* Super Modern Browsers */
      url('../fonts/source-sans-pro-v14-latin-regular.woff') format('woff'),
    /* Modern Browsers */ url('../fonts/source-sans-pro-v14-latin-regular.ttf')
      format('truetype'),
    /* Safari, Android, iOS */
      url('../fonts/source-sans-pro-v14-latin-regular.svg#SourceSansPro')
      format('svg'); /* Legacy iOS */
}

ul#nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}

body#home header ul#nav {
  width: 436px;
}

body#about header ul#nav {
  width: 403.2px;
}
ul#nav li {
  font-size: 12px;
  margin: 1.5em;
  width: 20%; /* Four equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */
  text-align: center; /* If you want the text to be centered */
  white-space: nowrap;
}

p#position {
    font-size: 16px;
}

p#resume {
}

body#home {
  max-width: 570px;
}

body#about {
  max-width: 570px;
}

ol#vinyls li, ul.tv li, ul.movies li, ul.web li, ul.currentread li {
  font-family: 'Source Code Pro';
}
li.nostyle {
  list-style-type: none;
}

body {
  font-size: 14px;
  margin: 0 auto;
}

p,
ul {
  font-family: 'Source Sans Pro';
}
section#resume h1:after {
    content: ' // Dylan Bolger';
    color: #d3d3d3;
}

section#intro h1:after {
  content: ' // FivePixels';
  color: #d3d3d3;
}

div.project.strengthy h3:after {
	font-style: normal;
	content: ' # Python (Flask), HTML, CSS and JS';
	color: #d3d3d3;
}

div.project.streamfinder h3:after {
  font-style: normal;
  content: ' // Node.js, Angular, MongoDB, Puppeteer';
  font-size: 0.82em;
  color: #d3d3d3;
}

div.project.js h3:after {
  font-style: normal;
  content: ' // JavaScript';
  color: #d3d3d3;
}

div.project.css h3:after {
  font-style: normal;
  content: ' /* CSS */';
  color: #d3d3d3;
}

div.project.htmlcss h3:after {
  font-style: normal;
  content: ' <!-- HTML and CSS -->';
  color: #d3d3d3;
}

div.project.swift h3:after {
  font-style: normal;
  content: ' // Swift';
  color: #d3d3d3;
}

div.project.objc h3:after {
  font-style: normal;
  content: ' // Objective-C';
  color: #d3d3d3;
}

div.project a {
  font-family: 'Source Code Pro';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Code Pro';
}

a {
  color: blue;
}

a:hover {
  color: black;
}

a:active {
  color: gray;
}

section {
  padding-bottom: 50px;
  line-height: 20px;
}

div.project {
  margin-bottom: 2em;
}

div.project h2 {
  font-style: italic;
}

section#projects p#description {
  margin-bottom: 1.5em;
}

header {
  padding-left: 0px;
  margin: auto;
}
/*make uls clean*/
section ul {
  padding-left: 0px;
  list-style-type: none;
  line-height: 20px;
}

div.project h1 {
  margin-bottom: 200px;
}

section h1 {
  font-weight: bold;
  font-size: 28px;
}

@media (prefers-color-scheme: dark) {
  html {
    background-color: #313134;
  }
  body {
    color: white;
  }
  a {
    color: #0074d9;
  }
  a:hover {
    color: white;
  }
}