diff options
Diffstat (limited to 'data/paste-gdb.css')
-rw-r--r-- | data/paste-gdb.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/data/paste-gdb.css b/data/paste-gdb.css new file mode 100644 index 000000000..1952cf84b --- /dev/null +++ b/data/paste-gdb.css @@ -0,0 +1,22 @@ +.gdb .de1, .gdb .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} +.gdb {font-family:monospace;} +.gdb .imp {font-weight: bold; color: red;} +.gdb li, .gdb .li1 {font-weight: normal; vertical-align:top;} +.gdb .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} +.gdb .li2 {font-weight: bold; vertical-align:top;} +.gdb .kw0 {font-weight:bold;} +.gdb .kw1 {font-weight:bold; color: #ff0000;} +.gdb .br0 {font-weight:bold;} +.gdb .st0 {color: #933;} +.gdb .re0 {color: #000066; font-weight:bold;} +.gdb .re1 {color: #006600;} +.gdb .re2 {color: #B07E00;} +.gdb .re3 {color: #0057AE; text-style:italic;} +.gdb .re4 {color: #0057AE; text-style:italic;} +.gdb .re5 {color: #442886;} +.gdb .re6 {color: #442886; font-weight:bold;} +.gdb .re7 {color: #FF0000; font-weight:bold;} +.gdb .re8 {color: #006E26;} +.gdb .re9 {color: #555;} +.gdb .ln-xtra, .gdb li.ln-xtra, .gdb div.ln-xtra {background-color: #ffc;} +.gdb span.xtra { display:block; } |