diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-04 20:00:59 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-04 20:00:59 +0000 |
| commit | 74fbee8d95f42740a9f716109b0523b1619d1e87 (patch) | |
| tree | ac3bda7f11665408ec345b04eaf1e88614a9526b /static/css | |
| parent | e8822d8546199169a6bd1bb8592bf1d6c57f8e49 (diff) | |
Refactor: rename dump DOM ids to hump
Diffstat (limited to 'static/css')
| -rwxr-xr-x | static/css/hump.css | 4 | ||||
| -rwxr-xr-x | static/css/humpnewuser.css | 2 | ||||
| -rwxr-xr-x | static/css/index.css | 2 | ||||
| -rwxr-xr-x | static/css/indextest.css | 2 | ||||
| -rwxr-xr-x | static/css/indexxx.css | 5 | ||||
| -rwxr-xr-x | static/css/mgmt.css | 4 | ||||
| -rwxr-xr-x | static/css/top.css | 5 |
7 files changed, 11 insertions, 13 deletions
diff --git a/static/css/hump.css b/static/css/hump.css index 1dd4c6e..10ca3a7 100755 --- a/static/css/hump.css +++ b/static/css/hump.css @@ -1777,7 +1777,7 @@ img#avatarPic { .profiledash { overflow: auto; } -#mostrecentdumps { +#mostrecenthumps { display: inline-block; width: 595px; max-height: 98px; @@ -1785,7 +1785,7 @@ img#avatarPic { margin-top: -20px; overflow: hidden; } -#mostrecentdumps img { +#mostrecenthumps img { max-height: 94px; overflow: hidden; border: 1px solid #000; diff --git a/static/css/humpnewuser.css b/static/css/humpnewuser.css index 9a6ff6c..a8be901 100755 --- a/static/css/humpnewuser.css +++ b/static/css/humpnewuser.css @@ -61,7 +61,7 @@ top:23px; left:180px; z-index:2000; } -#dumppreview{ +#humppreview{ position:fixed; top:30%; left:15%; diff --git a/static/css/index.css b/static/css/index.css index 6ee34ee..d387fdc 100755 --- a/static/css/index.css +++ b/static/css/index.css @@ -230,7 +230,7 @@ text-decoration:none; color:#f0e; text-decoration:none; } -#dumpednow{ +#humpednow{ position:absolute; height:50px; width:420px; diff --git a/static/css/indextest.css b/static/css/indextest.css index 05a4545..fe2ed10 100755 --- a/static/css/indextest.css +++ b/static/css/indextest.css @@ -150,7 +150,7 @@ text-decoration:none; color:#f0e; text-decoration:none; } -#dumpednow{ +#humpednow{ position:absolute; height:50px; width:420px; diff --git a/static/css/indexxx.css b/static/css/indexxx.css index a71e0b1..b1a1b07 100755 --- a/static/css/indexxx.css +++ b/static/css/indexxx.css @@ -70,7 +70,7 @@ text-align:left; #divide{width: 900px;margin: 0pt 12px 0pt 16px; padding: 0pt; no-repeat scroll 0% 0% transparent;} #signin{ text-align: left;text-indent:6px;}#signinrapper{float: left; padding: 0pt; margin: 20px 0pt 0pt 10px; width: 450px; height: 220px;} -#aboutdump{ +#abouthump{ background-attachment:scroll; background-color:transparent; background-image:url("/static/grgrad.png"); @@ -285,7 +285,7 @@ text-decoration:none; color:#f0e; text-decoration:none; } -#dumpednow{ +#humpednow{ position:absolute; height:50px; width:420px; @@ -446,4 +446,3 @@ z-index:-20; display:none; } - diff --git a/static/css/mgmt.css b/static/css/mgmt.css index 7135f04..f4d1d6a 100755 --- a/static/css/mgmt.css +++ b/static/css/mgmt.css @@ -1631,7 +1631,7 @@ padding:1px; .profiledash{ overflow:auto; } -#mostrecentdumps{ +#mostrecenthumps{ display:inline-block; width:595px; max-height:98px; @@ -1639,7 +1639,7 @@ margin-left:-10px; margin-top:-20px; overflow:hidden; } -#mostrecentdumps img{ +#mostrecenthumps img{ max-height:94px; overflow:hidden; border:1px solid #000; diff --git a/static/css/top.css b/static/css/top.css index 9bcc9e8..b2581da 100755 --- a/static/css/top.css +++ b/static/css/top.css @@ -117,7 +117,7 @@ z-index:5; float:left; background-image:url(/static/img/ylgrad.png); } -#previewdump{ +#previewhump{ background-color:#fff; padding:5px; padding-left:15px; @@ -136,7 +136,7 @@ margin-right:-210px; -moz-border-radius-bottomright:5px; background-image:url(/static/img/grgrad.png); } -#previewdump a:hover{ +#previewhump a:hover{ color:#000000; } input { @@ -287,4 +287,3 @@ a.img_roll:hover{ ul.pagination { list-style-type:none; margin:0; padding:0; margin:9px auto; width:132px; } ul.pagination li { float:left; margin:0 5px;display:none; } ul.pagination a { display:block; width:12px; padding-top:12px; height:0; overflow:hidden; background-image:url(/static/img/pagination.png); background-position:0 0; background-repeat:no-repeat;} - |
