From f3d1b68e3919345c67be06cbd7e7bb61f67ffcbd Mon Sep 17 00:00:00 2001 From: timb Date: Thu, 1 Apr 2010 00:48:45 -0700 Subject: organize some images, move css to static/css/, clean up templates, remove junk --- static/ChatBubble-simple.css | 142 - static/about.html | 23 +- static/browser.css | 546 --- static/chatbar.html | 8 +- static/css/ChatBubble-simple.css | 142 + static/css/browser.css | 546 +++ static/css/datePicker.css | 129 + static/css/directory.css | 379 ++ static/css/dump.common.css | 12 + static/css/dump.css | 448 ++ static/css/dumpnewuser.css | 511 +++ static/css/header.css | 259 ++ static/css/jScrollPane.css | 65 + static/css/jquery-ui-1.7.2.custom.css | 406 ++ static/css/log.css | 418 ++ static/css/pages.css | 353 ++ static/css/pichat.css | 420 ++ static/css/profile.css | 437 ++ static/css/reset.css | 55 + static/css/win.css | 151 + static/datePicker.css | 129 - static/delishicon.png | Bin 136 -> 0 bytes static/directory.css | 379 -- static/dumpnewuser.css | 511 --- static/fbbutton.png | Bin 607 -> 0 bytes static/fbicon.gif | Bin 130 -> 0 bytes static/header.css | 264 -- static/help.html | 2 +- static/jScrollPane.css | 65 - static/jquery-1.3.2.min.js | 19 - static/jquery-ui-1.7.2.custom.css | 406 -- static/jquery.editinplace.1.0.1.packed.js | 287 -- static/jquery.gritter.js | 401 -- static/jquery.gritter.min.js | 19 - static/js/jquery-1.4.2.js | 6240 ++++++++++++++++++++++++++ static/js/jquery-1.4.2.min.js | 154 + static/js/jquery.editinplace.1.0.1.packed.js | 287 ++ static/log.css | 418 -- static/news2.html | 2 +- static/pages.css | 353 -- static/pichat.css | 420 -- static/profile.css | 437 -- static/register.html | 4 +- static/register2.html | 2 +- static/reset.css | 55 - static/search.html | 2 +- static/search/imagesearch.html | 4 +- static/share/delishicon.png | Bin 0 -> 136 bytes static/share/fbbutton.png | Bin 0 -> 607 bytes static/share/fbicon.gif | Bin 0 -> 130 bytes static/share/tumblricon.gif | Bin 0 -> 567 bytes static/share/tumblricon.png | Bin 0 -> 503 bytes static/share/twittericon.gif | Bin 0 -> 104 bytes static/share/twittericon.png | Bin 0 -> 659 bytes static/surf.php | 238 - static/tumblricon.gif | Bin 567 -> 0 bytes static/tumblricon.png | Bin 503 -> 0 bytes static/twittericon.gif | Bin 104 -> 0 bytes static/twittericon.png | Bin 659 -> 0 bytes static/win.css | 151 - template/about_us.st | 7 +- template/browser.st | 2 +- template/debug_log.st | 8 + template/directory.st | 2 +- template/footer.st | 3 +- template/goodies.st | 2 +- template/help.st | 5 +- template/log.st | 6 +- template/log_dump.st | 8 +- template/new_user_bubbles.st | 13 + template/privacy.st | 5 +- template/share_buttons.st | 11 +- template/single_message.st | 2 +- template/terms.st | 5 +- template/thumbup.gif | Bin 76 -> 0 bytes 75 files changed, 11478 insertions(+), 5300 deletions(-) delete mode 100644 static/ChatBubble-simple.css delete mode 100755 static/browser.css create mode 100644 static/css/ChatBubble-simple.css create mode 100755 static/css/browser.css create mode 100644 static/css/datePicker.css create mode 100644 static/css/directory.css create mode 100644 static/css/dump.common.css create mode 100755 static/css/dump.css create mode 100644 static/css/dumpnewuser.css create mode 100755 static/css/header.css create mode 100644 static/css/jScrollPane.css create mode 100755 static/css/jquery-ui-1.7.2.custom.css create mode 100644 static/css/log.css create mode 100644 static/css/pages.css create mode 100755 static/css/pichat.css create mode 100755 static/css/profile.css create mode 100755 static/css/reset.css create mode 100644 static/css/win.css delete mode 100644 static/datePicker.css delete mode 100644 static/delishicon.png delete mode 100644 static/directory.css delete mode 100644 static/dumpnewuser.css delete mode 100644 static/fbbutton.png delete mode 100644 static/fbicon.gif delete mode 100755 static/header.css delete mode 100644 static/jScrollPane.css delete mode 100755 static/jquery-1.3.2.min.js delete mode 100755 static/jquery-ui-1.7.2.custom.css delete mode 100755 static/jquery.editinplace.1.0.1.packed.js delete mode 100755 static/jquery.gritter.js delete mode 100755 static/jquery.gritter.min.js create mode 100644 static/js/jquery-1.4.2.js create mode 100644 static/js/jquery-1.4.2.min.js create mode 100755 static/js/jquery.editinplace.1.0.1.packed.js delete mode 100644 static/log.css delete mode 100644 static/pages.css delete mode 100755 static/pichat.css delete mode 100755 static/profile.css delete mode 100755 static/reset.css create mode 100644 static/share/delishicon.png create mode 100644 static/share/fbbutton.png create mode 100644 static/share/fbicon.gif create mode 100644 static/share/tumblricon.gif create mode 100644 static/share/tumblricon.png create mode 100644 static/share/twittericon.gif create mode 100644 static/share/twittericon.png delete mode 100755 static/surf.php delete mode 100644 static/tumblricon.gif delete mode 100644 static/tumblricon.png delete mode 100644 static/twittericon.gif delete mode 100644 static/twittericon.png delete mode 100644 static/win.css create mode 100644 template/debug_log.st create mode 100644 template/new_user_bubbles.st delete mode 100644 template/thumbup.gif diff --git a/static/ChatBubble-simple.css b/static/ChatBubble-simple.css deleted file mode 100644 index 02ec152..0000000 --- a/static/ChatBubble-simple.css +++ /dev/null @@ -1,142 +0,0 @@ -/* Copyright(c)2006 TikiRobot. Software license GPL version 2. - -ChatBubble is based on "Even more rounded corners with CSS": -http://www.schillmania.com/content/projects/even-more-rounded-corners/ -*/ - -div.CBmsg { - display: table; - margin-bottom: 0.5em; -} - - -div.CBmsgR { - float: right; - text-align: right; - } - -div.CBmsgL .CBcontent { - padding-left: 12px; -} - -.rm { display: none;} - -div.CBtxt { - display: table-cell; - position: relative; - margin: 0px auto; - min-width: 8em; - max-width: 760px; - z-index: 1; - margin-left: 12px; - } - -div.CBiconL { - display: table-cell; - vertical-align: bottom; - padding-right: 22px; /* 10+12 */ - - } - -div.CBiconR { - display: table-cell; - vertical-align: bottom; - padding-left: 10px; - } - -div.CBiconR > img { - padding: 0px; - width: 32px; - height: 32px; - } - -div.CBiconL > img { - padding: 0px; - width: 32px; - height: 32px; - } - -.CBblueL .CBcontent, -.CBblueL .CBt, -.CBblueL .CBb, -.CBblueL .CBb div { - background:transparent url(BubbleBlueL800x1600.png) no-repeat top right; -} - -.CBblueR .CBcontent, -.CBblueR .CBt, -.CBblueR .CBb, -.CBblueR .CBb div { - background:transparent url(/static/BubbleBlueR800x1600.png) no-repeat top right; -} - -.CBpinkL .CBcontent, -.CBpinkL .CBt, -.CBpinkL .CBb, -.CBpinkL .CBb div { - background:transparent url(/static/BubblePinkL800x1600.png) no-repeat top right; -} - -.CBpinkR .CBcontent, -.CBpinkR .CBt, -.CBpinkR .CBb, -.CBpinkR .CBb div { - background:transparent url(/static/BubblePinkR800x1600.png) no-repeat top right; -} - -.CBltgreyL .CBcontent, -.CBltgreyL .CBt, -.CBltgreyL .CBb, -.CBltgreyL .CBb div { - background:transparent url(/static/BubbleLtGreyL800x1600.png) no-repeat top right; -} - -.CBltgreyR .CBcontent, -.CBltgreyR .CBt, -.CBltgreyR .CBb, -.CBltgreyR .CBb div { - background:transparent url(/static/BubbleLtGreyR800x1600.png) no-repeat top right; -} - -.CBtxt .CBcontent { - position:relative; - zoom:1; - _overflow-y:hidden; - padding:5px 12px 0px 0px; -} - - -.CBtxt .CBt { - /* top+left vertical slice */ - position:absolute; - left:0px; - top:0px; - width:12px; /* top slice width */ - margin-left:-12px; - height:100%; - _height:1600px; /* arbitrary long height, IE 6 */ - background-position:top left; -} - -.CBtxt .CBb { - /* bottom */ - position:relative; - width:100%; -} - -.CBtxt .CBb, -.CBtxt .CBb div { - height:10px; /* height of bottom cap/shade */ - font-size:1px; -} - -.CBtxt .CBb { - background-position:bottom right; -} - -.CBtxt .CBb div { - position:relative; - width:12px; /* bottom corner width */ - margin-left:-12px; - background-position:bottom left; -} \ No newline at end of file diff --git a/static/about.html b/static/about.html index 0a0e634..9824b2e 100755 --- a/static/about.html +++ b/static/about.html @@ -2,33 +2,14 @@ + - + diff --git a/static/browser.css b/static/browser.css deleted file mode 100755 index d2edaf0..0000000 --- a/static/browser.css +++ /dev/null @@ -1,546 +0,0 @@ -/* pichat.css */ - - body { - font-size:13; - font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; - margin:2%; - background:#EEF2FF url(/static/fade-blue.png) top center repeat-x; - background-repeat:repeat-x; - background-position:top; - -} -#rapper{ -} - #container { - text-align: left; - font-family: sans-serif; - color: #4E4848; - margin-left: auto; - margin-right: auto; - width: 1200px; - } - #description {display:none;width:790px;} - #description div, .post, .result {} - #description p > p,#description p {margin:0;line-height:1;width:800;} - #description img {float:left;margin:0 12px 12px 0;} -table.search{font-family:Verdana,Arial,Helvetica,sans-serif;text-align:left;font-size:11px;color:#333} -.gsc-trailing-more-results,.gsc-resultsHeader, -.gsc-search-box{display:none;} -.gsc-results{padding-left:0px;} -#searchControl -.gsc-control{width:600;height:30;padding:0px;padding-left:0;}select, label{font:bold 11px Arial,Helvetica,sans-serif;color:#003;text-transform:uppercase;margin-right:5px;} -input#q{width:400;height:25px;font:bold Arial,Helvetica,sans-serif;color:#F00;} -input#submit{ - - width:100px; -height:28px; -font-size:20px; -background-image:url(/static/bg-btn-blue.png); - text-align:center; - z-index:100; - cursor:pointer; - background-color:#087cff; - font-size:12px; - color:#fff; - text-shadow:1px 1px 3px rgba(0,0,0,0.5); -} -#logo{padding-left:20;} - -#ish{width:520; -padding:20; -height:550; -background-color:#fff; -border:1px solid #f0e0d6; - box-shadow: 0 0 10px #d8dbde, 0px 0px 10px #d8dbde; - -webkit-box-shadow: 0 0 10px #d8dbde, 0px 0px 10px #d8dbde; - -moz-box-shadow: 0 0 10px #d8dbde, 0px 0px 10px #d8dbde; - background-color:#ffffee; - background-image:url(/static/chanbg.png); - background-repeat:repeat-x; - border-top-left-radius:15px; - border-top-right-radius:15px; - -webkit-border-top-left-radius:15px; - -webkit-border-top-right-radius:15px; - -moz-border-radius-topleft:15px; - -moz-border-radius-topright:15px; - border-bottom-left-radius:15px; - border-bottom-right-radius:15px; - -webkit-border-bottom-left-radius:15px; - -webkit-border-bottom-right-radius:15px; - -moz-border-radius-bottomleft:15px; - -moz-border-radius-bottomright:15px; -} - -#content{ - z-index: 3; - overflow: auto; - min-width:600px; -} - -#chatboxx { - position: fixed; - top:80px; -} - - -#footerc -{ - text-align:center; - position:fixed; - width:100%; - bottom:0px; -line-height:3.1; - font-size:11px; -word-spacing:8px; -height:28px; - color: #000; - -} -#footerc a { - font-size: 11px; - color: #000; -} -#footerc a:link { - text-decoration: none; - font-size: 11px; -color:000; -} - -#footerc a:hover { - text-decoration:none; - font-size: 11px; - color: #f0e; -} - - -#messagePane { - - - -top:40px; -bottom:20px; - position:fixed; - width: 100%; - -left:0.1%; - - z-index:5; -} - -#messageList { - height: 100%; - width: 100%; - overflow-y: auto; - overflow-x: hidden; -} - -#msgInputDiv { - position:relative; - min-width:500px; - z-index:100; -left:1px; -bottom:10px; - width: 100%; -} - -#msgInput { - width: 100%; - z-index:100; - margin-top: 15px; - left:-3px; - position:relative; - border:2px solid #c8cbce; -height:36px; -font-size:20px; - min-width:500px; - - box-shadow: 2px 3px 4px #eee; --webkit-box-shadow: 2px 3px 4px #eee; --moz-box-shadow: 2px 3px 4px #eee; -filter: progid:DXImageTransform.Microsoft.dropShadow(color=#eee, offX=3, offY=4, positive=true); -} -.msgInput { - min-width:500px; - z-index:100; -} - -#msgSubmit { - - position:absolute; - display:inline-block; - width:120px; -height:35px; -right:0px; -font-size:20px; -background-image:url(/static/bg-btn-blue.png); -top:15px; - text-align:center; - z-index:100; - cursor:pointer; - background-color:#087cff; - border-top-right-radius:10px; - -webkit-border-top-right-radius:5px; - -moz-border-radius-topright:5px; - border-bottom-right-radius:5px; - -webkit-border-bottom-right-radius:5px; - -moz-border-radius-bottomright:5px; - border-radius:2px; - font-size:12px; - color:#fff; - text-shadow:1px 1px 3px rgba(0,0,0,0.5); -} -.msgDiv img{ - max-width:650px; - width: expression(this.width > 650 ? 650: true); - max-height:400px; - height: expression(this.width > 400 ? 400: true); - max-width:400px; - z-index: 1; -} -.msgDiv {padding:2px; -} -.oldmsg { - color: #666; -} - -#userList { - overflow-x: hidden; - overflow-y:auto; - height: auto; - margin: 0px; - position: absolute; - padding: 5px; - top:85px; - min-width: 150px; - width:11%; - float:right; - right: 6%; - font-family: Arial, Helvetica, sans-serif; - font-size: 14px; - font-weight:420; - border-top-left-radius:5px; - border-top-right-radius:5px; - -webkit-border-top-left-radius:5px; - background-color:#FFF; - -webkit-border-top-right-radius:5px; - -moz-border-radius-topleft:5px; - -moz-border-radius-topright:5px; - border-bottom-left-radius:5px; - border-bottom-right-radius:5px; - -webkit-border-bottom-left-radius:5px; - -webkit-border-bottom-right-radius:5px; - -moz-border-radius-bottomleft:5px; - -moz-border-radius-bottomright:5px; - max-height:450px; - box-shadow: 3px 4px 4px #c8cbce; --webkit-box-shadow: 3px 4px 4px #c8cbce; --moz-box-shadow: 3px 3px 4px #c8cbce; -filter: progid:DXImageTransform.Microsoft.dropShadow(color=#c8cbce, offX=3, offY=4, positive=true); - text-overflow:ellipsis; - z-index:18; - text-align: left; -} -.username{height:30px; -margin-top:6px; -line-height:20px; -text-indent:6px; -z-index:18; -min-width:90px; -overflow:hidden; - -} -.username a { -display:block; -width:100%; -height:100%; -text-decoration:none; -} -.username a:hover { -display:block; -width:100%; -height:100%; -background-image:url(/static/moverc.png); -background-repeat:repeat-x; -color:#fff; -text-decoration:none; -background-color:#f3f3f3; - border-top-right-radius:5px; - -webkit-border-top-right-radius:5px; - -moz-border-radius-topright:5px; - border-bottom-right-radius:5px; - -webkit-border-bottom-right-radius:5px; - -moz-border-radius-bottomright:5px; -} -#userList img{ - max-width:30px; - width: expression(this.width > 30 ? 30: true); - max-height:30px; - height: expression(this.width > 30 ? 30: true); - max-width:30px; - - float:right; - right:1px; - z-index:77; - height:30px; - border-top-left-radius:3px; - border-top-right-radius:3px; - -webkit-border-top-left-radius:3px; - -webkit-border-top-right-radius:3px; - -moz-border-radius-topleft:3px; - -moz-border-radius-topright:3px; - border-bottom-left-radius:3px; - border-bottom-right-radius:3px; - -webkit-border-bottom-left-radius:3px; - -webkit-border-bottom-right-radius:3px; - -moz-border-radius-bottomleft:3px; - -moz-border-radius-bottomright:3px; -} - -#userListicon { - overflow: auto; - height: 70%; - margin: 0px; - position: fixed; - padding: 5px; - top:48px; - width: 7%; - float:right; - right: 35px; - font-family: Arial, Helvetica, sans-serif; - font-size: 12px; - text-transform: uppercase; - min-width:72px; - line-height:13px; - z-index:1; - font-weight: bold; - font-family: Arial, Helvetica, sans-serif; - color: #666; - text-transform:none; - -} -#avatar -{ - right:1px; - float:right; - text-align:left; - width:auto; - -} - -#binfo { - font-family: Arial, Helvetica, sans-serif; - font-size: 11px; - bottom - #chatrap{ - top: 105px; - left:0px; - position:absolute; - width: 100%; - padding-bottom:20px; -} -#chatrap{ - top: 105px; - left:0px; - position:absolute; - width: 100%; - padding-bottom:20px; -} - -#input { - padding-right:15px; - line-height:22px; - font-size: 12px; -} - #loghead { - border-bottom:0px; - padding-left: -50px; - margin-right:60%; - width:70%; - letter-spacing:-3px; - color:#504F61; - height:28px; - font-size:33px; - font-family:Arial, Helvetica, sans-serif; - font-weight:bold; - text-transform:capitalize; - text-shadow: -6px 4px 4px #ccc; - padding-bottom:12px; - left: -40px; - background-color: #FFF; - top: 80px; - position: fixed; - } - -#logc -{ - margin-right:10%; - margin-left:10%; - background-color:#FFF; - padding-left: 40px; - padding-bottom: 30px; - padding-top: 15px; -} - - - #profile { - float: right; - border:1px solid #000; - padding: 20px; - width: 180px; - margin-right:15%; - background-color:#FFF; - background-image:url(/static/cloudbg2.png); - background-position:center; - z-index:10; - border-top-right-radius:5px; - -webkit-border-top-right-radius:5px; - -moz-border-radius-topright:5px; - min-height:600px; - } -#chatrap{ - top: 105px; - left:0px; - position:absolute; - width: 100%; - margin: 0; - padding-bottom:105px; -} - -#log -{ - border: 2px #F1F1F1; - margin-right:15%; - margin-left:15%; - background-color:#FFF; - padding-left: 40px; - padding-bottom: 80px; - padding-top: 15px; - min-height: 800px; - border-top-left-radius:5px; - border-top-right-radius:5px; - -webkit-border-top-left-radius:5px; - -webkit-border-top-right-radius:5px; - -moz-border-radius-topleft:5px; - -moz-border-radius-topright:5px; - border-bottom-left-radius:5px; - border-bottom-right-radius:5px; - -webkit-border-bottom-left-radius:5px; - -webkit-border-bottom-right-radius:5px; - -moz-border-radius-bottomleft:5px; - -moz-border-radius-bottomright:5px; -} -#posts { - - - -} -.logged-dump img{ - max-width:650px; - width: expression(this.width > 500 ? 500: true); - max-height:400px; - height: expression(this.width > 500 ? 500: true); - border:0px; - z-index:4; - - - -} -.logged-dump{ - - - - - padding: 15px; - font-family: Arial, Helvetica, sans-serif; - margin-left:15%; - width:60%; - - font-size: 12px; - text-transform: uppercase; - border-top-left-radius:5px;border-top-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px; - border-bottom-left-radius:5px;border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px; - min-width:72px; - line-height:15px; - background-color:#F2F2F2; - background-image:/static/footer.png; - background-position:bottom; - border:solid 1px #0f1e31; - z-index:4; - text-align: left; - margin:15px; - line-height:5px; - - -} - .editable { - color: #0AA; - } - .editing { - color: #F0F; - } - div#avatar { - overflow: hidden; - text-overflow: ellipsis; - } - - img#avatarPic { - max-height:250px; - } - - #logged-dump { - border: 1px solid dotted; - padding: 5px; - } - #loghead { - border-bottom:0px; - padding-left: -50px; - margin-right:60%; - width:auto; - letter-spacing:-3px; - color:#087cff; - height:28px; - font-size:33px; - font-family:Arial, Helvetica, sans-serif; - font-weight:bold; - text-transform:capitalize; - text-shadow: -6px 4px 4px #ccc; - padding-bottom:12px; - left: -40px; - } - #logo7{ - font-size:30; - text-shadow: 1px 1px 1px #000, 2px 3px 1px #f0e; -color:#fff; -font-weight:bold; -} - -p { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 7px; -} -a { - font-size: 12px; - color: #000; -} -a:link { - text-decoration: none; -} -a:visited { - text-decoration: none; - color: #000; -} -a:hover { - text-decoration: none; - color: #00F; -} -a:active { - text-decoration: none; - color: #000; -} -td { - font-family: Arial, Helvetica, sans-serif; - letter-spacing:-1px; - font-size: 12px; - color: #000000; -} -.btnav { border: 0px #000000 solid;} diff --git a/static/chatbar.html b/static/chatbar.html index 69d0727..0a27996 100755 --- a/static/chatbar.html +++ b/static/chatbar.html @@ -1,13 +1,13 @@ dump.fm - - + + - - + + - + - + diff --git a/static/register2.html b/static/register2.html index b398b6f..798a5ae 100755 --- a/static/register2.html +++ b/static/register2.html @@ -9,7 +9,7 @@ - + dump.fm diff --git a/static/reset.css b/static/reset.css deleted file mode 100755 index 37522ab..0000000 --- a/static/reset.css +++ /dev/null @@ -1,55 +0,0 @@ -/* reset.css - From http://meyerweb.com/eric/tools/css/reset/ - v1.0 | 20080212 */ - -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; -} - -/* remember to define focus styles! */ -:focus { - outline: 0; -} - -/* remember to highlight inserts somehow! */ -ins { - text-decoration: none; -} -del { - text-decoration: line-through; -} - -/* tables still need 'cellspacing="0"' in the markup */ -table { - border-collapse: collapse; - border-spacing: 0; -} diff --git a/static/search.html b/static/search.html index f4f210d..9f73317 100755 --- a/static/search.html +++ b/static/search.html @@ -27,7 +27,7 @@ a:active { - + - - - - -
- - - -
- - - diff --git a/static/tumblricon.gif b/static/tumblricon.gif deleted file mode 100644 index 40e2b35..0000000 Binary files a/static/tumblricon.gif and /dev/null differ diff --git a/static/tumblricon.png b/static/tumblricon.png deleted file mode 100644 index 61a8910..0000000 Binary files a/static/tumblricon.png and /dev/null differ diff --git a/static/twittericon.gif b/static/twittericon.gif deleted file mode 100644 index c6902f6..0000000 Binary files a/static/twittericon.gif and /dev/null differ diff --git a/static/twittericon.png b/static/twittericon.png deleted file mode 100644 index 662c731..0000000 Binary files a/static/twittericon.png and /dev/null differ diff --git a/static/win.css b/static/win.css deleted file mode 100644 index 9bf2f90..0000000 --- a/static/win.css +++ /dev/null @@ -1,151 +0,0 @@ - -/* CSS Document */ - -body { - font-family: Arial, Helvetica, sans-serif; - background-color:#ffffee; - background-image:url(/static/chanbg.png); - background-repeat:repeat-x; - background-position:1 10; -background-attachment:fixed; - margin: 0; -} - -#content { - font-family: Arial, Helvetica, sans-serif; - background-color:#fff; - background-repeat:repeat-x; - background-position:1 10; -background-attachment:fixed; - margin: 0; - - -} - -f1 { background-color:#000000; - font: 12px "Microsoft Sans Serif"; - color:#FFFFFF; - -} - -ul { - - margin: 4px; - padding: 15px; - -} - -#boxshadow { - box-shadow:-10px 5px #000; - -webkit-box-shadow:-10px 5px #000; - -moz-box-shadow: -10px 5px #000; - -} - -.divDragTitle { - position: absolute; - height: 24px; -padding:0; - background-color:#fff; -background-image:url(/static/upload.png); - border:1px solid #999; - cursor:move; - box-shadow:0px 0px 10px #100; - -webkit-box-shadow:0px 0px 10px #100; - -moz-box-shadow: 0px 3px 10px #100; - -} - -.divDragTitle table { - border-spacing:0px; width:100%; - -} - -.divDragTitle table tr td { - font-family:Arial,Helvetica,sans-serif; - padding-left:5px; - text-shadow: 1px 1px 1px #333; - font-size:13; - - color: #fff; -font-weight:bold; - color:#FFFFFF; - -} - -.divDragContent { - position: absolute; - background-color:#FFFFFF; - padding:0px; margin:0px; - border:1px solid #999; - display:block; -margin-top:6; - cursor:default; - box-shadow:0px 0px 10px #100; - -webkit-box-shadow:0px 0px 10px #100; - -moz-box-shadow: 0px 0px 10px #100; - opacity: 0.923; - - - -} - -.divTitleButton { - border:0px; - padding: 1px; - cursor:default; -} - -/* gallery styling */ - -#jgal { - list-style:none; - width: 100px; -} - -#jgal li { - opacity: .5; - display: block; - position:relative; - width: 40px; - height: 40px; - background-position: 50% 45%; - cursor: pointer; - border: 1px solid #fff; - outline: 1px solid #ddd; - margin-right: 20px; - margin-bottom: 14px; - -} - -#content h1{ -font-size:14; -text-align:left; -margin-left:10; -letter-spacing:-0.5; -color:#000;line-height:0.5; - text-shadow: 1px 1px 1px #fff; -font-weight:bold; -} -#content h2{ -font-size:12; -text-align:left; -margin-left:22; -margin-top:6; - -letter-spacing:-0.5; -color:#000; -font-weight:normal; - text-shadow: 1px 1px 1px #fff; - -} -#content a { -color:#333; -font-size:14; -font-weight:bold; -} -#content a:hover { -color:#f0e; -font-weight:bold; - text-shadow: 1px 1px 0.5px #fff; -} \ No newline at end of file diff --git a/template/about_us.st b/template/about_us.st index 61c0a4a..6cd04dc 100644 --- a/template/about_us.st +++ b/template/about_us.st @@ -1,9 +1,8 @@ - - - - + + + diff --git a/template/debug_log.st b/template/debug_log.st new file mode 100644 index 0000000..247eec1 --- /dev/null +++ b/template/debug_log.st @@ -0,0 +1,8 @@ +$if(isadmin)$ +$if(debug_log_items)$ + +$endif$ +$endif$ \ No newline at end of file diff --git a/template/directory.st b/template/directory.st index 8c734d9..f6d633c 100644 --- a/template/directory.st +++ b/template/directory.st @@ -3,7 +3,7 @@ dump.fm $head()$ - + diff --git a/template/footer.st b/template/footer.st index 838d4bf..c3b4563 100755 --- a/template/footer.st +++ b/template/footer.st @@ -1,7 +1,6 @@ @@ -16,4 +15,4 @@ var pageTracker = _gat._getTracker("UA-12364576-1"); pageTracker._trackPageview(); } catch(err) {} - +$debug_log()$ diff --git a/template/goodies.st b/template/goodies.st index 2bab2c7..4289c11 100644 --- a/template/goodies.st +++ b/template/goodies.st @@ -2,7 +2,7 @@ dump.fm | Image Search Beta $head()$ - + diff --git a/template/help.st b/template/help.st index 9d8628e..24285d6 100644 --- a/template/help.st +++ b/template/help.st @@ -1,8 +1,7 @@ - - - + + @@ -18,6 +18,10 @@
+ $if(dumpstest)$ + HELLO + $dumpstest: {du | $du$ }$ + $endif$ $if(dumps)$ $dumps: { d | $log_dump(dump=d)$ }$ $else$ diff --git a/template/log_dump.st b/template/log_dump.st index d48baf1..7a9435c 100644 --- a/template/log_dump.st +++ b/template/log_dump.st @@ -1,4 +1,8 @@ +$if(dump.tags)$ +
+$else$
+$endif$ $dump.created_on$ -- by $dump.nick$ @@ -10,9 +14,9 @@ $else$ $endif$ -
$dump.content$

$share_buttons()$ -
+ + \ No newline at end of file diff --git a/template/new_user_bubbles.st b/template/new_user_bubbles.st new file mode 100644 index 0000000..a1e654d --- /dev/null +++ b/template/new_user_bubbles.st @@ -0,0 +1,13 @@ + +
+
+
+
+
+
+
+
+ +
\ No newline at end of file diff --git a/template/privacy.st b/template/privacy.st index a133ac2..9c0c90e 100644 --- a/template/privacy.st +++ b/template/privacy.st @@ -1,8 +1,7 @@ - - - + + diff --git a/template/terms.st b/template/terms.st index 2f23cee..5297503 100644 --- a/template/terms.st +++ b/template/terms.st @@ -1,8 +1,7 @@ - - - + +