2015-09-03 22:22:59 +02:00
|
|
|
/* ZeroBin 0.20 - http://sebsauvage.net/wiki/doku.php?id=php:zerobin */
|
2015-08-23 15:49:51 +02:00
|
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
padding: 70px 0 30px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#deletelink {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#pastelink {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2015-08-23 18:07:38 +02:00
|
|
|
#message {
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
|
2015-08-23 15:49:51 +02:00
|
|
|
#nickname {
|
|
|
|
margin: 5px 0;
|
|
|
|
}
|
|
|
|
|
2015-09-05 17:12:11 +02:00
|
|
|
#comments, #comments button {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2015-08-23 15:49:51 +02:00
|
|
|
.comment {
|
|
|
|
border-left: 1px solid #ccc;
|
2015-09-05 17:12:11 +02:00
|
|
|
padding: 5px 0 5px 10px;
|
2015-08-23 15:49:51 +02:00
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
2015-09-05 02:24:56 +02:00
|
|
|
|
2015-09-05 17:12:11 +02:00
|
|
|
footer h4 {
|
2015-09-05 02:24:56 +02:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
2015-09-05 17:12:11 +02:00
|
|
|
|
|
|
|
li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {
|
|
|
|
list-style-type: decimal !important;
|
|
|
|
}
|