New font and new footer
This commit is contained in:
@@ -16,12 +16,19 @@ export default function Footer() {
|
|||||||
/>
|
/>
|
||||||
Start
|
Start
|
||||||
</div>
|
</div>
|
||||||
<span className={style.divider}></span>
|
|
||||||
<div className={style.windows}>
|
<div className={style.windows}>
|
||||||
<span className={style.window}>🚊 Timetable</span>
|
<span className={style.window}>
|
||||||
<span className={style.window}>🕐 Clock</span>
|
<span className={style.windowIcon}>🚊</span>Timetable
|
||||||
<span className={style.windowActive}>🔔 Terminal</span>
|
</span>
|
||||||
<span className={style.window}>🧹 Flatastic</span>
|
<span className={style.window}>
|
||||||
|
<span className={style.windowIcon}>🕐</span>Clock
|
||||||
|
</span>
|
||||||
|
<span className={style.windowActive}>
|
||||||
|
<span className={style.windowIcon}>🔔</span>Terminal
|
||||||
|
</span>
|
||||||
|
<span className={style.window}>
|
||||||
|
<span className={style.windowIcon}>🧹</span>Flatastic
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.container {
|
.container {
|
||||||
height: 35px;
|
height: 30px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
@@ -9,44 +9,37 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.taskbar {
|
.taskbar {
|
||||||
font-weight: bold;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.startButton {
|
.startButton {
|
||||||
|
font-weight: bold;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100px;
|
width: 80px;
|
||||||
border-top: 2px solid white;
|
border-top: 2px solid white;
|
||||||
border-left: 2px solid white;
|
border-left: 2px solid white;
|
||||||
border-bottom: 2px solid #828282;
|
border-bottom: 2px solid #828282;
|
||||||
border-right: 2px solid #828282;
|
border-right: 2px solid #828282;
|
||||||
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.startIcon {
|
.startIcon {
|
||||||
height: 30px;
|
height: 20px;
|
||||||
}
|
|
||||||
|
|
||||||
.divider {
|
|
||||||
margin: auto 8px;
|
|
||||||
width: 4px;
|
|
||||||
height: 25px;
|
|
||||||
border-top: 2px solid white;
|
|
||||||
border-left: 2px solid white;
|
|
||||||
border-bottom: 2px solid #828282;
|
|
||||||
border-right: 2px solid #828282;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.windows {
|
.windows {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
gap: 5px;
|
gap: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.window {
|
.window {
|
||||||
|
height: 25px;
|
||||||
min-width: 150px;
|
min-width: 150px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
@@ -57,6 +50,11 @@
|
|||||||
border-right: 2px solid #828282;
|
border-right: 2px solid #828282;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.windowIcon {
|
||||||
|
font-size: 11pt;
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.windowActive {
|
.windowActive {
|
||||||
min-width: 150px;
|
min-width: 150px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
:root {
|
:root {
|
||||||
font-family: Arial, sans-serif;
|
font-family: Noto Sans Condensed, sans-serif;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user