Compare commits
10 commits
37f8b31a25
...
4099ef57e6
Author | SHA1 | Date | |
---|---|---|---|
|
4099ef57e6 | ||
|
4014c239e7 | ||
|
31cdf6303b | ||
|
645bf2fc30 | ||
|
c69dc97eb6 | ||
|
a4f3c8fcf6 | ||
|
efafa73c60 | ||
|
033cbc8356 | ||
|
a220f7076e | ||
|
9795c5a70c |
8 changed files with 30 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
# flatpress-theme-snail-orange
|
||||
|
||||
snail theme for flatpress but in orange color
|
||||
snail theme for flatpress but in orange color, transparent, rounded corners, colorful background image i stole from https://websitesetup.org/bootstrap-tutorial-for-beginners/ :)
|
||||
|
||||
forked from https://wiki.flatpress.org/res:themes:snail
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -9,17 +9,19 @@
|
|||
<body>
|
||||
<div id="body-container">
|
||||
<div id="head">
|
||||
<a href="{$flatpress.WWW}index.php/welcome">
|
||||
<div id="head-bubble">
|
||||
<div id="title-container">
|
||||
<h1><a href="index.php">{$flatpress.TITLE}</a></h1>
|
||||
<!-- <h1><a href="index.php/welcome">{$flatpress.TITLE}</a></h1> -->
|
||||
<h1>{$flatpress.TITLE}</h1>
|
||||
<p class="subtitle">{$flatpress.SUBTITLE}</p>
|
||||
</div>
|
||||
<div id="logo-container">
|
||||
<img id="logo-img" src="/blog/fp-interface/themes/flatpress-theme-snail-orange/imgs/Mandrake-Tux_redraw.png">
|
||||
</div>
|
||||
<div id="clear-container"></div>
|
||||
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<hr />
|
||||
<div id="outer-container">
|
||||
|
|
BIN
imgs/circle.gif
BIN
imgs/circle.gif
Binary file not shown.
Before Width: | Height: | Size: 60 B After Width: | Height: | Size: 54 B |
BIN
imgs/circle_org.gif
Normal file
BIN
imgs/circle_org.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 60 B |
|
@ -32,7 +32,8 @@ Module: style.css
|
|||
/*#column div, #column ul { */
|
||||
#column div {
|
||||
/* background: #393939 */
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
/* background-color: rgba(0, 0, 0, 0.2);*/
|
||||
background-image: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.1));
|
||||
border-radius: 5px;
|
||||
padding: 2px;
|
||||
|
||||
|
|
|
@ -37,7 +37,8 @@ blockquote {
|
|||
margin: 1em 1em;
|
||||
padding: 0 10px;
|
||||
/*border-left: 10px solid white;*/
|
||||
border-left: 10px solid #444444;
|
||||
border-left: 10px solid #daaa55;
|
||||
background-image: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.1));
|
||||
}
|
||||
|
||||
pre, code {
|
||||
|
@ -53,12 +54,17 @@ pre {
|
|||
/* background-color: #a8a8a8;*/
|
||||
/*border-bottom: 1px solid #555;*/
|
||||
border: 1px solid #555;
|
||||
background-color: #444444;
|
||||
/*background-color: #444444;*/
|
||||
|
||||
/* ubuntu terminal background color */
|
||||
background: #380c2a;
|
||||
color: #CCCCCC;
|
||||
overflow: auto;
|
||||
width: 90%;
|
||||
margin: 1em 1em;
|
||||
padding: 5px 10px;
|
||||
border-radius: 5px;
|
||||
box-shadow: 3px 3px 6px black;
|
||||
}
|
||||
|
||||
ul, li, ol { margin: 0; padding: 0 }
|
||||
|
@ -131,8 +137,8 @@ h6 { font-size: 0.9em }
|
|||
/* ===== DIV CONTAINER ALL ELEMENTS BLOCK ===== */
|
||||
#body-container {
|
||||
text-align: left;
|
||||
width: 69% !important;
|
||||
width: 69%; /* fix for I.E. */
|
||||
width: 72% !important;
|
||||
width: 72%; /* fix for I.E. */
|
||||
margin: 0 auto 0 auto;
|
||||
padding: 5px;
|
||||
/* background-color: #2D2D2D;*/
|
||||
|
@ -151,7 +157,8 @@ h6 { font-size: 0.9em }
|
|||
float: center;
|
||||
}
|
||||
#head-bubble {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
/* background-color: rgba(0, 0, 0, 0.2);*/
|
||||
background-image: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.1));
|
||||
border-radius: 15px;
|
||||
width: 100% !important;
|
||||
height: 124px;
|
||||
|
@ -272,6 +279,12 @@ ol li, ul li { padding-bottom: 0.9em }
|
|||
|
||||
.entry p { font-size: 16px }
|
||||
|
||||
.entry-title {
|
||||
/*color: #26a269;*/
|
||||
/* ubuntu color background term color: #380c2a; */
|
||||
color: #daaa55;
|
||||
}
|
||||
|
||||
#main .entrytitle {
|
||||
font-family: Candara, 'Cataneo BT', 'book antiqua', georgia, garamond, times, 'times new roman';
|
||||
margin: 0;
|
||||
|
@ -311,7 +324,8 @@ ol li, ul li { padding-bottom: 0.9em }
|
|||
#footer {
|
||||
text-align: center;
|
||||
/* background: #2D2D2D;*/
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
/* background-color: rgba(0, 0, 0, 0.2);*/
|
||||
background-image: linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.2));
|
||||
border-top-right-radius: 5px;
|
||||
border-top-left-radius: 5px;
|
||||
border-bottom-right-radius: 15px;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
{static_block}
|
||||
{static}
|
||||
<div id="{$id}" class="entry">
|
||||
<h3>{$subject}</h3>
|
||||
<div class="entry-title"><h2>{$subject}</h2></div>
|
||||
<p class="date">Published by {$author} on {$date|date_format:"%A, %B %e, %Y - %H:%M:%S"}</p>
|
||||
{$content|tag:the_content}
|
||||
</div>
|
||||
|
@ -12,4 +12,4 @@
|
|||
</div>
|
||||
|
||||
{include file=widgets.tpl}
|
||||
{include file=footer.tpl}
|
||||
{include file=footer.tpl}
|
||||
|
|
Loading…
Reference in a new issue