diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-04 19:25:03 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-04 19:25:03 +0000 |
| commit | 75cf2a9c3cd925d2d8de4b5ef98bdd55c29e9861 (patch) | |
| tree | 457640db50cd62bac0649119abed37c3bdeb2fe7 /static/css | |
| parent | ad4d74ea45be6b227027588f6515fb22fafc335a (diff) | |
Rebrand: rename dump assets/templates to hump
Diffstat (limited to 'static/css')
| -rwxr-xr-x | static/css/dis.hump.fm.css (renamed from static/css/dis.dump.fm.css) | 0 | ||||
| -rwxr-xr-x | static/css/header.css | 4 | ||||
| -rwxr-xr-x | static/css/hump.css (renamed from static/css/dump.css) | 8 | ||||
| -rwxr-xr-x | static/css/humpnewuser.css (renamed from static/css/dumpnewuser.css) | 0 | ||||
| -rwxr-xr-x | static/css/log.css | 2 | ||||
| -rw-r--r-- | static/css/meme_pages.css | 4 | ||||
| -rwxr-xr-x | static/css/mgmt.css | 8 | ||||
| -rw-r--r-- | static/css/rooms_hump2.css (renamed from static/css/rooms_dump2.css) | 0 | ||||
| -rw-r--r-- | static/css/rooms_humptest_fullscreen.css (renamed from static/css/rooms_dumptest_fullscreen.css) | 0 | ||||
| -rwxr-xr-x | static/css/top.css | 4 |
10 files changed, 15 insertions, 15 deletions
diff --git a/static/css/dis.dump.fm.css b/static/css/dis.hump.fm.css index 97b3f4a..97b3f4a 100755 --- a/static/css/dis.dump.fm.css +++ b/static/css/dis.hump.fm.css diff --git a/static/css/header.css b/static/css/header.css index d0bbf8e..1454d65 100755 --- a/static/css/header.css +++ b/static/css/header.css @@ -5,13 +5,13 @@ a.img_roll:link, .img_roll{ width:130px; height:46px; display:block; - background-image:url(/static/img/dumppixel.png); + background-image:url(/static/img/humppixel.png); } a.img_roll:hover{ width:130px; height:46px; display:block; - background-image:url(/static/img/dumppixelhover.png); + background-image:url(/static/img/humppixelhover.png); } html, body, div, span, applet, object, iframe, diff --git a/static/css/dump.css b/static/css/hump.css index 64751ab..1dd4c6e 100755 --- a/static/css/dump.css +++ b/static/css/hump.css @@ -68,25 +68,25 @@ a.img_roll:link, .img_roll { width: 130px; height: 46px; display: block; - background-image: url(/static/img/dumppixel.png); + background-image: url(/static/img/humppixel.png); } a.img_roll:hover { width: 130px; height: 46px; display: block; - background-image: url(/static/img/dumppixelhover.png); + background-image: url(/static/img/humppixelhover.png); } a.img_rolldis:link, .img_rolldis { width: 130px; height: 46px; display: inline-block; - background-image: url(/static/img/dumppixel.png); + background-image: url(/static/img/humppixel.png); } a.img_rolldis:hover { width: 130px; height: 46px; display: inline-block; - background-image: url(/static/img/dumppixelhover.png); + background-image: url(/static/img/humppixelhover.png); } diff --git a/static/css/dumpnewuser.css b/static/css/humpnewuser.css index 9a6ff6c..9a6ff6c 100755 --- a/static/css/dumpnewuser.css +++ b/static/css/humpnewuser.css diff --git a/static/css/log.css b/static/css/log.css index 82e68e2..eeb3516 100755 --- a/static/css/log.css +++ b/static/css/log.css @@ -335,7 +335,7 @@ height:auto; margin-top:-100px; width:600; - background-image:url(/static/img/dumpcats2.png); + background-image:url(/static/img/humpcats2.png); margin-left:40} #newuser a{font-size:28; diff --git a/static/css/meme_pages.css b/static/css/meme_pages.css index 9d7028f..4df33a5 100644 --- a/static/css/meme_pages.css +++ b/static/css/meme_pages.css @@ -125,14 +125,14 @@ a.img_roll:link, width: 130px; height: 46px; display: block; - background-image: url(/static/img/dumppixel.png); + background-image: url(/static/img/humppixel.png); } a.img_roll:hover { width: 130px; height: 46px; display: block; - background-image: url(/static/img/dumppixelhover.png); + background-image: url(/static/img/humppixelhover.png); } a { diff --git a/static/css/mgmt.css b/static/css/mgmt.css index a65ce76..7135f04 100755 --- a/static/css/mgmt.css +++ b/static/css/mgmt.css @@ -63,26 +63,26 @@ a.img_roll:link, .img_roll{ width:130px; height:46px; display:block; - background-image:url(/static/img/dumppixel.png); + background-image:url(/static/img/humppixel.png); } .fulltxt a{color:red;} a.img_roll:hover{ width:130px; height:46px; display:block; - background-image:url(/static/img/dumppixelhover.png); + background-image:url(/static/img/humppixelhover.png); } a.img_rolldis:link, .img_rolldis{ width:130px; height:46px; display:inline-block; - background-image:url(/static/img/dumppixel.png); + background-image:url(/static/img/humppixel.png); } a.img_rolldis:hover{ width:130px; height:46px; display:inline-block; - background-image:url(/static/img/dumppixelhover.png); + background-image:url(/static/img/humppixelhover.png); } #userlist a{ diff --git a/static/css/rooms_dump2.css b/static/css/rooms_hump2.css index cd8d1a6..cd8d1a6 100644 --- a/static/css/rooms_dump2.css +++ b/static/css/rooms_hump2.css diff --git a/static/css/rooms_dumptest_fullscreen.css b/static/css/rooms_humptest_fullscreen.css index 902ee61..902ee61 100644 --- a/static/css/rooms_dumptest_fullscreen.css +++ b/static/css/rooms_humptest_fullscreen.css diff --git a/static/css/top.css b/static/css/top.css index d6a9b49..9bcc9e8 100755 --- a/static/css/top.css +++ b/static/css/top.css @@ -258,13 +258,13 @@ a.img_roll:link, .img_roll{ width:800px; height:283px; display:block; - background-image:url(/static/img/dumppixellarge.png); + background-image:url(/static/img/humppixellarge.png); } a.img_roll:hover{ width:800px; height:283px; display:block; - background-image:url(/static/img/dumppixellargeover.png); + background-image:url(/static/img/humppixellargeover.png); } |
