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-cmake.css | |
parent | 1563e6b6b3f4062ad5013d9b3fd55e8c4d91ad16 (diff) |
split css file
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'data/paste-cmake.css')
-rw-r--r-- | data/paste-cmake.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/data/paste-cmake.css b/data/paste-cmake.css new file mode 100644 index 000000000..3eab98bfe --- /dev/null +++ b/data/paste-cmake.css @@ -0,0 +1,19 @@ +.cmake .de1, .cmake .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} +.cmake {font-family:monospace;} +.cmake .imp {font-weight: bold; color: red;} +.cmake li, .cmake .li1 {font-weight: normal; vertical-align:top;} +.cmake .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} +.cmake .li2 {font-weight: bold; vertical-align:top;} +.cmake .kw1 {color: #1f3f81; font-style: bold;} +.cmake .kw2 {color: #1f3f81;} +.cmake .kw3 {color: #077807; font-sytle: italic;} +.cmake .co1 {color: #666666; font-style: italic;} +.cmake .es0 {color: #000099; font-weight: bold;} +.cmake .es1 {color: #b08000;} +.cmake .es2 {color: #0000cd;} +.cmake .sy0 {color: #197d8b;} +.cmake .st0 {color: #912f11;} +.cmake .re0 {color: #b08000;} +.cmake .re1 {color: #0000cd;} +.cmake .ln-xtra, .cmake li.ln-xtra, .cmake div.ln-xtra {background-color: #ffc;} +.cmake span.xtra { display:block; } |