Mercurial Hosting > freedit
comparison src/bbcode/bbcode.css @ 49:f225e82b2bf8
add code bbcode
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Thu, 17 Nov 2022 16:46:21 -0700 |
| parents | 7ef9222474e2 |
| children | 0d99cec5142c |
comparison
equal
deleted
inserted
replaced
| 48:4e1a01db19ec | 49:f225e82b2bf8 |
|---|---|
| 32 background-color: lightblue; | 32 background-color: lightblue; |
| 33 } | 33 } |
| 34 div[bbcode] div[buttons] img { | 34 div[bbcode] div[buttons] img { |
| 35 height: 24px; | 35 height: 24px; |
| 36 } | 36 } |
| 37 | |
| 38 div[from_bbcode] { | |
| 39 white-space: pre-wrap; | |
| 40 line-height: 1.4; | |
| 41 } | |
| 42 div[from_bbcode] code { | |
| 43 display: block; | |
| 44 background-color: #EEE; | |
| 45 padding: 7px; | |
| 46 } | |
| 47 div[from_bbcode] code[inline] { | |
| 48 display: initial; | |
| 49 padding: 1px; | |
| 50 } |
