sforkowany z mirror/friendica
modified: view/theme/smoothly/nav.tpl
modified: view/theme/smoothly/style.css modified: view/theme/smoothly/theme.php new file: view/theme/smoothly/totop.png2022.09-rc
rodzic
9685ba3fbc
commit
5f7f1fb7b1
|
@ -58,9 +58,11 @@
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</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">
|
<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>
|
<li class="{4}"><a href="{0}"><img src="{1}" height="24" width="24" alt="" />{2} <span class="notif-when">{3}</span></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
Smoothly
|
Smoothly
|
||||||
|
|
||||||
Created by Anne Walk and Devlon Duthie on 2011-09-24
|
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 {
|
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;
|
border: medium none;
|
||||||
/*padding: 0.5em 0;*/
|
/*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;}
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Name: Smoothly
|
* Name: Smoothly
|
||||||
* Description: Theme opzimized for Tablets
|
* Description: Theme optimized for iPad/iPad2
|
||||||
* Version: 0.4
|
* Version: 0.5
|
||||||
* Author: Alex <https://friendica.pixelbits.de/profile/alex>
|
* Author: Alex <https://friendica.pixelbits.de/profile/alex>
|
||||||
* Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>
|
* Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>
|
||||||
* Screenshot: <a href="screenshot.png">Screenshot</a>
|
* Screenshot: <a href="screenshot.png">Screenshot</a>
|
||||||
|
@ -13,6 +13,7 @@ $a->theme_info = array();
|
||||||
|
|
||||||
function smoothly_init(&$a) {
|
function smoothly_init(&$a) {
|
||||||
$a->page['htmlhead'] .= <<< EOT
|
$a->page['htmlhead'] .= <<< EOT
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
function insertFormatting(comment,BBcode,id) {
|
function insertFormatting(comment,BBcode,id) {
|
||||||
|
|
||||||
|
@ -91,7 +92,6 @@ $('.savedsearchterm').hover(
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
EOT;
|
EOT;
|
||||||
}
|
}
|
Plik binarny nie jest wyświetlany.
Po Szerokość: | Wysokość: | Rozmiar: 798 B |
Ładowanie…
Reference in New Issue