Compare commits

...

2 Commits

2 changed files with 7 additions and 4 deletions

View File

@ -8,7 +8,9 @@
</head>
<body>
<div class="taskbar">
<input class="taskbar" type="button" onclick="location.href='https://system64.dev';" value="system64.dev" style="min-width: 130px; background: url(/img/taskbar/blueberry_pt.png) left no-repeat; padding-left: 25px; background-position: 3px;"> <!-- this looks nasty -->
<input class="taskbar" type="button" onclick="location.href='https://system64.dev';" value="system64.dev" style="min-width: 130px; background: url(/img/taskbar/blueberry_pt.png) left no-repeat; padding-left: 25px; background-position: 3px;
input.taskbar:active { background: #acacac url(/img/taskbar/blueberry_pt.png) left no-repeat; }; >
}"> <!-- this looks nasty, i'll fix this disgust later. -->
<input class="taskbar" type="button" onclick="location.href='/artwork/index.html';" value="Artwork">
<input class="taskbar" type="button" onclick="location.href='/projects/index.html';" value="Projects">
<input class="taskbar" type="button" onclick="location.href='/ocs/index.html';" value="OC Refsheets">

View File

@ -1,5 +1,5 @@
/* CSS for System64.dev buttons, by IDeletedSystem64. Under MIT License (v4.14.23) */
/* Heavily based from 98css, Check it out here: https://jdan.github.io/98.css/ */
/* Loosely based from 98css, Check it out here: https://jdan.github.io/98.css/ */
@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');
/* Import dem fonts */
@ -22,8 +22,9 @@ input.taskbar {
background: #c3c3c3;
box-shadow: inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px grey,inset 2px 2px #dfdfdf;
font-family: 'Share Tech Mono', monospace;
font-family: 'Share Tech Mono', 'monospace';
font-size: 13pt;
font-weight: bold;
height: 27px;
min-width: 170px;
@ -33,7 +34,7 @@ input.taskbar {
}
input.taskbar:active {
background: #acacac url(/img/taskbar/blueberry_pt.png) left no-repeat;
background: #acacac;
background-position: 2px;
}
input:active {