TEMP (its bad): Home-page now has a near final design
This commit is contained in:
parent
694727c1fa
commit
56a31156f2
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue