summaryrefslogtreecommitdiff
path: root/help/en_US/scilab_en_US_help/scilab_code.css
diff options
context:
space:
mode:
authorHarpreet2016-02-04 15:36:02 +0530
committerHarpreet2016-02-04 15:36:02 +0530
commitd5a0869a7d1482b67f3fd42805948ee30a05eb1e (patch)
tree62473a6b370aca4d71728000cde041391850e067 /help/en_US/scilab_en_US_help/scilab_code.css
parent9f3ca8b98840ba9dd78ad62dfef0653aedb1d4b1 (diff)
downloadFOSSEE-Optimization-toolbox-d5a0869a7d1482b67f3fd42805948ee30a05eb1e.tar.gz
FOSSEE-Optimization-toolbox-d5a0869a7d1482b67f3fd42805948ee30a05eb1e.tar.bz2
FOSSEE-Optimization-toolbox-d5a0869a7d1482b67f3fd42805948ee30a05eb1e.zip
Source files
Diffstat (limited to 'help/en_US/scilab_en_US_help/scilab_code.css')
-rw-r--r--help/en_US/scilab_en_US_help/scilab_code.css96
1 files changed, 0 insertions, 96 deletions
diff --git a/help/en_US/scilab_en_US_help/scilab_code.css b/help/en_US/scilab_en_US_help/scilab_code.css
deleted file mode 100644
index 658f42e..0000000
--- a/help/en_US/scilab_en_US_help/scilab_code.css
+++ /dev/null
@@ -1,96 +0,0 @@
-.scilabcomment {
- font-style: italic;
- color: #01a801
-}
-
-.scilabdefault {
- font-style: normal;
- color: #000000
-}
-
-.scilabspecial {
- font-style: normal;
- color: #ffaa00
-}
-
-.scilabconstants {
- font-style: normal;
- color: #da70d6
-}
-
-.scilaboperator {
- font-style: normal;
- color: #5c5c5c
-}
-
-.scilabnumber {
- font-style: normal;
- color: #bc8f8f
-}
-
-.scilabfkeyword {
- font-style: normal;
- color: #b01813
-}
-
-.scilabskeyword {
- font-style: normal;
- color: #a020f0
-}
-
-.scilabckeyword {
- font-style: normal;
- color: #5f9ea0
-}
-
-.scilabcommand {
- font-style: normal;
- color: #32b9b9
-}
-
-.scilabmacro {
- font-style: normal;
- color: #ae5cb0
-}
-
-a.scilabcommand {
- font-style: normal;
- text-decoration: underline;
- color: #32b9b9
-}
-
-a.scilabmacro {
- font-style: normal;
- text-decoration: underline;
- color: #ae5cb0
-}
-
-.scilabstring {
- font-style: normal;
- color: #bc8f8f
-}
-
-.scilabid {
- font-style: normal;
- color: #000000
-}
-
-.scilabinputoutputargs {
- font-weight: bold;
- color: #834310
-}
-
-.scilabfunctionid {
- font-weight: bold;
- color: #000000
-}
-
-.scilabfield {
- font-style: normal;
- color: #aaaaaa
-}
-
-.scilabopenclose {
- font-style: normal;
- color: #4a55db
-}