Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added light theme
  • Loading branch information
ulikoehler committed Oct 10, 2013
commit 43cdbc0967a75e90eaed8797a9e1d0a3d1a47c92
234 changes: 234 additions & 0 deletions css/zerobin-theme-light.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,234 @@
/* ZeroBin 0.19 - http://sebsauvage.net/wiki/doku.php?id=php:zerobin */

background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #DBDBDB), color-stop(1, #FFFFFF));
html {
background-color:#FFFFFF;
color:white;
background-image: linear-gradient(bottom, #DBDBDB 0%, #FFFFFF 100%);
background-image: -o-linear-gradient(bottom, #DBDBDB 0%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom, #DBDBDB 0%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom, #DBDBDB 0%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom, #DBDBDB 0%, #FFFFFF 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #DBDBDB), color-stop(1, #FFFFFF));
}

a {
color:#0F388F;
}

h1 {
color:#000;
}

h1:before {
color:rgba(255,255,255,0.15);
}

h2 {
color:#000;
}

h3 {
color:#94a3b4;
}

#aboutbox {
color: #94a3b4;
border-left: 2px solid #94a3b4;
}

div#aboutbox a {
color: #94a3b4;
}

textarea#message,div#cleartext,.replymessage, code {
color:black;
background-color:#fff;
border: 1px solid #28343F;
}

div#pasteresult {
background-color:#1F2833;
color:white;
-moz-box-shadow: inset 0px 2px 2px #000;
-webkit-box-shadow: inset 0px 2px 2px #000;
box-shadow: inset 0px 2px 5px #000;
}

div#pasteresult a {
color:white;
}

#copyhint {
color: #666;
}


button,.button,div#expiration {
color:#fff;
background-color:#323B47;
background-repeat:no-repeat;
background-position:center left;
background-image: linear-gradient(bottom, #323B47 0%, #51606E 100%);
background-image: -o-linear-gradient(bottom, #323B47 0%, #51606E 100%);
background-image: -moz-linear-gradient(bottom, #323B47 0%, #51606E 100%);
background-image: -webkit-linear-gradient(bottom, #323B47 0%, #51606E 100%);
background-image: -ms-linear-gradient(bottom, #323B47 0%, #51606E 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #323B47), color-stop(1, #51606E));
border: 1px solid #28343F;
-moz-box-shadow: inset 0px 1px 2px #647384;
-webkit-box-shadow: inset 0px 1px 2px #647384;
box-shadow: inset 0px 1px 2px #647384;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

button:hover {
background-image: linear-gradient(bottom, #424B57 0%, #61707E 100%);
background-image: -o-linear-gradient(bottom, #424B57 0%, #61707E 100%);
background-image: -moz-linear-gradient(bottom, #424B57 0%, #61707E 100%);
background-image: -webkit-linear-gradient(bottom, #424B57 0%, #61707E 100%);
background-image: -ms-linear-gradient(bottom, #424B57 0%, #61707E 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #424B57), color-stop(1, #61707E));
}

button:active {
background-image: linear-gradient(bottom, #51606E 0%, #323B47 100%);
background-image: -o-linear-gradient(bottom, #51606E 0%, #323B47 100%);
background-image: -moz-linear-gradient(bottom, #51606E 0%, #323B47 100%);
background-image: -webkit-linear-gradient(bottom, #51606E 0%, #323B47 100%);
background-image: -ms-linear-gradient(bottom, #51606E 0%, #323B47 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #51606E), color-stop(1, #323B47));
}

button:disabled, .buttondisabled {
background:#ccc;
color:#888;
}

div#expiration, div#rawtextbutton, div#burnafterreadingoption, div#opendisc, div#syntaxcoloringoption {
background-color:#414D5A;
}

div#expiration select {
color:#eee;
background: transparent;
}

div#expiration select option {
color:#eee;
background: #414D5A;
background-color:#414D5A;
}

div#remainingtime {
color: #94a3b4;
}

.foryoureyesonly {
color: yellow !important;
}

input {
color:#777;
border: 1px solid #28343F;
}

.nonworking {
background-color:#fff;
color:#000;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}

div#ienotice {
background-color:#7E98AF;
color:#000;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}

div#ienotice a {
color:black;
}

.errorMessage {
background-color:#FF7979 !important;
color:#FF0;
}

h4 {
color: #94A3B4;
}


div.comment /* One single reply */
{
background-color:#CECED6;
color:#000;
border-left: 1px solid #859AAE;
border-top: 1px solid #859AAE;
-moz-box-shadow: -3px -3px 5px rgba(0,0,0,0.15);
-webkit-box-shadow: -3px -3px 5px rgba(0,0,0,0.15);
box-shadow: -3px -3px 5px rgba(0,0,0,0.15);
}

div.comment button {
color:#446;
background-color:#aab;
background-repeat:no-repeat;
background-position:center left;
background-image: linear-gradient(bottom, #aab 0%, #ccc 100%);
background-image: -o-linear-gradient(bottom, #aab 0%, #ccc 100%);
background-image: -moz-linear-gradient(bottom, #aab 0%, #ccc 100%);
background-image: -webkit-linear-gradient(bottom, #aab 0%, #ccc 100%);
background-image: -ms-linear-gradient(bottom, #aab 0%, #ccc 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #aab), color-stop(1, #ccc));
border: 1px solid #ccd;
-moz-box-shadow: inset 0px 1px 2px #ddd;
-webkit-box-shadow: inset 0px 1px 2px #fff;
box-shadow: inset 0px 1px 2px #eee;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

div.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%);
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 {
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%);
background-image: -webkit-linear-gradient(bottom, #fff 0%, #889 100%);
background-image: -ms-linear-gradient(bottom, #fff 0%, #889 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #889));
}


div.commentmeta {
color: #fff;
background-color:#8EA0B2;
}

span.commentdate {
color: #BFCEDE;
}

pre a {
color:#58A5B4;
}

pre a:hover {
color:#64B9C6;
}
2 changes: 1 addition & 1 deletion tpl/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>ZeroBin</title>
<meta name="robots" content="noindex" />
<link type="text/css" rel="stylesheet" href="css/zerobin.css?{$VERSION|rawurlencode}#" />
<link type="text/css" rel="stylesheet" href="css/zerobin-theme-dark.css?{$VERSION|rawurlencode}#" />
<link type="text/css" rel="stylesheet" href="css/zerobin-theme-light.css?{$VERSION|rawurlencode}#" />
<script src="js/jquery.js?{$VERSION|rawurlencode}#"></script>
<script src="js/sjcl.js?{$VERSION|rawurlencode}#"></script>
<script src="js/base64.js?{$VERSION|rawurlencode}#"></script>
Expand Down