threw out my personal blogs stuff, so other people can use this theme :)

This commit is contained in:
Marcus 2023-06-26 19:59:56 +02:00
parent 4099ef57e6
commit e29dd39fb6
7 changed files with 14 additions and 15 deletions

View file

@ -1,9 +1,8 @@
# flatpress-theme-snail-orange # flatpress-theme-snail-orange
snail theme for flatpress but in orange color, transparent, rounded corners, colorful background image i stole from https://websitesetup.org/bootstrap-tutorial-for-beginners/ :) Rainbow theme for [FlatPress](flatpress.org) I stole the colorful background from https://websitesetup.org/bootstrap-tutorial-for-beginners/ :)
forked from https://wiki.flatpress.org/res:themes:snail forked from https://wiki.flatpress.org/res:themes:snail
this branch contains the theme with customizations for my blog https://deltalima.org/blog/
![Preview](preview-large.png) ![Preview](preview-large.png)

View file

@ -9,15 +9,14 @@
<body> <body>
<div id="body-container"> <div id="body-container">
<div id="head"> <div id="head">
<a href="{$flatpress.WWW}index.php/welcome"> <a href="{$flatpress.WWW}">
<div id="head-bubble"> <div id="head-bubble">
<div id="title-container"> <div id="title-container">
<!-- <h1><a href="index.php/welcome">{$flatpress.TITLE}</a></h1> -->
<h1>{$flatpress.TITLE}</h1> <h1>{$flatpress.TITLE}</h1>
<p class="subtitle">{$flatpress.SUBTITLE}</p> <p class="subtitle">{$flatpress.SUBTITLE}</p>
</div> </div>
<div id="logo-container"> <div id="logo-container">
<img id="logo-img" src="/blog/fp-interface/themes/flatpress-theme-snail-orange/imgs/Mandrake-Tux_redraw.png"> <img id="logo-img" src="flatpress-logo-solo.svg">
</div> </div>
<div id="clear-container"></div> <div id="clear-container"></div>
</div> </div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

View file

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 B

View file

@ -18,7 +18,7 @@ body {
padding: 0; padding: 0;
text-align: center; text-align: center;
/*background: #315A94;*/ /*background: #315A94;*/
background-image: url("../imgs/header-background.jpg"); background-image: url("../imgs/background.jpg");
background-size: cover; background-size: cover;
background-position: bottom center; background-position: bottom center;
background-repeat: no-repeat; background-repeat: no-repeat;

View file

@ -1,19 +1,20 @@
<?php <?php
/* /*
Theme Name: Snail-orange Theme Name: Rainbow Theme
Original Author: Stealth Settings (ported to FP by Marcoverga) Original Author: Stealth Settings http://www.stealthsettings.com (ported to FP by Marcoverga)
Author URI: http://www.stealthsettings.com Author URI: https://deltalima.org
Description: 2-column theme, with blue/grey look and widget bar on the left 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: 1.1 Version: 0.9
FP Version Author: Marcoverga FP Version Author: Marcoverga
FP Version URI: http://marcoverga86.netsons.org FP Version URI: http://marcoverga86.netsons.org
Forked by DeltaLima in 2023 to "Rainbow Theme"
*/ */
$theme['name'] = 'Snail-orange Theme'; $theme['name'] = 'Rainbow Theme';
$theme['author'] = 'marcoverga86'; $theme['author'] = 'DeltaLima';
$theme['www'] = 'http://marcoverga86.netsons.org'; $theme['www'] = 'https://deltalima.org';
$theme['version'] = 0.803; $theme['version'] = 0.9;
$theme['style_def'] = 'style.css'; $theme['style_def'] = 'style.css';
$theme['style_admin'] = 'admin.css'; $theme['style_admin'] = 'admin.css';