diff --git a/web/css/style.css b/web/css/style.css index 878835f..d02057f 100644 --- a/web/css/style.css +++ b/web/css/style.css @@ -86,13 +86,10 @@ body position: fixed; bottom: 0; right: 0; - z-index: -999; -} - -#copyinfo a:hover -{ - font-family: "Courier New", monospace; - color: #00F; + //z-index: -999; + display: flex; + flex-direction: column; + text-align: right; } #copyinfo a, @@ -102,6 +99,14 @@ body font-family: "Courier New", monospace; color: #AAA; text-decoration: none; + display: block; + line-height: 1em; +} + +#copyinfo a:hover +{ + font-family: "Courier New", monospace; + color: #0288D1; } #tr_link diff --git a/web/index.php b/web/index.php index b9c886b..a4b3e69 100644 --- a/web/index.php +++ b/web/index.php @@ -13,12 +13,18 @@ + +
+ © blackforestbytes + made by Mike Schwörer +
+
- - API + + API -

Simple Cloud Notifier

+

Simple Cloud Notifier

@@ -57,10 +63,6 @@
-
- © blackforestbytes -
- diff --git a/web/index_api.php b/web/index_api.php index 2058961..69b26a9 100644 --- a/web/index_api.php +++ b/web/index_api.php @@ -12,11 +12,17 @@ -
- - Send -

Simple Cloud Notifier

+
+ © blackforestbytes + made by Mike Schwörer +
+ +
+ + Send + +

Simple Cloud Notifier

Get your user-id and user-key from the app and send notifications to your phone by performing a POST request against https://simplecloudnotifier.blackforestbytes.com/send.php

curl                                          \
@@ -37,9 +43,5 @@
         More
 
     
- -
- © blackforestbytes -
\ No newline at end of file diff --git a/web/index_more.php b/web/index_more.php index cf7f6ad..c5d3782 100644 --- a/web/index_more.php +++ b/web/index_more.php @@ -12,11 +12,17 @@ -
- - Send -

Simple Cloud Notifier

+ + +
+ + Send + +

Simple Cloud Notifier

Introduction

@@ -182,11 +188,7 @@ Be aware that the server only saves send messages for a short amount of time. Because of that you can only use this to prevent duplicates in a short time-frame, older messages with the same ID are probably already deleted and the message will be send again.

-
- \ No newline at end of file diff --git a/web/index_sent.php b/web/index_sent.php index 8cb70a9..e17c20d 100644 --- a/web/index_sent.php +++ b/web/index_sent.php @@ -13,6 +13,10 @@ +
@@ -41,16 +45,12 @@
- - Send + + Send -

Simple Cloud Notifier

+

Simple Cloud Notifier

-
- © blackforestbytes -
- \ No newline at end of file