LaundrySorcery

Log | Files | Refs

commit 40d0c47d7a833b767bb8235fd4a36a6b6801d41d
parent 412d7e9bdf15cf23ac867239f5123ceb618001c9
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Fri, 29 Jun 2018 14:43:43 +0000

Merge laundrysorcery.local:LaundrySorcery

Diffstat:
www/index.cgi | 19+++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/www/index.cgi b/www/index.cgi @@ -12,8 +12,8 @@ Content-Type: text/html <meta charset="UTF-8"/> <style type="text/CSS"> body{ - background-color:black; - color:gray; + background-color:#111111; + color:silver; font-family:sans; } #status{ @@ -31,26 +31,25 @@ Content-Type: text/html max-height:50vh; } #footer{ - position:fixed; - top:100%; - left:100%; - transform:translate(-100%,-100%); - font-size:small; + text-align:right; } a{ color:gold; } + a:visited{ + color:brown; + } </style> </head> <body> + <div id="footer"> + <a href="details.html">Details</a> + </div> <div id="status"> <div id="power"><img src="off.svg" /></div> <div id="delta_t"></div> <div id="guessTime"></div> </div> - <div id="footer"> - <a href="details.html">Details</a> - </div> <script type="text/JavaScript"> <!-- delta_t=${RTIME};