mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-03-22 13:10:41 +08:00
33 lines
361 B
CSS
33 lines
361 B
CSS
/* ZeroBin 0.20 - http://sebsauvage.net/wiki/doku.php?id=php:zerobin */
|
|
|
|
|
|
body {
|
|
padding: 70px 0 30px 0;
|
|
}
|
|
|
|
#deletelink {
|
|
float: right;
|
|
}
|
|
|
|
#pastelink {
|
|
display: inline;
|
|
}
|
|
|
|
#message {
|
|
font-family: monospace;
|
|
}
|
|
|
|
#nickname {
|
|
margin: 5px 0;
|
|
}
|
|
|
|
.comment {
|
|
border-left: 1px solid #ccc;
|
|
padding: 5px 0 5px 5px;
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
h4 {
|
|
margin-top: 0;
|
|
}
|