core: redesign website #11

Merged
Trianta merged 122 commits from redesign into main 2024-12-10 03:16:37 -06:00
Showing only changes of commit b87d481826 - Show all commits

View File

@ -30,10 +30,9 @@ canvas {
}
#navBarLeft {
color: #fe640b;
text-shadow:1px 1px 10px #fe640b;
text-align: left;
font-size: 24px;
font-size: 14px;
padding: 4px;
margin-right: auto;
}
@ -43,8 +42,6 @@ canvas {
margin-top: 0px;
padding: 8px;
font-weight: bold;
border: 2px solid #4c4f69;
border-radius: 12px;
display: inline-block;
}
@ -108,24 +105,19 @@ p {
a {
text-decoration: none;
color: #8aadf4;
}
a:hover, a:active {
border-radius: 9px;
text-decoration: underline;
text-shadow: 1px 1px 1px #333;
animation: hover 3s linear infinite;
}
a.button {
margin: 14px 10%;
padding: 4px 12px;
border: 1px outset #bcc0cc;
border-radius: 9px;
color: #1e66f5;
display: inline-block;
background-color: #ccd0da;
text-decoration: none;
width: 80px;
text-align: center;