12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- .whitespace {
- color: white;
- }
- .whitespace {
- color: white;
- }
- .whitespace {
- color: white;
- }
- .whitespace {
- color: white;
- }
- .whitespace {
- color: white ;
- }
- .white,
- .space,
- .mania {
- color: white;
- }
- .no-semi-column {
- color: white;
- }
- .no-semi-column {
- color: white;
- white-space: pre;
- }
- .no-semi-column {
- border: 2px solid white;
- }
- .newlines {
- background: the,
- great,
- wall;
- border: 2px
- solid
- black;
- }
- .sel .newline_ws .tab_ws {
- color: white;
- background-position: 45 -23;
- }
|