diff options
author | Brijeshcr | 2017-07-07 23:14:41 +0530 |
---|---|---|
committer | Brijeshcr | 2017-07-07 23:14:41 +0530 |
commit | 723928f6b2e65853510f3d527d69d2e7f1c90ae6 (patch) | |
tree | b8a1356795691cf0be50f86c3b859e40edfbde3e /help/en_US/scilab_en_US_help/xml_code.css | |
parent | e3bea007e2fae247b4d761bb50c7e28b16268405 (diff) | |
download | scilab2c-723928f6b2e65853510f3d527d69d2e7f1c90ae6.tar.gz scilab2c-723928f6b2e65853510f3d527d69d2e7f1c90ae6.tar.bz2 scilab2c-723928f6b2e65853510f3d527d69d2e7f1c90ae6.zip |
Changes
Diffstat (limited to 'help/en_US/scilab_en_US_help/xml_code.css')
-rw-r--r-- | help/en_US/scilab_en_US_help/xml_code.css | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/help/en_US/scilab_en_US_help/xml_code.css b/help/en_US/scilab_en_US_help/xml_code.css new file mode 100644 index 00000000..9e4c27f9 --- /dev/null +++ b/help/en_US/scilab_en_US_help/xml_code.css @@ -0,0 +1,94 @@ +.xmlcomment { + font-style: italic; + color: #01a801 +} + +.xmldefault { + font-style: normal; + color: #000000 +} + +.xmlentity { + font-style: normal; + color: #ffaa00 +} + +.xmlopeninstr { + font-style: normal; + color: #000000 +} + +.xmlcloseinstr { + font-style: normal; + color: #000000 +} + +.xmlinstrname { + font-style: normal; + color: #9965a6 +} + +.xmllowtag { + font-style: normal; + color: #000000 +} + +.xmltagname { + font-style: normal; + color: #0303ff +} + +.xmllowclose { + font-style: normal; + color: #000000 +} + +.xmlopencomment { + font-style: italic; + color: #01a801 +} + +.xmlcommentend { + font-style: italic; + color: #01a801 +} + +.xmlcomment { + font-style: italic; + color: #01a801 +} + +.xmlopencdata { + font-style: normal; + color: #c45555 +} + +.xmlcdataend { + font-style: normal; + color: #c45555 +} + +.xmlcdata { + font-style: normal; + color: #000000 +} + +.xmlattributename { + font-style: normal; + color: #9965a6 +} + +.xmlequal { + font-style: normal; + color: #000000 +} + +.xmlattributevalue { + font-style: normal; + color: #973964 +} + +.xmlautoclose { + font-style: normal; + color: #000000 +} |