diff --git a/img/favicon/favicon.png b/img/favicon/favicon.png
new file mode 100644
index 0000000..fc54562
Binary files /dev/null and b/img/favicon/favicon.png differ
diff --git a/img/taskbar/blueberry_pt.png b/img/taskbar/blueberry_pt.png
new file mode 100644
index 0000000..58bf402
Binary files /dev/null and b/img/taskbar/blueberry_pt.png differ
diff --git a/index.html b/index.html
index 84a65cb..f759215 100644
--- a/index.html
+++ b/index.html
@@ -2,18 +2,11 @@
-
+
system64.dev
-
+
-
-
-
diff --git a/styles/buttons.css b/styles/buttons.css
index 2d68ac2..05a4533 100644
--- a/styles/buttons.css
+++ b/styles/buttons.css
@@ -10,6 +10,7 @@ input {
background: #dad9d9;
box-shadow: inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px grey,inset 2px 2px #dfdfdf;
+ min-width: 200px;
min-height: 16px;
color: black;
@@ -18,7 +19,8 @@ input {
}
input.taskbar {
background: #c3c3c3 url(/img/taskbar/blueberry_pt.png) left no-repeat;
- padding-left: 18px;
+ background-position: 2px;
+ padding-left: 25px;
box-shadow: inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px grey,inset 2px 2px #dfdfdf;
font-family: 'Share Tech Mono', monospace;
@@ -29,6 +31,10 @@ input.taskbar {
margin-left: 2px;
}
+input.taskbar:active {
+ background: #acacac url(/img/taskbar/blueberry_pt.png) left no-repeat;
+ background-position: 2px;
+}
input:active {
background: #acacac;
box-shadow: inset 0em 0em
diff --git a/styles/stylemain.css b/styles/stylemain.css
index 5a39599..c9c4d4a 100644
--- a/styles/stylemain.css
+++ b/styles/stylemain.css
@@ -55,11 +55,14 @@ img.home {
div.taskbar {
position: absolute;
+
left: 0px;
top: 0px;
width: 100%;
+
height: 30px;
- background-color: #c3c3c3 ;
+ background-color: #c3c3c3;
+ box-shadow: inset -1px -1px #0a0a0a,inset 1px 1px #c3c3c3,inset -2px -2px grey,inset 2px 2px #dfdfdf;
}
/* Website layout */