[Scummvm-cvs-logs] SF.net SVN: scummvm:[46167] doxygen

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Nov 28 00:08:55 CET 2009


Revision: 46167
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46167&view=rev
Author:   fingolfin
Date:     2009-11-27 23:08:55 +0000 (Fri, 27 Nov 2009)

Log Message:
-----------
DOXYGEN: New layout, ScummVM theme'd (thanks to billwashere from our forums)

Modified Paths:
--------------
    doxygen/scummvm.css
    doxygen/scummvm.footer
    doxygen/scummvm.header

Added Paths:
-----------
    doxygen/images/
    doxygen/images/body-bg.png
    doxygen/images/curve_bl.png
    doxygen/images/curve_br.png
    doxygen/images/curve_tr.png
    doxygen/images/logo.png
    doxygen/images/top_bg.png

Added: doxygen/images/body-bg.png
===================================================================
(Binary files differ)


Property changes on: doxygen/images/body-bg.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: doxygen/images/curve_bl.png
===================================================================
(Binary files differ)


Property changes on: doxygen/images/curve_bl.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: doxygen/images/curve_br.png
===================================================================
(Binary files differ)


Property changes on: doxygen/images/curve_br.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: doxygen/images/curve_tr.png
===================================================================
(Binary files differ)


Property changes on: doxygen/images/curve_tr.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: doxygen/images/logo.png
===================================================================
(Binary files differ)


Property changes on: doxygen/images/logo.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: doxygen/images/top_bg.png
===================================================================
(Binary files differ)


Property changes on: doxygen/images/top_bg.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Modified: doxygen/scummvm.css
===================================================================
--- doxygen/scummvm.css	2009-11-27 22:45:19 UTC (rev 46166)
+++ doxygen/scummvm.css	2009-11-27 23:08:55 UTC (rev 46167)
@@ -1,354 +1,157 @@
-BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
-	font-family: Geneva, Arial, Helvetica, sans-serif;
+body {
+  background-image: url('/images/body-bg.png'); margin: 10px;
+  background-color: #efc418;	
+	background-repeat: repeat-x;
 }
