diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-04 19:04:59 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-04 19:04:59 +0000 |
| commit | ad4d74ea45be6b227027588f6515fb22fafc335a (patch) | |
| tree | dc33e854cc1f6f7d12ca746edef0e844be17f97f /static/css/header.css | |
| parent | ae480c44c59a9e77ea279f2208dd7f932079e078 (diff) | |
Refactor UI: dump classes -> hump
Diffstat (limited to 'static/css/header.css')
| -rwxr-xr-x | static/css/header.css | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/static/css/header.css b/static/css/header.css index 571ed06..d0bbf8e 100755 --- a/static/css/header.css +++ b/static/css/header.css @@ -184,7 +184,7 @@ color:#000; color:#000; text-decoration: none; text-shadow: -0.5px -0.5px 0px #f0e; } -#dumplist{ +#humplist{ top:0px:width:100%;padding:0px;background-color:#fff; color:#000;font-size:60%;text-transform:uppercase;text-decoration: none; border-bottom:1px solid #999;text-align:right; @@ -195,9 +195,9 @@ padding-right:70px;line-height:1.1;background-color:#eff5fb; -moz-border-radius-bottomleft:5px;text-decoration: none; border-left:1px solid #999;*/ } -#dumplist a{color:#000;font-size:100%;text-transform:uppercase;text-decoration: none; +#humplist a{color:#000;font-size:100%;text-transform:uppercase;text-decoration: none; } -#dumplist a:hover{color:#000;text-decoration: none; +#humplist a:hover{color:#000;text-decoration: none; } #rapper7{ @@ -245,12 +245,12 @@ img.chat-thumb { } -.dump .nick { +.hump .nick { position: relative; padding-right: 15px; } -.logged-dump { +.logged-hump { position: relative; } @@ -455,7 +455,7 @@ color:#000; color:#000; text-decoration: none; text-shadow: -0.5px -0.5px 0px #f0e; } -#dumplist{ +#humplist{ top:0px:width:100%;padding:0px;background-color:#fff; color:#000;font-size:60%;text-transform:uppercase;text-decoration: none; border-bottom:1px solid #999;text-align:right; @@ -466,9 +466,9 @@ padding-right:70px;line-height:1.1;background-color:#eff5fb; -moz-border-radius-bottomleft:5px;text-decoration: none; border-left:1px solid #999;*/ } -#dumplist a{color:#000;font-size:100%;text-transform:uppercase;text-decoration: none; +#humplist a{color:#000;font-size:100%;text-transform:uppercase;text-decoration: none; } -#dumplist a:hover{color:#000;text-decoration: none; +#humplist a:hover{color:#000;text-decoration: none; } #rapper7{ @@ -516,12 +516,12 @@ img.chat-thumb { } -.dump .nick { +.hump .nick { position: relative; padding-right: 15px; } -.logged-dump { +.logged-hump { position: relative; } @@ -600,7 +600,7 @@ background-attachment:fixed; } .content{background-color:white;} .nick{background-color:white;margin-right:3px;} -.msgDiv dump{background-color:white;} +.msgDiv.hump{background-color:white;} /*searchstuff*/ #searchbox{ position:absolute; |
