-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f9b57e
commit 9b78120
Showing
18 changed files
with
249 additions
and
146 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
.cheetah-main-container{ | ||
font-size: 1rem; | ||
text-align: center; | ||
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 50%); | ||
position: absolute; | ||
top: 25%; | ||
left: 25%; | ||
/* transform: translate(-50%, -50%); Move the element back by 50% of its own width and height */ | ||
transform: translate(431px, -914px); /* Move the element back by 50% of its own width and height */ | ||
outline: 1px hsl(0deg 0% 20%/70%); | ||
z-index: 2; | ||
height: fit-content; | ||
width: fit-content; | ||
} | ||
|
||
/*Head Section*/ | ||
.cheetah-header-container{ | ||
background-color: #ffffff; | ||
width: 100%; | ||
position: relative; | ||
display: flex; | ||
} | ||
|
||
.cheetah-left-header-section{ | ||
width:calc(100% - 45px); | ||
height: 30px; | ||
left: 0; | ||
} | ||
|
||
.cheetah-right-header-section{ | ||
height: 30px; | ||
right: 0; | ||
} | ||
|
||
.cheetah-h1{ | ||
color: #fff; | ||
font-size: 13px; | ||
font-weight: normal; | ||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; | ||
height: 29px; | ||
border-bottom: 1px transparent blue; | ||
width: fit-content; | ||
flex-grow: 1; | ||
display: flex; | ||
left: 0; | ||
} | ||
|
||
.cheetah-img{ | ||
height: 18px; | ||
width: 18px; | ||
position: relative; | ||
left: -5px; | ||
margin: 0 6px 0 8px; | ||
} | ||
|
||
.cheetah-figure{ | ||
padding-left: 6px; | ||
display: flex; | ||
align-items: center; | ||
height: 30px; | ||
} | ||
|
||
.cheetah-figcaption{ | ||
color: #000; | ||
overflow: hidden; | ||
text-overflow: ellipsis; | ||
white-space: nowrap; | ||
} | ||
|
||
.cheetah-button{ | ||
border-left: 1px transparent blue; | ||
box-sizing: content-box; | ||
color: #fff; | ||
display: flex; | ||
font-size: 20px; | ||
width: 45px; | ||
place-content: center; | ||
place-items: center; | ||
} | ||
|
||
.cheetah-svg{ | ||
fill: #ababab; | ||
margin-bottom: 2px; | ||
/* width: 10px; */ | ||
} | ||
|
||
.cheetah-nav{ | ||
display: flex; | ||
position: absolute; | ||
width: fit-content; | ||
right: 0; | ||
height: 30px; | ||
} | ||
|
||
|
||
.cheetah-body-container{ | ||
height: 100%; | ||
width: 100%; | ||
background-color: #f0f0f0; | ||
} | ||
|
||
.os-info{ | ||
height: 100%; | ||
width: 100%; | ||
padding:8px 8px 4px 8px; | ||
} | ||
|
||
.os-image{ | ||
width: 626px; | ||
height: 235px; | ||
margin-inline: auto; | ||
} | ||
|
||
.os-name{ | ||
font-size: 30px; | ||
text-align: center; | ||
color: #000; | ||
} | ||
.os-version{ | ||
font-size: 15px; | ||
text-align: center; | ||
color: #000; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<div ngDraggable [handle]="leftHS1" class="cheetah-main-container"> | ||
<div class="cheetah-header-container" tabindex="0"> | ||
<div #leftHS1 class="cheetah-left-header-section"> | ||
<h1 class="cheetah-h1"> | ||
<figure class="cheetah-figure"> | ||
<img class="cheetah-img" [src]="icon" /> | ||
<figcaption class="cheetah-figcaption"> {{name}} </figcaption> | ||
</figure> | ||
</h1> | ||
</div> | ||
<div class="cheetah-right-header-section"> | ||
<nav class="cheetah-nav"> | ||
<button class="cheetah-button" id="closeBtn" appHighlight (click)="onClosePropertyView()" title="Close" > | ||
<svg class="cheetah-svg" width="10" viewBox="0 0 10 10"> | ||
<path d="M10.2.7L9.5 0 5.1 4.4.7 0 0 .7l4.4 4.4L0 9.5l.7.7 4.4-4.4 4.4 4.4.7-.7-4.4-4.4z" fill = "#FFFFF"/> | ||
</svg> | ||
</button> | ||
</nav> | ||
</div> | ||
</div> | ||
<div class="cheetah-body-container"> | ||
<div class="os-info"> | ||
<div class="os-image"> | ||
<img [src]="cheetahIcon" /> | ||
</div> | ||
<div> <p class="os-name">CheetahOS</p> </div> | ||
<div> <p class="os-version">Version: 2.10.27 </p></div> | ||
<div> <p class="os-version">{{year}}</p></div> | ||
</div> | ||
</div> | ||
</div> |
Oops, something went wrong.