1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,323 +0,0 @@ |
1 |
-<!DOCTYPE html> |
|
2 |
-<!-- Courtesy ruler for editing this file |
|
3 |
-12345678901234567890123456789012345678901234567890123456789012345678901234567890 |
|
4 |
-<html> |
|
5 |
-<head> |
|
6 |
-<title>Node Signal</title> |
|
7 |
-<meta charset="UTF-8"> |
|
8 |
-<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
9 |
-<style> |
|
10 |
-body { |
|
11 |
- background-image: url("static/chalk.jpg"); |
|
12 |
-} |
|
13 |
-h2 { |
|
14 |
- font: bold 24px arial, sans-serif; |
|
15 |
-} |
|
16 |
-h3 { |
|
17 |
- font: bold 18px arial, sans-serif; |
|
18 |
-} |
|
19 |
-h4 { |
|
20 |
- font: bold 16px arial, sans-serif; |
|
21 |
-} |
|
22 |
-.mainContainer { |
|
23 |
- width: 750px; |
|
24 |
- text-align: center; |
|
25 |
- margin: auto; |
|
26 |
- /*border: 1px solid black;*/ |
|
27 |
-} |
|
28 |
-.datetime { |
|
29 |
- font: bold 22px arial, sans-serif; |
|
30 |
- padding: 0px; |
|
31 |
-} |
|
32 |
-.rowContainer { |
|
33 |
- display: table; |
|
34 |
- width: 100%; |
|
35 |
-} |
|
36 |
-.currentDataCell { |
|
37 |
- width: 50%; |
|
38 |
- padding: 10px; |
|
39 |
- font: bold 20px arial, sans-serif; |
|
40 |
- text-align: center; |
|
41 |
- display: table-cell; |
|
42 |
- vertical-align: middle; |
|
43 |
-} |
|
44 |
-.dataItems { |
|
45 |
- padding: 2px; |
|
46 |
- text-align: left; |
|
47 |
- line-height: 130%; |
|
48 |
- display: inline-block; |
|
49 |
- vertical-align: middle; |
|
50 |
-} |
|
51 |
-.chartContainer { |
|
52 |
- padding: 2px; |
|
53 |
-} |
|
54 |
-img.chart { |
|
55 |
- width:100%; |
|
56 |
-} |
|
57 |
-.notes { |
|
58 |
- font: 17px arial, sans-serif; |
|
59 |
- text-align: left; |
|
60 |
- padding: 10px; |
|
61 |
-} |
|
62 |
-span.chartSelector { |
|
63 |
- margin: auto; |
|
64 |
-} |
|
65 |
-ul.selectorElement { |
|
66 |
- list-style-type: none; |
|
67 |
- margin: 10px; |
|
68 |
- padding: 0; |
|
69 |
- overflow: hidden; |
|
70 |
- background-color: #bbb; |
|
71 |
- text-align: center; |
|
72 |
-} |
|
73 |
-li.selectorElement { |
|
74 |
- display: inline-block; |
|
75 |
- font: bold 18px arial, sans-serif; |
|
76 |
- color: black; |
|
77 |
-} |
|
78 |
-span.selectorElement:hover { |
|
79 |
- background-color: #333; |
|
80 |
- cursor: pointer; |
|
81 |
- color: white; |
|
82 |
-} |
|
83 |
-span.selectorElement { |
|
84 |
- display: inline-block; |
|
85 |
- padding: 8px 12px; |
|
86 |