Compare commits

..

No commits in common. "ba1603b912b8e0a5c173d3777444339a70e823ae" and "57053cf3f3036919da9b738878f45074b3cdea62" have entirely different histories.

3 changed files with 9 additions and 38 deletions

View file

@ -12,7 +12,9 @@
</head> </head>
<body> <body>
<div class="taskbar"> <div class="taskbar">
<input class="start" type="button" onclick="location.href='/';" value="system64.dev"> <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='/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='/projects/index.html';" value="Projects">
<input class="taskbar" type="button" onclick="location.href='/ocs/index.html';" value="OC Refsheets"> <input class="taskbar" type="button" onclick="location.href='/ocs/index.html';" value="OC Refsheets">
@ -33,6 +35,6 @@
<input type="button" onclick="location.href='/projects/index.html';" value="Projects"> <input type="button" onclick="location.href='/projects/index.html';" value="Projects">
</div> </div>
</div> </div>
<img loading="lazy" class="home" src="/img/FlutterUndulate.png" alt="fluttershy undulate in a ms paint window"> <img loading="lazy" class="home" src="/img/FlutterUndulate.png" alt="fluttershy undulate in ms paint">
</div> </div>
</body> </body>

View file

@ -7,7 +7,7 @@
input { input {
-webkit-appearance: none; -webkit-appearance: none;
appearance: none; appearance: none;
background: #c3c3c3; background: #dad9d9;
box-shadow: inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px grey,inset 2px 2px #dfdfdf; box-shadow: inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px grey,inset 2px 2px #dfdfdf;
min-width: 200px; min-width: 200px;
@ -18,8 +18,7 @@ input {
font-family: 'Share Tech Mono', monospace; font-family: 'Share Tech Mono', monospace;
} }
input.taskbar { input.taskbar {
-webkit-appearance: none;
appearance: none;
background: #c3c3c3; background: #c3c3c3;
box-shadow: inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px grey,inset 2px 2px #dfdfdf; box-shadow: inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px grey,inset 2px 2px #dfdfdf;
@ -27,7 +26,7 @@ input.taskbar {
font-size: 13pt; font-size: 13pt;
font-weight: bold; font-weight: bold;
height: 26px; height: 27px;
min-width: 170px; min-width: 170px;
max-width: 230px; max-width: 230px;
margin-top: 1px; margin-top: 1px;
@ -38,26 +37,6 @@ input.taskbar:active {
background: #acacac; background: #acacac;
background-position: 2px; background-position: 2px;
} }
input.start {
height: 28px;
min-width: 130px;
max-width: 230px;
margin-top: 1px;
margin-left: 2px;
background: url(/img/taskbar/blueberry_pt.png) left no-repeat;
padding-left: 25px;
background-position: 3px;
font-size: 17px;
font-weight: bold;
}
input.start:active {
background-color: #acacac;
background-image: url(/img/taskbar/blueberry_pt.png) left no-repeat;
}
input:active { input:active {
background: #acacac; background: #acacac;
box-shadow: inset 0em 0em box-shadow: inset 0em 0em

View file

@ -29,16 +29,6 @@ li {
font-size: 15pt; font-size: 15pt;
list-style-type: square; list-style-type: square;
} }
p {
font-family: 'Share Tech Mono', monospace;
color: white;
}
a {
font-family: 'Share Tech Mono', monospace;
color: white;
}
/* Text based stuffs */ /* Text based stuffs */
body { body {
@ -51,8 +41,9 @@ body {
} }
div.main { div.main {
height: 100%;
align-items: center; align-items: center;
margin: 30vh auto auto 10vw; margin: auto;
} }
img.home { img.home {
@ -73,7 +64,6 @@ div.taskbar {
background-color: #c3c3c3; background-color: #c3c3c3;
box-shadow: inset -1px -1px #0a0a0a,inset 1px 1px #c3c3c3,inset -2px -2px grey,inset 2px 2px #dfdfdf; box-shadow: inset -1px -1px #0a0a0a,inset 1px 1px #c3c3c3,inset -2px -2px grey,inset 2px 2px #dfdfdf;
} }
/* Website layout */ /* Website layout */
img.webbutton{ img.webbutton{