From 3d9085c6f1269db89ef49692df21b369cfbdf520 Mon Sep 17 00:00:00 2001 From: Pedro Date: Fri, 6 Mar 2015 05:34:12 +0000 Subject: [PATCH] cleanup formatting of quickref --- build/documentation/build_docs.sh | 2 +- build/documentation/quickref.include.xsl | 94 +++++++++++++----------- build/documentation/style.css | 49 +++++++++++- 3 files changed, 101 insertions(+), 44 deletions(-) diff --git a/build/documentation/build_docs.sh b/build/documentation/build_docs.sh index 770fc27..ebb7b4b 100755 --- a/build/documentation/build_docs.sh +++ b/build/documentation/build_docs.sh @@ -133,7 +133,7 @@ if [ "$BUILD_API" -eq 1 ]; then ## create zip file of docs cd $OUTP_DIR; - zip -r "tidy-docs-$TIDY_VERSION.zip" ./tidylib_api + #zip -r "tidy-docs-$TIDY_VERSION.zip" ./tidylib_api diff --git a/build/documentation/quickref.include.xsl b/build/documentation/quickref.include.xsl index 5f3c990..01c32d7 100644 --- a/build/documentation/quickref.include.xsl +++ b/build/documentation/quickref.include.xsl @@ -121,9 +121,9 @@ - - - + + + @@ -150,59 +150,69 @@ - Options Reference +

- -   - + - + - Top - - - Type:
- - - - Default: - - - Default: - - - - - - -
Example: -
- -
Example: - -
-
- - - - - -
-
-
+ Top - - + Type: + + + + Default: + + + + + + - + + + + + Example: + + + + + + - + + + + + + + + See Also: + + + + , + + + + + + + + + + +   diff --git a/build/documentation/style.css b/build/documentation/style.css index b8c4fc8..0799f32 100644 --- a/build/documentation/style.css +++ b/build/documentation/style.css @@ -193,9 +193,20 @@ table.quickref { font-size: 10pt; font-family: monospace; } +table.quickref td.qrow { + border-bottom: 1px solid #cccccc !important; +} table td.h2 { + padding: 0; +} +.qh2 { background-color: #333333; - color: #eeeeee; + color: #eeeeee !important; + padding: 10px; + border-radius: 4px; + border: none; + margin: 0; + } table td.h3 { background-color: #333333; @@ -216,4 +227,40 @@ table td.h3top { table td.tabletitle { background-color: #cccccc; + font-size: 8pt; +} +table td.qoptiontitle { + background-color: #cccccc; + font-size: 10pt; + font-weight: bold; + font-family: monospace; + padding-left: 5px; +} + + +.qlabel { + text-align: right; + font-size: 9pt; + width: 80px; + border-bottom: 1px solid #bbbbbb; + + background-color: #dddddd; + font-family: sans-serif; +} +.qvalu { + font-size: 9pt; + font-weight: bold; + border-bottom: 1px solid #bbbbbb; + font-family: monospace; + border-left: 1px solid #bbbbbb; +} + +.qdescription { + font-size: 11pt; + color: #333333; + margin: 0; + padding: 5px; + line-height: 140%; + border-left: 1px solid #bbbbbb; + border-bottom: 1px solid #bbbbbb; } \ No newline at end of file