From: ArthurHoaro Date: Sat, 6 Aug 2016 13:55:16 +0000 (+0200) Subject: Tools page X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=66195f0657d2c3b57ecfbf88107d3ee1cc31a790;p=github%2Fshaarli%2FShaarli.git Tools page --- diff --git a/tpl/default/css/shaarli.css b/tpl/default/css/shaarli.css index 27a127bc..19bdc45c 100644 --- a/tpl/default/css/shaarli.css +++ b/tpl/default/css/shaarli.css @@ -81,6 +81,10 @@ pre { cursor: pointer; } +.pure-alert-success { + background-color: #1b926c; +} + /** * MENU **/ @@ -608,11 +612,14 @@ pre { border-bottom: 1px solid #797979; } -.page-form div { - width: 100%; +.page-form div, .page-form p { text-align: center; } +.page-form p { + color: #b0ddce; +} + .page-form input[type="text"], .page-form input[type="password"] { margin: 10px 0; padding: 5px 5px 3px 15px; @@ -652,7 +659,9 @@ pre { #page404 { color: #3f3f3f; -}/** +} + +/** * CONTENT - LINKLIST ITEMS */ .linklist-item { @@ -772,3 +781,10 @@ pre { overflow: hidden; text-overflow: ellipsis; } + +/** + * TOOLS + */ +.tools-item { + margin: 10px 0; +} \ No newline at end of file diff --git a/tpl/default/tools.html b/tpl/default/tools.html new file mode 100644 index 00000000..f5e8321b --- /dev/null +++ b/tpl/default/tools.html @@ -0,0 +1,163 @@ + + + + {include="includes"} + + +{include="page.header"} + +
+
+ + {loop="$tools_plugin"} + {$value} + {/loop} + +
+ +
+
+ +
+
+
+

Bookmarklets

+

+ Drag one of these button to your bookmarks toolbar or right-click it and "Bookmark This Link", + then click on the bookmarklet in any page you want to share. +

+ + +
+
+
+ +
+
+
+

Firefox Social API

+

You need to browse your Shaarli over HTTPS to use this functionality.

+ + +
+
+
+ +
+
+ +
+ +{include="page.footer"} + + + +