Applied W95 theme and minor changes
This commit is contained in:
parent
1c7cc625d5
commit
97d7c6c5d0
13 changed files with 214 additions and 7 deletions
72
main.css
Normal file
72
main.css
Normal file
|
@ -0,0 +1,72 @@
|
|||
/*UwU*/
|
||||
.UwU {
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin: auto auto 0 auto;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin: auto auto 0 auto;
|
||||
}
|
||||
|
||||
li p {
|
||||
margin: 0.2em 0 0.2em 0;
|
||||
}
|
||||
|
||||
/*FOOTER*/
|
||||
h2,
|
||||
h5 {
|
||||
text-align: center;
|
||||
margin: 0.25em;
|
||||
}
|
||||
|
||||
.socials {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
a img {
|
||||
max-height: 30px;
|
||||
}
|
||||
|
||||
.social {
|
||||
margin: 5px;
|
||||
|
||||
}
|
||||
|
||||
.button {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#matrix-logo {
|
||||
filter: invert(1);
|
||||
}
|
||||
|
||||
.actionbar {
|
||||
margin: 1em;
|
||||
display: flex;
|
||||
align-content: center;
|
||||
}
|
||||
|
||||
.action-button {
|
||||
padding: 2px 10px 2px 10px;
|
||||
border: 3px solid transparent;
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.action-button:hover {
|
||||
border: 3px solid;
|
||||
border-color: var(--light-shade) var(--dark-shade) var(--dark-shade)
|
||||
var(--light-shade);
|
||||
}
|
||||
|
||||
/*SPECIALS*/
|
||||
.specials {
|
||||
margin: 0.2em;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue