| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- /* 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;
- }
- #comments, #comments button {
- margin-bottom: 10px;
- }
- .comment {
- border-left: 1px solid #ccc;
- padding: 5px 0 5px 10px;
- white-space: pre-wrap;
- }
- footer h4 {
- margin-top: 0;
- }
- li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {
- list-style-type: decimal !important;
- }
|