Remove useless stuff

This commit is contained in:
2024-11-12 21:57:29 +08:00
parent d9b31d03da
commit b0977d5e9a
3 changed files with 6 additions and 94 deletions

View File

@ -2,26 +2,6 @@ body {
background: url(../image/background.jpg) fixed;
background-size: cover;
}
#urlBox {
padding: 10px 0 0 5px;
border: 1px solid rgba(0,0,0,.125);
border-radius: 5px;
}
#urlBox .url {
padding: 5px;
}
#urlBox .url input {
width: 100%;
font-size: 16px;
line-height: 32px;
color: #000;
border: none;
border-bottom: 1px solid rgba(0,0,0,.125);
}
#content {
background-color: white;
opacity: 0.75;