mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-04-16 21:58:33 +02:00
Update: UniNotes page style
This commit is contained in:
@@ -662,6 +662,10 @@
|
||||
|
||||
/* ── UniNotes Contents Panel ─────────────────────────────────────────────── */
|
||||
|
||||
.uninotes-contents-heading {
|
||||
margin-bottom: -14.6px;
|
||||
}
|
||||
|
||||
.uninotes-contents {
|
||||
margin: 1.25rem 0 2rem 0;
|
||||
border-left: 3px solid var(--accent-color);
|
||||
@@ -674,7 +678,6 @@
|
||||
.uninotes-contents__semester {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.3rem;
|
||||
}
|
||||
|
||||
.uninotes-contents__sem-link {
|
||||
@@ -693,8 +696,9 @@
|
||||
.uninotes-contents__subject {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.25rem;
|
||||
padding-left: 0.7rem;
|
||||
gap: 0.1rem;
|
||||
padding-top: 0.3rem;
|
||||
padding-left: 1.21rem;
|
||||
}
|
||||
|
||||
.uninotes-contents__subject-link {
|
||||
@@ -702,7 +706,7 @@
|
||||
font-weight: 600;
|
||||
color: var(--foreground-color);
|
||||
text-decoration: none;
|
||||
letter-spacing: 0.05rem;
|
||||
letter-spacing: 0.04rem;
|
||||
}
|
||||
|
||||
.uninotes-contents__subject-link:hover {
|
||||
@@ -713,21 +717,21 @@
|
||||
.uninotes-contents__units {
|
||||
list-style: none;
|
||||
padding: 0.6px;
|
||||
margin: 0.15rem 0 0.3rem 0.75rem;
|
||||
margin: 0.15rem 0 0.3rem 1.21rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.03rem;
|
||||
gap: 0.1rem;
|
||||
}
|
||||
|
||||
.uninotes-contents__unit {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.7rem;
|
||||
gap: 0.68rem;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.uninotes-contents__unit-link {
|
||||
font-size: 0.9rem;
|
||||
font-size: 0.94rem;
|
||||
color: var(--foreground-color);
|
||||
text-decoration: none;
|
||||
}
|
||||
@@ -739,7 +743,7 @@
|
||||
|
||||
.uninotes-contents__unit-cats {
|
||||
display: flex;
|
||||
gap: 0.25rem;
|
||||
gap: 0.05rem;
|
||||
}
|
||||
|
||||
.uninotes-contents__cat {
|
||||
|
||||
Reference in New Issue
Block a user