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