Add april fools stuff
This commit is contained in:
parent
e1778fcd59
commit
e37c663c43
9 changed files with 194 additions and 22 deletions
61
public/css/alternate/aprilfools.css
Normal file
61
public/css/alternate/aprilfools.css
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
* {
|
||||
font-family: "Comic Sans MS", cursive ;
|
||||
}
|
||||
|
||||
body {
|
||||
background: url('/images/roscoe_tile_rainbow.jpg');
|
||||
}
|
||||
|
||||
button:hover,
|
||||
footer img:hover {
|
||||
animation: rotater 2s linear infinite;
|
||||
}
|
||||
|
||||
div.page-container,
|
||||
div.wah,
|
||||
table.music-top10,
|
||||
form button,
|
||||
form input,
|
||||
form textarea,
|
||||
div.rosco-leko-gallery > div{
|
||||
background-color: #FAF8F6;
|
||||
}
|
||||
|
||||
table.music-top10,
|
||||
table.music-top10 tr td {
|
||||
border: rgb(250, 122, 110);
|
||||
}
|
||||
table.music-top10 tr:first-child th {
|
||||
border-right: rgb(250, 122, 110);
|
||||
border-bottom: rgb(250, 122, 110);
|
||||
}
|
||||
|
||||
table.music-top10 tr:first-child th,
|
||||
table.music-top10 tr td:first-child {
|
||||
background-color: rgba(250, 110, 210, 0.5);
|
||||
}
|
||||
|
||||
hr,
|
||||
div.page-container,
|
||||
div.wah,
|
||||
form button,
|
||||
form input,
|
||||
form textarea,
|
||||
div.gb-entry,
|
||||
div.current-track img,
|
||||
div.rosco-leko-gallery > div {
|
||||
border: 5px solid transparent;
|
||||
border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
|
||||
border-image-slice: 1;
|
||||
}
|
||||
|
||||
hr {
|
||||
border-bottom: none;
|
||||
border-right: none;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
@keyframes rotater {
|
||||
0% { transform: rotate(0deg) }
|
||||
100% { transform: rotate(360deg) }
|
||||
}
|
||||
BIN
public/images/logo-rainbow.gif
Normal file
BIN
public/images/logo-rainbow.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 314 B |
BIN
public/images/logo-rainbow.png
Normal file
BIN
public/images/logo-rainbow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
BIN
public/images/logo-v2-rainbow.gif
Normal file
BIN
public/images/logo-v2-rainbow.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 823 B |
BIN
public/images/roscoe_tile_rainbow.jpg
Normal file
BIN
public/images/roscoe_tile_rainbow.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
Loading…
Add table
Add a link
Reference in a new issue