Author: simonetripodi
Date: Sat Mar 10 20:52:01 2012
New Revision: 1299272

URL: http://svn.apache.org/viewvc?rev=1299272&view=rev
Log:
started adjusting default javadoc reusing  Bootstrap stuff

Modified:
    
maven/sandbox/trunk/skins/fluido-doc/src/main/resources/org/apache/maven/skins/fluido/stylesheet.css

Modified: 
maven/sandbox/trunk/skins/fluido-doc/src/main/resources/org/apache/maven/skins/fluido/stylesheet.css
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/skins/fluido-doc/src/main/resources/org/apache/maven/skins/fluido/stylesheet.css?rev=1299272&r1=1299271&r2=1299272&view=diff
==============================================================================
--- 
maven/sandbox/trunk/skins/fluido-doc/src/main/resources/org/apache/maven/skins/fluido/stylesheet.css
 (original)
+++ 
maven/sandbox/trunk/skins/fluido-doc/src/main/resources/org/apache/maven/skins/fluido/stylesheet.css
 Sat Mar 10 20:52:01 2012
@@ -314,7 +314,6 @@ table th, table td {
   line-height: 18px;
   text-align: left;
   vertical-align: top;
-  border-top: 1px solid #ddd;
 }
 table th {
   font-weight: bold;
@@ -331,46 +330,6 @@ table tbody + tbody {
 table-condensed th, table-condensed td {
   padding: 4px 5px;
 }
-table-bordered {
-  border: 1px solid #ddd;
-  border-collapse: separate;
-  *border-collapse: collapsed;
-  -webkit-border-radius: 4px;
-  -moz-border-radius: 4px;
-  border-radius: 4px;
-}
-table-bordered th + th,
-table-bordered td + td,
-table-bordered th + td,
-table-bordered td + th {
-  border-left: 1px solid #ddd;
-}
-table-bordered thead:first-child tr:first-child th, table-bordered 
tbody:first-child tr:first-child th, table-bordered tbody:first-child 
tr:first-child td {
-  border-top: 0;
-}
-table-bordered thead:first-child tr:first-child th:first-child, table-bordered 
tbody:first-child tr:first-child td:first-child {
-  -webkit-border-radius: 4px 0 0 0;
-  -moz-border-radius: 4px 0 0 0;
-  border-radius: 4px 0 0 0;
-}
-table-bordered thead:first-child tr:first-child th:last-child, table-bordered 
tbody:first-child tr:first-child td:last-child {
-  -webkit-border-radius: 0 4px 0 0;
-  -moz-border-radius: 0 4px 0 0;
-  border-radius: 0 4px 0 0;
-}
-table-bordered thead:last-child tr:last-child th:first-child, table-bordered 
tbody:last-child tr:last-child td:first-child {
-  -webkit-border-radius: 0 0 0 4px;
-  -moz-border-radius: 0 0 0 4px;
-  border-radius: 0 0 0 4px;
-}
-table-bordered thead:last-child tr:last-child th:last-child, table-bordered 
tbody:last-child tr:last-child td:last-child {
-  -webkit-border-radius: 0 0 4px 0;
-  -moz-border-radius: 0 0 4px 0;
-  border-radius: 0 0 4px 0;
-}
-table-striped tbody tr:nth-child(odd) td, table-striped tbody 
tr:nth-child(odd) th {
-  background-color: #f9f9f9;
-}
 table .span1 {
   float: none;
   width: 44px;
@@ -462,3 +421,28 @@ table .span12 {
 .breadcrumb .active a {
   color: #333333;
 }
+
+/* hacks on default javadoc */
+
+/* Table colors */
+.TableHeadingColor     { background: #036; color:#FFFFFF; } /* Dark blue */
+.TableSubHeadingColor  { } /* Dark grey */
+.TableRowColor         { background: #efefef; } /* White */
+
+/* Font used in left-hand frame lists */
+.FrameTitleFont   { color:#000000 }
+.FrameHeadingFont { color:#000000 }
+.FrameItemFont    { color:#000000 }
+
+/* Example of smaller, sans-serif font in frames */
+/* .FrameItemFont  { font-size: 10pt; font-family: Helvetica, Arial, 
sans-serif } */
+
+
+/* Navigation bar fonts and colors */
+.NavBarCell1    { background-color:#FFFFFF; }/* Light mauve */
+.NavBarCell1Rev {  }/* Dark Blue */
+.NavBarFont1    { color:#000000; }
+.NavBarFont1Rev { color:#FFFFFF; }
+
+.NavBarCell2    { background-color:#FFFFFF; }
+.NavBarCell3    { background-color:#FFFFFF; }


Reply via email to