]> Arthur Taft Gitweb - website.git/blob - static/resume-styles.css
93cd504a4db1ecbfdb466b49b5969aabf586470b
[website.git] / static / resume-styles.css
1 /*
2  * resume-styles.css
3  *
4  * Copyright (c) 2025 Arthur Taft. All Rights Reserved.
5  *
6  */ 
7
8 #resume-links {
9     margin-left: 25%;
10     margin-right: 25%;
11 }
12
13 #resume-links .resume-list {
14     display: flex;
15     flex-flow: row wrap;
16     justify-content: space-between;
17     list-style-type: none;
18 }
19
20 #resume-links .resume-list-item {
21     color: var(--subtext-1);
22 }
23
24 #summary .main-subheading {
25     margin-left: 15%;
26 }
27
28 #summary .summary-list {
29     margin-left: 20%;
30     margin-right: 15%;
31 }
32
33 #summary .summary-list-item {
34     color: var(--subtext-1);
35 }
36
37 #education .main-subheading {
38     margin-left: 15%;
39 }
40
41 #education .school {
42     margin-left: 17.5%;
43     color: var(--sky);
44 }
45
46 #degree-info {
47     display: flex;
48     flex-direction: row;
49     margin-left: 17.5%;
50     margin-right: 15%;
51     justify-content: space-between;
52 }
53
54 #degree-info .degree {
55     color: var(--sky);
56 }
57
58 #degree-info .grad-date {
59     color: var(--sky);
60 }
61
62 #education .education-list {
63     margin-left: 20%;
64     margin-right: 15%;
65 }
66
67 #education .education-list-item {
68     color: var(--subtext-1);
69 }
70
71 #projects .main-subheading {
72     margin-left: 15%;
73 }
74
75 #projects .project-title {
76     margin-left: 17.5%;
77     color: var(--sky);
78 }
79
80 #projects .project-list {
81     margin-left: 20%;
82     margin-right: 15%;
83 }
84
85 #projects .project-list-item {
86     color: var(--subtext-1);
87 }
88
89 a {
90     font-size: 1rem;
91 }