mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 11:09:26 +00:00
additional themes bruv
This commit is contained in:
105
themes/steam.css
Normal file
105
themes/steam.css
Normal file
@@ -0,0 +1,105 @@
|
||||
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
|
||||
|
||||
* {
|
||||
--color1: #1b2838; /* Dark Blue */
|
||||
--color2: #2a475e; /* Medium Blue */
|
||||
--color3: #66c0f4; /* Light Blue */
|
||||
--color4: #c7d5e0; /* Light Gray */
|
||||
--bcolor1: #FFFFFF; /* White */
|
||||
--bcolor2: #1b2838; /* Dark Blue */
|
||||
--bcolor3: #171a21; /* Dark Gray */
|
||||
--bcolor4: #66c0f4; /* Light Blue */
|
||||
}
|
||||
|
||||
.navbar {
|
||||
font-weight: 700;
|
||||
color: var(--bcolor1);
|
||||
background-color: var(--bcolor2);
|
||||
font-family: "Roboto", sans-serif;
|
||||
}
|
||||
|
||||
.navbar li a {
|
||||
font-weight: 500;
|
||||
color: var(--bcolor1);
|
||||
font-family: "Roboto", sans-serif;
|
||||
}
|
||||
|
||||
/* Change the link color on hover */
|
||||
.navbar li a:hover {
|
||||
text-decoration: none;
|
||||
background-color: var(--color2);
|
||||
}
|
||||
|
||||
.footer {
|
||||
color: var(--bcolor1);
|
||||
background-color: var(--bcolor3);
|
||||
font-weight: 500;
|
||||
font-family: "Roboto", sans-serif;
|
||||
}
|
||||
|
||||
.footer a {
|
||||
color: var(--color4);
|
||||
text-decoration: none;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.footer a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.folders img {
|
||||
content: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 1024 1024' class='icon' version='1.1' xmlns='http://www.w3.org/2000/svg' fill='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0' /%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M853.333333 256H469.333333l-85.333333-85.333333H170.666667c-46.933333 0-85.333333 38.4-85.333334 85.333333v170.666667h853.333334v-85.333334c0-46.933333-38.4-85.333333-85.333334-85.333333z' fill='%232a475e' /%3E%3Cpath d='M853.333333 256H170.666667c-46.933333 0-85.333333 38.4-85.333334 85.333333v426.666667c0 46.933333 38.4 85.333333 85.333334 85.333333h682.666666c46.933333 0 85.333333-38.4 85.333334-85.333333V341.333333c0-46.933333-38.4-85.333333-85.333334-85.333333z' fill='%231b2838' /%3E%3C/g%3E%3C/svg%3E");
|
||||
fill: var(--color1);
|
||||
}
|
||||
|
||||
.folders a {
|
||||
font-weight: 600;
|
||||
color: var(--bcolor1);
|
||||
text-decoration: none;
|
||||
font-family: "Roboto", sans-serif;
|
||||
}
|
||||
|
||||
.folders a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.row a {
|
||||
font-weight: 500;
|
||||
color: var(--color3);
|
||||
text-decoration: none;
|
||||
font-family: "Roboto", sans-serif;
|
||||
}
|
||||
|
||||
.row a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.tooltiptext {
|
||||
font-weight: 400;
|
||||
background-color: var(--bcolor2);
|
||||
font-family: "Roboto", sans-serif;
|
||||
}
|
||||
|
||||
.column img {
|
||||
background-color: var(--bcolor4);
|
||||
}
|
||||
|
||||
#totop:hover {
|
||||
background-color: var(--color2);
|
||||
}
|
||||
|
||||
#totop {
|
||||
background-color: var(--color1);
|
||||
color: var(--bcolor1);
|
||||
font-weight: 600;
|
||||
font-family: "Roboto", sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
color: var(--bcolor1);
|
||||
background-color: var(--bcolor3);
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-optical-sizing: auto;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
Reference in New Issue
Block a user