Compare commits

...

13 commits

5 changed files with 18 additions and 10 deletions

View file

@ -1,5 +1,9 @@
# flatpress-theme-snail-orange
snail theme for flatpress but in orange color
Origin: https://git.la10cy.net/DeltaLima/flatpress-theme-snail-orange
[snail theme](https://wiki.flatpress.org/res:themes:snail ) for [FlatPress](https://flatpress.de) but in orange color
forked from https://wiki.flatpress.org/res:themes:snail (https://wiki.flatpress.org/_media/res:themes:snail-fortissimo1.zip)
![Preview](preview.png)

View file

@ -8,7 +8,7 @@
{comment}
<li id="{$id}" {$loggedin|notempty:"class=\"comment-admin\""}>
<strong class='comment-name'>
{$url|notempty:"<a href=\"$url\" title=\"Permalink to $name's comment\">$name</a>"|default:$name}
{$url|notempty:"<a href=\"$url\" title=\"Permalink to $name's comment\">$name"|default:$name}</a>
</strong>
{include file=shared:commentadminctrls.tpl} {* this shows edit/delete links*}
@ -33,4 +33,4 @@
</div>
{include file=widgets.tpl}
<hr />
{include file=footer.tpl}
{include file=footer.tpl}

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>, modified 2023 by DeltaLima.
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.
</p>
</div>
</div>

View file

@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{$flatpress.TITLE}{$pagetitle}</title>
<title>{$flatpress.title|tag:wp_title:'&laquo;'}</title>
<meta http-equiv="Content-Type" content="text/html; charset={$flatpress.CHARSET}" />
{action hook=wp_head}
</head>

View file

@ -191,8 +191,10 @@ ol li, ul li { padding-bottom: 0.9em }
#comments li {
margin: 0 0 1.5em 0;
padding: 5px;
border-top: 2px solid #6699FF;
border-bottom: 2px solid #6699FF;
/*border-top: 2px solid #6699FF;
border-bottom: 2px solid #6699FF;*/
border-top: 2px solid #f6b26b;
border-bottom: 2px solid #f6b26b;
background: #2D2D2D;
}
@ -203,8 +205,9 @@ ol li, ul li { padding-bottom: 0.9em }
#comments li.comment-admin strong.comment-name { font-size:160% }
#comments li.comment-admin {
background-color: #DAAA55;
color: black;
/*background-color: #DAAA55;*/
background-color: #393939;
/*color: black;*/
padding: 1em;
}
@ -268,5 +271,6 @@ ol li, ul li { padding-bottom: 0.9em }
clear: both;
font-size: 80%;
padding: 8px;
border-top: #315A94 2px solid
/*border-top: #315A94 2px solid*/
border-top: #393939 2px solid
}