]> git.mxchange.org Git - friendica.git/commitdiff
modified: view/theme/smoothly/default.php
authorpixelroot <info@pixelbits.de>
Wed, 8 May 2013 12:46:42 +0000 (14:46 +0200)
committerpixelroot <info@pixelbits.de>
Wed, 8 May 2013 12:46:42 +0000 (14:46 +0200)
modified:   view/theme/smoothly/style.css
new file:   view/theme/smoothly/templates/tools.tpl
modified:   view/theme/smoothly/theme.php

view/theme/smoothly/default.php
view/theme/smoothly/style.css
view/theme/smoothly/templates/tools.tpl [new file with mode: 0644]
view/theme/smoothly/theme.php

index a437fa35a6a74d653dad5b2f60c81f96799c1d1e..9ac49820aad7cfd205a59deb16788f22d701d621 100644 (file)
        <right_aside><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></right_aside>
 
        <footer id="footer">
-               <?php if(x($page, 'footer')) echo $page['footer']; ?>
-               <div id="scrollup" >
-               <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>
+       <?php if(x($page, 'footer')) echo $page['footer']; ?>
        </footer>
 
+       <tools id="tools">
+       <?php if (x($page, 'tools')) echo $page['tools']; ?>
+       <div id="scrollup" >
+       <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>
+       </tools>
+
        <?php if (x($page, 'bottom')) echo $page['bottom']; ?>
 </body>
 </html>
index 70df846fe2e00218343cad374d3efcbf8b0ccce5..476cd980e11466f21903e2c45b428420d37deeaf 100644 (file)
@@ -3933,7 +3933,13 @@ margin-left: 0px;
        font-size: 0.7em; 
 }
 
-footer {
+footer { display: block; margin: 50px 20%; clear: both; }
+
+/* ========== */
+/* = Tools = */
+/* ========== */
+
+tools {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0edf0), color-stop(1, #e2e2e2) );
        background: -moz-linear-gradient( center top, #f0edf0 5%, #e2e2e2 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0edf0', endColorstr='#e2e2e2');
@@ -3961,7 +3967,6 @@ footer {
        clear:both;
 }
 
-
 /* ======= */
 /* = ACL = */
 /* ======= */
diff --git a/view/theme/smoothly/templates/tools.tpl b/view/theme/smoothly/templates/tools.tpl
new file mode 100644 (file)
index 0000000..fc7a68c
--- /dev/null
@@ -0,0 +1,11 @@
+{{*
+ *     AUTOMATICALLY GENERATED TEMPLATE
+ *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}
+<nav>
+
+       {{if $nav.logout}}<a id="nav-logout-link" class="nav-link {{$nav.logout.2}}" href="{{$nav.logout.0}}" title="{{$nav.logout.3}}" >{{$nav.logout.1}}</a> {{/if}}
+       {{if $nav.login}}<a id="nav-login-link" class="nav-login-link {{$nav.login.2}}" href="{{$nav.login.0}}" title="{{$nav.login.3}}" >{{$nav.login.1}}</a> {{/if}}
+
+</nav>
index 5c213a0e3ec06ac2e56e6801dfe3d391664711b3..9c4c7ca330338daa92d87ad36d3a5f6d1cfacf77 100644 (file)
@@ -3,7 +3,7 @@
 /*
  * Name: Smoothly
  * Description: Like coffee with milk. Theme optimized for iPad[2].
- * Version: Version 2013-05-08
+ * Version: Version 2013-05-08.2
  * Author: Anne Walk
  * Author: Devlon Duthied
  * Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>