Skip to content

Commit 041d625

Browse files
committed
css test
1 parent 08f9c90 commit 041d625

File tree

5 files changed

+322
-24
lines changed

5 files changed

+322
-24
lines changed

public/lcd.css

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@
3434
black 231F20
3535
white #FFFFFF */
3636
/* --summer-25-background: #FFF; */
37+
--fall-25-background: #131313;
38+
--fall-25-text: #feadad;
39+
--fall-25-text-on-bg: #231F20;
40+
--fall-25-link: #00BC00;
41+
--fall-25-special-text: #FF06C4;
42+
--fall-25-weekend-intensive: #FF000F;
43+
3744
--summer-25-background: #FFBAD9;
3845
--summer-25-text: #231F20;
3946
--summer-25-text-on-bg: #231F20;
@@ -356,8 +363,8 @@ select#allSections {
356363
color: var(--fall-25-text);
357364
box-sizing: border-box;
358365
border-color: var(--fall-25-text);
359-
/* background-image: url('images/sessions/fall-25/bg.png'); */
360-
background-color: var(--fall-25-background);
366+
background-image: url('images/sessions/winter-25/bg.png');
367+
/* background-color: var(--fall-25-background); */
361368
background-position: center;
362369
background-repeat: repeat;
363370
background-size: cover;
@@ -370,11 +377,11 @@ select#allSections {
370377

371378

372379
.shell.fall-25 {
373-
background-color: var(--fall-25-background);
374-
/* background-image:url('images/sessions/fall-25/bg.png'); */
380+
/* background-color: var(--fall-25-background); */
381+
background-image:url('images/sessions/winter-25/bg.png');
375382
/* background-position: bottom; */
376-
/* background-repeat: no-repeat;
377-
background-size: cover; */
383+
background-repeat: no-repeat;
384+
background-size: cover;
378385
/* background-position: top left;
379386
background-repeat: repeat;
380387
background-size: cover; */
@@ -564,21 +571,12 @@ select#allSections {
564571
border-color: var(--fall-25-text);
565572
}
566573

567-
.grid-4.featured.fall-25{
568-
background-color: #fffefb !important;
569-
}
570-
.grid-2.featured.fall-25{
571-
background-color: #fffefb !important;
572-
}
573-
.fall-25.shell.home {
574-
background-color: #fffefb !important;
575-
}
576-
.shell.fall-25 {
577-
/* background-image: url('images/sessions/fall-25/bg.png'); */
574+
/* .shell.fall-25 {
575+
background-image: url('images/sessions/fall-25/bg.png');
578576
background-size: 100%;
579577
background-position: bottom;
580578
background-color: #fff;
581-
}
579+
} */
582580
.labels-info .weekend-intensive {
583581
padding:5px 8px;
584582
border-radius:10px;

public/styles.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
/* DUPLICATE FOR SEASON, CHANGE SEASON NAME AND ADD TYPE USING @font-face BELOW */
3232

3333

34-
/* --fall-25-title-font: 'Ductus', sans-serif;
34+
--fall-25-title-font: 'Ductus', sans-serif;
3535
--fall-25-header-font: 'Arastin Pro', sans-serif;
3636
--fall-25-body-font: 'DIN Alternate', sans-serif;
37-
--fall-25-special-font: 'Ductus', sans-serif; */
37+
--fall-25-special-font: 'Ductus', sans-serif;
3838

3939
--summer-25-title-font: 'Ductus', sans-serif;
4040
--summer-25-header-font: 'Arastin Pro', sans-serif;
@@ -433,7 +433,7 @@ font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
433433
} */
434434

435435
/* fall-25 */
436-
/*
436+
437437
.fall-25.featured .title,
438438
.fall-25 #session-name, #tag.fall-25 {
439439
font-family: var(--fall-25-title-font) !important;
@@ -445,7 +445,7 @@ font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
445445

446446
.fall-25.session .title.class{
447447
font-size: calc(var(--large-text) * .7) !important;
448-
} */
448+
}
449449
/* summer-25 */
450450
.grid-4.featured.summer-25{
451451
padding:1.2em;

public/templates/index_staging.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<div class="grid-4 featured fall-25 online-class">
142142
<div class="featured-text">
143143
<div class="top">
144-
<h4 class="type"><a class="pill" href="/sessions/fall-25/solidarity-infrastructures">online class</a></h4>
144+
<h4 class="type"><a class="pill" href="/sessions/fall-25/solidarity-infra">online class</a></h4>
145145
<h2 class="title class" style="overflow-wrap: break-word;" >Solidarity Infrastructures </h2>
146146
<h6 class="index-teachers">with Meghna Mahadevan and Max Fowler</h6>
147147
</div>

0 commit comments

Comments
 (0)