summaryrefslogtreecommitdiff
path: root/static/css/rooms_hump2.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_hump2.css
parentad4d74ea45be6b227027588f6515fb22fafc335a (diff)
Rebrand: rename dump assets/templates to hump
Diffstat (limited to 'static/css/rooms_hump2.css')
-rw-r--r--static/css/rooms_hump2.css42
1 files changed, 42 insertions, 0 deletions
diff --git a/static/css/rooms_hump2.css b/static/css/rooms_hump2.css
new file mode 100644
index 0000000..cd8d1a6
--- /dev/null
+++ b/static/css/rooms_hump2.css
@@ -0,0 +1,42 @@
+#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%;
+}