Updated default themes

This commit is contained in:
Julian Prieber 2023-06-22 15:08:37 +02:00
parent e5477d735b
commit 9794d140ba
59 changed files with 83 additions and 22 deletions

View File

@ -7,7 +7,7 @@ return [
| Theme Config
|--------------------------------------------------------------------------
|
| The theme config allows you to configure how LinkStack should treat your theme.
| The theme config allows you to configure how LittleLink Custom should treat your theme.
| All settings can either be set to "true" or "false", unless stated otherwise.
|
| The settings below change how your buttons behave.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js'></script>
<script src="{{themeAsset('jquery.min.js')}}"></script>
<script>
/* Credit and Thanks:
Matrix - Particles.js;

View File

@ -1,5 +1,5 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/particlesjs/2.2.3/particles.min.js"></script>
<script src="{{themeAsset('particles.min.js')}}"></script>
<style>
/*
* Animation module with all animation code

View File

@ -2,9 +2,9 @@
Find more themes: https://github.com/JulianPrieber/llc-themes
* Theme Name: PolySleek
* Theme Version: 1.0
* Theme Version: 1.1
* Theme Date: 23/02/2023 <!-- DD/MM/YYYY -->
* Theme Author: JulianPrieber
* Theme Author: JulianPrieber & Linkstack Team
* Theme Author URI: https://github.com/JulianPrieber
* Theme License: MIT
* Source code: https://github.com/JulianPrieber/PolySleek

View File

@ -16,9 +16,6 @@
*/
@import url('https://fonts.bunny.net/css?family=Roboto:300,400,700&display=swap');
/* Grid
*/
.container {

View File

@ -7,7 +7,7 @@ return [
| Theme Config
|--------------------------------------------------------------------------
|
| The theme config allows you to configure how LinkStack should treat your theme.
| The theme config allows you to configure how LittleLink Custom should treat your theme.
| All settings can either be set to "true" or "false", unless stated otherwise.
|
| The settings below change how your buttons behave.
@ -36,12 +36,12 @@ return [
|
*/
'enable_custom_code' => 'false',
'enable_custom_code' => 'true',
// Disable individual files (only applies if above is 'true').
'enable_custom_head' => 'true',
'enable_custom_body' => 'true',
'enable_custom_body_end' => 'true',
'enable_custom_body' => 'false',
'enable_custom_body_end' => 'false',
/*

View File

@ -0,0 +1,56 @@
{{--
|--------------------------------------------------------------------------
| Custom assets
|--------------------------------------------------------------------------
Custom assets are stored in the 'custom-assets' directory found inside the 'extra' folder.
Custom assets can be any file you would like to use in your theme.
For example: JS, CSS or image files.
You can load these custom assets with a built-in function, 'themeAsset()'.
Add the file you want to add to your 'custom-assets' folder, and include the name with the file extension in the function.
Down below, you can find a few examples using this function:
--}}
<style>
/* latin */
@font-face { font-family: 'Karla'; font-style: normal; font-weight: 400;
font-stretch: 100%; font-display: swap; src: url('{{themeAsset('karla-latin-400-normal.woff2')}}'), url('{{themeAsset('karla-latin-400-normal.woff')}}');
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* latin-ext */
@font-face { font-family: 'Karla'; font-style: normal; font-weight: 400;
font-stretch: 100%; font-display: swap; src: url('{{themeAsset('karla-latin-ext-400-normal.woff2')}}'), url('{{themeAsset('karla-latin-ext-400-normal.woff')}}');
unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
/* latin */
@font-face { font-family: 'Karla'; font-style: normal; font-weight: 700;
font-stretch: 100%; font-display: swap; src: url('{{themeAsset('karla-latin-700-normal.woff2')}}'), url('{{themeAsset('karla-latin-700-normal.woff')}}');
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* latin-ext */
@font-face { font-family: 'Karla'; font-style: normal; font-weight: 700;
font-stretch: 100%; font-display: swap; src: url('{{themeAsset('karla-latin-ext-700-normal.woff2')}}'), url('{{themeAsset('karla-latin-ext-700-normal.woff')}}');
unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
html {
font-size: 100%; }
:root {
--bgColor: #223344;
--bgColor2: #090a0f;
--accentColor: #FFF;
--font: 'Karla', sans-serif;
--delay: .3s; }
</style>

View File

@ -1,13 +1,13 @@
# A LinkStack Theme
Find more themes: https://github.com/JulianPrieber/llc-themes
Find more themes: https://github.com/linkstackorg/linkstack-themes
* Theme Name: Galaxy
* Theme Version: 1.8
* Theme Version: 1.9
* Theme Date: 2022-06-09
* Theme Author: JulianPrieber
* Theme Author: JulianPrieber & LinkStack Team
* Theme Author URI: https://github.com/JulianPrieber
* Theme License: GPLv3
* Source code: https://github.com/JulianPrieber2/galaxy
* Source code: https://github.com/linkstackorg/galaxy
### Used assets:

View File

@ -16,9 +16,6 @@
*/
@import url('https://fonts.bunny.net/css?family=Karla:400,700&display=swap');
/* Grid
*/
.container {