]> Slayer Assistant Repositories - slayer.unlishema.org/.git/commitdiff
Adjusted look and feel
authorunlishema <unlishema@jtryba.com>
Thu, 2 Oct 2025 00:23:11 +0000 (20:23 -0400)
committerunlishema <unlishema@jtryba.com>
Thu, 2 Oct 2025 00:23:11 +0000 (20:23 -0400)
dist/dev.html
src/dev.html

index 8396f5f2e880519f225cc238f5353789e88d4b52..89b0fb36f424ad4d8865412977bb33c54930a70b 100644 (file)
@@ -5,16 +5,16 @@
     <title>OSRS Wiki CORS Test</title>
     <style>
         body {
+            background: url("./images/ui/default/background.png");
             font-family: Arial, sans-serif;
             margin: 20px;
-            background-color: #f4f4f4;
-            color: #333;
+            color: #E5E6EB;
         }
 
         h1,
         h2,
         h3 {
-            color: #2c3e50;
+            color: #706500;
         }
 
         .left {
@@ -37,7 +37,6 @@
             border: 1px solid #ccc;
             border-radius: 8px;
             margin-bottom: 20px;
-            background-color: #fff;
         }
 
         .data-section {
             border: 1px solid #ccc;
             border-radius: 8px;
             margin-bottom: 20px;
-            background-color: #fff;
         }
 
         .raw-data-section {
             padding: 20px;
             border: 1px solid #ccc;
             border-radius: 8px;
-            background-color: #fff;
         }
 
         #limit,
@@ -60,6 +57,8 @@
             height: 16px;
             width: 80px;
             margin-right: 5px;
+            color: #E5E6EB;
+            background-color: #2c3e50;
         }
 
         #querySearch,
@@ -67,6 +66,8 @@
             width: 85%;
             padding: 8px;
             margin-right: 10px;
+            color: #E5E6EB;
+            background-color: #2c3e50;
         }
 
         #querySelect,
@@ -74,6 +75,8 @@
             width: 33%;
             padding: 8px;
             margin-top: 10px;
+            color: #E5E6EB;
+            background-color: #2c3e50;
         }
 
         #itemSelect,
@@ -81,6 +84,8 @@
             width: 70%;
             padding: 8px;
             margin-top: 10px;
+            color: #E5E6EB;
+            background-color: #2c3e50;
         }
 
         table {
@@ -92,7 +97,7 @@
         td,
         th {
             max-width: 100px;
-            overflow-x: scroll;
+            overflow-x: auto;
             border: 1px solid #ddd;
         }
 
         pre {
             white-space: pre-wrap;
             word-wrap: break-word;
-            background-color: #f8f8f8;
+            color: #E5E6EB;
+            background-color: #2c3e50;
             padding: 10px;
             border: 1px solid #ddd;
             border-radius: 4px;
index 8396f5f2e880519f225cc238f5353789e88d4b52..89b0fb36f424ad4d8865412977bb33c54930a70b 100644 (file)
@@ -5,16 +5,16 @@
     <title>OSRS Wiki CORS Test</title>
     <style>
         body {
+            background: url("./images/ui/default/background.png");
             font-family: Arial, sans-serif;
             margin: 20px;
-            background-color: #f4f4f4;
-            color: #333;
+            color: #E5E6EB;
         }
 
         h1,
         h2,
         h3 {
-            color: #2c3e50;
+            color: #706500;
         }
 
         .left {
@@ -37,7 +37,6 @@
             border: 1px solid #ccc;
             border-radius: 8px;
             margin-bottom: 20px;
-            background-color: #fff;
         }
 
         .data-section {
             border: 1px solid #ccc;
             border-radius: 8px;
             margin-bottom: 20px;
-            background-color: #fff;
         }
 
         .raw-data-section {
             padding: 20px;
             border: 1px solid #ccc;
             border-radius: 8px;
-            background-color: #fff;
         }
 
         #limit,
@@ -60,6 +57,8 @@
             height: 16px;
             width: 80px;
             margin-right: 5px;
+            color: #E5E6EB;
+            background-color: #2c3e50;
         }
 
         #querySearch,
@@ -67,6 +66,8 @@
             width: 85%;
             padding: 8px;
             margin-right: 10px;
+            color: #E5E6EB;
+            background-color: #2c3e50;
         }
 
         #querySelect,
@@ -74,6 +75,8 @@
             width: 33%;
             padding: 8px;
             margin-top: 10px;
+            color: #E5E6EB;
+            background-color: #2c3e50;
         }
 
         #itemSelect,
@@ -81,6 +84,8 @@
             width: 70%;
             padding: 8px;
             margin-top: 10px;
+            color: #E5E6EB;
+            background-color: #2c3e50;
         }
 
         table {
@@ -92,7 +97,7 @@
         td,
         th {
             max-width: 100px;
-            overflow-x: scroll;
+            overflow-x: auto;
             border: 1px solid #ddd;
         }
 
         pre {
             white-space: pre-wrap;
             word-wrap: break-word;
-            background-color: #f8f8f8;
+            color: #E5E6EB;
+            background-color: #2c3e50;
             padding: 10px;
             border: 1px solid #ddd;
             border-radius: 4px;