Skip to content

Commit

Permalink
Huge update
Browse files Browse the repository at this point in the history
Finally I can sleep tight knowing that I released the website
  • Loading branch information
IPTVmanreal committed May 31, 2024
1 parent be4c96a commit 8e1ae9c
Show file tree
Hide file tree
Showing 115 changed files with 2,334 additions and 723 deletions.
20 changes: 0 additions & 20 deletions 404.html

This file was deleted.

95 changes: 95 additions & 0 deletions assets/MetroAppUI.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
body {
background-color: rgb(24, 0, 82);
color: white;
margin: 0;
}

.app {
width: 100vw;
height: 100vh;
position: fixed;
left: 0;
top: 0;
background-color: rgb(27, 27, 27);
}

.app section {
padding: 60px 120px;
width: calc(100vw - 240px);
height: calc(100vh - 120px);
position: fixed;
left: 0;
top: 0;
display: none;
}

section#mainpage {
display: block;
}

.scrollblock {
width: calc(100% - 240px);
height: calc(100% - 80px);
position: absolute;
left: 0;
top: 0;
padding: 40px 120px 40px 120px;
display: flex;
overflow-x: auto;
}

section.WithHeader .scrollblock {
height: calc(100% - 194px);
padding: 0px 120px 40px 120px;
top: 154px
}

h1 {
font-size: 56px;
font-weight: 100;
margin: 20px 0;
}

.scrollblock .block {
height: 100%;
margin-right: 60px;
font-size: 16px;
min-width: 500px;
max-width: 500px;
}

.scrollblock .block:nth-last-child(1) {
margin-right: 0;
}

.scrollblock .block p {
text-align: justify;
}

.list {
width: 100%;
}

.list .elem {
height: 40px;
width: calc(100% - 8px);
padding: 4px;
position: relative;
transition: 0.2s cubic-bezier(0.1, 0.9, 0.2, 1);
}

.list .elem:nth-child(odd) {
background-color: rgba(50,50,50,0.2);
}

.list .elem:hover {
background-color: rgba(120,120,120,0.2);
}

.list .elem:active {
scale: 0.99;
}

.errormsg {
color: rgb(221, 183, 11);
}
Binary file removed assets/favicon.ico
Binary file not shown.
70 changes: 70 additions & 0 deletions assets/fonts.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
@font-face {
font-family: 'segoeui';
src: url(fonts/segoeuil.ttf);
font-weight: 100;
}

@font-face {
font-family: 'segoeui';
src: url(fonts/segoeuisl.ttf);
font-weight: 200;
}

@font-face {
font-family: 'segoeui';
src: url(fonts/segoeuisl.ttf);
font-weight: 300;
}

@font-face {
font-family: 'segoeui';
src: url(fonts/segoeui.ttf);
font-weight: 400;
}

@font-face {
font-family: 'segoeui';
src: url(fonts/segoeui.ttf);
font-weight: 500;
}

@font-face {
font-family: 'segoeui';
src: url(fonts/seguisb.ttf);
font-weight: 600;
}

@font-face {
font-family: 'segoeui';
src: url(fonts/seguisb.ttf);
font-weight: 700;
}

@font-face {
font-family: 'segoeui';
src: url(fonts/segoeuib.ttf);
font-weight: 800;
}

@font-face {
font-family: 'segoeui';
src: url(fonts/seguibl.ttf);
font-weight: 900;
}

@font-face {
font-family: 'msss';
src: url(fonts/micross.ttf);
font-weight: 900;
}

@font-face {
font-family: 'segoesymbol';
src: url(fonts/seguisym.ttf);
}

* {
font-family: 'segoeui', 'segoesymbol', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: 400;
user-select: none;
}
Binary file added assets/fonts/micross.ttf
Binary file not shown.
Binary file added assets/fonts/segoeui.ttf
Binary file not shown.
Binary file added assets/fonts/segoeuib.ttf
Binary file not shown.
Binary file added assets/fonts/segoeuii.ttf
Binary file not shown.
Binary file added assets/fonts/segoeuil.ttf
Binary file not shown.
Binary file added assets/fonts/segoeuisl.ttf
Binary file not shown.
Binary file added assets/fonts/segoeuiz.ttf
Binary file not shown.
Binary file added assets/fonts/seguibl.ttf
Binary file not shown.
Binary file added assets/fonts/seguibli.ttf
Binary file not shown.
Binary file added assets/fonts/seguili.ttf
Binary file not shown.
Binary file added assets/fonts/seguisb.ttf
Binary file not shown.
Binary file added assets/fonts/seguisbi.ttf
Binary file not shown.
Binary file added assets/fonts/seguisli.ttf
Binary file not shown.
Binary file added assets/fonts/seguisym.ttf
Binary file not shown.
Loading

0 comments on commit 8e1ae9c

Please sign in to comment.