Add menu buttons
This commit is contained in:
parent
bceccea001
commit
6969960b73
|
@ -8,7 +8,11 @@
|
|||
</head>
|
||||
<body>
|
||||
<div class="taskbar">
|
||||
<input class="taskbar" type="button" onclick="location.href='https://system64.dev';" 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;"> <!-- 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">
|
||||
<input class="taskbar" type="button" onclick="location.href='https://git.system64.dev'" value="Code (Gitea)">
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="main">
|
||||
|
|
|
@ -18,15 +18,16 @@ input {
|
|||
font-family: 'Share Tech Mono', monospace;
|
||||
}
|
||||
input.taskbar {
|
||||
background: #c3c3c3 url(/img/taskbar/blueberry_pt.png) left no-repeat;
|
||||
background-position: 2px;
|
||||
padding-left: 25px;
|
||||
|
||||
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-size: 13pt;
|
||||
|
||||
min-width: 130px;
|
||||
height: 27px;
|
||||
min-width: 170px;
|
||||
max-width: 230px;
|
||||
margin-top: 1px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue