summaryrefslogtreecommitdiff
path: root/static/css/rooms_dump2.css
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-04 19:25:03 +0000
committeryo momma <shutup@oops.wtf>2026-02-04 19:25:03 +0000
commit75cf2a9c3cd925d2d8de4b5ef98bdd55c29e9861 (patch)
tree457640db50cd62bac0649119abed37c3bdeb2fe7 /static/css/rooms_dump2.css
parentad4d74ea45be6b227027588f6515fb22fafc335a (diff)
Rebrand: rename dump assets/templates to hump
Diffstat (limited to 'static/css/rooms_dump2.css')
-rw-r--r--static/css/rooms_dump2.css42
1 files changed, 0 insertions, 42 deletions
diff --git a/static/css/rooms_dump2.css b/static/css/rooms_dump2.css
deleted file mode 100644
index cd8d1a6..0000000
--- a/static/css/rooms_dump2.css
+++ /dev/null
@@ -1,42 +0,0 @@
-#chat-wrapper {
- position: absolute;
- z-index: 2;
- right: 100px;
- bottom: 100px;
- height: 40px;
- width: 300px;
-}
-#welcome-rapper{
- position:fixed;
- width:100%;
- height:100%;
- display:table;
- z-index:10;
-}
-#welcome-rapper span{
- width:50%;
- height:50%;
- display:table-cell;
- float:left;
-}
-#welcome-rapper span h1{
- display:table-cell;
- vertical-align:middle;
-}
-
-#welcome-rapper span:nth-child(5){
- background:url(https://archive.hump.fm/images/20121011/1349988916417-humpfm-natasaurus-goes8_hg.gif)no-repeat center;
- background-size:cover;
-}
-#welcome-rapper span:nth-child(2){
- background:url(https://archive.hump.fm/images/20121001/1349067392929-humpfm-kiptok-fuckyousmall.png)no-repeat center;
- background-size:cover;
-}
-#welcome-rapper span:nth-child(4){
- background:url(/static/img/bg.dither.gif) repeat;
-}
-#welcome-rapper span iframe {
- width: 100%;
- background:white;
- height: 100%;
-}