Compare commits

..

No commits in common. "56a31156f2c4945f2f130290f77111fb7e48d2c9" and "a81d7a6b36ab531adc917d59df0c25bd1623c48a" have entirely different histories.

2 changed files with 4 additions and 7 deletions

View File

@ -8,9 +8,7 @@
</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;
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='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='/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) */
/* Loosely based from 98css, Check it out here: https://jdan.github.io/98.css/ */
/* Heavily 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,9 +22,8 @@ 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;
@ -34,7 +33,7 @@ input.taskbar {
}
input.taskbar:active {
background: #acacac;
background: #acacac url(/img/taskbar/blueberry_pt.png) left no-repeat;
background-position: 2px;
}
input:active {