Skip to content

Commit

Permalink
feat: add new template
Browse files Browse the repository at this point in the history
  • Loading branch information
SebaOfficial committed Sep 21, 2024
1 parent 356455f commit 65faed6
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions static/templates/minimal-monochrome.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
:root {
--page-bg-color: linear-gradient(to top, #707070, #67544c);
--page-font-family: 'DM Sans', sans-serif;

--profile-avatar-dim: 100px;
--profile-name-color: #fff;
--profile-name-line-height: 1.5;
--profile-name-font-weight: 700;
--profile-name-font-size: 20px;
--profile-description-color: #fff;
--profile-description-line-height: 1.5;
--profile-description-font-weight: 500;
--profile-description-font-size: 16px;

--link-text-color: #000;
--link-text-color-hover: #fff;
--link-text-font-size: 16px;
--link-text-font-weight: 500;
--link-bg-color: #fff;
--link-bg-color-hover: #00000030;
--link-border: 2px solid #fff;
--link-padding: 20px;
--link-border-radius: 40px;
--link-transition: box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99),
color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99),
border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99),
transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99),
background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99);
--links-gap: 10px;

--social-text-color: #fff;
--social-padding: 10px;
--social-height: 50px;
--social-dim: 30px;
--social-dim-hover: 35px;
--social-transition: font-size 0.15s cubic-bezier(0.4, 0, 0.2, 1);

--credits-text-color: #fff;
--credits-font-size: 10px;
}

0 comments on commit 65faed6

Please sign in to comment.