Make doxygen header match Sphinx header
authorPeter D. Barnes, Jr. <barnes26@llnl.gov>
Wed, 13 Jun 2012 18:56:18 -0700
changeset 8907 ab0ccb4e6edd
parent 8906 11398e7abe77
child 8908 1bddfb4b3bd2
Make doxygen header match Sphinx header
doc/ns3_header.html
doc/ns3_stylesheet.css
--- a/doc/ns3_header.html	Wed Jun 13 18:53:59 2012 -0700
+++ b/doc/ns3_header.html	Wed Jun 13 18:56:18 2012 -0700
@@ -16,7 +16,7 @@
 
 <!--BEGIN TITLEAREA-->
 <div id="titlearea">
-<table cellspacing="0" cellpadding="0">
+<table cellspacing="0" cellpadding="0" width="100%">
  <tbody>
  <tr style="height: 56px;">
   <!--BEGIN PROJECT_LOGO-->
@@ -26,7 +26,7 @@
         </a>
   </td>
   <!--END PROJECT_LOGO-->
-  <td style="align:left; padding-left: 2em; font-color:white;">
+  <td id="projecttext">
    <!--BEGIN PROJECT_BRIEF--><div id="projectbrief">$projectbrief</div><!--END PROJECT_BRIEF-->
     <!--BEGIN PROJECT_NUMBER--><span id="projectnumber">$projectnumber</span><!--END PROJECT_NUMBER-->
 
@@ -36,6 +36,9 @@
    <td>$searchbox</td>
    <!--END SEARCHENGINE-->
   <!--END DISABLE_INDEX-->
+  <td id="projectsection">
+    <span style="margin-right:10px">API Documentation</span>
+  </td>
  </tr>
  </tbody>
 </table>
--- a/doc/ns3_stylesheet.css	Wed Jun 13 18:53:59 2012 -0700
+++ b/doc/ns3_stylesheet.css	Wed Jun 13 18:56:18 2012 -0700
@@ -1,4 +1,19 @@
-/* ns-3 changes to the standard CSS for doxygen */
+/* ns-3 changes to the default CSS from Doxygen and Sphinx */
+
+body {
+	font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
+	font-size: 12px;
+	color: black;
+}
+
+div.related a {
+	font-size: 14px;
+	font-weight: bold;
+}
+  
+div.sphinxsidebar {
+	font-size: 12px;
+}
 
 #titlearea
 {
@@ -14,8 +29,20 @@
 	margin: 10px;
 	vertical-align: middle;
 	width: 220px;
-	
-  
+}
+
+#projecttext
+{
+        align: left;
+        padding-left: 2em;
+        font-color:white;
+}
+
+#projectbrief
+{
+	font: 120% Tahoma, Arial,sans-serif;
+	margin: 0px;
+	padding: 0px;
 }
 
 #projectnumber
@@ -24,3 +51,12 @@
 	margin: 0px;
 	padding: 0px;
 }
+
+#projectsection
+{
+	text-align: right;
+	font: 24pt  Aldo, Tahoma, Arial,sans-serif;
+	margin: 10px;
+	margin-right: 10px;
+	vertical-align: middle;
+}