Skip to content

Commit 8e070c5

Browse files
committed
edited fall styles
1 parent b030977 commit 8e070c5

File tree

3 files changed

+28
-13
lines changed

3 files changed

+28
-13
lines changed

public/lcd.css

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
white #FFFFFF */
3636
/* --summer-25-background: #FFF; */
3737
--fall-25-background: #0f261f;
38-
--fall-25-text: #ffffff;
38+
--fall-25-text: #f2ff26;
3939
--fall-25-text-on-bg: #231F20;
40-
--fall-25-link: #f2ff26;
41-
--fall-25-special-text: #FF06C4;
40+
--fall-25-link: #e70bf7;
41+
--fall-25-special-text: #ffcfc4;
4242
--fall-25-weekend-intensive: #FF000F;
4343

4444
--summer-25-background: #FFBAD9;
@@ -370,6 +370,15 @@ select#allSections {
370370
background-size: cover;
371371
}
372372

373+
.fall-25-cardstyle{
374+
padding: 1em;
375+
border-radius: 0px;
376+
background-image: url(/images/sessions/fall-25/si.png);
377+
background-repeat: repeat;
378+
box-shadow: inset -1px -1px 15px 3px #f2ff26;
379+
border-color: #f2ff26bf;
380+
}
381+
373382
.fall-25.featured:hover {
374383
/* background-size: 200%; */
375384
}
@@ -583,24 +592,29 @@ select#allSections {
583592
background-color: var(--fall-25-weekend-intensive);
584593
}
585594
.fall-25.online-class {
586-
border-color:#FFBAD9;
595+
border-color:#f2ff26;
587596
}
588597
.fall-25.weekend-intensive {
589598
border-color:#FF000F;
590599
}
591600
.fall-25.online-class .pill {
592-
background-color: #FFBAD9;
601+
background-color: #f2ff26;
602+
padding: 0.2em;
603+
border-radius: 2em;
604+
color: black!important;
593605
}
594606
.fall-25.weekend-intensive .pill {
595607
background-color: #FF000F;
596608
color: #fffefb !important;
597609
}
598610
#class-block .fall-25.online-class {
599-
border-color:#00BC00;
611+
border-color:#ffcfc4;
600612
}
601613
#class-block .fall-25.online-class .pill {
602-
background-color: #00BC00;
603-
color: #fffefb;
614+
background-color: #ffcfc4;
615+
color: #000000;
616+
padding: 0.2em;
617+
border-radius: 2em;
604618
}
605619

606620
#class-block .weekend-intensive h2:hover, #class-block .weekend-intensive h6:hover, {

public/styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
460460
}
461461

462462
.fall-25.session .title.class{
463-
font-size: calc(var(--large-text) * .7) !important;
463+
font-size: calc(var(--large-text) * 1.2) !important;
464464
}
465465
/* summer-25 */
466466
.grid-4.featured.summer-25{
@@ -2094,6 +2094,7 @@ select#allSections:focus {
20942094
.grid-2 .featured-text, .grid-1 .featured-text {
20952095
flex-direction: column;
20962096
justify-content: space-between;
2097+
backdrop-filter: blur(5px); /* Fall 2025 styling adaptation */
20972098
}
20982099

20992100
.featured-text.half {

public/templates/index_staging.hbs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
</div>
152152
</div>
153153
</div>
154-
<div class="grid-4 featured fall-25 online-class">
154+
<div class="grid-4 featured fall-25 online-class" style="background-image: url('/images/sessions/fall-25/icaa.png'); background-repeat: repeat;">
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>
@@ -175,7 +175,7 @@
175175
</div>
176176
<div class="grid-1 currently">
177177

178-
<div class="grid-4 featured fall-25 online-class">
178+
<div class="grid-4 featured fall-25 online-class" style="background-image: url('/images/sessions/fall-25/avg.png'); background-repeat: repeat;">
179179
<div class="featured-text">
180180
<div class="top">
181181
<h4 class="type"><a class="pill" href="/sessions/fall-25/athletic-aesthetics">online class</a></h4>
@@ -189,7 +189,7 @@
189189
</div>
190190
</div>
191191

192-
<div class="grid-4 featured fall-25 online-class">
192+
<div class="grid-4 featured fall-25 online-class" style="background-image: url('/images/sessions/fall-25/pcs.png'); background-repeat: repeat;">
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>
@@ -204,7 +204,7 @@
204204
</div>
205205

206206

207-
<div class="grid-4 featured fall-25 online-class">
207+
<div class="grid-4 featured fall-25 online-class" style="background-image: url('/images/sessions/fall-25/oops.png'); background-repeat: repeat;">
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>

0 commit comments

Comments
 (0)