diff --git a/CrookedStyleSheets b/CrookedStyleSheets
new file mode 160000
index 0000000..e93f3a2
--- /dev/null
+++ b/CrookedStyleSheets
@@ -0,0 +1 @@
+Subproject commit e93f3a21d89e9d6b507d79eca304a8c1cdcb85c9
diff --git a/index.html b/index.html
index 1a69a1b..f627133 100644
--- a/index.html
+++ b/index.html
@@ -1,3 +1,4 @@
+
diff --git a/results.php b/results.php
index 014357d..936266c 100644
--- a/results.php
+++ b/results.php
@@ -1,5 +1,119 @@
@@ -19,29 +133,31 @@
Results
When the value is empty or PHP notices appears, it means that the value is false or the webpage hasn't been visited yet.
- - Last visited:
- - Device Type:
- - Link1 (google.de) clicked:
- - Link2 (foo.bar) clicked:
- - Link3 (github.com) clicked:
+ - Last visited:
+ - Device Type:
+ - Link1 (google.de) clicked:
+ - Link2 (foo.bar) clicked:
+ - Link3 (github.com) clicked:
- - Field 1 hovered:
- - Field 2 hovered:
- - Field 3 hovered:
- - Field 4 hovered:
+ - Field 1 hovered:
+ - Field 2 hovered:
+ - Field 3 hovered:
+
+
+ - Field 4 hovered:
- - Duration field was hovered for at least seconds (raw value: ) [approx. 1s resolution]
+
- Duration field was hovered for at least seconds (raw value: ) [approx. 1s resolution]
- - "test" was typed into input box:
- - Checkbox was checked:
+ - "test" was typed into input box:
+ - Checkbox was checked:
- Calibri font existing:
- - Browser Chrome:
- - Browser Firefox:
- - Browser Edge:
- - Orientation:
- - Resolution: x (only often used widths are supported, your screen resolution is greater than or equal to shown resolution.)
+ - Browser Chrome:
+ - Browser Firefox:
+ - Browser Edge:
+ - Orientation:
+ - Resolution: x (only often used widths are supported, your screen resolution is greater than or equal to shown resolution.)
diff --git a/screen.css b/screen.css
index da18a36..69984ae 100644
--- a/screen.css
+++ b/screen.css
@@ -180,6 +180,15 @@
}
}
+
+@media( min-device-width: 1200px){
+
+ #width::after{
+
+ content: url("track.php?width=1200")
+ }
+}
+
@media (min-device-width: 1280px) {
#width::after {
content: url("track.php?width=1280");
diff --git a/track.php b/track.php
index 2efa817..0c860a5 100644
--- a/track.php
+++ b/track.php
@@ -1,6 +1,30 @@