dbz
This commit is contained in:
parent
f7dc87d512
commit
ed10896fe9
4 changed files with 6 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
bg/*
|
|
BIN
bg/dbz.png
Normal file
BIN
bg/dbz.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 MiB |
|
@ -16,6 +16,7 @@
|
||||||
<option value="lain">lain</option>
|
<option value="lain">lain</option>
|
||||||
<option value="sakura">sakura</option>
|
<option value="sakura">sakura</option>
|
||||||
<option value="squirtle">squirtle</option>
|
<option value="squirtle">squirtle</option>
|
||||||
|
<option value="dbz">dbz</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
@ -89,6 +90,7 @@ function changeWallpaper(bg) {
|
||||||
'lain': 'lain.png',
|
'lain': 'lain.png',
|
||||||
'sakura': 'sakura.jpg',
|
'sakura': 'sakura.jpg',
|
||||||
'squirtle': 'squirtle.gif'
|
'squirtle': 'squirtle.gif'
|
||||||
|
'dbz': 'dbz.png'
|
||||||
}
|
}
|
||||||
|
|
||||||
document.body.style.backgroundImage = "url('bg/"+ bg_map[bg] +"')";
|
document.body.style.backgroundImage = "url('bg/"+ bg_map[bg] +"')";
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
body {
|
body {
|
||||||
background-image: url("bg/frogs.jpg");
|
background-image: url("bg/frogs.jpg");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
font-family: monospace, monospace;
|
font-family: monospace, monospace;
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
color: #e6e6fa;
|
color: #e6e6fa;
|
||||||
|
@ -32,10 +33,10 @@ option, select {
|
||||||
|
|
||||||
.link-container {
|
.link-container {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
background: rgba(255, 255, 255, 0.11);
|
background: rgba(255, 255, 50, 0.11);
|
||||||
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(15px);
|
||||||
-webkit-backdrop-filter: blur(10px);
|
-webkit-backdrop-filter: blur(15px);
|
||||||
border: 1px solid rgba(255, 255, 255, 0.26);
|
border: 1px solid rgba(255, 255, 255, 0.26);
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue