From efba006b63e1888ffb0c1c658409d811d3b0200f Mon Sep 17 00:00:00 2001 From: MrKooky Date: Thu, 17 May 2012 19:17:44 +0200 Subject: [PATCH] Passing from unvalid XHTML to valid HTML5 in file tpl/page.html --- .gitignore | 0 CHANGELOG.md | 0 README.md | 0 css/zerobin.css | 86 +++++++++++---------- img/busy.gif | Bin img/icon_clone.png | Bin img/icon_new.png | Bin img/icon_send.png | Bin img/icon_shorten.png | Bin index.php | 0 js/base64.js | 0 js/jquery.js | 0 js/rawdeflate.js | 0 js/rawinflate.js | 0 js/sjcl.js | 0 js/zerobin.js | 0 lib/rain.tpl.class.php | 0 lib/vizhash_gd_zero.php | 0 tpl/page.html | 160 +++++++++++++++++++++------------------- 19 files changed, 130 insertions(+), 116 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 CHANGELOG.md mode change 100644 => 100755 README.md mode change 100644 => 100755 css/zerobin.css mode change 100644 => 100755 img/busy.gif mode change 100644 => 100755 img/icon_clone.png mode change 100644 => 100755 img/icon_new.png mode change 100644 => 100755 img/icon_send.png mode change 100644 => 100755 img/icon_shorten.png mode change 100644 => 100755 index.php mode change 100644 => 100755 js/base64.js mode change 100644 => 100755 js/jquery.js mode change 100644 => 100755 js/rawdeflate.js mode change 100644 => 100755 js/rawinflate.js mode change 100644 => 100755 js/sjcl.js mode change 100644 => 100755 js/zerobin.js mode change 100644 => 100755 lib/rain.tpl.class.php mode change 100644 => 100755 lib/vizhash_gd_zero.php mode change 100644 => 100755 tpl/page.html diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/CHANGELOG.md b/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/css/zerobin.css b/css/zerobin.css old mode 100644 new mode 100755 index c4997698..6a253f86 --- a/css/zerobin.css +++ b/css/zerobin.css @@ -24,7 +24,13 @@ font-size: 0.8em; margin-bottom:15px; padding-left:60px; padding-right:60px; } - + +.blink { + text-decoration: blink; + font-size: 10pt; + color: #a4b3c4; +} + a { color:#0F388F; } h1 { @@ -46,20 +52,23 @@ cursor:pointer; } h2 { -color:#000; -font-size:1em; -display:inline; -font-style:italic; -font-weight:bold; +color:#000; +font-size:1em; +display:inline; +font-style:italic; +font-weight:bold; position:relative; -bottom:8px;} +bottom:8px; +} h3 { -color:#94a3b4; -font-size:0.7em; -display:inline; -position:relative; -bottom:8px;} +color:#94a3b4; +font-size:0.7em; +display:inline; +margin-top: 10px; +position:relative; +bottom:8px; +} #aboutbox { font-size:0.85em; @@ -72,9 +81,9 @@ float:right; width:60%; } -div#aboutbox a { color: #94a3b4; } +#aboutbox a { color: #94a3b4; } -textarea#message,div#cleartext,.replymessage { +textarea#message, #cleartext, .replymessage { clear:both; color:black; background-color:#fff; @@ -91,13 +100,13 @@ box-sizing:border-box; width:100%; } -div#status { +#status { clear:both; padding:5px 10px; } -div#pastelink { +#pastelink { background-color:#1F2833; color:white; padding:4px 12px; @@ -106,11 +115,11 @@ clear:both; -webkit-box-shadow: inset 0px 2px 2px #000; box-shadow: inset 0px 2px 5px #000; } -div#pastelink a { color:white; } -div#pastelink button { margin-left:11px } -div#toolbar, div#status { margin-bottom:5px; } +#pastelink a { color:white; } +#pastelink button { margin-left:11px } +#toolbar, #status { margin-bottom:5px; } -button,.button,div#expiration,div#language { +button,.button,#expiration,#language { color:#fff; background-color:#323B47; background-repeat:no-repeat; @@ -163,27 +172,27 @@ position:relative; top:2px; } -div#expiration, div#language, div#opendisc { +#expiration, #language, #opendisc { background-color:#414D5A; padding:6px 8px; margin:0px 5px 0px 0px;; position: relative; bottom:1px; /* WTF ? Why is this shifted by 1 pixel ? */ } -div#expiration select, div#language select { +#expiration select, #language select { color:#eee; background: transparent; border: none; } -div#expiration select option, div#language select option { +#expiration select option, #language select option { color:#eee; background: #414D5A; background-color:#414D5A; } -div#remainingtime { +#remainingtime { color: #94a3b4; display:inline; font-size:0.85em; @@ -211,7 +220,7 @@ border-radius:4px; padding:5px; } -div#ienotice { +#ienotice { background-color:#7E98AF; color:#000; font-size:0.85em; @@ -220,14 +229,13 @@ text-align:center; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; -display:none; } -div#ienotice a { +#ienotice a { color:black; } -div#oldienotice { +#oldienotice { display:none; } @@ -240,7 +248,7 @@ color:#FF0; /* --- discussion related CSS ------- */ -div#discussion { /* Discussion container */ +#discussion { /* Discussion container */ margin-top:20px; width:100%; margin-left:-30px; @@ -257,7 +265,7 @@ margin-left:30px; } -div.comment /* One single reply */ +.comment /* One single reply */ { background-color:#CECED6; color:#000; @@ -276,17 +284,17 @@ overflow:auto; } /* FIXME: Add min-width */ -div.reply { +.reply { margin: 5px 0px 0px 30px; } -div#replystatus { +#replystatus { display:inline; padding:1px 7px; font-family: Arial, Helvetica, sans-serif; } -div.comment button { +.comment button { color:#446; background-color:#aab; background-repeat:no-repeat; @@ -310,7 +318,7 @@ box-shadow: inset 0px 1px 2px #eee; border-radius: 3px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; } -div.comment button:hover { +.comment button:hover { background-image: linear-gradient(bottom, #ccd 0%, #fff 100%); background-image: -o-linear-gradient(bottom, #ccd 0%, #fff 100%); background-image: -moz-linear-gradient(bottom, #ccd 0%, #fff 100%); @@ -318,7 +326,7 @@ background-image: -webkit-linear-gradient(bottom, #ccd 0%, #fff 100%); background-image: -ms-linear-gradient(bottom, #ccd 0%, #fff 100%); background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccd), color-stop(1, #fff)); } -div.comment button:active { +.comment button:active { background-image: linear-gradient(bottom, #fff 0%, #889 100%); background-image: -o-linear-gradient(bottom, #fff 0%, #889 100%); background-image: -moz-linear-gradient(bottom, #fff 0%, #889 100%); @@ -329,7 +337,7 @@ position:relative; top:1px; } -div.comment input { +.comment input { padding:2px; } @@ -337,14 +345,14 @@ textarea#replymessage { margin-top:5px; } -div.commentmeta { +.commentmeta { color: #fff; background-color:#8EA0B2; margin-bottom:3px; padding:0px 0px 0px 3px; } -span.commentdate { +.commentdate { color: #BFCEDE; } @@ -354,4 +362,4 @@ height:16px; position:relative; top:2px; left:-3px; -} \ No newline at end of file +} diff --git a/img/busy.gif b/img/busy.gif old mode 100644 new mode 100755 diff --git a/img/icon_clone.png b/img/icon_clone.png old mode 100644 new mode 100755 diff --git a/img/icon_new.png b/img/icon_new.png old mode 100644 new mode 100755 diff --git a/img/icon_send.png b/img/icon_send.png old mode 100644 new mode 100755 diff --git a/img/icon_shorten.png b/img/icon_shorten.png old mode 100644 new mode 100755 diff --git a/index.php b/index.php old mode 100644 new mode 100755 diff --git a/js/base64.js b/js/base64.js old mode 100644 new mode 100755 diff --git a/js/jquery.js b/js/jquery.js old mode 100644 new mode 100755 diff --git a/js/rawdeflate.js b/js/rawdeflate.js old mode 100644 new mode 100755 diff --git a/js/rawinflate.js b/js/rawinflate.js old mode 100644 new mode 100755 diff --git a/js/sjcl.js b/js/sjcl.js old mode 100644 new mode 100755 diff --git a/js/zerobin.js b/js/zerobin.js old mode 100644 new mode 100755 diff --git a/lib/rain.tpl.class.php b/lib/rain.tpl.class.php old mode 100644 new mode 100755 diff --git a/lib/vizhash_gd_zero.php b/lib/vizhash_gd_zero.php old mode 100644 new mode 100755 diff --git a/tpl/page.html b/tpl/page.html old mode 100644 new mode 100755 index 06873b03..3d11f718 --- a/tpl/page.html +++ b/tpl/page.html @@ -1,81 +1,87 @@ + - -ZeroBin - - - - - - - - - - - - + + + ZeroBin + + - -
- ZeroBin is a minimalist, opensource online pastebin where the server has zero knowledge of pasted data. - Data is encrypted/decrypted in the browser using 256 bits AES. - More information on the project page.
- Note: This is a test service: - Data may be deleted anytime. Kittens will die if you abuse this service. -
-

ZeroBin


-

Because ignorance is bliss


-

{$VERSION}

- -
ZeroBin requires a modern browser to work.
-
Still using Internet Explorer ?  Do yourself a favor, switch to a modern browser: - Firefox, - Opera, - Chrome, - Safari... -
-
 
- -
- - - - - - - - -
- - - - - + +
+

ZeroBin is a minimalist, opensource online pastebin where the server has zero knowledge of pasted data. + Data is encrypted/decrypted in the browser using 256 bits AES. + More information on the project page.
+ Note: This is a test service: + Data may be deleted anytime. Kittens will die if you abuse this service. +

+

ZeroBin

+

+

Because ignorance is bliss

+

{$VERSION}

+ + + +
+
+
+

 

+ +
+ + + + + + + + +
+ + + + + +
+
+ + + + + +