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.
 
 
 
 

28 lines
412 B

span.cblock {
border-radius: 2px;
background-color: #F3F3F3;
padding: 3px;
margin: 3px;
font-size: 12pt;
}
span.cblock input[type=submit] {
background: url('/img/send.png') no-repeat;
padding-left: 20px;
}
textarea#paste {
width: 50%;
height: 300px;
}
pre code {
background-color: #777777;
}
/* imgbin */
div.img-preview {
margin: 5px;
display: inline-block;
vertical-align: top;
}