mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 02:59:27 +00:00
themes moved to folder
This commit is contained in:
29
themes/default-dark.css
Normal file
29
themes/default-dark.css
Normal file
@@ -0,0 +1,29 @@
|
||||
.navbar {
|
||||
font-weight: bold;
|
||||
color: #e8e6e3;
|
||||
background-color: #262a2b;
|
||||
}
|
||||
|
||||
.navbar li a {
|
||||
font-weight: bold;
|
||||
color: #e8e6e3;
|
||||
}
|
||||
|
||||
/* Change the link color on hover */
|
||||
.navbar li a:hover {
|
||||
background-color: #0d0e0e;
|
||||
}
|
||||
|
||||
.license {
|
||||
color: #e8e6e3;
|
||||
background-color: #313537;
|
||||
}
|
||||
|
||||
body {
|
||||
color: #e8e6e3;
|
||||
background-color: #181a1b;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0042dd;
|
||||
}
|
||||
24
themes/default.css
Normal file
24
themes/default.css
Normal file
@@ -0,0 +1,24 @@
|
||||
.navbar {
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
.navbar li a {
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* Change the link color on hover */
|
||||
.navbar li a:hover {
|
||||
background-color: #111;
|
||||
}
|
||||
|
||||
.license {
|
||||
color: #000;
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #fff;
|
||||
}
|
||||
30
themes/monokai-vibrant.css
Normal file
30
themes/monokai-vibrant.css
Normal file
@@ -0,0 +1,30 @@
|
||||
.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
|
||||
}
|
||||
|
||||
a {
|
||||
font-weight: bold;
|
||||
color: #ffd945;
|
||||
}
|
||||
Reference in New Issue
Block a user