modified: view/theme/smoothly/default.php

modified:   view/theme/smoothly/images/down.png
	modified:   view/theme/smoothly/style.css
	modified:   view/theme/smoothly/theme.php
	view/theme/smoothly/images/power.png
	view/theme/smoothly/images/up.png
This commit is contained in:
pixelroot 2013-05-08 11:08:21 +02:00
parent 258604f036
commit 523548ff22
4 changed files with 13 additions and 7 deletions

View File

@ -28,8 +28,9 @@
<footer id="footer">
<?php if(x($page, 'footer')) echo $page['footer']; ?>
<div id="scrollup" >
<a href="javascript:scrollTo(0,100000)"><img src="view/theme/smoothly/images/tobottom.png" alt="to bottom" title="to bottom" /></a>
<a href="javascript:scrollTo(0,0)"><img src="view/theme/smoothly/images/totop.png" alt="to top" title="to top" /></a>
<a class="item-scrollup" href="javascript:scrollTo(0,100000)"><img src="view/theme/smoothly/images/down.png" alt="to bottom" title="to bottom" /></a>
<a class="item-scrollup" href="javascript:scrollTo(0,0)"><img src="view/theme/smoothly/images/up.png" alt="to top" title="to top" /></a>
<a class="item-scrollup" href="logout"><img src="view/theme/smoothly/images/power.png" alt="power" title="power" /></a>
</div>
</footer>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 537 B

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -2,7 +2,7 @@
style.css
Theme: Smoothly
Maintainer: alex@friendica.pixelbits.de
last change: 2013-05-07
last change: 2013-05-08
** Colors **
Blue links - #1873a2
@ -3950,7 +3950,7 @@ footer {
display: block;
float: right;
font-size: 15px;
height: 2em;
height: 38px;
list-style: none outside none;
margin: 0 0 0 755px;
padding: 0;
@ -4330,9 +4330,10 @@ ul.menu-popup {
----------------------------------------------------------- */
#scrollup {
position: absolute;
right: 70px;
bottom: -4px;
right: 0px;
bottom: -1px;
z-index: 100;
padding-right: 10px;
}
#scrollup a:hover {
@ -4340,6 +4341,10 @@ ul.menu-popup {
border: 0;
}
.item-scrollup {
margin-left: 5px;
}
/* New posts and comments => background color
----------------------------------------------------------- */
.shiny {

View File

@ -3,7 +3,7 @@
/*
* Name: Smoothly
* Description: Like coffee with milk. Theme optimized for iPad[2].
* Version: Version 2013-05-07.2
* Version: Version 2013-05-08
* Author: Anne Walk
* Author: Devlon Duthied
* Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>