Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
1234567891011121314 |
- span.cm-underlined {
- text-decoration: underline;
- }
- span.cm-strikethrough {
- text-decoration: line-through;
- }
- span.cm-brace {
- color: #170;
- font-weight: bold;
- }
- span.cm-table {
- color: blue;
- font-weight: bold;
- }
|