diff options
author | joak <joak@nospace.at> | 2017-01-13 15:18:08 +0100 |
---|---|---|
committer | joak <joak@nospace.at> | 2017-01-13 15:18:08 +0100 |
commit | e955b48277bc86a41744078c032f44eeb53e38e6 (patch) | |
tree | 6b3841facbbc07697c2d7d70e84d6c7897ceb934 /2016_lamp_browser/firefox-old/data/panel.html | |
parent | ea824be9f5fa9ae470db515ab3f6d3996a9cae0f (diff) |
new icon mirror
Diffstat (limited to '2016_lamp_browser/firefox-old/data/panel.html')
-rw-r--r-- | 2016_lamp_browser/firefox-old/data/panel.html | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/2016_lamp_browser/firefox-old/data/panel.html b/2016_lamp_browser/firefox-old/data/panel.html deleted file mode 100644 index 1f3c13d..0000000 --- a/2016_lamp_browser/firefox-old/data/panel.html +++ /dev/null @@ -1,44 +0,0 @@ -<head> - <style> - body { - font-family: "Segoe UI", "Lucida Grande", Tahoma, sans-serif; - font-size: 100%; - background: white; - } - #button { - text-align: center; - margin-top: 15px; - margin-bottom: 5px; - } - #start { - position: absolute: - top: 50%; - } - #wrapper{ - border: 5px solid black; - padding: 10px; - } - #title{ - text-align: center; - } - #title h2{ - margin-top: 1px; - } - #settings{ - text-align: center; - } - </style> -</head> -<body> - <div id="wrapper"> - <div id="title"> - <h2>Lamp</h2> - </div> - <div id="settings"> - <div id="button"> - <button type="button" id="on">On</button> - <button type="button" id="off">Off</button> - </div> - </div> - </div> -</body> |