]> git.mxchange.org Git - friendica.git/commitdiff
modified: view/theme/smoothly/nav.tpl
authorpixelroot <info@pixelbits.de>
Tue, 11 Sep 2012 09:06:55 +0000 (11:06 +0200)
committerpixelroot <info@pixelbits.de>
Tue, 11 Sep 2012 09:06:55 +0000 (11:06 +0200)
modified:   view/theme/smoothly/style.css
modified:   view/theme/smoothly/theme.php
new file:   view/theme/smoothly/totop.png

view/theme/smoothly/nav.tpl
view/theme/smoothly/style.css
view/theme/smoothly/theme.php
view/theme/smoothly/totop.png [new file with mode: 0644]

index 43cc7bca00a3be29a9fa04dcad1120fd5c7584f7..b010442a90dfe9be66b980ab4934829acc70fad9 100644 (file)
        </div>
 </nav>
 
+<div id="scrollup">
+<a href="#top"><img src="view/theme/smoothly/totop.png"
+    alt="back to top" title="Back to top" /></a>
+</div>
 
 <ul id="nav-notifications-template" style="display:none;" rel="template">
        <li class="{4}"><a href="{0}"><img src="{1}" height="24" width="24" alt="" />{2} <span class="notif-when">{3}</span></a></li>
 </ul>
-
-
index 541a86a893058f33ec7eb5246a419d991acf3c55..0a94987979e17c8570e893eef49c804c9be466a1 100644 (file)
@@ -3,7 +3,7 @@
        Smoothly
    
        Created by Anne Walk and Devlon Duthie on 2011-09-24
-       Modified by alex@friendica.pixelbits.de on 2012-09-06
+       Modified by alex@friendica.pixelbits.de on 2012-09-11
 
 */
 /* ========== */
@@ -3331,7 +3331,12 @@ ul.menu-popup {
 }
 
 hr.line-dots {
-    background: url("dot.png") repeat-x scroll left center transparent;
+    background: url(view/theme/smoothly/dot.png) repeat-x scroll left center transparent;
     border: medium none;
     /*padding: 0.5em 0;*/
 }
+
+/* SCROLL TO TOP
+----------------------------------------------------------- */
+#scrollup{position:fixed;right:5px;bottom:5px;z-index:100;}#scrollup a:hover{text-decoration:none;border:0;}
+
index e69b8a3b9926f7a6ac16219a387098ef65e2a65e..70542a40fc8ee53780aeb9e3e21f43bc958700ee 100644 (file)
@@ -2,8 +2,8 @@
 
 /*
  * Name: Smoothly
- * Description: Theme opzimized for Tablets
- * Version: 0.4
+ * Description: Theme optimized for iPad/iPad2
+ * Version: 0.5
  * Author: Alex <https://friendica.pixelbits.de/profile/alex>
  * Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>
  * Screenshot: <a href="screenshot.png">Screenshot</a>
@@ -13,6 +13,7 @@ $a->theme_info = array();
 
 function smoothly_init(&$a) {
 $a->page['htmlhead'] .= <<< EOT
+
 <script>
 function insertFormatting(comment,BBcode,id) {
        
@@ -91,7 +92,6 @@ $('.savedsearchterm').hover(
 
 });
 
-
 </script>
 EOT;
-}
+}
\ No newline at end of file
diff --git a/view/theme/smoothly/totop.png b/view/theme/smoothly/totop.png
new file mode 100644 (file)
index 0000000..d222b39
Binary files /dev/null and b/view/theme/smoothly/totop.png differ