mirror of
https://github.com/friendica/friendica
synced 2024-11-10 04:22:54 +00:00
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:
parent
258604f036
commit
523548ff22
4 changed files with 13 additions and 7 deletions
|
@ -28,8 +28,9 @@
|
||||||
<footer id="footer">
|
<footer id="footer">
|
||||||
<?php if(x($page, 'footer')) echo $page['footer']; ?>
|
<?php if(x($page, 'footer')) echo $page['footer']; ?>
|
||||||
<div id="scrollup" >
|
<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 class="item-scrollup" href="javascript:scrollTo(0,100000)"><img src="view/theme/smoothly/images/down.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,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>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 537 B After Width: | Height: | Size: 2 KiB |
|
@ -2,7 +2,7 @@
|
||||||
style.css
|
style.css
|
||||||
Theme: Smoothly
|
Theme: Smoothly
|
||||||
Maintainer: alex@friendica.pixelbits.de
|
Maintainer: alex@friendica.pixelbits.de
|
||||||
last change: 2013-05-07
|
last change: 2013-05-08
|
||||||
|
|
||||||
** Colors **
|
** Colors **
|
||||||
Blue links - #1873a2
|
Blue links - #1873a2
|
||||||
|
@ -3950,7 +3950,7 @@ footer {
|
||||||
display: block;
|
display: block;
|
||||||
float: right;
|
float: right;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
height: 2em;
|
height: 38px;
|
||||||
list-style: none outside none;
|
list-style: none outside none;
|
||||||
margin: 0 0 0 755px;
|
margin: 0 0 0 755px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -4330,9 +4330,10 @@ ul.menu-popup {
|
||||||
----------------------------------------------------------- */
|
----------------------------------------------------------- */
|
||||||
#scrollup {
|
#scrollup {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 70px;
|
right: 0px;
|
||||||
bottom: -4px;
|
bottom: -1px;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#scrollup a:hover {
|
#scrollup a:hover {
|
||||||
|
@ -4340,6 +4341,10 @@ ul.menu-popup {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.item-scrollup {
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
/* New posts and comments => background color
|
/* New posts and comments => background color
|
||||||
----------------------------------------------------------- */
|
----------------------------------------------------------- */
|
||||||
.shiny {
|
.shiny {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/*
|
/*
|
||||||
* Name: Smoothly
|
* Name: Smoothly
|
||||||
* Description: Like coffee with milk. Theme optimized for iPad[2].
|
* 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: Anne Walk
|
||||||
* Author: Devlon Duthied
|
* Author: Devlon Duthied
|
||||||
* Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>
|
* Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>
|
||||||
|
|
Loading…
Reference in a new issue