You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/02/17 17:54:16 UTC

svn commit: r745147 - in /incubator/click/trunk/tools/docbook/src/css/html: stylesheet.css syntax-highlighter.css

Author: sabob
Date: Tue Feb 17 16:54:16 2009
New Revision: 745147

URL: http://svn.apache.org/viewvc?rev=745147&view=rev
Log:
added additional styling for markup

Modified:
    incubator/click/trunk/tools/docbook/src/css/html/stylesheet.css
    incubator/click/trunk/tools/docbook/src/css/html/syntax-highlighter.css

Modified: incubator/click/trunk/tools/docbook/src/css/html/stylesheet.css
URL: http://svn.apache.org/viewvc/incubator/click/trunk/tools/docbook/src/css/html/stylesheet.css?rev=745147&r1=745146&r2=745147&view=diff
==============================================================================
--- incubator/click/trunk/tools/docbook/src/css/html/stylesheet.css (original)
+++ incubator/click/trunk/tools/docbook/src/css/html/stylesheet.css Tue Feb 17 16:54:16 2009
@@ -67,7 +67,6 @@
 h1,h2,h3,h4,h5 {
     line-height:    1.3;
     margin-top:     1.5em;
-    font-family:    Arial, Sans-serif;
 }
 
 h1.title {
@@ -139,6 +138,7 @@
     padding:        5pt 2pt;
     border:         1pt solid black;
     background:     #eeeeee;
+    font-family:    "Courier New",courier;
 }
 
 div.table {
@@ -192,15 +192,15 @@
 }
 
 div.figure {
-    text-align:     center;
+    text-align:     left;
     margin-top:     1em;
     margin-bottom:  1em;
 }
 
 div.figure p.title {
-    text-align:     center;
-    margin-left:    15%;
-    margin-right:   15%;
+    text-align:     left;
+    margin:         0.5em;
+    padding:        0.5em;
 }
 
 div.example p.title {
@@ -212,7 +212,7 @@
 }
 
 div.figure img {
-    border:         1px solid gray;
+    /*border:         1px solid gray;*/
     padding:        0.5em;
     margin:         0.5em;
 }
@@ -228,7 +228,7 @@
 div.revhistory table {
     font-family:    sans-serif;
     font-size:      12px;
-	border-collapse: collapse;
+	  border-collapse: collapse;
 }
 
 div.revhistory table tr {
@@ -240,19 +240,33 @@
 }
 
 div.literallayout {
-    background-color: #FAFAFA;
+    background-color: #EEEEEE;
     border: 1px solid #AAAAAA;
+    padding: 5pt 1em;
+    line-height: normal;
+    font-family: "Courier New",courier;
 }
 
 code.filename, code.filename span.pln {
 }
 
-code.varname, code.varname span.pln {
+code.varname, code.varname span.pln, code.varname span.atv, code.varname span.atn {
     color: blue;
+    font-weight: normal;
 }
 
-span.symbol, span.symbol span.pln {
+span.symbol, span.symbol span.pln, span.symbol span.atn, span.symbol span.tag,
+span.symbol span.atv {
     color: red;
+    font-weight: normal;
+}
+
+span.command, span.command span.pln {
+    color: #7F0055;
+}
+
+span.token, span.token span.pln, span.token span.atv {
+    color: maroon;
 }
 
 span.package {
@@ -264,4 +278,35 @@
     border: 1px solid #A7BCD6;
     margin: 0.5em;
     padding: 0.5em;
+}
+
+div.informaltable table {
+  border: 1px solid black;
+}
+
+div.informaltable th {
+    padding: 6px 10px 2px;
+    background-color: navy;
+    color: white;
+}
+
+div.calloutlist td {
+    padding-right: 10px;
+}
+
+span.bold {
+    font-weight: bold;
+}
+
+a.external {
+  background: url(../images/external.png) center right no-repeat;
+  padding-right: 14px;
+}
+
+div.screenshot {
+  border: 1px solid gray;
+  padding: 1em;
+  margin-top: 1em;
+  margin-bottom: 1em;
+  float: left;
 }
\ No newline at end of file

Modified: incubator/click/trunk/tools/docbook/src/css/html/syntax-highlighter.css
URL: http://svn.apache.org/viewvc/incubator/click/trunk/tools/docbook/src/css/html/syntax-highlighter.css?rev=745147&r1=745146&r2=745147&view=diff
==============================================================================
--- incubator/click/trunk/tools/docbook/src/css/html/syntax-highlighter.css (original)
+++ incubator/click/trunk/tools/docbook/src/css/html/syntax-highlighter.css Tue Feb 17 16:54:16 2009
@@ -15,7 +15,6 @@
 pre.programlisting{
     padding:1em;
     border:1px solid #888;
-    overflow:auto;
     text-align: left;
     line-height: normal;
 }