modified: view/theme/smoothly/default.php
modified: view/theme/smoothly/style.css modified: view/theme/smoothly/theme.php
This commit is contained in:
parent
04681618da
commit
5ac6e82e7d
|
@ -28,8 +28,8 @@
|
||||||
<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,0)"><img src="view/theme/smoothly/images/totop.png" alt="to top" title="to top" /></a>
|
|
||||||
<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,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>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
|
@ -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-04-24
|
last change: 2013-05-07
|
||||||
|
|
||||||
** Colors **
|
** Colors **
|
||||||
Blue links - #1873a2
|
Blue links - #1873a2
|
||||||
|
@ -574,14 +574,14 @@ ul#user-menu-popup li a.nav-sep {
|
||||||
#lang-select-icon {
|
#lang-select-icon {
|
||||||
bottom: 5px;
|
bottom: 5px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
left: 915px;
|
left: 25px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
#language-selector {
|
#language-selector {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 2px;
|
bottom: 2px;
|
||||||
left: 945px;
|
left: 55px;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1032,8 +1032,8 @@ ul .sidebar-group-li .icon {
|
||||||
/* ================== */
|
/* ================== */
|
||||||
|
|
||||||
.contact-block-img {
|
.contact-block-img {
|
||||||
width: 47px;
|
width: 47px !important;
|
||||||
height: 47px;
|
height: 47px !important;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
border: 1px solid #7C7D7B;
|
border: 1px solid #7C7D7B;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
@ -3739,7 +3739,7 @@ margin-left: 0px;
|
||||||
|
|
||||||
.field label {
|
.field label {
|
||||||
float: left;
|
float: left;
|
||||||
width: 225px;
|
width: 230px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.field checkbox {
|
.field checkbox {
|
||||||
|
|
|
@ -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-04-24
|
* Version: Version 2013-05-07
|
||||||
* 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