Compare commits
3 commits
b8e90ce0a7
...
a9d9385c87
Author | SHA1 | Date | |
---|---|---|---|
a9d9385c87 | |||
8a9df4917d | |||
f9d6b9fa7b |
8 changed files with 10 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
||||||
# flatpress-theme-snail-orange
|
# flatpress-theme-rainbow
|
||||||
|
|
||||||
Origin: https://git.la10cy.net/DeltaLima/flatpress-theme-rainbow
|
Origin: https://git.la10cy.net/DeltaLima/flatpress-theme-rainbow
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<hr />
|
<hr />
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
{action hook=wp_footer}
|
{action hook=wp_footer}
|
||||||
Snail-orange Theme is designed by <a href="http://www.stealthsettings.com">Stealth Settings</a> and has been ported to FP and restyled by <a href="http://marcoverga86.netsons.org">Marco Vergagni</a> and again restyled by <a href="https://deltalima.org">DeltaLima</a> in 2023.
|
Rainbow Theme is a fork of <a href="https://wiki.flatpress.org/res:themes:snail">Snail</a> - Modified by DeltaLima - Snail designed by <a href="http://www.stealthsettings.com">Stealth Settings</a>,ported to FP and restyled by <a href="http://marcoverga86.netsons.org">Marco Vergagni</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
BIN
preview.png
BIN
preview.png
Binary file not shown.
Before Width: | Height: | Size: 184 KiB After Width: | Height: | Size: 101 KiB |
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
Name: Snail-orange
|
Name: Rainbow
|
||||||
Author: Marcoverga86
|
Author: Marcoverga86
|
||||||
Version: 2.0
|
Version: 2.0
|
||||||
Module: admin.css
|
Module: admin.css
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
Theme Name: Snail-orange
|
Theme Name: Rainbow
|
||||||
Author: Marcoverga86
|
Author: Marcoverga86
|
||||||
Version: 2.0
|
Version: 2.0
|
||||||
Module: style.css
|
Module: style.css
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
Theme Name: Snail-orange
|
Theme Name: Rainbow
|
||||||
Author: Marcoverga86
|
Author: Marcoverga86
|
||||||
Version: 2.0
|
Version: 2.0
|
||||||
Module: globals.css
|
Module: globals.css
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
Theme Name: Snail-orange
|
Theme Name: Rainbow
|
||||||
Author: Marcoverga86
|
Author: Marcoverga86
|
||||||
Version: 2.0
|
Version: 2.0
|
||||||
Module: style.css
|
Module: style.css
|
||||||
|
|
|
@ -2,19 +2,19 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Theme Name: Rainbow Theme
|
Theme Name: Rainbow Theme
|
||||||
Original Author: Stealth Settings http://www.stealthsettings.com (ported to FP by Marcoverga, modified tp Rainbow Theme by DeltaLima in 2023)
|
Original Author: Stealth Settings http://www.stealthsettings.com (ported to FP by Marcoverga, modified to Rainbow Theme by DeltaLima in 2023)
|
||||||
Author URI: https://git.la10cy.net/DeltaLima/flatpress-theme-rainbow
|
Author URI: https://git.la10cy.net/DeltaLima/flatpress-theme-rainbow
|
||||||
Description: 2-column theme, with orange/transparent look and widget bar on the left with colorful background (stolen from https://websitesetup.org/bootstrap-tutorial-for-beginners/)
|
Description: 2-column theme, with orange/transparent look and widget bar on the left with colorful background (stolen from https://websitesetup.org/bootstrap-tutorial-for-beginners/)
|
||||||
Version: 0.9
|
Version: 0.9
|
||||||
FP Version Author: Marcoverga
|
FP Version Author: DeltaLima
|
||||||
FP Version URI: http://marcoverga86.netsons.org
|
FP Version URI: https://deltalima.org
|
||||||
Forked by DeltaLima in 2023 to "Rainbow Theme"
|
Forked by DeltaLima in 2023 to "Rainbow Theme"
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$theme['name'] = 'Rainbow Theme';
|
$theme['name'] = 'Rainbow Theme';
|
||||||
$theme['author'] = 'DeltaLima';
|
$theme['author'] = 'DeltaLima';
|
||||||
$theme['www'] = 'https://deltalima.org';
|
$theme['www'] = 'https://deltalima.org';
|
||||||
$theme['version'] = 0.9;
|
$theme['version'] = '0.9.1';
|
||||||
$theme['style_def'] = 'style.css';
|
$theme['style_def'] = 'style.css';
|
||||||
$theme['style_admin'] = 'admin.css';
|
$theme['style_admin'] = 'admin.css';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue