New site theme and removal of unneeded assets.
This commit is contained in:
parent
37ebc025d8
commit
4d3e841074
22 changed files with 17 additions and 176 deletions
|
@ -2,11 +2,10 @@
|
|||
/* This CSS document is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. Get a copy of the license at https://creativecommons.org/licenses/by-sa/4.0/legalcode */
|
||||
|
||||
body {
|
||||
background-color: #a36969;
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='charlie-brown' fill='%23c7b7b7' fill-opacity='0.4'%3E%3Cpath d='M9.8 12L0 2.2V.8l10 10 10-10v1.4L10.2 12h-.4zm-4 0L0 6.2V4.8L7.2 12H5.8zm8.4 0L20 6.2V4.8L12.8 12h1.4zM9.8 0l.2.2.2-.2h-.4zm-4 0L10 4.2 14.2 0h-1.4L10 2.8 7.2 0H5.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
|
||||
background-size: 100px;
|
||||
background-image: radial-gradient(circle, #ff99cc, #ff99aa, #ffaa99);
|
||||
color: #ffffff;
|
||||
text-align: center;
|
||||
text-shadow: 0px 0px 50px #444444;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
|
@ -29,15 +28,20 @@ a:active {
|
|||
.content {
|
||||
margin: auto;
|
||||
width: 60%;
|
||||
background-color: rgba(255, 255, 255, 0.4);
|
||||
border: 2px solid #ffffff;
|
||||
border-radius: 15px;
|
||||
padding: 20px 20px;
|
||||
}
|
||||
|
||||
.button {
|
||||
background-color: rgba(255, 255, 255, 0.4);
|
||||
backdrop-filter: blur(5px);
|
||||
border-radius: 15px;
|
||||
border: 0px solid #ffffff;
|
||||
border: 2px solid #ffffff;
|
||||
padding: 10px 10px;
|
||||
text-decoration: none;
|
||||
text-shadow: 0px 0px 25px #444444;
|
||||
display: inline-block;
|
||||
font-size: 15px;
|
||||
margin: 4px 2px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue