diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-09-22 15:46:40 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-09-22 15:49:12 +0200 |
commit | 8a00125ce96b39de0454e81fb8a4892a59317d48 (patch) | |
tree | 61af0eb8311d95e9eba13f53b2d5ba6c30ad232d /data/paste-gdb.css | |
parent | 1563e6b6b3f4062ad5013d9b3fd55e8c4d91ad16 (diff) |
split css file
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'data/paste-gdb.css')
-rw-r--r-- | data/paste-gdb.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/data/paste-gdb.css b/data/paste-gdb.css new file mode 100644 index 000000000..99a3efb0e --- /dev/null +++ b/data/paste-gdb.css @@ -0,0 +1,21 @@ +.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 .nu0 {color: #cc66cc;} +.gdb .re0 {color: #000066; font-weight:bold;} +.gdb .re1 {color: #006600;} +.gdb .re2 {color: #000066;} +.gdb .re3 {color: #0066FF; text-style:italic;} +.gdb .re4 {color: #80B5FF; text-style:italic;} +.gdb .re5 {color: #A3007D;} +.gdb .re6 {color: #FF00BF;} +.gdb .re7 {font-weight: bold;} +.gdb .ln-xtra, .gdb li.ln-xtra, .gdb div.ln-xtra {background-color: #ffc;} +.gdb span.xtra { display:block; } |