Skip to content

Commit 0adb5cd

Browse files
committed
style updates
1 parent c59c244 commit 0adb5cd

File tree

3 files changed

+22
-11
lines changed

3 files changed

+22
-11
lines changed

public/lcd.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838

3939

40-
--winter-26-background: #000000;
40+
--winter-26-background: rgb(0 0 0 / 0%);
4141
--winter-26-text: #fff;
4242
--winter-26-text-on-bg: #fff;
4343
--winter-26-link: #d6e51a;
@@ -370,10 +370,7 @@ select#allSections {
370370
/* /////////// start winter-26 ///////////////////////////////*/
371371
.shell.winter-26 {
372372
background-color: var(--winter-26-background);
373-
background-image:url('images/sessions/winter-26/w26bg.png');
374-
background-position: bottom;
375-
background-repeat: no-repeat;
376-
background-size: cover;
373+
377374
/* background-position: top left;
378375
background-repeat: repeat;
379376
background-size: cover; */

public/styles.css

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,18 @@ font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
494494
background-position: center;
495495
background-size: cover;
496496
}
497-
497+
.winter-26 .index-teachers {
498+
font-family: var(--winter-26-special-font) !important;
499+
letter-spacing: .05rem;
500+
font-size: 2rem;
501+
502+
}
503+
.winter-26 .index-teachers-small {
504+
font-family: var(--winter-26-special-font) !important;
505+
letter-spacing: .05rem;
506+
font-size: 1.5rem;
507+
508+
}
498509
/* fall-25 */
499510

500511
.fall-25.featured .title,

public/templates/index_staging.hbs

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@
2626
<link rel="shortcut icon" type="image/png" href="https://sfpc.study/images/sessions/favicon.ico" />
2727
<link rel="stylesheet" href="https://use.typekit.net/thn3crj.css">
2828
<style>
29-
30-
31-
29+
.shell.winter-26 {
30+
background-image:url('images/sessions/winter-26/w26bg.png');
31+
background-position: bottom;
32+
background-repeat: no-repeat;
33+
background-size: cover;
34+
}
3235
</style>
3336

3437
<script src="/jquery-3.6.0.min.js"></script>
@@ -142,7 +145,7 @@
142145
<div class="top">
143146
<h4 class="type"><a class="pill" href="/sessions/winter-26/decoding-live-coding">online class</a></h4>
144147
<h2 class="title class" style="overflow-wrap: break-word;" >Decoding Tendencies in Live Coding </h2>
145-
<h6 class="index-teachers-small">with Roxanne Harris</h6>
148+
<h6 class="index-teachers">with Roxanne Harris</h6>
146149
</div>
147150
<div class="bottom">
148151
<br><h4 class="details">Tue 6:30pm ET or Thurs 12pm ET (10 weeks)<span class="dot">·</span>Online (Zoom) <span
@@ -220,7 +223,7 @@
220223
<div class="top">
221224
<h4 class="type"><a class="pill" href="/sessions/winter-26/spectacle-presence-poetry">online class</a></h4>
222225
<h2 class="title class" style="overflow-wrap: break-word; ">Spectacle, Presence & Poetry</h2>
223-
<h6 class="index-teachers">with Gabrielle Octavia Rucker</h6>
226+
<h6 class="index-teachers-small">with Gabrielle Octavia Rucker</h6>
224227
</div>
225228
<div class="bottom">
226229
<br><h4 class="details">Mon 5pm ET or Wed 1pm ET (5 weeks)<span class="dot">·</span>Online (Zoom) <span

0 commit comments

Comments
 (0)