mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 11:09:26 +00:00
v1.5:
- removed foldericon argument - added css foldericons - added kjoe theme - improved monokai-vibrant theme
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
|
||||
|
||||
.navbar {
|
||||
font-weight: bold;
|
||||
color: #e8e6e3;
|
||||
@@ -17,13 +19,35 @@
|
||||
.license {
|
||||
color: #e8e6e3;
|
||||
background-color: #313537;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.license a {
|
||||
color: #5483ef;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.folders img {
|
||||
content: url(https://www.svgrepo.com/show/474853/gallery.svg);
|
||||
}
|
||||
|
||||
.folders a {
|
||||
font-weight: 700;
|
||||
color: #5483ef;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
body {
|
||||
color: #e8e6e3;
|
||||
background-color: #181a1b;
|
||||
font-family: "Ubuntu", sans-serif;
|
||||
font-optical-sizing: auto;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
a {
|
||||
body a {
|
||||
font-weight: 400;
|
||||
color: #5483ef;
|
||||
}
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
|
||||
|
||||
.navbar {
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
@@ -5,7 +7,7 @@
|
||||
}
|
||||
|
||||
.navbar li a {
|
||||
font-weight: bold;
|
||||
font-weight: 700;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -17,8 +19,35 @@
|
||||
.license {
|
||||
color: #000;
|
||||
background-color: #ddd;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.license a {
|
||||
color: #0055ff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.folders img {
|
||||
content: url(https://www.svgrepo.com/show/474852/folder.svg);
|
||||
}
|
||||
|
||||
.folders a {
|
||||
font-weight: 700;
|
||||
color: #0055ff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
body {
|
||||
color: #000;
|
||||
background-color: #fff;
|
||||
}
|
||||
font-family: "Ubuntu", sans-serif;
|
||||
font-optical-sizing: auto;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
body a {
|
||||
font-weight: 400;
|
||||
color: #0055ff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
70
themes/kjoe.css
Normal file
70
themes/kjoe.css
Normal file
@@ -0,0 +1,70 @@
|
||||
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
|
||||
|
||||
.navbar {
|
||||
font-weight: bold;
|
||||
color: #ebebeb;
|
||||
background-color: #260000;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.navbar li a {
|
||||
font-weight: 800;
|
||||
color: #ebebeb;
|
||||
}
|
||||
|
||||
/* Change the link color on hover */
|
||||
.navbar li a:hover {
|
||||
font-weight: 900;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.license {
|
||||
color: #ebebeb;
|
||||
background-color: #191313;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.license a {
|
||||
color: #ff2727;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.license a:hover {
|
||||
font-weight: 800;
|
||||
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='%238e0000' /%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='%23FF2727' /%3E%3C/g%3E%3C/svg%3E");
|
||||
fill: #f00f0f;
|
||||
}
|
||||
|
||||
.folders a {
|
||||
font-weight: 800;
|
||||
color: #ebebeb;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.folders a:hover {
|
||||
font-weight: 900;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.row a {
|
||||
font-weight: 800;
|
||||
color: #ff2727;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.row a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
body {
|
||||
color: #ebebeb;
|
||||
background-color: #171717;
|
||||
font-family: "Montserrat", sans-serif;
|
||||
font-optical-sizing: auto;
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
@@ -1,30 +1,54 @@
|
||||
.navbar {
|
||||
font-weight: bold;
|
||||
color: #f6f6f6;
|
||||
background-color: #191b20;
|
||||
}
|
||||
|
||||
.navbar li a {
|
||||
font-weight: bold;
|
||||
color: #f6f6f6;
|
||||
}
|
||||
|
||||
/* Change the link color on hover */
|
||||
.navbar li a:hover {
|
||||
background-color: #2c313a;
|
||||
}
|
||||
|
||||
.license {
|
||||
color: #f6f6f6;
|
||||
background-color: #2c313a;
|
||||
}
|
||||
|
||||
body {
|
||||
color: #f6f6f6;
|
||||
background-color: #16171d
|
||||
}
|
||||
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
|
||||
|
||||
a {
|
||||
font-weight: bold;
|
||||
color: #ffd945;
|
||||
}
|
||||
.navbar {
|
||||
font-weight: bold;
|
||||
color: #f6f6f6;
|
||||
background-color: #191b20;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.navbar li a {
|
||||
font-weight: 900;
|
||||
color: #f6f6f6;
|
||||
}
|
||||
|
||||
/* Change the link color on hover */
|
||||
.navbar li a:hover {
|
||||
background-color: #2c313a;
|
||||
}
|
||||
|
||||
.license {
|
||||
color: #f6f6f6;
|
||||
background-color: #2c313a;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.license a {
|
||||
color: #528bff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.folders img {
|
||||
content: url(https://www.svgrepo.com/show/400249/folder.svg);
|
||||
}
|
||||
|
||||
.folders a {
|
||||
font-weight: 900;
|
||||
color: #ffd945;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
body {
|
||||
color: #f6f6f6;
|
||||
background-color: #16171d;
|
||||
font-family: "Montserrat", sans-serif;
|
||||
font-optical-sizing: auto;
|
||||
font-weight: 800;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
body a {
|
||||
font-weight: 900;
|
||||
color: #e542ff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user