diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-31 17:15:01 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-31 17:15:01 +0000 |
| commit | 41a99ba87e2e5789c2a33d7dc5f7d3d0c9871b8e (patch) | |
| tree | 3439b7d5bd681fe1ff2410903b82462d2bdcb79e /static | |
| parent | 47d5fd054a9d5e268ec44751ed952c31ef1d8ac2 (diff) | |
Refactor: extract remaining inline styles
Diffstat (limited to 'static')
| -rwxr-xr-x | static/css/browser.css | 2 | ||||
| -rw-r--r-- | static/css/chat_down.css | 4 | ||||
| -rw-r--r-- | static/css/chat_wrapper.css | 10 | ||||
| -rw-r--r-- | static/css/fame.css | 9 | ||||
| -rw-r--r-- | static/css/fullscreen2.css | 5 | ||||
| -rw-r--r-- | static/css/fullscreen_base.css | 4 | ||||
| -rw-r--r-- | static/css/password_reset.css | 12 | ||||
| -rw-r--r-- | static/css/reset.css | 49 | ||||
| -rw-r--r-- | static/css/rooms_vortex.css | 7 |
9 files changed, 101 insertions, 1 deletions
diff --git a/static/css/browser.css b/static/css/browser.css index e0d6c19..124b79c 100755 --- a/static/css/browser.css +++ b/static/css/browser.css @@ -84,7 +84,7 @@ border:1px solid #f0e0d6; text-align:center; position:fixed; width:100%; - bottom:0px; + bottom:3px; line-height:3.1; font-size:11px; word-spacing:8px; diff --git a/static/css/chat_down.css b/static/css/chat_down.css index 155cc8d..75a6367 100644 --- a/static/css/chat_down.css +++ b/static/css/chat_down.css @@ -4,3 +4,7 @@ body{ background-image:url('https://i.imgur.com/JR7Ge.gif'); overflow:hidden; } + +.chat-down-image { + margin-top: 15%; +} diff --git a/static/css/chat_wrapper.css b/static/css/chat_wrapper.css index 6d9a832..c7989ca 100644 --- a/static/css/chat_wrapper.css +++ b/static/css/chat_wrapper.css @@ -17,3 +17,13 @@ left: 50% !important; margin-left: -250px !important; } + +#vipinfo { + position: absolute; + z-index: 100000; + right: 50px; + bottom: 125px; + background: #fff; + padding: 10px; + opacity: 0.75; +} diff --git a/static/css/fame.css b/static/css/fame.css new file mode 100644 index 0000000..cf969ab --- /dev/null +++ b/static/css/fame.css @@ -0,0 +1,9 @@ +.hall-of-fame-title { font-size: 150%; } + +.hall-of-fame-select { + font-size: 14px; + color: #000; + font-family: verdana, sans-serif; + background-color: #fff; + font-weight: bold; +} diff --git a/static/css/fullscreen2.css b/static/css/fullscreen2.css index dfd3436..77ced2d 100644 --- a/static/css/fullscreen2.css +++ b/static/css/fullscreen2.css @@ -40,3 +40,8 @@ body { #supersize .activeslide img { display: inline; } + +#supersize { + width: 1224px; + height: 918px; +} diff --git a/static/css/fullscreen_base.css b/static/css/fullscreen_base.css index 4543044..22aed3a 100644 --- a/static/css/fullscreen_base.css +++ b/static/css/fullscreen_base.css @@ -65,6 +65,10 @@ input { display: none; } +.rememberme-row { + font-size: 80%; +} + #forgetpw { position: absolute; left: 5px; diff --git a/static/css/password_reset.css b/static/css/password_reset.css new file mode 100644 index 0000000..7dc2171 --- /dev/null +++ b/static/css/password_reset.css @@ -0,0 +1,12 @@ +#content.reset-content { z-index: 77; } + +#passwordreset #feedback { + color: red; + margin-bottom: 2em; +} + +#passwordreset label { + display: block; + text-align: left; + margin-bottom: -8px; +} diff --git a/static/css/reset.css b/static/css/reset.css new file mode 100644 index 0000000..f1af743 --- /dev/null +++ b/static/css/reset.css @@ -0,0 +1,49 @@ +/* reset.css + From http://meyerweb.com/eric/tools/css/reset/ + v1.0 | 20080212 */ +* { + padding: 0; + margin: 0; +} + +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, font, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td { + margin: 0; + padding: 0; + border: 0; + outline: 0; + font-size: 100%; + vertical-align: baseline; + background: transparent; + font-family: Arial, Helvetica, sans-serif; +} + +body { line-height: 1; } + +ol, ul { list-style: none; } + +blockquote, q { quotes: none; } + +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} + +:focus { outline: 0; } + +ins { text-decoration: none; } + +del { text-decoration: line-through; } + +table { + border-collapse: collapse; + border-spacing: 0; +} diff --git a/static/css/rooms_vortex.css b/static/css/rooms_vortex.css index f13c797..7bb2754 100644 --- a/static/css/rooms_vortex.css +++ b/static/css/rooms_vortex.css @@ -94,3 +94,10 @@ text-decoration:none; height: 10px; background: #eee; } + +#likebutton iframe { + border: none; + overflow: hidden; + width: 170px; + height: 80px; +} |
