summaryrefslogtreecommitdiff
path: root/tex/context/base/export-example.css
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-06-20 16:50:10 +0300
committerMarius <mariausol@gmail.com>2011-06-20 16:50:10 +0300
commit06465c8428905be5c083c70f4e7de6a59d129139 (patch)
tree4141cc479a1d8dfc991e3aa04d62a31752bfdec0 /tex/context/base/export-example.css
parenta12c76dbfcdf2a4159ba03613ba990a57b9b1ce0 (diff)
downloadcontext-06465c8428905be5c083c70f4e7de6a59d129139.tar.gz
beta 2011.06.19 14:17
Diffstat (limited to 'tex/context/base/export-example.css')
-rw-r--r--tex/context/base/export-example.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/tex/context/base/export-example.css b/tex/context/base/export-example.css
index 75a74994a..503d4279c 100644
--- a/tex/context/base/export-example.css
+++ b/tex/context/base/export-example.css
@@ -76,6 +76,7 @@ break {
}
/* construct : inline */
+/* highlight : inline */
construct {
}
@@ -84,6 +85,9 @@ construct[detail="important"] {
font-weight : bold ;
}
+highlight { /* todo: style and color */
+}
+
/* section : display */
/* sectiontitle : mixed */
/* sectionnumber : mixed */
@@ -401,6 +405,34 @@ tabulatecell {
padding-right : 1em ;
}
+/* combination : display */
+/* combinationpair : display */
+/* combinationcontent : mixed */
+/* combinationcaption : mixed */
+
+combination {
+ display : table ;
+ margin-top : 0em ;
+ margin-bottom : 0em ;
+}
+
+combinationpair {
+ display : table-cell ;
+ padding-right : 1em ;
+}
+
+combinationcontent {
+ display : table-row ;
+ text-align : center ;
+}
+
+combinationcaption {
+ display : table-row ;
+ padding-top : 1ex ;
+ text-align : center ;
+}
+
+
/* list : display */
/* listitem : display */
/* listtag : mixed */