Skip to content

Commit

Permalink
owo
Browse files Browse the repository at this point in the history
  • Loading branch information
novafurry committed Jul 4, 2024
1 parent d8815c5 commit 9879258
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
10 changes: 8 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,23 @@ dockcontent {
display: inline-block;
height: calc(4em - 20px);
aspect-ratio: 1 / 1;
border-radius: 7.08467px;
border-radius: 250px;
transition: all 0.1s;
transition-timing-function: var(--transitionEasing);
}

.dockicon:hover {
scale: 90%;
box-shadow: 0px 0px 3px 3px #00ffff88, inset 0px 0px 3px 3px #00ffff88 !important;

}
.dockicon.active:hover {
scale: 90%;
box-shadow: 0px 0px 3px 3px #00a6ff88, inset 0px 0px 3px 3px #00a6ff88, 0px 0px 5px 5px #00ffff88, inset 0px 0px 5px 5px #00ffff88 !important;

}
.dockicon.active {
box-shadow: 0px 0px 3px 3px #00a6ff88;
box-shadow: 0px 0px 3px 3px #00a6ff88, inset 0px 0px 3px 3px #00a6ff88;
}

taskbar.edgePiece {
Expand Down
11 changes: 8 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,16 @@
<pill class="lblue"><span class="material-symbols-outlined">notifications</span>2</pill>
<pill class="lpurp"><span class="material-symbols-outlined">check</span>2</pill>
</zone>
<zone class="middle">middol</zone>
<zone class="middle" style="font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 48;">
<span class="material-symbols-outlined">globe</span>
<span class="material-symbols-outlined">folder_open</span>
<span class="material-symbols-outlined">settings</span>
<span class="material-symbols-outlined"></span>
</zone>
<zone class="right">
<pill class="yell"><span class="material-symbols-outlined">leak_add</span></pill>
<pill class="lred"><span class="material-symbols-outlined">cast</span></pill>
<pill class="lgree">4:20 <span class="material-symbols-outlined">Schedule</span></pill>
<pill class="lgree"><span class="material-symbols-outlined">cast</span></pill>
<pill class="lred">4:20 <span class="material-symbols-outlined">Schedule</span></pill>
</zone>
</taskbar>
<taskbar class="edgePieceLeft" hidden><select multiple="no" name="" id="windowList">
Expand Down

0 comments on commit 9879258

Please sign in to comment.