diff --git a/doc/publican/html/css/common.css b/doc/publican/html/css/common.css
index 40b5c4ec..cd2bf78e 100644
--- a/doc/publican/html/css/common.css
+++ b/doc/publican/html/css/common.css
@@ -9,7 +9,7 @@ body, h1, h2, h3, h4, h5, h6, pre, li, div {
body {
background-color: white;
- margin:0 auto;
+ margin: 0 auto;
font-family: "liberation sans", "Myriad ", "Bitstream Vera Sans", "Lucida Grande", "Luxi Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
font-size: 14px;
max-width: 770px;
@@ -17,12 +17,12 @@ body {
}
body.toc_embeded {
- /*for web hosting system only*/
+ /* for web hosting system only */
margin-left: 300px;
}
object.toc, iframe.toc {
- /*for web hosting system only*/
+ /* for web hosting system only */
border-style: none;
position: fixed;
width: 290px;
@@ -31,7 +31,7 @@ object.toc, iframe.toc {
left: 0;
z-index: 100;
border-style: none;
- border-right:1px solid #999;
+ border-right: 1px solid #999;
}
/* Hide web menu */
@@ -41,14 +41,14 @@ body.notoc {
}
iframe.notoc {
- border-style:none;
+ border-style: none;
border: none;
padding: 0px;
- position:fixed;
+ position: fixed;
width: 21px;
height: 29px;
top: 0px;
- left:0;
+ left: 0;
overflow: hidden;
margin: 0px;
margin-left: -3px;
@@ -61,15 +61,15 @@ body.desktop {
}
body.desktop .book > .toc {
- display:block;
- width:24em;
- height:99.99%;
- position:fixed;
- overflow:auto;
- top:0px;
- left:0px;
-/* padding-left:1em; */
- background-color:#EEEEEE;
+ display: block;
+ width: 24em;
+ height: 99.99%;
+ position: fixed;
+ overflow: auto;
+ top: 0px;
+ left: 0px;
+/* padding-left: 1em; */
+ background-color: #EEEEEE;
font-size: 12px;
}
@@ -78,27 +78,27 @@ body.pdf {
}
.toc {
- line-height:1.35em;
+ line-height: 1.35em;
}
.toc .glossary,
.toc .chapter, .toc .appendix {
- margin-top:1em;
+ margin-top: 1em;
}
.toc .part {
- margin-top:1em;
- display:block;
+ margin-top: 1em;
+ display: block;
}
span.glossary,
span.appendix {
- display:block;
- margin-top:0.5em;
+ display: block;
+ margin-top: 0.5em;
}
div {
- padding-top:0px;
+ padding-top: 0px;
}
div.section {
@@ -124,7 +124,7 @@ div.formalpara {
}
-/*Links*/
+/* Links */
a {
outline: none;
}
@@ -132,7 +132,7 @@ a {
a:link {
text-decoration: none;
border-bottom: 1px dotted ;
- color:#3366cc;
+ color: #3366cc;
}
body.pdf a:link {
@@ -140,19 +140,19 @@ body.pdf a:link {
}
a:visited {
- text-decoration:none;
+ text-decoration: none;
border-bottom: 1px dotted ;
- color:#003366;
+ color: #003366;
}
div.longdesc-link {
- float:right;
- color:#999;
+ float: right;
+ color: #999;
}
.toc a, .qandaset a {
- font-weight:normal;
- border:none;
+ font-weight: normal;
+ border: none;
}
.toc a:hover, .qandaset a:hover
@@ -160,7 +160,7 @@ div.longdesc-link {
border-bottom: 1px dotted;
}
-/*headings*/
+/* headings */
h1, h2, h3, h4, h5, h6 {
color: #336699;
margin-top: 0px;
@@ -178,7 +178,7 @@ h1 {
}
.titlepage h1.title {
- text-align:left;
+ text-align: left;
}
.book > .titlepage h1.title {
@@ -227,7 +227,6 @@ h2 {
margin-top: 30px;
}
-
.book div.subtitle, .book h2.subtitle, .book h3.subtitle {
margin-top: 1em;
margin-bottom: 1em;
@@ -254,18 +253,17 @@ h1.legalnotice {
font-size: 24px;
}
-
-
h3 {
font-size: 14px;
- padding-top:0px;
+ padding-top: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
}
+
h4 {
font-size: 14px;
- padding-top:0px;
- padding-bottom:0px;
+ padding-top: 0px;
+ padding-bottom: 0px;
}
h5 {
@@ -278,8 +276,8 @@ h6 {
}
.abstract h6 {
- margin-top:1em;
- margin-bottom:.5em;
+ margin-top: 1em;
+ margin-bottom: .5em;
font-size: 24px;
}
@@ -302,154 +300,154 @@ h6 {
font-size: 17px;
}
-/*element rules*/
+/* element rules */
hr {
border-collapse: collapse;
- border-style:none;
+ border-style: none;
border-top: 1px dotted #ccc;
- width:100%;
+ width: 100%;
}
/* web site rules */
ul.languages, .languages li {
- display:inline;
- padding:0px;
+ display: inline;
+ padding: 0px;
}
.languages li a {
- padding:0px .5em;
+ padding: 0px .5em;
text-decoration: none;
}
.languages li p, .languages li div.para {
- display:inline;
+ display: inline;
}
.languages li a:link, .languages li a:visited {
- color:#444;
+ color: #444;
}
.languages li a:hover, .languages li a:focus, .languages li a:active {
- color:black;
+ color: black;
}
ul.languages {
- display:block;
- background-color:#eee;
- padding:.5em;
+ display: block;
+ background-color: #eee;
+ padding: .5em;
}
-/*supporting stylesheets*/
+/* supporting stylesheets */
-/*unique to the webpage only*/
+/* unique to the webpage only */
.books {
- position:relative;
+ position: relative;
}
.versions li {
- width:100%;
- clear:both;
- display:block;
+ width: 100%;
+ clear: both;
+ display: block;
}
a.version {
font-size: 20px;
- text-decoration:none;
- width:100%;
- display:block;
- padding:1em 0px .2em 0px;
- clear:both;
+ text-decoration: none;
+ width: 100%;
+ display: block;
+ padding: 1em 0px .2em 0px;
+ clear: both;
}
a.version:before {
- content:"Version";
+ content: "Version";
font-size: smaller;
}
a.version:visited, a.version:link {
- color:#666;
+ color: #666;
}
a.version:focus, a.version:hover {
- color:black;
+ color: black;
}
.books {
- display:block;
- position:relative;
- clear:both;
- width:100%;
+ display: block;
+ position: relative;
+ clear: both;
+ width: 100%;
}
.books li {
- display:block;
- width:200px;
- float:left;
- position:relative;
+ display: block;
+ width: 200px;
+ float: left;
+ position: relative;
clear: none ;
}
.books .html {
- width:170px;
- display:block;
+ width: 170px;
+ display: block;
}
.books .pdf {
- position:absolute;
- left:170px;
- top:0px;
+ position: absolute;
+ left: 170px;
+ top: 0px;
font-size: smaller;
}
.books .pdf:link, .books .pdf:visited {
- color:#555;
+ color: #555;
}
.books .pdf:hover, .books .pdf:focus {
- color:#000;
+ color: #000;
}
.books li a {
- text-decoration:none;
+ text-decoration: none;
}
.books li a:hover {
- color:black;
+ color: black;
}
-/*products*/
+/* products */
.products li {
display: block;
- width:300px;
- float:left;
+ width: 300px;
+ float: left;
}
.products li a {
- width:300px;
- padding:.5em 0px;
+ width: 300px;
+ padding: .5em 0px;
}
.products ul {
- clear:both;
+ clear: both;
}
-/*revision history*/
+/* revision history */
.revhistory {
- display:block;
+ display: block;
}
.revhistory table {
- background-color:transparent;
- border-color:#fff;
- padding:0px;
+ background-color: transparent;
+ border-color: #fff;
+ padding: 0px;
margin: 0;
- border-collapse:collapse;
- border-style:none;
+ border-collapse: collapse;
+ border-style: none;
}
.revhistory td {
- text-align :left;
- padding:0px;
+ text-align: left;
+ padding: 0px;
border: none;
border-top: 1px solid #fff;
font-weight: bold;
@@ -468,10 +466,9 @@ a.version:focus, a.version:hover {
display: none;
}
-
-/*credits*/
+/* credits */
.authorgroup div {
- clear:both;
+ clear: both;
text-align: center;
}
@@ -511,10 +508,9 @@ div.authorgroup.contrib {
padding-top: 1em;
}
-
.othercredit {
- margin:0px;
- padding:0px;
+ margin: 0px;
+ padding: 0px;
}
.releaseinfo {
@@ -527,16 +523,16 @@ div.authorgroup.contrib {
/* qanda sets */
.answer {
- margin-bottom:1em;
- border-bottom:1px dotted #ccc;
+ margin-bottom: 1em;
+ border-bottom: 1px dotted #ccc;
}
.qandaset .toc {
- border-bottom:1px dotted #ccc;
+ border-bottom: 1px dotted #ccc;
}
.question {
- font-weight:bold;
+ font-weight: bold;
}
.answer .data, .question .data {
@@ -544,8 +540,8 @@ div.authorgroup.contrib {
}
.answer .label, .question .label {
- float:left;
- font-weight:bold;
+ float: left;
+ font-weight: bold;
}
/* inline syntax highlighting */
@@ -569,84 +565,70 @@ div.authorgroup.contrib {
color: #888888;
}
-
.perl_DataType {
color: #0000ff;
}
-
.perl_DecVal {
color: #00007f;
}
-
.perl_Error {
color: #ff0000;
}
-
.perl_Float {
color: #00007f;
}
-
.perl_Function {
color: #007f00;
}
-
.perl_IString {
color: #5C3566;
}
-
.perl_Keyword {
color: #002F5D;
}
-
.perl_Operator {
color: #ffa500;
}
-
.perl_Others {
color: #b03060;
}
-
.perl_RegionMarker {
color: #96b9ff;
}
-
.perl_Reserved {
color: #9b30ff;
}
-
.perl_String {
color: #5C3566;
}
-
.perl_Variable {
color: #0000ff;
}
-
.perl_Warning {
color: #0000ff;
}
-/*Lists*/
+/* Lists */
ul {
- list-style-type: circle;
- padding-left: 1.6em;
+ list-style-type: circle;
+ padding-left: 1.6em;
}
ul ul {
- list-style-type: circle;
+ list-style-type: circle;
}
ol.1 {
@@ -661,6 +643,7 @@ ol ol {
ol.i {
list-style-type: lower-roman;
}
+
ol.A {
list-style-type: upper-alpha;
}
@@ -670,15 +653,15 @@ ol.I {
}
dt {
- font-weight:bold;
- margin-bottom:0px;
- padding-bottom:0px;
+ font-weight: bold;
+ margin-bottom: 0px;
+ padding-bottom: 0px;
}
dd {
- margin:0px;
- margin-left:2em;
- padding-top:0px;
+ margin: 0px;
+ margin-left: 2em;
+ padding-top: 0px;
}
li {
@@ -688,9 +671,9 @@ li {
/* margin-bottom: 16px; */
}
-/*images*/
+/* images */
img {
- display:block;
+ display: block;
margin: 2em 0;
max-width: 100%;
}
@@ -698,50 +681,50 @@ img {
.inlinemediaobject,
.inlinemediaobject img,
.inlinemediaobject object {
- display:inline;
- margin:0px;
+ display: inline;
+ margin: 0px;
overflow: hidden;
}
.figure {
- margin-top: 1em;
- width: 100%;
+ margin-top: 1em;
+ width: 100%;
}
.figure img,
.mediaobject img {
- display:block;
+ display: block;
margin: 0em;
page-break-inside: avoid;
}
.figure .title {
- margin-bottom:2em;
- padding:0px;
+ margin-bottom: 2em;
+ padding: 0px;
}
-/*document modes*/
+/* document modes */
.confidential {
- background-color:#900;
- color:White;
- padding:.5em .5em;
- text-transform:uppercase;
- text-align:center;
+ background-color: #900;
+ color: White;
+ padding: .5em .5em;
+ text-transform: uppercase;
+ text-align: center;
}
.longdesc-link {
- display:none;
+ display: none;
}
.longdesc {
- display:none;
+ display: none;
}
.prompt {
- padding:0px .3em;
+ padding: 0px .3em;
}
-/*user interface styles*/
+/* user interface styles */
.screen .replaceable {
}
@@ -785,14 +768,14 @@ div.title {
}
.example-contents .para {
-/* padding: 10px;*/
+/* padding: 10px; */
}
-/*terminal/console text*/
+/* terminal/console text */
.computeroutput,
.option {
- font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace;
- font-weight:bold;
+ font-family: "liberation mono", "bitstream vera mono", "dejavu mono", monospace;
+ font-weight: bold;
}
.replaceable {
@@ -800,8 +783,8 @@ div.title {
}
.command, .filename, .keycap, .classname, .literal {
- font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace;
- font-weight:bold;
+ font-family: "liberation mono", "bitstream vera mono", "dejavu mono", monospace;
+ font-weight: bold;
}
/* no bold in toc */
@@ -813,7 +796,6 @@ div.title {
font-weight: bold;
}
-
div.programlisting {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
@@ -823,20 +805,20 @@ div.programlisting {
}
pre {
- font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace;
- display:block;
+ font-family: "liberation mono", "bitstream vera mono", "dejavu mono", monospace;
+ display: block;
background-color: #f5f5f5;
color: #000000;
/* border: 1px solid #aaaaaa; */
margin-bottom: 1em;
- padding:.5em 1em;
+ padding: .5em 1em;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
font-size: 0.9em;
- border-style:none;
+ border-style: none;
box-shadow: 0 2px 5px #AAAAAA inset;
-moz-box-shadow: 0 2px 5px #AAAAAA inset;
-webkit-box-shadow: 0 2px 5px #AAAAAA inset;
@@ -851,13 +833,12 @@ body.pdf pre {
-o-box-shadow: none;
}
-
pre .replaceable,
pre .keycap {
}
code {
- font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace;
+ font-family: "liberation mono", "bitstream vera mono", "dejavu mono", monospace;
white-space: pre-wrap;
word-wrap: break-word;
font-weight: normal;
@@ -875,7 +856,6 @@ code {
code.email {
font-weight: normal;
font-family: "liberation sans", "Myriad ", "Bitstream Vera Sans", "Lucida Grande", "Luxi Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
-
}
.synopsis {
@@ -886,7 +866,7 @@ code.email {
font-style: italic;
}
-/*Notifications*/
+/* Notifications */
div.warning, div.note, div.important {
color: black;
margin: 0px;
@@ -907,11 +887,11 @@ div.admonition_header p {
height: 1.4em;
line-height: 1.4em;
font-size: 17px;
- display:inline;
+ display: inline;
}
div.admonition_header {
- background-origin:content-box;
+ background-origin: content-box;
clear: both;
margin: 0px;
padding: 0px;
@@ -953,8 +933,8 @@ div.admonition {
border: none;
border-left: 1px solid #aaaaaa;
border-right: 1px solid #aaaaaa;
- padding:0px;
- margin:0px;
+ padding: 0px;
+ margin: 0px;
padding-top: 1.5em;
padding-bottom: 1em;
padding-left: 2em;
@@ -965,46 +945,46 @@ div.admonition {
border-radius: 0px;
}
-/*Page Title*/
+/* Page Title */
#title {
- display:block;
- height:45px;
- padding-bottom:1em;
- margin:0px;
+ display: block;
+ height: 45px;
+ padding-bottom: 1em;
+ margin: 0px;
}
-#title a.left{
- display:inline;
- border:none;
+#title a.left {
+ display: inline;
+ border: none;
}
-#title a.left img{
- border:none;
- float:left;
- margin:0px;
- margin-top:.7em;
+#title a.left img {
+ border: none;
+ float: left;
+ margin: 0px;
+ margin-top: .7em;
}
#title a.right {
- padding-bottom:1em;
+ padding-bottom: 1em;
}
#title a.right img {
- border:none;
- float:right;
- margin:0px;
- margin-top:.7em;
+ border: none;
+ float: right;
+ margin: 0px;
+ margin-top: .7em;
}
-/*Table*/
+/* Table */
div.table {
/* page-break-inside: avoid; */
}
table {
border: 1px solid #444;
- width:100%;
- border-collapse:collapse;
+ width: 100%;
+ border-collapse: collapse;
table-layout: fixed;
word-wrap: break-word;
}
@@ -1016,35 +996,33 @@ table.simplelist,
}
table th {
- text-align:left;
- background-color:#6699cc;
- padding:.3em .5em;
- color:white;
+ text-align: left;
+ background-color: #6699cc;
+ padding: .3em .5em;
+ color: white;
}
table td {
- padding:.15em .5em;
+ padding: .15em .5em;
}
table tr.even td {
- background-color:#f5f5f5;
+ background-color: #f5f5f5;
}
tr:nth-child(even) {
background-color: #eeeeee;
-
}
-
table th p:first-child, table td p:first-child, table li p:first-child,
table th div.para:first-child, table td div.para:first-child, table li div.para:first-child {
- margin-top:0px;
- padding-top:0px;
- display:inline;
+ margin-top: 0px;
+ padding-top: 0px;
+ display: inline;
}
th, td {
- border-style:none;
+ border-style: none;
vertical-align: top;
/* border: 1px solid #000; */
}
@@ -1056,88 +1034,86 @@ th, td {
}
table table td {
- border-bottom:1px dotted #aaa;
- background-color:white;
- padding:.6em 0px;
+ border-bottom: 1px dotted #aaa;
+ background-color: white;
+ padding: .6em 0px;
}
table table {
- border:1px solid white;
+ border: 1px solid white;
}
td.remarkval {
- color:#444;
+ color: #444;
}
td.fieldval {
- font-weight:bold;
+ font-weight: bold;
}
.lbname, .lbtype, .lbdescr, .lbdriver, .lbhost {
- color:white;
- font-weight:bold;
- background-color:#999;
- width:120px;
+ color: white;
+ font-weight: bold;
+ background-color: #999;
+ width: 120px;
}
td.remarkval {
- width:230px;
+ width: 230px;
}
td.tname {
- font-weight:bold;
+ font-weight: bold;
}
th.dbfield {
- width:120px;
+ width: 120px;
}
th.dbtype {
- width:70px;
+ width: 70px;
}
th.dbdefault {
- width:70px;
+ width: 70px;
}
th.dbnul {
- width:70px;
+ width: 70px;
}
th.dbkey {
- width:70px;
+ width: 70px;
}
span.book {
- margin-top:4em;
- display:block;
+ margin-top: 4em;
+ display: block;
font-size: 11pt;
}
-span.book a{
- font-weight:bold;
+span.book a {
+ font-weight: bold;
}
+
span.chapter {
- display:block;
+ display: block;
}
table.simplelist td, .calloutlist table td {
border-style: none;
}
-
table.lt-4-cols.lt-7-rows td {
border: none;
}
-/*to simplify layout*/
-
+/* to simplify layout */
table.lt-4-cols.gt-14-rows tr:nth-child(odd) {
background-color: #fafafa;
}
/* to keep simple but stripe rows */
-
.gt-8-cols td {
border-left: 1px solid #ccc;
}
@@ -1145,37 +1121,37 @@ table.lt-4-cols.gt-14-rows tr:nth-child(odd) {
.gt-8-cols td:first-child {
border-left: 0;
}
-/* to apply vertical lines to differentiate columns*/
+/* to apply vertical lines to differentiate columns */
-/*Breadcrumbs*/
+/* Breadcrumbs */
#breadcrumbs ul li.first:before {
- content:" ";
+ content: " ";
}
#breadcrumbs {
- color:#900;
- padding:3px;
- margin-bottom:25px;
+ color: #900;
+ padding: 3px;
+ margin-bottom: 25px;
}
#breadcrumbs ul {
- margin-left:0;
- padding-left:0;
- display:inline;
- border:none;
+ margin-left: 0;
+ padding-left: 0;
+ display: inline;
+ border: none;
}
#breadcrumbs ul li {
- margin-left:0;
- padding-left:2px;
- border:none;
- list-style:none;
- display:inline;
+ margin-left: 0;
+ padding-left: 2px;
+ border: none;
+ list-style: none;
+ display: inline;
}
#breadcrumbs ul li:before {
- content:"\0020 \0020 \0020 \00BB \0020";
- color:#333;
+ content: "\0020 \0020 \0020 \00BB \0020";
+ color: #333;
}
dl {
@@ -1187,37 +1163,37 @@ dl {
margin-left: 10px;
}
-/*index*/
+/* index */
.glossary h3,
.index h3 {
font-size: 20px;
- color:#aaa;
- margin:0px;
+ color: #aaa;
+ margin: 0px;
}
.indexdiv {
- margin-bottom:1em;
+ margin-bottom: 1em;
}
.glossary dt,
.index dt {
- color:#444;
- padding-top:.5em;
+ color: #444;
+ padding-top: .5em;
}
.glossary dl dl dt,
.index dl dl dt {
- color:#777;
- font-weight:normal;
- padding-top:0px;
+ color: #777;
+ font-weight: normal;
+ padding-top: 0px;
}
.index dl dl dt:before {
- content:"- ";
- color:#ccc;
+ content: "- ";
+ color: #ccc;
}
-/*changes*/
+/* changes */
.footnote {
font-size: 10px;
margin: 0px;
@@ -1232,14 +1208,14 @@ table .footnote {
}
sup {
- margin:0px;
- padding:0px;
+ margin: 0px;
+ padding: 0px;
font-size: 10px;
- padding-left:0px;
+ padding-left: 0px;
}
.footnote {
- position:relative;
+ position: relative;
}
.footnote sup {
@@ -1249,38 +1225,38 @@ sup {
.footnote a:link,
.footnote a:visited {
- text-decoration:none;
+ text-decoration: none;
border: none;
}
.footnote .para sup {
-/* position:absolute; */
- vertical-align:text-bottom;
+/* position: absolute; */
+ vertical-align: text-bottom;
}
a.footnote {
padding-right: 0.5em;
- text-decoration:none;
+ text-decoration: none;
border: none;
}
.footnote sup a:link,
.footnote sup a:visited {
- color:#92917d;
- text-decoration:none;
+ color: #92917d;
+ text-decoration: none;
}
.footnote:hover sup a {
- text-decoration:none;
+ text-decoration: none;
}
.footnote p,.footnote div.para {
- padding-left:1em;
+ padding-left: 1em;
}
.footnote a:link,
-.footnote a:visited before{
- color:#00537c;
+.footnote a:visited before {
+ color: #00537c;
}
.footnote a:hover {
@@ -1297,14 +1273,13 @@ div.legalnotice {
div.abstract {
page-break-before: always;
-/* page-break-after: always;*/
+/* page-break-after: always; */
}
div.chapter {
page-break-before: always;
}
-
div.titlepage, div.titlepage > div, div.titlepage > div > div {
page-break-inside: avoid;
page-break-after: avoid;
@@ -1324,7 +1299,6 @@ div.section {
page-break-after: auto;
}
-
dt.varlistentry {
page-break-inside: avoid;
page-break-after: avoid;
@@ -1344,29 +1318,29 @@ div.warning .keycap
}
ul li p:last-child, ul li para:last-child {
- margin-bottom:0px;
- padding-bottom:0px;
+ margin-bottom: 0px;
+ padding-bottom: 0px;
}
-/*document navigation*/
+/* document navigation */
.docnav a, .docnav strong {
- border:none;
- text-decoration:none;
- font-weight:normal;
+ border: none;
+ text-decoration: none;
+ font-weight: normal;
}
.docnav {
- list-style:none;
- margin:0px;
- padding:0px;
- position:relative;
- width:100%;
- padding-bottom:2em;
- padding-top:1em;
- height:2.5em;
- line-height:2.5em;
+ list-style: none;
+ margin: 0px;
+ padding: 0px;
+ position: relative;
+ width: 100%;
+ padding-bottom: 2em;
+ padding-top: 1em;
+ height: 2.5em;
+ line-height: 2.5em;
/*
- border-top:1px dotted #ccc;
+ border-top: 1px dotted #ccc;
background-color: rgba(240, 240, 240, 0.9);
-webkitbox-shadow: 0px .15em .5em rgba(0,0,0,0.2);
-moz-box-shadow: 0px .15em .5em rgba(0,0,0,0.2);
@@ -1375,24 +1349,24 @@ ul li p:last-child, ul li para:last-child {
}
.docnav li {
- list-style:none;
- margin:0px;
- padding:0px;
- display:inline;
+ list-style: none;
+ margin: 0px;
+ padding: 0px;
+ display: inline;
font-size: 14px;
}
.docnav li:before {
- content:" ";
+ content: " ";
}
.docnav li.previous, .docnav li.next {
- position:absolute;
- top:1.5em;
+ position: absolute;
+ top: 1.5em;
}
.docnav li.up, .docnav li.home {
- margin:0px 1.5em;
+ margin: 0px 1.5em;
}
.docnav.top li.home {
@@ -1401,15 +1375,14 @@ ul li p:last-child, ul li para:last-child {
font-weight: bold;
}
-
.docnav li.previous {
- left:0px;
- text-align:left;
+ left: 0px;
+ text-align: left;
}
.docnav li.next {
- right:0px;
- text-align:right;
+ right: 0px;
+ text-align: right;
}
.docnav li.previous strong, .docnav li.next strong {
@@ -1418,213 +1391,213 @@ ul li p:last-child, ul li para:last-child {
}
.docnav {
- margin:0 auto;
- text-align:center;
+ margin: 0 auto;
+ text-align: center;
}
.docnav li.next a strong {
- padding-top:3px;
- padding-bottom:4px;
- padding-right:28px;
+ padding-top: 3px;
+ padding-bottom: 4px;
+ padding-right: 28px;
}
.docnav li.previous a strong {
- padding-top:3px;
- padding-bottom:4px;
- padding-left:28px;
- padding-right:0.5em;
+ padding-top: 3px;
+ padding-bottom: 4px;
+ padding-left: 28px;
+ padding-right: 0.5em;
}
.docnav li.home a strong {
- padding:5px;
- padding-left:28px;
+ padding: 5px;
+ padding-left: 28px;
}
.docnav li.up a strong {
- padding:5px;
- padding-left:28px;
+ padding: 5px;
+ padding-left: 28px;
}
.docnav a:link, .docnav a:visited {
- color:#666;
+ color: #666;
}
.docnav a:hover, .docnav a:focus, .docnav a:active {
- color:black;
+ color: black;
}
.docnav a {
max-width: 10px;
- overflow:hidden;
+ overflow: hidden;
}
.docnav a:link strong {
- text-decoration:none;
+ text-decoration: none;
}
.docnav {
- margin:0 auto;
- text-align:center;
+ margin: 0 auto;
+ text-align: center;
}
ul.docnav {
margin-bottom: 1em;
}
+
/* Reports */
.reports ul {
- list-style:none;
- margin:0px;
- padding:0px;
+ list-style: none;
+ margin: 0px;
+ padding: 0px;
}
-.reports li{
- margin:0px;
- padding:0px;
+.reports li {
+ margin: 0px;
+ padding: 0px;
}
.reports li.odd {
background-color: #eeeeee;
- margin:0px;
- padding:0px;
+ margin: 0px;
+ padding: 0px;
}
.reports dl {
- display:inline;
- margin:0px;
- padding:0px;
- float:right;
+ display: inline;
+ margin: 0px;
+ padding: 0px;
+ float: right;
margin-right: 17em;
- margin-top:-1.3em;
+ margin-top: -1.3em;
}
.reports dt {
- display:inline;
- margin:0px;
- padding:0px;
+ display: inline;
+ margin: 0px;
+ padding: 0px;
}
.reports dd {
- display:inline;
- margin:0px;
- padding:0px;
- padding-right:.5em;
+ display: inline;
+ margin: 0px;
+ padding: 0px;
+ padding-right: .5em;
}
-.reports h2, .reports h3{
- display:inline;
- padding-right:.5em;
+.reports h2, .reports h3 {
+ display: inline;
+ padding-right: .5em;
font-size: 14px;
- font-weight:normal;
+ font-weight: normal;
}
.reports div.progress {
- display:inline;
- float:right;
- width:16em;
- margin:0px;
- margin-top:-1.3em;
- padding:0px;
- border:none;
+ display: inline;
+ float: right;
+ width: 16em;
+ margin: 0px;
+ margin-top: -1.3em;
+ padding: 0px;
+ border: none;
}
-/*uniform*/
+/* uniform */
body.results, body.reports {
- max-width:57em ;
- padding:0px;
+ max-width: 57em ;
+ padding: 0px;
}
-/*Progress Bar*/
+/* Progress Bar */
div.progress {
- display:block;
- float:left;
- width:16em;
- height:1em;
+ display: block;
+ float: left;
+ width: 16em;
+ height: 1em;
}
div.progress span {
- height:1em;
- float:left;
+ height: 1em;
+ float: left;
}
div.progress span.translated {
- background:#6c3;
+ background: #6c3;
}
div.progress span.fuzzy {
- background:#ff9f00;
+ background: #ff9f00;
}
-
-/*Results*/
+/* Results */
.results ul {
- list-style:none;
- margin:0px;
- padding:0px;
+ list-style: none;
+ margin: 0px;
+ padding: 0px;
}
-.results li{
- margin:0px;
- padding:0px;
+.results li {
+ margin: 0px;
+ padding: 0px;
}
.results li.odd {
background-color: #eeeeee;
- margin:0px;
- padding:0px;
+ margin: 0px;
+ padding: 0px;
}
.results dl {
- display:inline;
- margin:0px;
- padding:0px;
- float:right;
+ display: inline;
+ margin: 0px;
+ padding: 0px;
+ float: right;
margin-right: 17em;
- margin-top:-1.3em;
+ margin-top: -1.3em;
}
.results dt {
- display:inline;
- margin:0px;
- padding:0px;
+ display: inline;
+ margin: 0px;
+ padding: 0px;
}
.results dd {
- display:inline;
- margin:0px;
- padding:0px;
- padding-right:.5em;
+ display: inline;
+ margin: 0px;
+ padding: 0px;
+ padding-right: .5em;
}
.results h2, .results h3 {
- display:inline;
- padding-right:.5em;
+ display: inline;
+ padding-right: .5em;
font-size: 14px;
- font-weight:normal;
+ font-weight: normal;
}
.results div.progress {
- display:inline;
- float:right;
- width:16em;
- background:#c00;
- margin:0px;
- margin-top:-1.3em;
- padding:0px;
- border:none;
+ display: inline;
+ float: right;
+ width: 16em;
+ background: #c00;
+ margin: 0px;
+ margin-top: -1.3em;
+ padding: 0px;
+ border: none;
}
/* Dirty EVIL Mozilla hack for round corners */
pre {
- -moz-border-radius:11px;
- -webkit-border-radius:11px;
+ -moz-border-radius: 11px;
+ -webkit-border-radius: 11px;
border-radius: 11px;
/* page-break-inside: avoid; */
}
.example {
- -moz-border-radius:0px;
- -webkit-border-radius:0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
border-radius: 0px;
page-break-inside: avoid;
}
@@ -1632,7 +1605,7 @@ pre {
/* move these invisible fields out of the flow */
.example > a:first-child,
.table > a:first-child {
- float: left;
+ float: left;
}
.package, .citetitle {
@@ -1657,7 +1630,7 @@ span.remark {
.draft {
background-color: #aaa;
background-repeat: repeat-y;
- background-position: center;
+ background-position: center;
}
.foreignphrase {
@@ -1665,7 +1638,7 @@ span.remark {
}
dt {
- clear:both;
+ clear: both;
page-break-inside: avoid;
page-break-after: avoid;
}
@@ -1706,7 +1679,6 @@ div.toc > dl > dt {
margin-top: 1em;
}
-
.strikethrough {
text-decoration: line-through;
}
@@ -1731,11 +1703,11 @@ li.step > a:first-child {
list-style-image: none;
list-style-type: upper-alpha;
}
+
.task {
/* page-break-inside: avoid; */
}
-
.added {
background-color: #99ff99;
}