Mercurial
comparison mrjunejune/src/resume.css @ 84:bcc76a156aea
Updated to be called src instead of pages.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 01 Jan 2026 13:01:10 -0800 |
| parents | mrjunejune/pages/resume.css@35b1abc37969 |
| children | 3bdfffaad162 |
comparison
equal
deleted
inserted
replaced
| 83:49b611c808e7 | 84:bcc76a156aea |
|---|---|
| 1 :root { | |
| 2 --text: var(--black); | |
| 3 --graytext: var(--gray); | |
| 4 --lighttext: var(--lightgray); | |
| 5 } | |
| 6 | |
| 7 .sub-header { | |
| 8 display: flex; | |
| 9 margin-top: 20px; | |
| 10 align-items: center; | |
| 11 gap: 5px; | |
| 12 } | |
| 13 | |
| 14 .line { | |
| 15 flex-grow: 1; | |
| 16 border-bottom: 1px solid var(--darkgray); | |
| 17 } | |
| 18 | |
| 19 .header-firstname-style { | |
| 20 font-size: 32pt; | |
| 21 font-family: "Roboto Light", sans-serif; | |
| 22 color: var(--graytext); | |
| 23 } | |
| 24 | |
| 25 .header-lastname-style { | |
| 26 font-size: 32pt; | |
| 27 font-family: "Roboto", sans-serif; | |
| 28 font-weight: bold; | |
| 29 color: var(--text); | |
| 30 } | |
| 31 | |
| 32 .header-position-style { | |
| 33 font-size: 7.6pt; | |
| 34 font-family: "Source Sans Pro", sans-serif; | |
| 35 font-variant: small-caps; | |
| 36 color: var(--awesome); | |
| 37 } | |
| 38 | |
| 39 .header-address-style { | |
| 40 font-size: 8pt; | |
| 41 font-family: "Roboto", sans-serif; | |
| 42 font-style: italic; | |
| 43 color: var(--lighttext); | |
| 44 } | |
| 45 | |
| 46 .header-social-style { | |
| 47 font-size: 10pt; | |
| 48 font-family: "Roboto", sans-serif; | |
| 49 color: var(--text); | |
| 50 } | |
| 51 | |
| 52 .header-quote-style { | |
| 53 font-size: 9pt; | |
| 54 font-family: "Source Sans Pro", sans-serif; | |
| 55 font-style: italic; | |
| 56 color: var(--darktext); | |
| 57 } | |
| 58 | |
| 59 .footer-style { | |
| 60 font-size: 8pt; | |
| 61 font-family: "Source Sans Pro", sans-serif; | |
| 62 font-variant: small-caps; | |
| 63 color: var(--lighttext); | |
| 64 } | |
| 65 | |
| 66 .section-style { | |
| 67 font-size: 16pt; | |
| 68 font-family: "Source Sans Pro", sans-serif; | |
| 69 font-weight: bold; | |
| 70 color: var(--text); | |
| 71 } | |
| 72 | |
| 73 .subsection-style { | |
| 74 font-size: 12pt; | |
| 75 font-family: "Source Sans Pro", sans-serif; | |
| 76 font-variant: small-caps; | |
| 77 color: var(--text); | |
| 78 } | |
| 79 | |
| 80 .paragraph-style { | |
| 81 font-size: 9pt; | |
| 82 font-family: "Source Sans Pro Light", sans-serif; | |
| 83 color: var(--text); | |
| 84 } | |
| 85 | |
| 86 .entry-title-style { | |
| 87 font-size: 10pt; | |
| 88 font-family: "Source Sans Pro", sans-serif; | |
| 89 font-weight: bold; | |
| 90 color: var(--darktext); | |
| 91 } | |
| 92 | |
| 93 .entry-position-style { | |
| 94 font-size: 8pt; | |
| 95 font-family: "Source Sans Pro", sans-serif; | |
| 96 font-variant: small-caps; | |
| 97 color: var(--graytext); | |
| 98 } | |
| 99 | |
| 100 .entry-date-style { | |
| 101 font-size: 8pt; | |
| 102 font-family: "Source Sans Pro Light", sans-serif; | |
| 103 font-style: italic; | |
| 104 color: var(--graytext); | |
| 105 } | |
| 106 | |
| 107 .entry-location-style { | |
| 108 font-size: 9pt; | |
| 109 font-family: "Source Sans Pro Light", sans-serif; | |
| 110 font-style: italic; | |
| 111 color: var(--awesome); | |
| 112 } | |
| 113 | |
| 114 .description-style { | |
| 115 font-size: 9pt; | |
| 116 font-family: "Source Sans Pro Light", sans-serif; | |
| 117 color: var(--text); | |
| 118 } | |
| 119 | |
| 120 .subentry-title-style { | |
| 121 font-size: 8pt; | |
| 122 font-family: "Source Sans Pro", sans-serif; | |
| 123 color: var(--graytext); | |
| 124 } | |
| 125 | |
| 126 .subentry-position-style { | |
| 127 font-size: 7pt; | |
| 128 font-family: "Source Sans Pro", sans-serif; | |
| 129 font-variant: small-caps; | |
| 130 color: var(--graytext); | |
| 131 } | |
| 132 | |
| 133 .honor-title-style, | |
| 134 .honor-position-style, | |
| 135 .honor-date-style, | |
| 136 .honor-location-style, | |
| 137 .skill-type-style, | |
| 138 .skill-set-style { | |
| 139 font-size: 9pt; | |
| 140 font-family: "Source Sans Pro", sans-serif; | |
| 141 color: var(--graytext); | |
| 142 } | |
| 143 | |
| 144 .letter-section-style, | |
| 145 .recipient-title-style, | |
| 146 .letter-title-style, | |
| 147 .letter-date-style, | |
| 148 .letter-text-style, | |
| 149 .letter-name-style, | |
| 150 .letter-enclosure-style { | |
| 151 font-family: "Source Sans Pro", sans-serif; | |
| 152 } | |
| 153 | |
| 154 .info { | |
| 155 text-align: center; | |
| 156 } | |
| 157 | |
| 158 .flex-box { | |
| 159 display: flex; | |
| 160 justify-content: space-between; | |
| 161 } |