-BODY,TD {
-       font-size: 90%;
+
+body, table {
+	font-family: verdana,tahoma,arial,helvetica,sans-serif;
+	font-size: 8pt;
+	font-weight: normal;
 }
-H1 {
-	text-align: center;
-       font-size: 160%;
+
+table            
+{
+font-size: 10px; 
+color: #000000;
 }
-H2 {
-       font-size: 120%;
+
+td, th
+{
+font-size: 10px; 
+color: #000000;
 }
-H3 {
-       font-size: 100%;
+
+.smalltext       
+{ 
+font-size : 10px; 
+color: #000000;
 }
-CAPTION { font-weight: bold }
-DIV.qindex {
-	width: 100%;
-	background-color: #e8eef2;
-	border: 1px solid #84b0c7;
-	text-align: center;
-	margin: 2px;
-	padding: 2px;
-	line-height: 140%;
+
+.mediumtext      
+{ 
+font-size : 11px; 
+color: #000000;
 }
-DIV.nav {
-	width: 100%;
-	background-color: #e8eef2;
-	border: 1px solid #84b0c7;
-	text-align: center;
-	margin: 2px;
-	padding: 2px;
-	line-height: 140%;
+
+.largetext       
+{ 
+font-size : 13px; 
+color: #000000;
 }
-DIV.navtab {
-       background-color: #e8eef2;
-       border: 1px solid #84b0c7;
-       text-align: center;
-       margin: 2px;
-       margin-right: 15px;
-       padding: 2px;
+
+.catrowtext      
+{ 
+	font-weight: bold;
+	font-size: 13px;
+	color: #444444;
 }
-TD.navtab {
-       font-size: 70%;
-}
-A.qindex {
-       text-decoration: none;
-       font-weight: bold;
-       color: #1A419D;
-}
-A.qindex:visited {
-       text-decoration: none;
-       font-weight: bold;
-       color: #1A419D
-}
-A.qindex:hover {
-	text-decoration: none;
-	background-color: #ddddff;
-}
-A.qindexHL {
-	text-decoration: none;
+
+.toprowtext      
+{ 
+	color: #fff;
+	font-size: 12px;
 	font-weight: bold;
-	background-color: #6666cc;
-	color: #ffffff;
-	border: 1px double #9295C2;
 }
-A.qindexHL:hover {
-	text-decoration: none;
-	background-color: #6666cc;
-	color: #ffffff;
+
+/* Cell Properties */
+
+TD.row1
+{ 
+	background-color: #e8e7e7;
+	font-size : 13px; 
+	color: #494957
+}     
+     
+TD.row2	        /* ugly colors, to look which html uses them still - should have removed all occurences now */
+{ 
+	background-color: #00FF00;
+	font-size : 12px; 
+	color: #FF00FF
 }
-A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff }
-A.el { text-decoration: none; font-weight: bold }
-A.elRef { font-weight: bold }
-A.code:link { text-decoration: none; font-weight: normal; color: #0000FF}
-A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF}
-A.codeRef:link { font-weight: normal; color: #0000FF}
-A.codeRef:visited { font-weight: normal; color: #0000FF}
-A:hover { text-decoration: none; background-color: #f2f2ff }
-DL.el { margin-left: -1cm }
-.fragment {
-       font-family: monospace, fixed;
-       font-size: 95%;
+
+TD.row3
+{ 
+	background-color: #FFFFFF;
+	font-size : 12px; 
+	color: #494957
 }
-PRE.fragment {
-	border: 1px solid #CCCCCC;
-	background-color: #f5f5f5;
-	margin-top: 4px;
-	margin-bottom: 4px;
-	margin-left: 2px;
-	margin-right: 8px;
-	padding-left: 6px;
-	padding-right: 6px;
-	padding-top: 4px;
-	padding-bottom: 4px;
-}
-DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
 
-DIV.groupHeader {
-       margin-left: 16px;
-       margin-top: 12px;
-       margin-bottom: 6px;
-       font-weight: bold;
+TD.catrow
+{ 
+	/* font-family: Verdana; */
+font-size : 12px; 
+font-weight: bold;
 }
-DIV.groupText { margin-left: 16px; font-style: italic; font-size: 90% }
-BODY {
-	background: white;
-	color: black;
-	margin-right: 20px;
-	margin-left: 20px;
-}
-TD.indexkey {
-	background-color: #e8eef2;
+
+TD.toprow, TH.toprow
+{
+	background-image: url('/images/gradient_2.gif');
+	color: #fff;
 	font-weight: bold;
-	padding-right  : 10px;
-	padding-top    : 2px;
-	padding-left   : 10px;
-	padding-bottom : 2px;
-	margin-left    : 0px;
-	margin-right   : 0px;
-	margin-top     : 2px;
-	margin-bottom  : 2px;
-	border: 1px solid #CCCCCC;
+	background: #a82709;
+	background-image: url('/images/par-head.png');
+	background-repeat: repeat-x;
+	padding: 6px;
+	font-size: 12px;
 }
-TD.indexvalue {
-	background-color: #e8eef2;
-	font-style: italic;
-	padding-right  : 10px;
-	padding-top    : 2px;
-	padding-left   : 10px;
-	padding-bottom : 2px;
-	margin-left    : 0px;
-	margin-right   : 0px;
-	margin-top     : 2px;
-	margin-bottom  : 2px;
-	border: 1px solid #CCCCCC;
+
+TD.tableborder	  
+{ 
+	background-color: #c0c0c0;
 }
-TR.memlist {
-   background-color: #f0f0f0; 
-}
-P.formulaDsp { text-align: center; }
-IMG.formulaDsp { }
-IMG.formulaInl { vertical-align: middle; }
-SPAN.keyword       { color: #008000 }
-SPAN.keywordtype   { color: #604020 }
-SPAN.keywordflow   { color: #e08000 }
-SPAN.comment       { color: #800000 }
-SPAN.preprocessor  { color: #806020 }
-SPAN.stringliteral { color: #002080 }
-SPAN.charliteral   { color: #008080 }
-.mdescLeft {
-       padding: 0px 8px 4px 8px;
-	font-size: 80%;
-	font-style: italic;
-	background-color: #FAFAFA;
-	border-top: 1px none #E0E0E0;
-	border-right: 1px none #E0E0E0;
-	border-bottom: 1px none #E0E0E0;
-	border-left: 1px none #E0E0E0;
-	margin: 0px;
-}
-.mdescRight {
-       padding: 0px 8px 4px 8px;
-	font-size: 80%;
-	font-style: italic;
-	background-color: #FAFAFA;
-	border-top: 1px none #E0E0E0;
-	border-right: 1px none #E0E0E0;
-	border-bottom: 1px none #E0E0E0;
-	border-left: 1px none #E0E0E0;
-	margin: 0px;
-}
-.memItemLeft {
-	padding: 1px 0px 0px 8px;
-	margin: 4px;
-	border-top-width: 1px;
-	border-right-width: 1px;
-	border-bottom-width: 1px;
-	border-left-width: 1px;
-	border-top-color: #E0E0E0;
-	border-right-color: #E0E0E0;
-	border-bottom-color: #E0E0E0;
-	border-left-color: #E0E0E0;
-	border-top-style: solid;
-	border-right-style: none;
-	border-bottom-style: none;
-	border-left-style: none;
-	background-color: #FAFAFA;
-	font-size: 80%;
-}
-.memItemRight {
-	padding: 1px 8px 0px 8px;
-	margin: 4px;
-	border-top-width: 1px;
-	border-right-width: 1px;
-	border-bottom-width: 1px;
-	border-left-width: 1px;
-	border-top-color: #E0E0E0;
-	border-right-color: #E0E0E0;
-	border-bottom-color: #E0E0E0;
-	border-left-color: #E0E0E0;
-	border-top-style: solid;
-	border-right-style: none;
-	border-bottom-style: none;
-	border-left-style: none;
-	background-color: #FAFAFA;
-	font-size: 80%;
-}
-.memTemplItemLeft {
-	padding: 1px 0px 0px 8px;
-	margin: 4px;
-	border-top-width: 1px;
-	border-right-width: 1px;
-	border-bottom-width: 1px;
-	border-left-width: 1px;
-	border-top-color: #E0E0E0;
-	border-right-color: #E0E0E0;
-	border-bottom-color: #E0E0E0;
-	border-left-color: #E0E0E0;
-	border-top-style: none;
-	border-right-style: none;
-	border-bottom-style: none;
-	border-left-style: none;
-	background-color: #FAFAFA;
-	font-size: 80%;
-}
-.memTemplItemRight {
-	padding: 1px 8px 0px 8px;
-	margin: 4px;
-	border-top-width: 1px;
-	border-right-width: 1px;
-	border-bottom-width: 1px;
-	border-left-width: 1px;
-	border-top-color: #E0E0E0;
-	border-right-color: #E0E0E0;
-	border-bottom-color: #E0E0E0;
-	border-left-color: #E0E0E0;
-	border-top-style: none;
-	border-right-style: none;
-	border-bottom-style: none;
-	border-left-style: none;
-	background-color: #FAFAFA;
-	font-size: 80%;
-}
-.memTemplParams {
-	padding: 1px 0px 0px 8px;
-	margin: 4px;
-	border-top-width: 1px;
-	border-right-width: 1px;
-	border-bottom-width: 1px;
-	border-left-width: 1px;
-	border-top-color: #E0E0E0;
-	border-right-color: #E0E0E0;
-	border-bottom-color: #E0E0E0;
-	border-left-color: #E0E0E0;
-	border-top-style: solid;
-	border-right-style: none;
-	border-bottom-style: none;
-	border-left-style: none;
-       color: #606060;
-	background-color: #FAFAFA;
-	font-size: 80%;
-}
-.search     { color: #003399;
-              font-weight: bold;
-}
-FORM.search {
-              margin-bottom: 0px;
-              margin-top: 0px;
-}
-INPUT.search { font-size: 75%;
-               color: #000080;
-               font-weight: normal;
-               background-color: #e8eef2;
-}
-TD.tiny      { font-size: 75%;
-}
-a {
-	color: #1A41A8;
-}
-a:visited {
-	color: #2A3798;
-}
-.dirtab { padding: 4px;
-          border-collapse: collapse;
-          border: 1px solid #84b0c7;
-}
-TH.dirtab { background: #e8eef2;
-            font-weight: bold;
-}
-HR { height: 1px;
-     border: none;
-     border-top: 1px solid black;
-}
 
-/* Style for detailed member documentation */
-.memtemplate {
-  font-size: 80%;
-  color: #606060;
-  font-weight: normal;
-} 
-.memnav { 
-  background-color: #e8eef2;
-  border: 1px solid #84b0c7;
-  text-align: center;
-  margin: 2px;
-  margin-right: 15px;
-  padding: 2px;
+/* Link Properties */
+
+a                         { text-decoration: underline; font-size: 11px; color: #a33; }  
+a:link                    { text-decoration: underline; font-size: 11px; color: #a33; }
+a:visited                 { text-decoration: underline; font-size: 11px; color: #a33; }
+a:hover                   { text-decoration: none; font-size: 11px; color: #f00; } 
+
+a.forumlink               { text-decoration: underline; font-weight: bold; font-size: 13px; color: #a33; }
+a.forumlink:link          { text-decoration: underline; font-weight: bold; font-size: 13px; color: #a33; }
+a.forumlink:visited       { text-decoration: underline; font-weight: bold; font-size: 13px; color: #a33; }
+a.forumlink:hover         { text-decoration: none; font-size: 13px; font-weight: bold; color: #f00; }
+   
+a.topiclink               { text-decoration: underline; font-size: 13px; color: #a33; }  
+a.topiclink:link          { text-decoration: underline; font-size: 13px; color: #a33; }
+a.topiclink:visited       { text-decoration: underline; font-size: 13px; color: #a33; }
+a.topiclink:hover         { text-decoration: none; font-size: 13px; color: #f00; }  
+
+a.toprowlink              { text-decoration: none; font-size: 9px; color: #000000; }   
+a.toprowlink:link         { text-decoration: none; font-size: 9px; color: #000000; }
+a.toprowlink:visited      { text-decoration: none; font-size: 9px; color: #000000; }
+a.toprowlink:hover        { text-decoration: underline; font-size: 9px; color: #877751; } 
+     
+a.smalllink               { text-decoration: underline; font-size: 10px; color: #a33; }   
+a.smalllink:link          { text-decoration: underline; font-size: 10px; color: #a33; }
+a.smalllink:visited       { text-decoration: underline; font-size: 10px; color: #a33; }
+a.smalllink:hover         { text-decoration: none; font-size: 10px; color: #f00; }   
+  
+a.mediumlink              { text-decoration: underline; font-size: 11px; color: #a33; }  
+a.mediumlink:link         { text-decoration: underline; font-size: 11px; color: #a33; }
+a.mediumlink:visited      { text-decoration: underline; font-size: 11px; color: #a33; }
+a.mediumlink:hover        { text-decoration: none; font-size: 11px; color: #f00; }   
+    
+a.largelink               { text-decoration: underline; font-size: 13px; color: #a33; }
+a.largelink:link          { text-decoration: underline; font-size: 13px; color: #a33; }
+a.largelink:visited       { text-decoration: underline; font-size: 13px; color: #a33; }
+a.largelink:hover         { text-decoration: none; font-size: 13px; color: #f00; }         
+
+/* Form elements */
+
+input, textarea, select 
+{
+  color : #000000;
+  font-size : 12px;
 }
-.memitem {
-  padding: 4px;
-  background-color: #eef3f5;
-  border-width: 1px;
-  border-style: solid;
-  border-color: #dedeee;
-  -moz-border-radius: 8px 8px 8px 8px;
-}
-.memname {
-  white-space: nowrap;
-  font-weight: bold;
-}
-.memdoc{
-  padding-left: 10px;
-}
-.memproto {
-  background-color: #d5e1e8;
-  width: 100%;
-  border-width: 1px;
-  border-style: solid;
-  border-color: #84b0c7;
-  font-weight: bold;
-  -moz-border-radius: 8px 8px 8px 8px;
-}
-.paramkey {
-  text-align: right;
-}
-.paramtype {
-  white-space: nowrap;
-}
-.paramname {
-  color: #602020;
-  font-style: italic;
-  white-space: nowrap;
-}
-/* End Styling for detailed member documentation */
 
 /* for the tree view */
 .ftvtree {
-	font-family: sans-serif;
-	margin:0.5em;
+	font: normal 8pt/normal verdana, tahoma, arial, helvetica, sans-serif;
+	background: rgb(239, 196, 24) url('/images/body-bg.png') repeat-x scroll 0 0;
+	margin-top: 0px;
+	margin:0.5em;	
 }
 .directory { font-size: 9pt; font-weight: bold; }
 .directory h3 { margin: 0px; margin-top: 1em; font-size: 11pt; }

Modified: doxygen/scummvm.footer
===================================================================
--- doxygen/scummvm.footer	2009-11-27 22:45:19 UTC (rev 46166)
+++ doxygen/scummvm.footer	2009-11-27 23:08:55 UTC (rev 46167)
@@ -1,4 +1,31 @@
-<hr size="1"><address style="align: right;"><small>
-Generated on $datetime for $projectname by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> $doxygenversion</small></address>
-</body>
-</html>
+<!-- DEBUG: overall_footer.tpl starts here -->
+<div align="center"><br>
+<!-- END switch_user_logged_in -->
+  <hr size="1"><address style="align: right;"><small>
+Generated on $datetime for $projectname by <a href="http://www.doxygen.org/index.html" target="_parent"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> $doxygenversion</small></address></div>
+</td>
+        </tr>
+      </table>
+    </td>
+  </tr>
+  <tr> 
+    <td colspan="4">
+      <table width="100%" border="0" cellspacing="0" cellpadding="0">
+        <tr>
+          <td><img src="/images/curve_bl.png" width="20" height="20" alt="curved edge"></td>
+          <td width="100%" bgcolor="#fbf1ce"> </td>
+          <td align="right" valign="bottom"><img src="images/curve_br.png" width="20" height="20" alt="curved edge"></td>
+        </tr>
+      </table>
+    </td>
+  </tr>
+</table>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+_uacct = "UA-1455743-1";
+_udn="scummvm.org";
+urchinTracker();
+</script>
+  </BODY>
+</HTML>

Modified: doxygen/scummvm.header
===================================================================
--- doxygen/scummvm.header	2009-11-27 22:45:19 UTC (rev 46166)
+++ doxygen/scummvm.header	2009-11-27 23:08:55 UTC (rev 46167)
@@ -1,6 +1,45 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
-<title>$title</title>
-<link href="$relpath$doxygen.css" rel="stylesheet" type="text/css">
-<link href="$relpath$tabs.css" rel="stylesheet" type="text/css">
-</head><body>
+<html>
+  <head>
+    <title>ScummVM::Doxygen</title>
+    <base href="http://doxygen.scummvm.org/">
+    <link rel="stylesheet" href="/layout.css" type="text/css">
+    <link rel="stylesheet" href="/tabs.css" type="text/css">
+    <link rel="stylesheet" href="/scummvm.css" type="text/css">
+  </head>
+  <body>
+<table width="90%" border="0" cellspacing="0" cellpadding="0" align="center">
+  <tr> 
+    <td><img src="/images/logo.png" width="199" height="65" alt="ScummVM logo"></td>
+
+    <td width="50%" style="background-image: url('/images/top_bg.png'); vertical-align: middle; text-align: left; white-space:nowrap;">
+      <a href="http://www.scummvm.org/" target="_parent">ScummVM website</a> - 
+      <a href="http://forums.scummvm.org/" target="_parent">Forums</a> -
+      <a href="http://www.scummvm.org/contact.php" target="_parent">Contact us</a> -
+      <b><a href="http://www.gog.com/en/frontpage/pp/22d200f8670dbdb3e253a90eee5098477c95c23d" target="_parent">Buy Supported Games</a></b> 
+	</td>
+	
+	<td width="50%" style="background-image: url('/images/top_bg.png'); vertical-align: middle; text-align: right; white-space:nowrap;">
+
+  <!-- new nav table -->
+
+    <a href="http://buildbot.scummvm.org" target="_parent">BuildBot</a> -
+    <a href="http://doxygen.scummvm.org" target="_parent">Doxygen</a> -
+    <a href="http://planet.scummvm.org" target="_parent">Planet</a> -
+    <a href="http://wiki.scummvm.org" target="_parent">Wiki</a>
+
+  <!-- end of new nav table -->
+
+    </td>
+
+    <td><img src="/images/curve_tr.png" width="20" height="65" alt="curved edge"></td>
+
+  </tr>
+
+  <!-- top logo, navbar ends here, now on to the main forum body -->
+
+  <tr bgcolor="#fbf1ce"> 
+    <td colspan="4">
+      <table width="100%" border="0" cellspacing="0" cellpadding="0" style="padding-left: 5px; padding-right: 5px;">
+        <tr>
+          <td>
+  


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list