Skip to content

Commit

Permalink
fr
Browse files Browse the repository at this point in the history
  • Loading branch information
zai committed Nov 16, 2023
1 parent 96e9117 commit a006b8a
Show file tree
Hide file tree
Showing 8 changed files with 8,200 additions and 109 deletions.
6 changes: 5 additions & 1 deletion public/crt.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
--text-link: #DDDDDD;
--box-shadow: rgba(255,255,255,.5);

--fundraiser-winter-24-background: var(--background);
--fundraiser-winter-24-text: var(--text-color);
--fundraiser-winter-24-link: var(--text-link);

--spring-2022-background: var(--background);
--spring-2022-text: var(--text-color);
--spring-2022-link: var(--text-link);
Expand Down Expand Up @@ -115,7 +119,7 @@ color: var(--background) ; */
.spring-23 .blog-tag #tag.spring-23 {
/* border-color: var(--background) !important;
color: var(--background) !important; */
background: var(--background) !important;
background: var(--background) !important;
}

.fallwinter-2122 {
Expand Down
23 changes: 18 additions & 5 deletions public/css/fundraiser.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,25 @@
/* margin-bottom: calc(var(--body-margin)*2); */
}
.fundraiser-goal {
position: relative;
width: 100%;
display: block;
height: var(--footer-height);
background: var(--background);
border: 2px solid var(--text-color);
background: var(--fundraiser-winter-24-background);
border: 2px solid var(--fundraiser-winter-24-link);

box-sizing: border-box;
border-radius: var(--border-rad);
margin-bottom: 0px !important;
}

.fundraiser-goal .goal-right {
position: absolute;
top: 0px;
right: 5px;
color: var(--fundraiser-winter-24-link);
}



.fundraiser-stats {
Expand All @@ -45,7 +53,7 @@
.fundraiser-stats .fr-right {
text-align: right;
width: 50%;
color: var(--text-color);
color: var(--fundraiser-winter-24-text);
}


Expand All @@ -55,13 +63,13 @@
max-width: 100%;
display: block;
height: calc(var(--footer-height) - 4px);
background: var(--text-color);
background: var(--fundraiser-winter-24-link);
box-sizing: border-box;
/* border-radius: var(--border-rad); */
}
.fundraiser-progress h6 {
float:right;
color: var(--background);
color: var(--fundraiser-winter-24-background);
line-height: calc(var(--footer-height) - 4px);
/* font-weight: bold; */
padding-right: var(--body-margin);
Expand All @@ -82,3 +90,8 @@
float: right;
text-align: right;
}

h6.right-float {
float: right;
text-align: right;
}
Binary file added public/images/fundraiser/winter-24/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7,749 changes: 7,749 additions & 0 deletions public/images/fundraiser/winter-24/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a006b8a

Please sign in to comment.