Compare commits

..

3 commits

8 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,4 @@
# flatpress-theme-snail-orange
# flatpress-theme-rainbow
Origin: https://git.la10cy.net/DeltaLima/flatpress-theme-rainbow

View file

@ -2,7 +2,7 @@
<hr />
<div id="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>
</div>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 184 KiB

After

Width:  |  Height:  |  Size: 101 KiB

View file

@ -1,5 +1,5 @@
/*
Name: Snail-orange
Name: Rainbow
Author: Marcoverga86
Version: 2.0
Module: admin.css

View file

@ -1,5 +1,5 @@
/*
Theme Name: Snail-orange
Theme Name: Rainbow
Author: Marcoverga86
Version: 2.0
Module: style.css

View file

@ -1,5 +1,5 @@
/*
Theme Name: Snail-orange
Theme Name: Rainbow
Author: Marcoverga86
Version: 2.0
Module: globals.css

View file

@ -1,5 +1,5 @@
/*
Theme Name: Snail-orange
Theme Name: Rainbow
Author: Marcoverga86
Version: 2.0
Module: style.css

View file

@ -2,19 +2,19 @@
/*
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
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
FP Version Author: Marcoverga
FP Version URI: http://marcoverga86.netsons.org
FP Version Author: DeltaLima
FP Version URI: https://deltalima.org
Forked by DeltaLima in 2023 to "Rainbow Theme"
*/
$theme['name'] = 'Rainbow Theme';
$theme['author'] = 'DeltaLima';
$theme['www'] = 'https://deltalima.org';
$theme['version'] = 0.9;
$theme['version'] = '0.9.1';
$theme['style_def'] = 'style.css';
$theme['style_admin'] = 'admin.css';