mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-12 18:10:46 +01:00
Updated default themes
This commit is contained in:
parent
e5477d735b
commit
9794d140ba
@ -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.
|
||||
|
2
themes/PolySleek/extra/custom-assets/jquery.min.js
vendored
Normal file
2
themes/PolySleek/extra/custom-assets/jquery.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
9
themes/PolySleek/extra/custom-assets/particles.min.js
vendored
Normal file
9
themes/PolySleek/extra/custom-assets/particles.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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;
|
||||
@ -148,4 +148,4 @@ $('.txt').html(function(i, html) {
|
||||
|
||||
return '<h1>' + chars.join('</h1><h1>') + '</h1>';
|
||||
});
|
||||
</script>
|
||||
</script>
|
||||
|
@ -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
|
||||
@ -662,4 +662,4 @@ h1:hover:nth-of-type(100) {
|
||||
-webkit-animation-delay: 0s;
|
||||
animation-delay: 0s;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
@ -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
|
||||
|
3
themes/PolySleek/skeleton-auto.css
vendored
3
themes/PolySleek/skeleton-auto.css
vendored
@ -16,9 +16,6 @@
|
||||
*/
|
||||
|
||||
|
||||
@import url('https://fonts.bunny.net/css?family=Roboto:300,400,700&display=swap');
|
||||
|
||||
|
||||
/* Grid
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||
.container {
|
||||
|
@ -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',
|
||||
|
||||
|
||||
/*
|
||||
@ -63,4 +63,4 @@ return [
|
||||
|
||||
|
||||
|
||||
];
|
||||
];
|
||||
|
BIN
themes/galaxy/extra/custom-assets/karla-latin-400-normal.woff
Normal file
BIN
themes/galaxy/extra/custom-assets/karla-latin-400-normal.woff
Normal file
Binary file not shown.
BIN
themes/galaxy/extra/custom-assets/karla-latin-400-normal.woff2
Normal file
BIN
themes/galaxy/extra/custom-assets/karla-latin-400-normal.woff2
Normal file
Binary file not shown.
BIN
themes/galaxy/extra/custom-assets/karla-latin-700-normal.woff
Normal file
BIN
themes/galaxy/extra/custom-assets/karla-latin-700-normal.woff
Normal file
Binary file not shown.
BIN
themes/galaxy/extra/custom-assets/karla-latin-700-normal.woff2
Normal file
BIN
themes/galaxy/extra/custom-assets/karla-latin-700-normal.woff2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
56
themes/galaxy/extra/custom-head.blade.php
Normal file
56
themes/galaxy/extra/custom-head.blade.php
Normal 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>
|
@ -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:
|
||||
|
3
themes/galaxy/skeleton-auto.css
vendored
3
themes/galaxy/skeleton-auto.css
vendored
@ -16,9 +16,6 @@
|
||||
*/
|
||||
|
||||
|
||||
@import url('https://fonts.bunny.net/css?family=Karla:400,700&display=swap');
|
||||
|
||||
|
||||
/* Grid
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||
.container {
|
||||
|
Loading…
x
Reference in New Issue
Block a user