You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

32 lines
660 B

textarea#paste {
width: 50%;
height: 300px;
}
pre code {
background-color: #777777;
}
div.paste {
padding: 20px;
border: 1px dotted #777777;
text-align: justify;
}
/* imgbin */
div.img-preview {
margin: 5px;
display: inline-block;
vertical-align: top;
}
a.zerobin {
padding-left: 18px;
background: transparent no-repeat scroll left center;
font-size: 12pt;
}
a.zerobin.create { background-image: url('/img/pcreate.png'); }
a.zerobin.download { background-image: url('/img/pdownload.png'); }
a.zerobin.upload { background-image: url('/img/upload.png'); }
a.zerobin.latest { background-image: url('/img/images.png'); }