diff options
Diffstat (limited to 'static/css')
| -rwxr-xr-x | static/css/ChatBubble-simple.css | 7 | ||||
| -rwxr-xr-x | static/css/browser.css | 26 | ||||
| -rw-r--r-- | static/css/chat_down.css | 4 | ||||
| -rw-r--r-- | static/css/chat_wrapper.css | 10 | ||||
| -rwxr-xr-x | static/css/dump.css | 95 | ||||
| -rw-r--r-- | static/css/error_ie.css | 6 | ||||
| -rw-r--r-- | static/css/fame.css | 9 | ||||
| -rwxr-xr-x | static/css/front.css | 58 | ||||
| -rw-r--r-- | static/css/frontpage_legacy.css | 5 | ||||
| -rw-r--r-- | static/css/frontpage_profile.css | 3 | ||||
| -rw-r--r-- | static/css/fullscreen2.css | 5 | ||||
| -rw-r--r-- | static/css/fullscreen_base.css | 4 | ||||
| -rw-r--r-- | static/css/fullscreen_box.css | 4 | ||||
| -rwxr-xr-x | static/css/index.css | 49 | ||||
| -rw-r--r-- | static/css/meme_pages.css | 21 | ||||
| -rwxr-xr-x | static/css/mgmt.css | 10 | ||||
| -rw-r--r-- | static/css/newlog.css | 1 | ||||
| -rw-r--r-- | static/css/password_reset.css | 12 | ||||
| -rw-r--r-- | static/css/profile_dashboard.css | 5 | ||||
| -rw-r--r-- | static/css/req_reset.css | 1 | ||||
| -rw-r--r-- | static/css/reset.css | 49 | ||||
| -rw-r--r-- | static/css/rooms_vortex.css | 39 | ||||
| -rw-r--r-- | static/css/simplerlog.css | 2 | ||||
| -rw-r--r-- | static/css/terms.css | 9 | ||||
| -rwxr-xr-x | static/css/top.css | 17 |
25 files changed, 423 insertions, 28 deletions
diff --git a/static/css/ChatBubble-simple.css b/static/css/ChatBubble-simple.css index 0e3c319..67f29d1 100755 --- a/static/css/ChatBubble-simple.css +++ b/static/css/ChatBubble-simple.css @@ -14,6 +14,11 @@ position:fixed; top:20; left:20; } + +.help-body { + width: 475px; + font-family: Arial, Helvetica, sans-serif; +} div.CBmsg { display: table; margin-bottom: 0.5em; @@ -149,4 +154,4 @@ div.CBiconL > img { width:12px; /* bottom corner width */ margin-left:-12px; background-position:bottom left; -}
\ No newline at end of file +} diff --git a/static/css/browser.css b/static/css/browser.css index e0d6c19..4c115e6 100755 --- a/static/css/browser.css +++ b/static/css/browser.css @@ -1,13 +1,23 @@ /* pichat.css */ body { - font-size:13; - font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; - margin:2%; - background-repeat:repeat-x; - background-position:top; - -} + font-size:13; + font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; + margin:2%; + background-repeat:repeat-x; + background-position:top; + + } + + .is-hidden { + display: none; + } + + #content.content-hearts { + background-image: url(/static/hearts.gif); + background-repeat: repeat; + height: 800px; + } #rapper{ } #container { @@ -84,7 +94,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/dump.css b/static/css/dump.css index 1b8c9c6..cab2bfe 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -1043,10 +1043,94 @@ a:active { display: none !important; } +.is-hidden { + display: none; +} + .is-relative { position: relative; } +.float-left { + float: left; +} + +.content-no-padding { + padding: 0; +} + +.p-2 { + padding: 2px; +} + +.dash-total { + width: 100%; + height: 100%; + z-index: -1; +} + +.dash-total--avatar { + opacity: 0.1; +} + +.dash-total--stripes { + background-image: url(/static/img/thumbs/stripes.gif); +} + +.bg-white { + background-color: #fff; +} + +.bg-hearts { + background-image: url(/static/img/hearts.gif); + background-repeat: repeat; +} + +.hearts-frame { + overflow-x: hidden; + padding: 5px; + background-image: url(/static/img/hearts.gif); + background-repeat: repeat; +} + +.dropdown-window { + overflow: hidden; + height: 600px; + position: absolute; +} + +.loading-bar { + position: absolute; + left: 50%; + top: 50%; +} +.loading-bar-label { + position: absolute; + font-family: arial; + font-size: 10px; + color: #ccc; + background: #000; + left: -50px; + top: -18px; + padding: 1px; +} +.loading-bar-track { + position: absolute; + left: -50px; + top: -5px; + font-size: 1px; + width: 100px; + height: 10px; + background: #333; +} +.loading-bar-fill { + position: absolute; + font-size: 1px; + width: 0px; + height: 10px; + background: #eee; +} + .embed-frame { border: 7px inset #ccc; margin: 0; @@ -2069,6 +2153,17 @@ a.msgbtn:active { #fblike { margin-top: 6px; margin-left: 6px; + border: none; + overflow: hidden; + width: 100px; + height: 21px; +} + +.fb-like-wide { + border: none; + overflow: hidden; + width: 500px; + height: 26px; } #logo { float: left; diff --git a/static/css/error_ie.css b/static/css/error_ie.css new file mode 100644 index 0000000..cfdeabb --- /dev/null +++ b/static/css/error_ie.css @@ -0,0 +1,6 @@ +#iesucks { + margin: 10%; + font-size: 15px; + font-family: Arial, sans serif; + color: black; +} 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/front.css b/static/css/front.css index c7f42bc..39e7700 100755 --- a/static/css/front.css +++ b/static/css/front.css @@ -123,6 +123,64 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#ccc, offX=3, offY=4, .is-relative { position: relative; } +.is-hidden { + display: none; +} + +.loading-bar { + position: absolute; + left: 50%; + top: 50%; +} +.loading-bar-label { + position: absolute; + font-family: arial; + font-size: 10px; + color: #ccc; + background: #000; + left: -50px; + top: -18px; + padding: 1px; +} +.loading-bar-track { + position: absolute; + left: -50px; + top: -5px; + font-size: 1px; + width: 100px; + height: 10px; + background: #333; +} +.loading-bar-fill { + position: absolute; + font-size: 1px; + width: 0px; + height: 10px; + background: #eee; +} + +#fblike { + border: none; + overflow: hidden; + width: 100px; + height: 21px; +} +.fullscreen-thumb { + overflow: hidden; + width: 240px; + height: 200px; + border: 0px; +} +.fullscreen-bg { + overflow: hidden; + width: 100%; + height: 100%; + border: 0px; + z-index: -1; + position: fixed; + top: 0px; + left: 0px; +} #signin-submit { display:inline-block; width:90px; diff --git a/static/css/frontpage_legacy.css b/static/css/frontpage_legacy.css index c667daa..21c0f94 100644 --- a/static/css/frontpage_legacy.css +++ b/static/css/frontpage_legacy.css @@ -17,7 +17,7 @@ img{border:0px;} #posts a{text-decoration:none; font-family:Arial, Helvetica, sans-serif;letter-spacing:0px;color:#f0e;} #posts a:hover{color:#333;text-decoration:none;} #sideinfo{ color:#333; padding:12px;margin:7px;font-size:47px;float:left;min-height:210px;width:240px;border:1px inset #f1f1f1; border-radius:3px;-webkit-border-radius:3px;-moz-border-radius: 3px;background-color:white;font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;font-weight:bold; line-height:55px;} -.alttxt{font-size:18px;line-height:20px;} +.alttxt{font-size:18px;line-height:20px;text-transform:uppercase;text-align:left;} .logged-dump{border:1px inset #f1f1f1; border-radius:3px;-webkit-border-radius:3px;-moz-border-radius: 3px;font-family:Arial, Helvetica, sans-serif;float:left;max-width:250px;min-width:230px;padding:7px;margin:7px;background-color:white} .logged-dump img{max-width:240px;max-height:240px;padding-top:3px; } .buttons img{display:none;z-index:4;float:left;padding-top:5px;cursor:pointer;} @@ -42,7 +42,7 @@ z-index:4; #pgbuttons{position:fixed;bottom:6px;right:0px;/*border-top:1px ridge #333;*/min-width:70px;padding:5px;} #pgbuttons a{text-decoration:none;} #footer{word-spacing:20px;font-size:11px;font-family: Monaco, "Courier New", Courier, monospace;text-align:center;margin:7px;color:#333;width:900px;display:block;height:18px;overflow:hidden;} -#footer a{text-decoration:none;color:#333;} +#footer a{text-decoration:none;color:#333;word-spacing:normal;} #footer a:hover{color:#000;} #pgbuttons input{color:#eee;letter-spacing:1px; text-decoration:none; @@ -64,6 +64,7 @@ z-index:4; .hallscore{margin-right:-20px;color:#fff;text-align:center;margin-top:-20px;float:right;font-size:40px;z-index:1;padding:6px;background-image:url('/static/img/hallheart.png');background-position:top left;font-style: oblique;font-weight:100;height:50px;width:50px;text-shadow:-1px 1px 0px #000;line-height:37px;text-indent:4px;} body.logged-in .hallscore{cursor:pointer;} .hallnick{font-size:16px;} +#hallnick iframe{overflow:hidden;width:240px;height:200px;border:0px;} a#disregister { background: #FCF0AD; color: #fe1409; diff --git a/static/css/frontpage_profile.css b/static/css/frontpage_profile.css index 247160e..2267600 100644 --- a/static/css/frontpage_profile.css +++ b/static/css/frontpage_profile.css @@ -25,7 +25,7 @@ img{border:0px;} #pgbuttons{position:fixed;bottom:6px;right:0px;/*border-top:1px ridge #333;*/min-width:70px;padding:5px;} #pgbuttons a{text-decoration:none;} #footer{word-spacing:20px;font-size:11px;font-family: Monaco, "Courier New", Courier, monospace;text-align:center;margin:7px;color:#333;width:900px;display:block;height:18px;overflow:hidden;} -#footer a{text-decoration:none;color:#333;} +#footer a{text-decoration:none;color:#333;word-spacing:normal;} #footer a:hover{color:#000;} #pgbuttons input{color:#eee;letter-spacing:1px; text-decoration:none; @@ -47,6 +47,7 @@ img{border:0px;} #hallscore{right:-11px;color:#fff;text-align:center;top:-13px;position:absolute;font-size:40px;z-index:1;padding:6px;background-image:url('/static/img/hallheart.png');background-position:top left;font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;font-weight:100;height:50px;width:50px; text-shadow:-1px 1px 0px #000;line-height:37px;text-indent:5px; } #hallnick{font-size:16px;} +#hallnick iframe{overflow:hidden;width:240px;height:200px;border:0px;} a#disregister { background: #FCF0AD; color: #fe1409; 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/fullscreen_box.css b/static/css/fullscreen_box.css index 11c7d10..6c91aa8 100644 --- a/static/css/fullscreen_box.css +++ b/static/css/fullscreen_box.css @@ -140,6 +140,10 @@ label { width: 90px; display: inline-block; } +#registerbox label { + text-align: left; + margin-bottom: -8px; +} #remembermeInput { margin-top: 0; margin-left: 0; diff --git a/static/css/index.css b/static/css/index.css index 01bce1d..8141ef9 100755 --- a/static/css/index.css +++ b/static/css/index.css @@ -64,6 +64,21 @@ body { background-position:top; } +.no-underline { + text-decoration: none; +} +.no-underline:hover { + text-decoration: none; +} + +.text-center { + text-align: center; +} + +.is-hidden { + display: none; +} + #video{ display:none; } @@ -75,6 +90,15 @@ margin-top:2%; background-position:top center; background-repeat:repeat-x; } + +#content.content-z77 { + position: relative; + z-index: 77; +} + +#content.content-fullheight { + height: 100%; +} #preload { position: absolute; left: 0px; @@ -124,12 +148,11 @@ padding-bottom:15px; box-shadow: 0 0 10px #000; -webkit-box-shadow: 0 0 10px #000; -moz-box-shadow: 0 0 10px #000; -} -} -.menu2 li { - padding: 0; - margin: 0 2px; - float: left; + } + .menu2 li { + padding: 0; + margin: 0 2px; + float: left; position: relative; text-align: center; } @@ -315,6 +338,18 @@ z-index:30; margin-top:-3px; margin-bottom:7px; } + +.form-label-left-tight { + text-align: left; + margin-bottom: -8px; +} + +.register-message { + display: block; + width: auto; + text-align: center; + margin-bottom: 10px; +} #remember{margin-top:-4px;z-index:30; margin-right:50px;text-align: right;display:inline-block;line-height:0.5;} #remember a{text-decoration:none;font-size:11px;display:block;z-index:30;} #furie3 { @@ -436,4 +471,4 @@ z-index:-1; #register-spinner { display: none; -}
\ No newline at end of file +} diff --git a/static/css/meme_pages.css b/static/css/meme_pages.css index c53d420..9d7028f 100644 --- a/static/css/meme_pages.css +++ b/static/css/meme_pages.css @@ -10,6 +10,12 @@ body { overflow: auto; } +.preload-img { + visibility: hidden; + width: 0px; + height: 0px; +} + #rapper { background-color: #f2f9fe; width: 800px; @@ -59,6 +65,21 @@ body { margin: -1; } +#likebutton iframe { + border: none; + overflow: hidden; +} + +.fb-like-small { + width: 50px; + height: 21px; +} + +.fb-like-large { + width: 120px; + height: 90px; +} + #registertxt { border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; diff --git a/static/css/mgmt.css b/static/css/mgmt.css index d2cc150..4360ad3 100755 --- a/static/css/mgmt.css +++ b/static/css/mgmt.css @@ -259,10 +259,10 @@ position:absolute; top:21px;right:0px; } #dumplist{ -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:left;text-indent:350px; -padding-right:44px;line-height:1.1;background-color:#eff5fb;overflow:hidden;position:fixed;height:10px;width:100%; +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:left;text-indent:350px; + padding-right:44px;line-height:1.1;background-color:#eff5fb;overflow:hidden;position:fixed;height:10px;width:100%; /*margin-left:40%; border-bottom-left-radius:5px; -webkit-border-bottom-left-radius:5px; @@ -291,6 +291,7 @@ display:none; .no-cursor { cursor: none; } .invisible { display: none !important; } +.preload-img { visibility: hidden; width: 0px; height: 0px; } #cursor-big { position: absolute; z-index: 1000; } .thumb { @@ -1681,4 +1682,3 @@ top:50px; cursor: pointer; display: none; } - diff --git a/static/css/newlog.css b/static/css/newlog.css index f0e0277..8cc8032 100644 --- a/static/css/newlog.css +++ b/static/css/newlog.css @@ -206,6 +206,7 @@ img { #footer a { text-decoration: none; color: #333; + word-spacing: normal; } #footer a:hover { 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/profile_dashboard.css b/static/css/profile_dashboard.css index 4790ccb..03bc3c7 100644 --- a/static/css/profile_dashboard.css +++ b/static/css/profile_dashboard.css @@ -91,6 +91,11 @@ margin-top:50px; } +.dashavatar-bg{ +height:100px; +width:100%; +} + #dashpix{ top:0px; float:right; diff --git a/static/css/req_reset.css b/static/css/req_reset.css index 0807ec7..65d1c3c 100644 --- a/static/css/req_reset.css +++ b/static/css/req_reset.css @@ -1,3 +1,4 @@ #main { padding: 10px 2em 0px 2em; } label { float: left; width: 150px; } .error { border: 1px solid red; } +#feedback { color: red; margin-bottom: 2em; } 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 7403454..7bb2754 100644 --- a/static/css/rooms_vortex.css +++ b/static/css/rooms_vortex.css @@ -62,3 +62,42 @@ text-decoration:none; font-family: Arial, Helvetica, sans-serif; color:blue; } + +.loading-bar { + position: absolute; + left: 50%; + top: 50%; +} +.loading-bar-label { + position: absolute; + font-family: arial; + font-size: 10px; + color: #ccc; + background: #000; + left: -50px; + top: -18px; + padding: 1px; +} +.loading-bar-track { + position: absolute; + left: -50px; + top: -5px; + font-size: 1px; + width: 100px; + height: 10px; + background: #333; +} +.loading-bar-fill { + position: absolute; + font-size: 1px; + width: 0px; + height: 10px; + background: #eee; +} + +#likebutton iframe { + border: none; + overflow: hidden; + width: 170px; + height: 80px; +} diff --git a/static/css/simplerlog.css b/static/css/simplerlog.css index 784253d..a158fd8 100644 --- a/static/css/simplerlog.css +++ b/static/css/simplerlog.css @@ -202,6 +202,7 @@ img { #footer a { text-decoration: none; color: #333; + word-spacing: normal; } #footer a:hover { @@ -301,6 +302,7 @@ a#disregister:hover { text-align: center; left: 0; z-index: 1000; + background-color: white; } #inpage-search-results #search-results-images { diff --git a/static/css/terms.css b/static/css/terms.css new file mode 100644 index 0000000..350e7c6 --- /dev/null +++ b/static/css/terms.css @@ -0,0 +1,9 @@ +.terms-body { + margin: 0; + width: 500px; +} + +.terms-container { + height: 600px; + width: 500px; +} diff --git a/static/css/top.css b/static/css/top.css index afc2f0b..d6a9b49 100755 --- a/static/css/top.css +++ b/static/css/top.css @@ -151,9 +151,19 @@ border:1px solid #000; font-size:20px; } -.no-cursor { cursor: none; } -.invisible { display: none !important; } -#cursor-big { position: absolute; z-index: 1000; } + .no-cursor { cursor: none; } + .invisible { display: none !important; } + #cursor-big { position: absolute; z-index: 1000; } + + .preload-pixel { + visibility: hidden; + width: 0; + height: 0; + } + + .word-spacing-normal { + word-spacing: normal; + } label { display:inline-block; @@ -278,4 +288,3 @@ a.img_roll:hover{ 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;} - |
