diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..9d0293e8 Binary files /dev/null and b/.DS_Store differ diff --git a/css/zerobin.css b/css/zerobin.css index 2bd230bb..0b06676c 100644 --- a/css/zerobin.css +++ b/css/zerobin.css @@ -1,6 +1,5 @@ /* ZeroBin 0.19 - http://sebsauvage.net/wiki/doku.php?id=php:zerobin */ - /* CSS Reset from YUI 3.4.1 (build 4118) - Copyright 2011 Yahoo! Inc. All rights reserved. Licensed under the BSD License. - http://yuilibrary.com/license/ */ html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000} @@ -364,5 +363,34 @@ color:#58A5B4; pre a:hover { color:#64B9C6; } - +@media screen and (max-device-width: 480px){ + html{ + width: 320px; + margin: 0 auto; + } + textarea#message,div#cleartext,.replymessage, code { + line-height: 15px; + height: 150px; + } + div#pasteresult, div#cleartext { + word-wrap:break-word; + } + button,.button,div#expiration { + padding:8px 80px; + border-radius: 10px; + } + div#syntaxcoloringoption{ + visibility: hidden; + } + div#expiration, div#rawtextbutton, div#burnafterreadingoption, div#opendisc { + line-height:10px; + color:#fff; + background-repeat:no-repeat; + background-position:center-left; + padding:10px 60px; + font-size:1em; + text-align: center; + display:none; + } +} diff --git a/tpl/page.html b/tpl/page.html index 5499847f..de15b85a 100644 --- a/tpl/page.html +++ b/tpl/page.html @@ -2,7 +2,7 @@ ZeroBin - + @@ -19,15 +19,11 @@ - +
- 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. + Opensource: ZeroBin @ Github

ZeroBin


Because ignorance is bliss


@@ -60,14 +56,15 @@

{$VERSION}

-