Sync docs from 1.2.x to gh-pages

This commit is contained in:
Marcin Grzejszczak
2018-01-19 00:47:47 +01:00
parent 318489f2c0
commit 91014be1d3
123 changed files with 31996 additions and 0 deletions

35
1.2.x/css/highlight.css Normal file
View File

@@ -0,0 +1,35 @@
/*
code highlight CSS resemblign the Eclipse IDE default color schema
@author Costin Leau
*/
.hl-keyword {
color: #7F0055;
font-weight: bold;
}
.hl-comment {
color: #3F5F5F;
font-style: italic;
}
.hl-multiline-comment {
color: #3F5FBF;
font-style: italic;
}
.hl-tag {
color: #3F7F7F;
}
.hl-attribute {
color: #7F007F;
}
.hl-value {
color: #2A00FF;
}
.hl-string {
color: #2A00FF;
}