Demo folder + default config
This commit is contained in:
BIN
demo/config/themes/modern/favicon.png
Normal file
BIN
demo/config/themes/modern/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 69 KiB |
63
demo/config/themes/modern/theme.css
Normal file
63
demo/config/themes/modern/theme.css
Normal file
@ -0,0 +1,63 @@
|
||||
/*-----------------------------------*/
|
||||
/* Modern theme for Lumeex */
|
||||
/* https://git.djeex.fr/Djeex/lumeex */
|
||||
/*-----------------------------------*/
|
||||
|
||||
.hero-background {
|
||||
border-radius: 0 0 15px 15px;
|
||||
}
|
||||
|
||||
img, tag {
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
.tag, .scroll-up, .back-button {
|
||||
padding: 5px 10px;
|
||||
background: rgb(245 245 245);
|
||||
border-radius: 30px;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.back-button {
|
||||
padding: 8px 15px 10px 15px;
|
||||
margin-left: 100px;
|
||||
}
|
||||
|
||||
.tag:hover {
|
||||
background: rgb(231, 231, 231);
|
||||
color: var(--color-primary-dark);
|
||||
}
|
||||
|
||||
.tag.active, .scroll-up:hover, .back-button:hover {
|
||||
color: var(--color-background);
|
||||
background: var(--color-primary-dark);
|
||||
}
|
||||
|
||||
#footer {
|
||||
box-shadow: 0px 20px 100px -44px rgba(0, 0, 0, 0.5);
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
|
||||
#footer {
|
||||
box-shadow: 0px 20px 100px -44px rgba(0, 0, 0, 0.5);
|
||||
border-radius: 15px 15px 0 0;
|
||||
max-width: 1140px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.tag {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.hero-background {
|
||||
max-width: 90%;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.back-button {
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
}
|
32
demo/config/themes/modern/theme.yaml
Normal file
32
demo/config/themes/modern/theme.yaml
Normal file
@ -0,0 +1,32 @@
|
||||
#-----------------------------------#
|
||||
# Modern theme for Lumeex #
|
||||
# https://git.djeex.fr/Djeex/lumeex #
|
||||
#-----------------------------------#
|
||||
colors:
|
||||
primary: '#0065a1'
|
||||
primary_dark: '#005384'
|
||||
secondary: '#00b0f0'
|
||||
accent: '#ffc700'
|
||||
text_dark: '#616161'
|
||||
background: '#fff'
|
||||
browser_color: '#fff'
|
||||
favicon:
|
||||
path: favicon.png
|
||||
google_fonts:
|
||||
- family: Lato
|
||||
weights:
|
||||
- '200'
|
||||
- '400'
|
||||
- '700'
|
||||
- family: Montserrat
|
||||
weights:
|
||||
- '200'
|
||||
- '400'
|
||||
- '700'
|
||||
fonts:
|
||||
primary:
|
||||
name: Lato
|
||||
fallback: sans-serif
|
||||
secondary:
|
||||
name: Montserrat
|
||||
fallback: serif
|
BIN
demo/config/themes/typewriter/favicon.png
Normal file
BIN
demo/config/themes/typewriter/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 69 KiB |
BIN
demo/config/themes/typewriter/fonts/trixie.woff
Normal file
BIN
demo/config/themes/typewriter/fonts/trixie.woff
Normal file
Binary file not shown.
BIN
demo/config/themes/typewriter/fonts/trixie.woff2
Normal file
BIN
demo/config/themes/typewriter/fonts/trixie.woff2
Normal file
Binary file not shown.
13
demo/config/themes/typewriter/theme.css
Normal file
13
demo/config/themes/typewriter/theme.css
Normal file
@ -0,0 +1,13 @@
|
||||
/*-----------------------------------*/
|
||||
/* Typewriter theme for Lumeex */
|
||||
/* https://git.djeex.fr/Djeex/lumeex */
|
||||
/*-----------------------------------*/
|
||||
|
||||
|
||||
.tag {
|
||||
line-height: 0.5em;
|
||||
}
|
||||
|
||||
.tags {
|
||||
gap:0px;
|
||||
}
|
21
demo/config/themes/typewriter/theme.yaml
Normal file
21
demo/config/themes/typewriter/theme.yaml
Normal file
@ -0,0 +1,21 @@
|
||||
#-----------------------------------#
|
||||
# Typewriter theme for Lumeex #
|
||||
# https://git.djeex.fr/Djeex/lumeex #
|
||||
#-----------------------------------#
|
||||
colors:
|
||||
primary: '#0065a1'
|
||||
primary_dark: '#005384'
|
||||
secondary: '#00b0f0'
|
||||
accent: '#ffc700'
|
||||
text_dark: '#616161'
|
||||
background: '#fff'
|
||||
browser_color: '#fff'
|
||||
favicon:
|
||||
path: favicon.png
|
||||
fonts:
|
||||
primary:
|
||||
name: Trixie
|
||||
fallback: sans-serif
|
||||
secondary:
|
||||
name: Trixie
|
||||
fallback: serif
|
Reference in New Issue
Block a user