diff --git a/startpage.html b/startpage.html index d8cb798..10db782 100644 --- a/startpage.html +++ b/startpage.html @@ -249,52 +249,9 @@
-
add bookmarks
-
- - -
-
- - -
-
- - -
- - +
-
customize sections
-
- - -
-
- - -
-
- - -
-
- - -
- -
- -
customize sections
-
- - -
-
- - -
@@ -310,92 +267,6 @@
-
change text
-
- - - - -
-
- align text: - - - - -
-
- -
change background
-
- - -
-
- - -
-
- -
change border + shape
-
- - -
-
- - -
-
- - -
-
- -
change date + clock
-
- - -
-
- - -
-
- - -
-
- - -
-
- -
change divider
-
- - -
-
- - -
-
- -
change shadow / glow
-
- shadow settings:
-
-
-
-
-
-
-
-
- - -
@@ -647,6 +518,7 @@ this.loadBookmarks(); // then create container options UI in settings menu this.insertContainerOptionsMenu(); + setTimeout(() => { console.log("waiting"); }, 10000); this.applyContainerSettings(); numberOfContainers++; @@ -673,138 +545,191 @@ document.getElementById("addContainerForm").insertAdjacentHTML( "beforeend", ` -
-
change background
-
- - -
-
- - -
-
-
change text
-
- - - - +
+ +
add bookmarks
+
+ + +
+
+ + +
+
+ + +
+ + +
+
-
- align text: +
+ +
change background
+
+ + +
+
+ + +
+ +
+ +
change text
+
+ + + + +
+ +
+ +
align text:
+
- - - -
-
+ + + +
- ` + - /* - * - * TODO - * MOVE THE SECTION COLOR AMD STUFF HERE - * - * - */ - ` -
change border + shape
-
- - -
-
- - -
-
- - -
-
+
-
change date + clock
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
+
customize sections
+
+ + +
+
+ + +
+
+ + +
+
+ + +
-
change divider
-
- - -
-
- - -
-
+
-
change shadow / glow
-
- shadow settings:
-
-
-
-
-
-
-
-
- - +
customize links
+
+ + +
+
+ + +
+ +
+ +
change border + shape
+
+ + +
+
+ + +
+
+ + +
+ +
+ +
change date + clock
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +
+ +
change divider
+
+ + +
+
+ + +
+ +
+ +
change shadow / glow
+
+ shadow settings:
+
+
+
+
+
+
+
+
+ + +
-
` ); } @@ -854,15 +779,15 @@ document.body.insertAdjacentHTML( "beforeend", ` -
+
-
- +
+
- +
-
-
+
+
` ); @@ -1045,7 +970,7 @@ } if (containerSettings.enableDate) { } - document.getElementById(this.id + "-settings-clock").style.color = + document.getElementById(this.id + "-clock").style.color = containerSettings.clockColor; document.getElementById(this.id + "-clock").style.fontSize = containerSettings.clockSize + "px";