Skip to content

Commit

Permalink
ding ding
Browse files Browse the repository at this point in the history
  • Loading branch information
mpax235 committed Dec 21, 2024
1 parent acf0d7c commit 112a37f
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 43 deletions.
44 changes: 33 additions & 11 deletions css/index.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// This is the old CSS used before the transparency update.
// This is the new CSS used after the transparency update.
// As a result of the new CSS, the 3DS no longer loads this website.
// However, it will hopefully still work with the old CSS.
*/
Expand All @@ -9,11 +9,16 @@ body {
padding: 0px;
font-family: 'Montserrat';
background-color: #000000;
background-image: url('../sources/websitebackground.png');
background-size: cover;
background-repeat: no-repeat;
height: 100%;
background-attachment: fixed;
background-position: center;
}

.homepage {
padding: 10px;
background-color: #000000;
}

.logo {
Expand Down Expand Up @@ -71,7 +76,7 @@ a {
margin: 0;
padding: 0;
overflow: hidden;
background-color: #161616;
background-color: #161616ae;
display: flex;
flex-direction: column;
}
Expand Down Expand Up @@ -116,8 +121,6 @@ a {

#github {
height: 40px;
margin-right: 10px;
display: flex;
}

.homepage button:hover {
Expand Down Expand Up @@ -200,7 +203,7 @@ td, th {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #111111;
background-color: #111111ae;
align-items: center;
}

Expand All @@ -217,7 +220,7 @@ td, th {
}

.footer {
display: flex;
display: none;
justify-content: space-between;
align-items: center;
background-color: #111111;
Expand All @@ -230,7 +233,7 @@ td, th {
}

.footer2 {
display: flex;
display: none;
justify-content: space-between;
align-items: center;
background-color: #111111;
Expand All @@ -248,7 +251,7 @@ td, th {
}

.galleryitem {
background-color: #111111;
background-color: #111111ae;
width: 231px;
margin: 5px;
}
Expand Down Expand Up @@ -281,14 +284,33 @@ td, th {
}

.column1project {
background-color: #222222;
background-color: #222222ae;
}

.column2project {
background-color: #101010;
background-color: #101010ae;
}

.columninnertext {
margin: 10px;
padding: 1px;
}

.socials {
margin-top: 10px;
background-color: #161616ae;
padding: 10px;
text-align: center;
}

#socialstext {
font-size: 24px;
}

.socialslinks {
margin-top: 10px;
}

#sociallink {
padding: 5px;
}
48 changes: 16 additions & 32 deletions css/old-inde.css → css/old-index.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
/*
// This is the old CSS used before the transparency update.
// As a result of the new CSS, the 3DS no longer loads this website.
// However, it will hopefully still work with the old CSS.
*/

body {
margin: 0px;
padding: 0px;
font-family: 'Montserrat';
background-color: #000000;
background-image: url('../sources/websitebackground.png');
background-size: cover;
background-repeat: no-repeat;
height: 100%;
background-attachment: fixed;
background-position: center;
}

.homepage {
padding: 10px;
background-color: #000000;
}

.logo {
Expand Down Expand Up @@ -70,7 +71,7 @@ a {
margin: 0;
padding: 0;
overflow: hidden;
background-color: #161616ae;
background-color: #161616;
display: flex;
flex-direction: column;
}
Expand Down Expand Up @@ -115,6 +116,8 @@ a {

#github {
height: 40px;
margin-right: 10px;
display: flex;
}

.homepage button:hover {
Expand Down Expand Up @@ -197,7 +200,7 @@ td, th {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #111111ae;
background-color: #111111;
align-items: center;
}

Expand All @@ -214,7 +217,7 @@ td, th {
}

.footer {
display: none;
display: flex;
justify-content: space-between;
align-items: center;
background-color: #111111;
Expand All @@ -227,7 +230,7 @@ td, th {
}

.footer2 {
display: none;
display: flex;
justify-content: space-between;
align-items: center;
background-color: #111111;
Expand All @@ -245,7 +248,7 @@ td, th {
}

.galleryitem {
background-color: #111111ae;
background-color: #111111;
width: 231px;
margin: 5px;
}
Expand Down Expand Up @@ -278,33 +281,14 @@ td, th {
}

.column1project {
background-color: #222222ae;
background-color: #222222;
}

.column2project {
background-color: #101010ae;
background-color: #101010;
}

.columninnertext {
margin: 10px;
padding: 1px;
}

.socials {
margin-top: 10px;
background-color: #161616ae;
padding: 10px;
text-align: center;
}

#socialstext {
font-size: 24px;
}

.socialslinks {
margin-top: 10px;
}

#sociallink {
padding: 5px;
}

0 comments on commit 112a37f

Please sign in to comment.