diff options
Diffstat (limited to 'data/paste-text.css')
-rw-r--r-- | data/paste-text.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/paste-text.css b/data/paste-text.css new file mode 100644 index 000000000..94f7bc0b3 --- /dev/null +++ b/data/paste-text.css @@ -0,0 +1,8 @@ +.text .de1, .text .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} +.text {font-family:monospace;} +.text .imp {font-weight: bold; color: red;} +.text li, .text .li1 {font-weight: normal; vertical-align:top;} +.text .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} +.text .li2 {font-weight: bold; vertical-align:top;} +.text .ln-xtra, .text li.ln-xtra, .text div.ln-xtra {background-color: #ffc;} +.text span.xtra { display:block; } |