removed resources directory (not source code) and added it to .gitignore; moved scss files one level up
This commit is contained in:
parent
6cf10d85cd
commit
24f0f9dc20
36 changed files with 7 additions and 1416 deletions
|
@ -1,50 +0,0 @@
|
|||
footer {
|
||||
background: rgb(30, 30, 45);
|
||||
color: rgb(200, 200, 230);
|
||||
margin-top: 100px;
|
||||
white-space: nowrap;
|
||||
overflow-x: auto;
|
||||
.container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.website-subnav {
|
||||
margin-left: auto;
|
||||
ul {
|
||||
display: flex;
|
||||
padding: 0;
|
||||
}
|
||||
li {
|
||||
list-style-type: none;
|
||||
padding: 10px 0 10px 30px;
|
||||
}
|
||||
a {
|
||||
color: rgb(200, 200, 230);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
footer::after {
|
||||
content: '';
|
||||
background: rgb(30, 30, 45);
|
||||
position: fixed;
|
||||
height: 10000px;
|
||||
width: 100vw;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
footer {
|
||||
.container {
|
||||
max-width: none;
|
||||
.website-version {
|
||||
order: 2;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
.website-subnav {
|
||||
li {
|
||||
padding: 10px 30px 10px 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,37 +0,0 @@
|
|||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
@font-face {
|
||||
font-family: PoppinsLatin;
|
||||
src: url(/fonts/PoppinsLatin-Regular.otf);
|
||||
}
|
||||
html {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: rgb(255, 130, 130) rgb(60, 60, 90);
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
body {
|
||||
background: rgb(40, 40, 60);
|
||||
color: rgb(240, 240, 255);
|
||||
margin: 0;
|
||||
font-family: PoppinsLatin, Monaco, Lucida Console, monospace;
|
||||
display: grid;
|
||||
}
|
||||
a {
|
||||
color: rgb(255, 130, 130);
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: calc(100% - 40px);
|
||||
max-width: 1140px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
main {
|
||||
width: 100vw;
|
||||
}
|
|
@ -1,44 +0,0 @@
|
|||
nav {
|
||||
background: rgb(60, 60, 90);
|
||||
white-space: nowrap;
|
||||
overflow-x: auto;
|
||||
.container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.website-name {
|
||||
a {
|
||||
color: rgb(245, 245, 245);
|
||||
text-decoration: none;
|
||||
background: rgb(255, 130, 130);
|
||||
padding: 5px 10px;
|
||||
border-radius: 20px;
|
||||
text-shadow: rgb(255, 100, 100) 2px 2px;
|
||||
}
|
||||
}
|
||||
.website-nav {
|
||||
margin-left: auto;
|
||||
ul {
|
||||
display: flex;
|
||||
padding: 0;
|
||||
}
|
||||
li {
|
||||
list-style-type: none;
|
||||
padding: 10px 0 10px 30px;
|
||||
}
|
||||
a {
|
||||
color: rgb(245, 245, 245);
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@media (max-width: 600px) {
|
||||
nav {
|
||||
.container {
|
||||
max-width: none;
|
||||
.website-nav {
|
||||
padding: 0 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue