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.
33 lines
660 B
33 lines
660 B
10 years ago
|
textarea#paste {
|
||
|
width: 50%;
|
||
|
height: 300px;
|
||
|
}
|
||
|
|
||
|
pre code {
|
||
|
background-color: #777777;
|
||
|
}
|
||
10 years ago
|
|
||
9 years ago
|
div.paste {
|
||
|
padding: 20px;
|
||
|
border: 1px dotted #777777;
|
||
9 years ago
|
text-align: justify;
|
||
9 years ago
|
}
|
||
|
|
||
10 years ago
|
/* imgbin */
|
||
|
div.img-preview {
|
||
|
margin: 5px;
|
||
|
display: inline-block;
|
||
|
vertical-align: top;
|
||
|
}
|
||
9 years ago
|
|
||
|
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'); }
|
||
9 years ago
|
a.zerobin.upload { background-image: url('/img/upload.png'); }
|
||
|
a.zerobin.latest { background-image: url('/img/images.png'); }
|