diff options
Diffstat (limited to 'static')
32 files changed, 1947 insertions, 1 deletions
diff --git a/static/css/admin_tables.css b/static/css/admin_tables.css new file mode 100644 index 0000000..976ac65 --- /dev/null +++ b/static/css/admin_tables.css @@ -0,0 +1,4 @@ +body { font-family: Monaco, \"Courier New\", Courier, monospace; } +input[type=button] { font-size: 100%; } +.reason { width: 25%; } +.cancel-reason { width: 15%; } diff --git a/static/css/browser.css b/static/css/browser.css index 8a0fdd0..e0d6c19 100755 --- a/static/css/browser.css +++ b/static/css/browser.css @@ -175,3 +175,18 @@ td { color: #000000; } .btnav { border: 0px #000000 solid;} + +iframe { + z-index: 50000; + position: fixed; + top: 300px; + right: 25px; + + width:100%; + height:100%; + padding:0px; + background-color: #fff; + position:absolute; + top:0px; left:0px; + border:none; +} diff --git a/static/css/chat_down.css b/static/css/chat_down.css new file mode 100644 index 0000000..155cc8d --- /dev/null +++ b/static/css/chat_down.css @@ -0,0 +1,6 @@ +body{ + width:100%; + height:100%; + background-image:url('https://i.imgur.com/JR7Ge.gif'); + overflow:hidden; +} diff --git a/static/css/chat_wrapper.css b/static/css/chat_wrapper.css new file mode 100644 index 0000000..6d9a832 --- /dev/null +++ b/static/css/chat_wrapper.css @@ -0,0 +1,19 @@ +#chat-wrapper { + position: absolute; + z-index: 1000000; + right: 100px; + bottom: 100px; + height: 40px; + width: 300px; +} + +.divDragTitle { + left: 50% !important; + margin-left: -250px !important; +} + +.divDragContent { + z-index: 666; + left: 50% !important; + margin-left: -250px !important; +} diff --git a/static/css/debug.css b/static/css/debug.css new file mode 100644 index 0000000..9e2700c --- /dev/null +++ b/static/css/debug.css @@ -0,0 +1,8 @@ +#main { padding: 100px 2em 0px 2em; } +#flash { + border: 2px solid red; + margin: 0 auto; + padding: 1em; + width: 75%; +} +label { float: left; width: 100px; } diff --git a/static/css/dump.css b/static/css/dump.css index 24af3c0..f8cfbe2 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -125,6 +125,9 @@ a.img_rolldis:hover { text-decoration: none; border-left: 1px solid #999;*/ } +#dumplist.dumplist-hidden { + z-index: -1 !important; +} .no-cursor { cursor: none; } @@ -2514,4 +2517,3 @@ a#disregister:hover { .nick_aids_enoch img { -webkit-filter: blur(4px); } .bigimage { max-width: none!important; max-height: none!important;width:100% } - diff --git a/static/css/frontpage_legacy.css b/static/css/frontpage_legacy.css new file mode 100644 index 0000000..c667daa --- /dev/null +++ b/static/css/frontpage_legacy.css @@ -0,0 +1,164 @@ +body{margin:0px; background-image:url(/static/img/bg.dither.gif); background-color:#e2e2e2;/*background:#f0f9ff url(/static/img/fade-blue.png) top center repeat-x; + background-repeat:repeat-x; + background-position:top;*/background-attachment:fixed;min-width:900px; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif; + font-size: 13px; line-height: 1.5em;} +img{border:0px;} +#banner{z-index:2;top:0;margin-top:4px;margin-left:9px;min-width:900px;width:77%;max-width:970px;position:fixed;border-bottom:1px ridge #333;display:inline-block;/*background-color:#fff;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius: 3px;*/height:35px;clear: both;} +#banner a{font-size:69%;text-decoration:none;font-family: Monaco, "Courier New", Courier, monospace;letter-spacing:3.5px;color:#333;} +#banner a:hover{background-color:#eee;color:black;text-decoration:none;} +#fblike{margin-top:6px;margin-left:6px;} +#logo{float:left;margin:1px;} +#logobig{float:left;margin-top:-9px;margin-left:-5px;} +#toplinks{float:left;margin-top:7px;margin-left:5px;} +#logout7{position:fixed;right:0px;font-size:12px;top:0px;padding:3px;line-height: 1em;} +#searchbox{float:left;display:inline-block;margin-top:7px;margin-left:5px;} +#search-query{background-color:lightyellow;} +#posts{overflow:hidden;max-width:100%;font-family: Monaco, "Courier New", Courier, monospace;color:#333;font-size:8px;height:auto;padding:1px;margin-top:45px;} +#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;} +.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;} +body.logged-in .buttons img{display:block;} + +.buttons .share{cursor:pointer;display:none;} +img.thumb { +bottom:3px; +image-rendering: -moz-crisp-edges; +z-index:4; +} + +.thumb.favorite { + position: absolute; + margin-left: 5px; + margin-top: 0px; + height: 27px; + width: 27px;z-index:4; + display: inline-block; +} +#posts hr{display:none;} +#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:hover{color:#000;} +#pgbuttons input{color:#eee;letter-spacing:1px; + text-decoration:none; + padding:2px 12px 3px 12px; + cursor:pointer;font-size:12px; + position:relative;font-weight:100; + overflow:hidden; + vertical-align:middle; + margin:0 10px; + background:#448ed4; border:1px ridged #fff; + background:-moz-linear-gradient(top, #fff, #448ed4 50%, #448ed4 51%, #fff); + background:-webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #448ed4), color-stop(51%, #448ed4), to(#fff)); + text-decoration:none; + -moz-border-radius:4px; + -webkit-border-radius:4px; + -moz-box-shadow:#777 0 0 0 1px; + -webkit-box-shadow:#777 0 0 0 1px; + text-shadow:rgba(0,0,0,.4) 0 1px 0;} +.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;} +a#disregister { + background: #FCF0AD; + color: #fe1409; + cursor: pointer; + line-height: 1em;z-index:3; + padding: 25px 10px 40px; + margin-top: -2px; + float:right; + -webkit-transform: rotate(9deg); + -moz-transform: rotate(9deg); + transform: rotate(9deg);font-family: cursive;font-weight:100;font-size:18px;font-style: oblique; + border-top:16px solid yellow; + background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#FFFAAE), to(#FFF057)); + background-image: -moz-linear-gradient(#FFFAAE 0%, #FFF057 90%); + border-top-color: #FFF057; + border-right-color: #FFF057; + border-bottom-color: #FFF057; + border-left-color: #FFF057; + -webkit-box-shadow:#a0a0a0 3px 4px 4px; + -moz-box-shadow: #a0a0a0 3px 4px 4px; /* FF 3.5+ */ + text-shadow: 1px 1px 3px #AAA; margin-right:20px; + } + a#disregister:hover { + + text-shadow: 1px 1px 1px gold; + font-family: cursive;font-weight:100;font-size:18px;font-style: oblique;color:black; + -webkit-box-shadow:#333 3px 4px 4px; + -moz-box-shadow: #333 3px 4px 4px; /* FF 3.5+ */ + + } + + +/*searchstuff*/ + + + + +.search_icon { + background:url("/static/img/hourglass.png") no-repeat scroll center center transparent; + bottom:3px; + cursor:pointer; + left:6px; + opacity:0.8; + border-right:1px solid #C0C8D3; + position:absolute; + top:3px; + width:32px; +} +#inpage-search-results{ + position: absolute; + top:47px; + width:99%;padding:5x;margin:5px; + text-align: center; + left: 0; + z-index: 1000; +} + +#inpage-search-results #search-results-images{ + display: none; + position:relative; + overflow:auto; + background-image:url(/static/img/bg.dither.gif); + background-color:lightyellow; + min-height: 600px; +margin:7px; + border:1px inset #333; + padding-top: 30px; +} +#fullpage-search-results #search-results-images { position: relative; width: 100%; overflow: visible; } + +#search-results-images a.animating canvas { display: none } + +#search-controls { + width: 95%; + margin-left: auto; + margin-right: auto; + position: relative; + z-index: 1005; + text-align: right; + display: none; + top: 0; + padding-right: 8px; +} +#search-message { + font-size: medium; + padding: 4px; + +} +#search-controls a { + + padding: 4px; +} + + + + DIV#posts.loading { + background: url(/images/spinner.gif) no-repeat center center; + } diff --git a/static/css/frontpage_profile.css b/static/css/frontpage_profile.css new file mode 100644 index 0000000..247160e --- /dev/null +++ b/static/css/frontpage_profile.css @@ -0,0 +1,144 @@ +body{margin:0px; background-image:url(/static/img/bg.dither.gif); background-color:#e2e2e2;/*background:#f0f9ff url(/static/img/fade-blue.png) top center repeat-x; + background-repeat:repeat-x; + background-position:top;*/background-attachment:fixed;min-width:900px; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif; + font-size: 13px; line-height: 1.5em;} +img{border:0px;} +#banner{z-index:2;top:0;margin-top:4px;margin-left:9px;min-width:900px;width:77%;max-width:970px;position:fixed;border-bottom:1px ridge #333;display:inline-block;/*background-color:#fff;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius: 3px;*/height:35px;clear: both;} +#banner a{font-size:69%;text-decoration:none;font-family: Monaco, "Courier New", Courier, monospace;letter-spacing:3.5px;color:#333;} +#banner a:hover{background-color:#eee;color:black;text-decoration:none;} +#fblike{margin-top:6px;margin-left:6px;} +#logo{float:left;margin:1px;} +#logobig{float:left;margin-top:-9px;margin-left:-5px;} +#toplinks{float:left;margin-top:7px;margin-left:5px;} +#logout7{position:fixed;right:0px;font-size:12px;top:0px;padding:3px;line-height: 1em;} +#searchbox{float:left;display:inline-block;margin-top:7px;margin-left:5px;} +#search-query{background-color:lightyellow;} +#posts{overflow:hidden;max-width:100%;font-family: Monaco, "Courier New", Courier, monospace;color:#333;font-size:8px;height:auto;padding:1px;margin-top:45px;} +#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{ text-align:justify;color:#333; padding:12px;margin:7px;font-size:20px;float:left;min-height:210px;width:230px;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:23px;} +.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{height:12px;float:left;padding-right:6px;padding-top:5px;cursor:pointer;display:none;} +.buttons .share{cursor:pointer;display:none;} +#posts hr{display:none;} +#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:hover{color:#000;} +#pgbuttons input{color:#eee;letter-spacing:1px; + text-decoration:none; + padding:2px 12px 3px 12px; + cursor:pointer;font-size:12px; + position:relative;font-weight:100; + overflow:hidden; + vertical-align:middle; + margin:0 10px; + background:#448ed4; border:1px ridged #fff; + background:-moz-linear-gradient(top, #fff, #448ed4 50%, #448ed4 51%, #fff); + background:-webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #448ed4), color-stop(51%, #448ed4), to(#fff)); + text-decoration:none; + -moz-border-radius:4px; + -webkit-border-radius:4px; + -moz-box-shadow:#777 0 0 0 1px; + -webkit-box-shadow:#777 0 0 0 1px; + text-shadow:rgba(0,0,0,.4) 0 1px 0;} +#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;} +a#disregister { + background: #FCF0AD; + color: #fe1409; + cursor: pointer; + line-height: 1em;z-index:3; + padding: 25px 10px 40px; + margin-top: -2px;margin-left: -2px; + float:right; + -webkit-transform: rotate(9deg); + -moz-transform: rotate(9deg); + transform: rotate(9deg);font-family: cursive;font-weight:100;font-size:18px;font-style: oblique; + border-top:16px solid yellow; + background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#FFFAAE), to(#FFF057)); + background-image: -moz-linear-gradient(#FFFAAE 0%, #FFF057 90%); + border-top-color: #FFF057; + border-right-color: #FFF057; + border-bottom-color: #FFF057; + border-left-color: #FFF057; + -webkit-box-shadow:#a0a0a0 3px 4px 4px; + -moz-box-shadow: #a0a0a0 3px 4px 4px; /* FF 3.5+ */ + text-shadow: 1px 1px 3px #AAA; margin-right:35px; + } + a#disregister:hover { + + text-shadow: 1px 1px 1px gold; + font-family: cursive;font-weight:100;font-size:18px;font-style: oblique;color:black; + -webkit-box-shadow:#333 3px 4px 4px; + -moz-box-shadow: #333 3px 4px 4px; /* FF 3.5+ */ + + } + + + + + +/*searchstuff*/ + + + + +.search_icon { + background:url("/static/img/hourglass.png") no-repeat scroll center center transparent; + bottom:3px; + cursor:pointer; + left:6px; + opacity:0.8; + border-right:1px solid #C0C8D3; + position:absolute; + top:3px; + width:32px; +} +#inpage-search-results{ + position: absolute; + top:47px; + width:99%;padding:5x;margin:5px; + text-align: center; + left: 0; + z-index: 1000; +} + +#inpage-search-results #search-results-images{ + display: none; + position:relative; + overflow:auto; + background-image:url(/static/img/bg.dither.gif); + background-color:lightyellow; + min-height: 600px; +margin:7px; + border:1px inset #333; + padding-top: 30px; +} +#fullpage-search-results #search-results-images { position: relative; width: 100%; overflow: visible; } + +#search-results-images a.animating canvas { display: none } + +#search-controls { + width: 95%; + margin-left: auto; + margin-right: auto; + position: relative; + z-index: 1005; + text-align: right; + display: none; + top: 0; + padding-right: 8px; +} +#search-message { + font-size: medium; + padding: 4px; + +} +#search-controls a { + + padding: 4px; +} diff --git a/static/css/fullscreen2.css b/static/css/fullscreen2.css new file mode 100644 index 0000000..dfd3436 --- /dev/null +++ b/static/css/fullscreen2.css @@ -0,0 +1,42 @@ +* { + margin: 0; + padding: 0; + font: 60px "Gotham Black", Arial, sans-serif; + color: #fff; +} + +img { + border: none; +} + +body { + overflow: hidden; /* Needed to eliminate scrollbars */ +} + +#content { + margin: 0px auto; + height: 100px; + width: 100%; + bottom: 5%; + background-color: #262626; + border-top: 3px solid #4f4f4f; + border-bottom: 3px solid #4f4f4f; + position: absolute; +} + +#contentframe { + text-align: center; +} + +/* Supersize Plugin Styles */ +#supersize img, +#supersize a { + height: 100%; + width: 100%; + display: none; +} + +#supersize .activeslide, +#supersize .activeslide img { + display: inline; +} diff --git a/static/css/fullscreen4_extra.css b/static/css/fullscreen4_extra.css new file mode 100644 index 0000000..2e6c62d --- /dev/null +++ b/static/css/fullscreen4_extra.css @@ -0,0 +1,21 @@ +@font-face { + font-family: "PixelComicSans-Regular"; + src: url("/static/fonts/PixelComicSans-Regular.eot"); +} + +@font-face { + font-family: "PixelComicSans-Regular"; + src: url("/static/fonts/PixelComicSans-Regular.woff") format("woff"), + url("/static/fonts/PixelComicSans-Regular.svg#PixelComicSans-Regular") format("svg"); +} + +#toptxt { + font-family: "PixelComicSans-Regular", serif; + font-size: 50px; + text-align: left; + text-justify: newspaper; + width: 100%; + z-index: 2; + position: absolute; + color: black; +} diff --git a/static/css/fullscreen_base.css b/static/css/fullscreen_base.css new file mode 100644 index 0000000..4543044 --- /dev/null +++ b/static/css/fullscreen_base.css @@ -0,0 +1,101 @@ +html, body, div, img { + margin: 0; + padding: 0; + border: 0; + overflow: hidden; + font-family: Monaco, "Courier New", Courier, monospace; +} + +input { + font-family: Monaco, "Courier New", Courier, monospace; +} + +#big-image img { + width: 100%; + height: 100%; + cursor: pointer; + box-sizing: border-box; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; +} + +#loginbox { + background: white; + z-index: 999; + position: absolute; + display: none; +} + +#logininner { + width: 30em; + height: 20em; + position: relative; +} + +#infocol { + width: 50%; + float: left; + position: relative; +} + +#formcontainer { + padding: 0; + margin-top: 20%; + width: 80%; + position: relative; +} + +#nickInput, +#passwordInput { + width: 100%; +} + +#piccol { + width: 50%; + float: right; + position: relative; +} + +#loginimg { + width: 75%; + margin-top: 20%; +} + +#spinner { + display: none; +} + +#forgetpw { + position: absolute; + left: 5px; + bottom: 5px; + font-size: 80%; +} + +#errormsg { + position: relative; + color: red; + text-align: center; + margin-top: 250px; +} + +#loginclose { + position: absolute; + right: 3px; + top: 3px; +} + +#memelogo { + position: fixed; + z-index: 999; + bottom: 30px; + right: 80px; +} + +.sublogo { + font-family: Monaco, "Courier New", Courier, monospace; +} + +a { + color: #000; +} diff --git a/static/css/fullscreen_bigtext.css b/static/css/fullscreen_bigtext.css new file mode 100644 index 0000000..2236b23 --- /dev/null +++ b/static/css/fullscreen_bigtext.css @@ -0,0 +1,19 @@ +#fav-indicator { + display: none; + position: fixed; + z-index: 999; + height: 150px; + width: 150px; + left: 20px; + top: 20px; +} + +#big-image { + font-size: 120px; + text-align: justify; + text-justify: newspaper; + text-shadow: 1px 1px #eee, 2px 2px #f0e, 3px 3px #eee, 4px 4px #f0e, 5px 5px #eee, + 3px 3px #eee, 4px 4px #f0e, 5px 5px #eee, 6px 6px #f0e, 6px 6px #eee, 7px 7px #f0e, + 7px 7px #eee, 8px 8px #f0e, 8px 8px #eee, 9px 9px #f0e, 9px 9px #eee; + color: #fff; +} diff --git a/static/css/fullscreen_box.css b/static/css/fullscreen_box.css new file mode 100644 index 0000000..11c7d10 --- /dev/null +++ b/static/css/fullscreen_box.css @@ -0,0 +1,181 @@ +@-webkit-keyframes b { + from { + -webkit-transform: rotatey(-360deg) rotateX(-360deg) scale(7); + } + to { + -webkit-transform: rotatey(360deg) rotateX(0deg) scale(1); + } +} +@-webkit-keyframes z { + from { + -webkit-transform: rotatey(360deg) rotateX(0deg) scale(1); + } + to { + -webkit-transform: rotatey(-360deg) rotateX(-360deg) scale(7); + } +} +html, +body, +div, +img { + margin: 0; + padding: 0; + border: 0; + overflow: hidden; + font-family: helvetica, arial, sans-serif; + line-height: 1.5em; +} +input { + font-family: Monaco, "Courier New", Courier, monospace; +} +a { + color: black; + text-decoration: none; +} +#big-image img { + width: 100%; + height: 100%; + cursor: pointer; + box-sizing: border-box; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; +} +.box { + background: rgba(255, 255, 255, 0.8); + z-index: 999; + position: absolute; + width: 400px; + margin-left: -200px; + left: 50%; + padding: 10px 10px 20px 10px; + top: 20%; + text-align: justify; + font-size: 12px; +} +.box.b { + -webkit-animation: b 1s ease-out; +} +.box.z { + -webkit-animation z 1s ease-out; +} +#registerbox { + display: none; +} +#loginbox img { + max-width: 100%; +} +#logininner { + width: 30em; + height: 20em; + position: relative; +} +#infocol { + width: 50%; + float: left; + position: relative; +} +#formcontainer { + padding: 0; + width: 80%; + position: relative; +} +#piccol { + width: 50%; + float: right; + position: relative; +} +#loginimg { + width: 75%; + margin-top: 20%; +} +#spinner { + display: none; +} +#forgetpw a { + font-size: 9px; + margin-top: -20px; + position: absolute; +} +#forgetpw a:hover { + color: #00f; +} +#fav-indicator { + display: none; + position: fixed; + z-index: 999; + height: 50px; + width: 50px; + right: 20px; + top: 20px; +} +#loginbox a.bluelink { + color: #00f; + cursor: pointer; +} +#loginbox p.block1 { + margin: 7px 0; + width: 347px; +} +#errormsg { + position: relative; + color: red; + text-align: center; +} +input { + max-width: 100px; + -moz-box-shadow: -1px 1px #000, -2px 2px #000, -3px 3px #000, -4px 4px #000, + -5px 5px #000, -6px 6px #000; + -webkit-box-shadow: -1px 1px black, -2px 2px black, -3px 3px black, -4px 4px black, + -5px 5px black, -6px 6px black; + box-shadow: -1px 1px black, -2px 2px black, -3px 3px black, -4px 4px black, -5px 5px black, + -6px 6px black; + border: 1px solid; + margin-left: 10px; +} +#regEmailInput { + max-width: 200px; + width: 200px; +} +label { + width: 90px; + display: inline-block; +} +#remembermeInput { + margin-top: 0; + margin-left: 0; +} +#loginbox form p { + margin-top: 0; + margin-bottom: 5px; +} +#loginbox form p:nth-child(2) { + margin-top: 5px; +} +#loginbox .close { + float: right; +} + +#big-image { + font-size: 20px; + text-align: left; + text-justify: newspaper; + color: #000; +} +#memelogo { + position: fixed; + z-index: 999; + bottom: 30px; + right: 80px; +} +.sublogo { + font-family: Monaco, "Courier New", Courier, monospace; +} +#toplogo { + position: fixed; + display: none; + top: 0; + left: 0; +} +#big-image { + cursor: url("/static/img/thumbs/heartfaved.gif"), pointer; +} diff --git a/static/css/fullscreen_ryder.css b/static/css/fullscreen_ryder.css new file mode 100644 index 0000000..38409f8 --- /dev/null +++ b/static/css/fullscreen_ryder.css @@ -0,0 +1,21 @@ +* { + margin: 0; + padding: 0; + font: 60px "Gotham Black", Arial, sans-serif; + color: #fff; +} + +#full img { + width: 100%; + height: 100%; +} + +.content { + width: 100%; + height: 100%; +} + +.content img { + width: 100%; + height: 100%; +} diff --git a/static/css/fullscreen_smalltext.css b/static/css/fullscreen_smalltext.css new file mode 100644 index 0000000..7ff6a67 --- /dev/null +++ b/static/css/fullscreen_smalltext.css @@ -0,0 +1,20 @@ +#loginbox div { + border: 0; +} + +#fav-indicator { + display: none; + position: fixed; + z-index: 999; + height: 50px; + width: 50px; + right: 20px; + top: 20px; +} + +#big-image { + font-size: 20px; + text-align: left; + text-justify: newspaper; + color: #000; +} diff --git a/static/css/meme.css b/static/css/meme.css new file mode 100644 index 0000000..bcf7264 --- /dev/null +++ b/static/css/meme.css @@ -0,0 +1,14 @@ +body{margin:0px; +background-color:#fff; + font-family:Arial, Helvetica, sans-serif; background:#f0f9ff url(/static/img/fade-blue.png) top center repeat-x; +} + .memes{overflow:auto;} +#rapper{ +width:800px; + margin: 0 auto 0 auto; +background-position:top center; + background-repeat:no-repeat; + box-shadow: 0 0 10px #000; + -webkit-box-shadow: 0 0 10px #000; + -moz-box-shadow: 0 0 10px #000; +} diff --git a/static/css/meme_pages.css b/static/css/meme_pages.css new file mode 100644 index 0000000..c53d420 --- /dev/null +++ b/static/css/meme_pages.css @@ -0,0 +1,121 @@ +body { + margin: 0px; + background-color: #fff; + font-family: Arial, Helvetica, sans-serif; + background: #f0f9ff url(/static/img/fade-blue.png) top center repeat-x; + background-attachment: fixed; +} + +.memes { + overflow: auto; +} + +#rapper { + background-color: #f2f9fe; + width: 800px; + margin: 0 auto 0 auto; + background-position: top center; + background-image: url(/static/img/blue2fade.png); + background-repeat: repeat-x; + box-shadow: 0 0 10px #000; + -webkit-box-shadow: 0 0 10px #000; + -moz-box-shadow: 0 0 10px #000; +} + +#rapper img { + max-width: 750px; + padding: 20px; +} + +#footer { + padding-bottom: 5px; + padding-top: 15px; + text-align: center; + color: #000; + font-size: 11px; + word-spacing: 30px; + margin: 0 auto 0 auto; + width: 798px; +} + +#footer a { + text-decoration: none; +} + +#infotxt { + font-family: "courier new", typewriter, matrix, monospace; + line-height: 15px; + background-image: url(/static/img/bg.dither.gif); + width: 130px; + padding: 10px; + position: fixed; + top: 0px; + left: 0px; + font-size: 12px; + text-align: left; + box-shadow: 0 0 4px #000; + -webkit-box-shadow: 0 0 4px #000; + -moz-box-shadow: 0 0 4px #000; + margin: -1; +} + +#registertxt { + border-bottom-left-radius: 10px; + -webkit-border-bottom-left-radius: 10px; + -moz-border-radius-bottomleft: 10px; + position: fixed; + background-color: white; + right: 0; + top: 0px; + text-align: right; + background-image: url(/static/img/bg.dither.gif); + padding: 5px; + font-family: Helvetica, sans-serif; + font-size: 18px; + line-height: 22px; + box-shadow: 0 0 4px #000; + -webkit-box-shadow: 0 0 4px #000; + -moz-box-shadow: 0 0 4px #000; +} + +.together { + display: block; +} + +.together img { + width: 230px; + display: inline-block; +} + +.returnlink { + text-decoration: none; + font-family: Arial, Helvetica, sans-serif; + color: #f0e; +} + +.returnlink a:hover { + text-decoration: none; + font-family: Arial, Helvetica, sans-serif; + color: blue; +} + +a.img_roll:link, +.img_roll { + width: 130px; + height: 46px; + display: block; + background-image: url(/static/img/dumppixel.png); +} + +a.img_roll:hover { + width: 130px; + height: 46px; + display: block; + background-image: url(/static/img/dumppixelhover.png); +} + +a { + text-decoration: none; + color: #f0e; + font-size: 100%; +} diff --git a/static/css/meme_pages_padding10.css b/static/css/meme_pages_padding10.css new file mode 100644 index 0000000..15adb2e --- /dev/null +++ b/static/css/meme_pages_padding10.css @@ -0,0 +1,3 @@ +#rapper img { + padding: 10px; +} diff --git a/static/css/meme_pages_rightinfo.css b/static/css/meme_pages_rightinfo.css new file mode 100644 index 0000000..148c878 --- /dev/null +++ b/static/css/meme_pages_rightinfo.css @@ -0,0 +1,6 @@ +#infotxt { + border-bottom-right-radius: 10px; + -webkit-border-bottom-right-radius: 10px; + -moz-border-radius-bottomright: 10px; + text-align: right; +} diff --git a/static/css/newlog.css b/static/css/newlog.css new file mode 100644 index 0000000..f0e0277 --- /dev/null +++ b/static/css/newlog.css @@ -0,0 +1,259 @@ +body { + margin: 0px; + background-color: #f1f1f1; + background-image: url("/static/img/thumbs/stripes.gif"); + background-attachment: fixed; +} + +img { + border: 0px; +} + +#banner { + top: 0; + margin: 1px; + min-width: 900px; + position: fixed; +} + +#banner a { + font-size: 70%; + text-decoration: none; + font-family: Monaco, "Courier New", Courier, monospace; + letter-spacing: 4px; + color: #333; +} + +#banner a:hover { + font-size: 70%; + background-color: #eee; + color: black; + text-decoration: none; +} + +#fblike { + margin-top: 7px; + margin-left: 5px; +} + +#logo { + float: left; + margin: 1px; +} + +#toplinks { + float: left; + margin-top: 7px; + margin-left: 5px; +} + +#logout { + position: fixed; + right: 0px; + font-size: 12px; + top: 4px; +} + +#searchbox { + float: left; + margin-top: 7px; + margin-left: 5px; +} + +#search-query { + background-color: lightyellow; +} + +#posts { + font-family: Monaco, "Courier New", Courier, monospace; + color: #333; + font-size: 70%; + display: inline-block; + min-width: 900px; + padding: 1px; + float: left; + margin-top: 35px; +} + +#posts a { + text-decoration: none; + font-family: Arial, Helvetica, sans-serif; + letter-spacing: 0px; + color: #f0e; +} + +#posts a:hover { + color: blue; + text-decoration: none; +} + +#sideinfo { + vertical-align: top; + -moz-background-size: 10% 6%; + -webkit-background-size: 10% 6%; + background-size: 10% 6%; + border-radius: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + background-image: url("/static/img/thumbs/stripes.gif"); + padding: 4px; + margin: 7px; + color: #000; + font-weight: 100; + font-size: 13px; + letter-spacing: 1px; + font-family: Arial, Helvetica, sans-serif; + float: left; + height: 100%; + min-width: 120px; + max-width: 160px; + background-color: #fff; + border: 1px inset #fff; +} + +.logged-dump { + font-family: Arial, Helvetica, sans-serif; + float: left; + max-width: 650px; + min-width: 250px; + height: 270px; + display: inline-block; + border: 1px inset #f1f1f1; + padding: 7px; + margin: 7px; + float: left; + background-color: white; + border-radius: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; +} + +.logged-dump img { + max-width: 280px; + max-height: 250px; + display: inline-block; + padding-top: 3px; +} + +.buttons img { + height: 12px; + float: left; + padding-right: 6px; + padding-top: 5px; + cursor: pointer; +} + +.buttons .share { + display: inline-block; + float: left; + cursor: pointer; +} + +#posts hr { + display: none; +} + +#pgbuttons { + position: fixed; + bottom: 20px; + right: 20px; +} + +#pgbuttons input { + color: #fff; + font: normal 12px sans-serif; + text-decoration: none; + padding: 2px 12px 3px 12px; + cursor: pointer; + position: relative; + font-weight: 100; + overflow: hidden; + vertical-align: middle; + margin: 0 10px; + background: #448ed4; + border: 1px ridged #fff; + background: -moz-linear-gradient(top, #70b6f2, #448ed4 50%, #448ed4 51%, #3f8de1); + background: -webkit-gradient( + linear, + left top, + left bottom, + from(#70b6f2), + color-stop(50%, #448ed4), + color-stop(51%, #1a62db), + to(#3f8de1) + ); + text-decoration: none; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + -moz-box-shadow: #777 0 0 0 1px; + -webkit-box-shadow: #777 0 0 0 1px; + text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0; +} + +#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; +} + +#footer a { + text-decoration: none; + color: #333; +} + +#footer a:hover { + color: #000; +} + +a#disregister { + background: #fcf0ad; + color: #fe1409; + cursor: pointer; + line-height: 1em; + z-index: 1; + padding: 25px 10px 40px; + margin-top: -2px; + margin-left: -2px; + float: right; + -webkit-transform: rotate(9deg); + -moz-transform: rotate(9deg); + transform: rotate(9deg); + font-family: cursive; + font-weight: 100; + font-size: 18px; + font-style: oblique; + border-top: 16px solid yellow; + background-color: rgba(60, 132, 198, 0.8); + background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#fffaae), to(#fff057)); + background-image: -moz-linear-gradient(#fffaae 0%, #fff057 90%); + border-top-color: #fff057; + border-right-color: #fff057; + border-bottom-color: #fff057; + border-left-color: #fff057; + -webkit-box-shadow: #585858 3px 5px 5px; + -moz-box-shadow: #585858 3px 5px 5px; + text-shadow: 1px 1px 3px #aaa; +} + +a#disregister:hover { + background: #e9e74a; + font-family: cursive; + font-weight: 100; + font-size: 18px; + font-style: oblique; + -webkit-transform: rotate(-7deg); + color: #fe1409; + -moz-transform: rotate(-8deg); + transform: rotate(-7deg); + background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#e9e74a), to(#e9e74a)); + background-image: -moz-linear-gradient(#fffaae 0%, #e9e74a 90%); + -webkit-box-shadow: #585858 -2px 5px 5px; + -moz-box-shadow: #585858 -2px 5px 5px; +} diff --git a/static/css/picnic.css b/static/css/picnic.css new file mode 100644 index 0000000..a826f2e --- /dev/null +++ b/static/css/picnic.css @@ -0,0 +1,2 @@ +#picnic{position:fixed;height:100%;width:100%} +#picnic img{position:fixed;height:100%;width:100%} diff --git a/static/css/profile_dashboard.css b/static/css/profile_dashboard.css new file mode 100644 index 0000000..4790ccb --- /dev/null +++ b/static/css/profile_dashboard.css @@ -0,0 +1,129 @@ +#dashadminmute{ +position:absolute; +top:0px; +background-color:red; +padding:5px; +right:0px; + border-bottom-left-radius:5px; + -webkit-border-bottom-left-radius:5px; + -moz-border-radius-bottomleft:5px; +} +#dashadminmute a{color:white;} +#edit-toggle{ +position:absolute; +width:80px; +top:-10px; +left:-5px; +} + +#dashrapper{ +border:1px dotted #0c8fff; +top:80px; +padding:20px; +margin-left:100px; + border-bottom-left-radius:5px; + -webkit-border-bottom-left-radius:5px; + -moz-border-radius-bottomleft:5px; +margin-right:50%; +background-color:white; +width:800px; +min-height:435px; +position:absolute; +} +#dashuserlist{ +padding:15px; +border:1px solid black; +width:180px; +min-height:400px; + border-radius:5px; + -webkit-border-radius:5px; + -moz-border-radius:5px; +} + +#dashuserlist h2{ +font-size:25px; +padding-top:25px; +text-transform:capitalize; +} +#dashuserlist h3{ +font-size:18px; +padding-bottom:15px; +padding-top:1px; +text-transform:capitalize; +} +#middash{ +top:60px; +position:absolute; +margin-left:230px; +} +#middash h2{ +font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif; +font-size:50px; +letter-spacing:-2px; +margin-bottom:10px; + +} +#middash h3{ +font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif; +font-size:35px; +letter-spacing:-2px; +line-height:20px; +} +#middash h2{ +font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif; +font-size:50px; +letter-spacing:-2px; + +} +#middash a{ +font-size:100%; +} +#middash a:hover{ +color:#f9f9f9;background-color:white; +font-size:100%; +text-shadow: -2px 2px 10px #000; +} +#dashinfo{ +margin-top:50px; + +} +#dashavatar{ + +} + +#dashpix{ +top:0px; +float:right; + +padding:15px; +margin-top:-150px; +width:550px; + +} +#dashpix img{ + width: expression(this.width > 50 ? 50: true); + max-height:100px; + height: expression(this.width > 50 ? 50: true); + max-width:150px; +} + + +#favstxt{ +margin-top:-55px; +margin-left:-10; +font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif; +font-size:11px; +background-color:white; +padding:7px; +color:#000; +position:absolute; +text-transform:uppercase; +border:1px solid black; + border-radius: 5px; + box-shadow:5px 5px 5px #d8dbde; + -webkit-box-shadow:5px 5px 5px #d8dbde; + -moz-box-shadow:5px 5px 5px #d8dbde; + border-radius:5px; + -webkit-border-radius:5px; + -moz-border-radius:5px; +} diff --git a/static/css/req_reset.css b/static/css/req_reset.css new file mode 100644 index 0000000..0807ec7 --- /dev/null +++ b/static/css/req_reset.css @@ -0,0 +1,3 @@ +#main { padding: 10px 2em 0px 2em; } +label { float: left; width: 150px; } +.error { border: 1px solid red; } diff --git a/static/css/roomlist.css b/static/css/roomlist.css new file mode 100644 index 0000000..6cfe264 --- /dev/null +++ b/static/css/roomlist.css @@ -0,0 +1 @@ +body { font-family: Monaco, "Courier New", Courier, monospace; } diff --git a/static/css/rooms_butt.css b/static/css/rooms_butt.css new file mode 100644 index 0000000..e1d5673 --- /dev/null +++ b/static/css/rooms_butt.css @@ -0,0 +1,41 @@ +html { overflow: hidden; } +body { + margin: 0px; + padding: 0px; + background: #111; + position: absolute; + width: 100%; + height: 100%; + cursor: crosshair; +} +#canvas { + position:absolute; + left: 0%; + top: 0%; + width: 100%; + height: 100%; + background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x; + overflow: hidden; +} +#canvas img { + position: absolute; + background: #666; + overflow: hidden; + cursor: pointer; + left: 100%; + border-color: #000; + border-style: solid; + border-width: 1px; + -ms-interpolation-mode:nearest-neighbor; +} +#canvas span { + position: absolute; + color: #9C9; + font-family: 'courier new', typewriter, matrix, monospace; + font-size: 0px; + white-space: nowrap; + left: -1000px; + background: #010; + filter: alpha(opacity=90); + opacity: 0.9; +} diff --git a/static/css/rooms_dump2.css b/static/css/rooms_dump2.css new file mode 100644 index 0000000..640f125 --- /dev/null +++ b/static/css/rooms_dump2.css @@ -0,0 +1,42 @@ +#chat-wrapper { + position: absolute; + z-index: 2; + right: 100px; + bottom: 100px; + height: 40px; + width: 300px; +} +#welcome-rapper{ + position:fixed; + width:100%; + height:100%; + display:table; + z-index:10; +} +#welcome-rapper span{ + width:50%; + height:50%; + display:table-cell; + float:left; +} +#welcome-rapper span h1{ + display:table-cell; + vertical-align:middle; +} + +#welcome-rapper span:nth-child(5){ + background:url(https://archive.hump.fm/images/20121011/1349988916417-dumpfm-natasaurus-goes8_hg.gif)no-repeat center; + background-size:cover; +} +#welcome-rapper span:nth-child(2){ + background:url(https://archive.hump.fm/images/20121001/1349067392929-dumpfm-kiptok-fuckyousmall.png)no-repeat center; + background-size:cover; +} +#welcome-rapper span:nth-child(4){ + background:url(/static/img/bg.dither.gif) repeat; +} +#welcome-rapper span iframe { + width: 100%; + background:white; + height: 100%; +} diff --git a/static/css/rooms_dumptest_fullscreen.css b/static/css/rooms_dumptest_fullscreen.css new file mode 100644 index 0000000..902ee61 --- /dev/null +++ b/static/css/rooms_dumptest_fullscreen.css @@ -0,0 +1,64 @@ +@-webkit-keyframes b { + from {-webkit-transform:rotatey(-360deg) rotateX(-360deg) scale(7);} + to {-webkit-transform:rotatey(360deg) rotateX(0deg) scale(1);} +} +html, body, div, img { margin: 0; padding: 0; border: 0; overflow: hidden; font-family: Monaco, "Courier New", Courier, monospace; } +input { font-family: Monaco, "Courier New", Courier, monospace; } +#big-image img { + width: 100%; height: 100%; + cursor: pointer; + box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; +} +#loginbox { + background: rgba(255,255,255,0.8); + z-index: 999; + position: absolute; + width: 400px; + margin-left: -200px; + left: 50%; + padding: 10px 10px 20px 10px; + top: 20%; + text-align: justify; + font-size:12px; + -webkit-animation:b 1s ease-out; +} +#loginbox img{ max-width:100%; } +#logininner { width: 30em; height: 20em; position: relative; } +#infocol { width: 50%; float: left; position: relative; } +#formcontainer { padding: 0; width: 80%; position: relative; } +#piccol { width: 50%; float: right; position: relative; } +#loginimg { width: 75%; margin-top: 20%; } +#spinner { display: none; } +#forgetpw a{ + font-size: 80%; + margin-top: -10px; + position: absolute; +} +#fav-indicator { + display: none; + position: fixed; + z-index: 999; + height: 50px; + width: 50px; + right: 20px; + top: 20px; +} +#loginbox a.bluelink{ color:#00F; } +#loginbox p.block1{ margin:7px 0; width:347px; } +#errormsg { position: relative; color: red; text-align: center; } +input {max-width: 100px; + -moz-box-shadow: -1px 1px #000,-2px 2px #000,-3px 3px #000,-4px 4px #000,-5px 5px #000,-6px 6px #000; + -webkit-box-shadow: -1px 1px black,-2px 2px black,-3px 3px black,-4px 4px black,-5px 5px black,-6px 6px black; + box-shadow: -1px 1px black,-2px 2px black,-3px 3px black,-4px 4px black,-5px 5px black,-6px 6px black; + border: 1px solid; + margin-left:10px; +} +#remembermeInput { margin-top: 0; margin-left: 0; } +#loginbox form p{ margin-bottom:5px; } +#loginbox form p:first-child{ margin-top:5px; } +#loginbox .close { float:right; } +#big-image{font-size:20px;text-align: left; text-justify: newspaper; color:#000} +#memelogo { position: fixed; z-index: 999; bottom: 30px; right: 80px; } +.sublogo { font-family: Monaco, "Courier New", Courier, monospace; } +#toplogo{position: fixed;display:none; top: 0; left: 0;} +#big-image {cursor:url('/static/img/thumbs/heartfaved.gif'), pointer} diff --git a/static/css/rooms_fullscreen.css b/static/css/rooms_fullscreen.css new file mode 100644 index 0000000..3c40c84 --- /dev/null +++ b/static/css/rooms_fullscreen.css @@ -0,0 +1,70 @@ +html, body, div, img { margin: 0; padding: 0; border: 0; overflow: hidden; font-family: Monaco, "Courier New", Courier, monospace; } +input { font-family: Monaco, "Courier New", Courier, monospace; } +#big-image img { + width: 100%; height: 100%; + cursor: pointer; + box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; +} +#loginbox { + background: white; + z-index: 999; + position: absolute; + font-size: 20%; + width: 335px; + height: 220px; + margin-left: -170px; + left: 50%; + border: 1px solid; + padding: 2%; + top: 20%; + text-align: justify; + -moz-box-shadow: -1px 1px #000,-2px 2px #000,-3px 3px #000,-4px 4px #000,-5px 5px #000,-6px 6px #000; + -webkit-box-shadow: -1px 1px black,-2px 2px black,-3px 3px black,-4px 4px black,-5px 5px black,-6px 6px black; + box-shadow: -1px 1px black,-2px 2px black,-3px 3px black,-4px 4px black,-5px 5px black,-6px 6px black; +} +#logininner { width: 30em; height: 20em; position: relative; } +#infocol { width: 50%; float: left; position: relative; } +#formcontainer { padding: 0; width: 80%; position: relative; } +#piccol { width: 50%; float: right; position: relative; } +#loginimg { width: 75%; margin-top: 20%; } +#spinner { display: none; } +#forgetpw { left: 5px; bottom: 5px; font-size: 80%; } +#fav-indicator { + display: none; + position: fixed; + z-index: 999; + height: 50px; + width: 50px; + right: 20px; + top: 20px; +} +#errormsg { position: relative; color: red; text-align: center; margin-top: 250px; } +input {max-width: 100px; + -moz-box-shadow: -1px 1px #000,-2px 2px #000,-3px 3px #000,-4px 4px #000,-5px 5px #000,-6px 6px #000; + -webkit-box-shadow: -1px 1px black,-2px 2px black,-3px 3px black,-4px 4px black,-5px 5px black,-6px 6px black; + box-shadow: -1px 1px black,-2px 2px black,-3px 3px black,-4px 4px black,-5px 5px black,-6px 6px black; + border: 1px solid; +} +input:hover { + -moz-box-shadow: -1px 1px #000,-2px 2px #000,-3px 3px #000; + -webkit-box-shadow: -1px 1px #000,-2px 2px #000,-3px 3px #000; + box-shadow: -1px 1px #000,-2px 2px #000,-3px 3px #000,inset -2px 2px 2px #333; + margin-top: 2px; + margin-left: -2px; +} +input:active { + -moz-box-shadow: 0px 0px white; + -webkit-box-shadow: 0px 0px white; + box-shadow: -1px 1px #000,0px 0px white; + margin-top: 2px; + margin-left: -4px; + box-shadow: inset -3px 3px 4px #333; + cursor: pointer; +} +#remembermeInput { margin-top: 0; margin-left: 0; } +#big-image{font-size:20px;text-align: left; text-justify: newspaper; color:#000} +#memelogo { position: fixed; z-index: 999; bottom: 30px; right: 80px; } +.sublogo { font-family: Monaco, "Courier New", Courier, monospace; } +a { color:#000 } +#toplogo{position: fixed;display:none; top: 0; left: 0;} +#big-image {cursor:url('/static/img/thumbs/heartfaved.gif'), pointer} diff --git a/static/css/rooms_vortex.css b/static/css/rooms_vortex.css new file mode 100644 index 0000000..7403454 --- /dev/null +++ b/static/css/rooms_vortex.css @@ -0,0 +1,64 @@ +html { overflow: hidden; } +body { + margin: 0px; + padding: 0px; + background: #111; + position: absolute; + width: 100%; + height: 100%; + background:#f0f9ff url(/static/img/fade-blue.png) top left repeat-x fixed; + cursor: crosshair; +} +#canvas { + position:absolute; + left: 0%; + top: 0%; + width: 100%; + height: 100%; + overflow: hidden; +} +#canvas img { + position: absolute; + background: #666; + overflow: hidden; + cursor: pointer; + left: 100%; + border-color: #000; + border-style: solid; + border-width: 1px; + -ms-interpolation-mode:nearest-neighbor; +} +#canvas span { + position: absolute; + color: #9C9; + font-family: 'courier new', typewriter, matrix, monospace; + font-size: 0px; + white-space: nowrap; + left: -1000px; + background: #010; + filter: alpha(opacity=90); + opacity: 0.9; +} +#infotxt{ +font-family: 'courier new', typewriter, matrix, monospace; +line-height:16px; +background-image:url(/static/img/bg.dither.gif); +width:230px; + +padding:10px; +padding-bottom:14px; +font-size:12px; + border-bottom-right-radius:100px; + -webkit-border-bottom-right-radius:100px; + -moz-border-radius-bottomright:100px; +} +.returnlink{ +text-decoration:none; + font-family: Arial, Helvetica, sans-serif; + color:#f0e; +} +.returnlink a:hover{ +text-decoration:none; + font-family: Arial, Helvetica, sans-serif; + color:blue; +} diff --git a/static/css/search_files.css b/static/css/search_files.css new file mode 100644 index 0000000..f71ecda --- /dev/null +++ b/static/css/search_files.css @@ -0,0 +1,6 @@ +img { max-width: 400px; max-height: 400px; } /* FIX THIS */ +html,body,img,div{margin:0; border:0; padding:0} +body { overflow: visible;} +h1 { display:inline-block; margin: 20px; font-size: 30px;} +fieldset { display: inline } +p { margin-left: 20px; display: inline-block; } diff --git a/static/css/simplerlog.css b/static/css/simplerlog.css new file mode 100644 index 0000000..784253d --- /dev/null +++ b/static/css/simplerlog.css @@ -0,0 +1,350 @@ +body { + margin: 0px; + background-image: url(/static/img/bg.dither.gif); + background-color: #e2e2e2; + background-attachment: fixed; + min-width: 900px; + font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Arial, + sans-serif; + font-size: 13px; + line-height: 1.5em; +} + +img { + border: 0px; +} + +#banner { + background-color: #fff; + z-index: 2; + top: 0; + margin-top: 4px; + margin-left: 9px; + min-width: 900px; + position: fixed; + border: 1px inset #999; + display: inline-block; + border-radius: 3px; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + height: 35px; + clear: both; +} + +#banner a { + font-size: 69%; + text-decoration: none; + font-family: Monaco, "Courier New", Courier, monospace; + letter-spacing: 3.5px; + color: #333; +} + +#banner a:hover { + background-color: #eee; + color: black; + text-decoration: none; +} + +#fblike { + margin-top: 6px; + margin-left: 6px; +} + +#logo { + float: left; + margin: 1px; +} + +#logobig { + float: left; + margin-top: -9px; + margin-left: -5px; +} + +#toplinks { + float: left; + margin-top: 7px; + margin-left: 5px; +} + +#logout { + position: fixed; + right: 0px; + font-size: 12px; + top: 0px; + padding: 3px; + line-height: 1em; +} + +#searchbox { + float: left; + display: inline-block; + margin-top: 7px; + margin-left: 5px; +} + +#search-query { + background-color: lightyellow; +} + +#posts { + font-family: Monaco, "Courier New", Courier, monospace; + color: #333; + font-size: 8px; + height: auto; + padding: 1px; + margin-top: 45px; +} + +#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 { + text-align: justify; + vertical-align: top; + padding: 10px; + margin: 7px; + color: #000; + font-weight: 100; + font-size: 13px; + letter-spacing: 1px; + font-family: Arial, Helvetica, sans-serif; + float: left; + min-height: 210px; + width: 230px; + border: 1px inset #f1f1f1; + border-radius: 3px; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + background-color: #fff; + background: #448ed4; + border: 1px ridged #fff; + background: -moz-linear-gradient(top, #fff, #eee 50%, #eee 51%, #f0f9ff); + background: -webkit-gradient( + linear, + left top, + left bottom, + from(#fff), + color-stop(50%, #eee), + color-stop(51%, #eee), + to(#f0f9ff) + ); +} + +.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 { + height: 12px; + float: left; + padding-right: 6px; + padding-top: 5px; + cursor: pointer; + display: none; +} + +.buttons .share { + cursor: pointer; + display: none; +} + +#posts hr { + display: none; +} + +#pgbuttons { + position: fixed; + bottom: 6px; + right: 0px; + 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; +} + +#footer a { + text-decoration: none; + color: #333; +} + +#footer a:hover { + color: #000; +} + +#pgbuttons input { + color: #eee; + letter-spacing: 1px; + text-decoration: none; + padding: 2px 12px 3px 12px; + cursor: pointer; + font-size: 12px; + position: relative; + font-weight: 100; + overflow: hidden; + vertical-align: middle; + margin: 0 10px; + background: #448ed4; + border: 1px ridged #fff; + background: -moz-linear-gradient(top, #fff, #448ed4 50%, #448ed4 51%, #fff); + background: -webkit-gradient( + linear, + left top, + left bottom, + from(#fff), + color-stop(50%, #448ed4), + color-stop(51%, #448ed4), + to(#fff) + ); + text-decoration: none; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + -moz-box-shadow: #777 0 0 0 1px; + -webkit-box-shadow: #777 0 0 0 1px; + text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0; +} + +a#disregister { + background: #fcf0ad; + color: #fe1409; + cursor: pointer; + line-height: 1em; + z-index: 3; + padding: 25px 10px 40px; + margin-top: -2px; + margin-left: -2px; + float: right; + -webkit-transform: rotate(9deg); + -moz-transform: rotate(9deg); + transform: rotate(9deg); + font-family: cursive; + font-weight: 100; + font-size: 18px; + font-style: oblique; + border-top: 16px solid yellow; + background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#fffaae), to(#fff057)); + background-image: -moz-linear-gradient(#fffaae 0%, #fff057 90%); + border-top-color: #fff057; + border-right-color: #fff057; + border-bottom-color: #fff057; + border-left-color: #fff057; + -webkit-box-shadow: #a0a0a0 3px 4px 4px; + -moz-box-shadow: #a0a0a0 3px 4px 4px; + text-shadow: 1px 1px 3px #aaa; + margin-right: 35px; +} + +a#disregister:hover { + text-shadow: 1px 1px 1px gold; + font-family: cursive; + font-weight: 100; + font-size: 18px; + font-style: oblique; + color: black; + -webkit-box-shadow: #333 3px 4px 4px; + -moz-box-shadow: #333 3px 4px 4px; +} + +/* searchstuff */ +.search_icon { + background: url("/static/img/hourglass.png") no-repeat scroll center center transparent; + bottom: 3px; + cursor: pointer; + left: 6px; + opacity: 0.8; + border-right: 1px solid #c0c8d3; + position: absolute; + top: 3px; + width: 32px; +} + +#inpage-search-results { + position: absolute; + top: 47px; + width: 100%; + text-align: center; + left: 0; + z-index: 1000; +} + +#inpage-search-results #search-results-images { + display: none; + position: relative; + overflow: auto; + background-image: url(/static/img/bg.dither.gif); + background-color: #eee; + min-height: 600px; + margin-left: 5%; + margin-right: 5%; + margin-top: 0px; + border: 1px inset #fff; + padding-top: 30px; +} + +#fullpage-search-results #search-results-images { + position: relative; + width: 100%; + overflow: visible; +} + +#search-results-images a.animating canvas { + display: none; +} + +#search-controls { + width: 95%; + margin-left: auto; + margin-right: auto; + position: relative; + z-index: 1005; + text-align: right; + display: none; + top: 0; + padding-right: 8px; +} + +#search-message { + background-color: lightyellow; + font-size: medium; + padding: 4px; +} + +#search-controls a { + padding: 4px; +} diff --git a/static/css/topic_list.css b/static/css/topic_list.css new file mode 100644 index 0000000..8ebc787 --- /dev/null +++ b/static/css/topic_list.css @@ -0,0 +1,4 @@ +#main { margin: 75px 2em 0 2em; } +#main hr { margin-bottom: 0.5em; } +#main label { display: inline-block; width: 150px; } +#main .deadline { width: 100px; } |
