Skip to content

Commit ef00951

Browse files
committed
fall 2025 styles
1 parent b9f73ba commit ef00951

3 files changed

Lines changed: 18 additions & 7 deletions

File tree

public/lcd.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,6 @@ select#allSections {
366366
/*background-image: url('images/sessions/winter-25/bg.png');*/
367367
background-color: var(--fall-25-background);
368368
background-position: center;
369-
background-repeat: repeat;
370369
background-size: cover;
371370
}
372371

@@ -390,7 +389,7 @@ select#allSections {
390389
/*background-image:url('images/sessions/winter-25/bg.png');*/
391390
/* background-position: bottom; */
392391
background-repeat: no-repeat;
393-
background-size: cover;
392+
background-size: 150%;
394393
/* background-position: top left;
395394
background-repeat: repeat;
396395
background-size: cover; */

public/styles.css

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,15 +453,27 @@ font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
453453
.fall-25.featured .title,
454454
.fall-25 #session-name, #tag.fall-25 {
455455
font-family: var(--fall-25-title-font) !important;
456+
font-size: calc(var(--large-text) * 0.9);
457+
line-height: 1em;
458+
padding-top: 0.3em;
456459
}
457460

458461
#tag.fall-25 {
459462
color: var(--fall-25-text);
460463
}
461464

462465
.fall-25.session .title.class{
463-
font-size: calc(var(--large-text) * 1.5) !important;
466+
/*font-size: calc(var(--large-text) * 1.5) !important;*/
464467
}
468+
469+
470+
.fall-25,
471+
.fall-25.featured.session,
472+
.fall-25.featured {
473+
box-sizing: border-box;
474+
background-position: center;
475+
background-size: cover;
476+
}
465477
/* summer-25 */
466478
.grid-4.featured.summer-25{
467479
padding:1.2em;
@@ -2095,7 +2107,7 @@ select#allSections:focus {
20952107
padding: 0.5em;
20962108
flex-direction: column;
20972109
justify-content: space-between;
2098-
backdrop-filter: blur(5px); /* Fall 2025 styling adaptation */
2110+
/* backdrop-filter: blur(5px); Fall 2025 styling adaptation */
20992111
}
21002112

21012113
.featured-text.half {

public/templates/index_staging.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<div class="featured-text">
156156
<div class="top">
157157
<h4 class="type"><a class="pill" href="/sessions/fall-25/interrogating-computational-approaches">online class</a></h4>
158-
<h2 class="title class" style="overflow-wrap: break-word; font-size:calc(14px + 2vw)">Interrogating Computational Approaches to Art</h2>
158+
<h2 class="title class" style="overflow-wrap: break-word;">Interrogating Computational Approaches to Art</h2>
159159
<h6 class="index-teachers">with Omayeli Arenyeka</h6>
160160
</div>
161161
<div class="bottom">
@@ -193,7 +193,7 @@
193193
<div class="featured-text">
194194
<div class="top">
195195
<h4 class="type"><a class="pill" href="/sessions/fall-25/politics-culture-sampling">online class</a></h4>
196-
<h2 class="title class" style="overflow-wrap: break-word;">Politics and Culture of Sampling</h2>
196+
<h2 class="title class" style="overflow-wrap: break-word;">Poetics & Protocols of Sampling</h2>
197197
<h6 class="index-teachers">with Devin Kaif Kenny</h6>
198198
</div>
199199
<div class="bottom">
@@ -208,7 +208,7 @@
208208
<div class="featured-text">
209209
<div class="top">
210210
<h4 class="type"><a class="pill" href="/sessions/fall-25/platform-sabotage">online class</a></h4>
211-
<h2 class="title class" style="overflow-wrap: break-word;">Platform Sabotage</h2>
211+
<h2 class="title class" style="overflow-wrap: break-word; font-size:calc(14px + 2.7vw)">OOPS! Off-Purpose Software</h2>
212212
<h6 class="index-teachers">with Herdimas Anggara</h6>
213213
</div>
214214
<div class="bottom">

0 commit comments

Comments
 (0)