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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Nov 29 22:03:13 CET 2009


Revision: 46202
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46202&view=rev
Author:   fingolfin
Date:     2009-11-29 21:03:13 +0000 (Sun, 29 Nov 2009)

Log Message:
-----------
DOXYGEN: Tweak scummvm.header to fix some rendering issues; added tabs.css & relevant images to repository

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

Added Paths:
-----------
    doxygen/tabs.css

Modified: doxygen/scummvm.css
===================================================================
--- doxygen/scummvm.css	2009-11-29 18:45:42 UTC (rev 46201)
+++ doxygen/scummvm.css	2009-11-29 21:03:13 UTC (rev 46202)
@@ -159,3 +159,11 @@
 .directory p { margin: 0px; white-space: nowrap; }
 .directory div { display: none; margin: 0px; }
 .directory img { vertical-align: -30%; }
+
+
+
+
+
+
+
+

Modified: doxygen/scummvm.header
===================================================================
--- doxygen/scummvm.header	2009-11-29 18:45:42 UTC (rev 46201)
+++ doxygen/scummvm.header	2009-11-29 21:03:13 UTC (rev 46202)
@@ -10,16 +10,16 @@
   <body>
 <table width="90%" border="0" cellspacing="0" cellpadding="0" align="center">
   <tr> 
-    <td><img src="$relpath$images/logo.png" width="199" height="65" alt="ScummVM logo"></td>
+    <td style="width:199px;"><img src="$relpath$images/logo.png" width="199" height="65" alt="ScummVM logo"></td>
 
-    <td width="50%" style="background-image: url('$relpath$images/top_bg.png'); vertical-align: middle; text-align: left; white-space:nowrap;">
+    <td style="background-image: url('$relpath$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('$relpath$images/top_bg.png'); vertical-align: middle; text-align: right; white-space:nowrap;">
+	<td style="background-image: url('$relpath$images/top_bg.png'); vertical-align: middle; text-align: right; white-space:nowrap;">
 
   <!-- new nav table -->
 
@@ -32,7 +32,7 @@
 
     </td>
 
-    <td><img src="$relpath$images/curve_tr.png" width="20" height="65" alt="curved edge"></td>
+    <td style="width:20px;"><img src="$relpath$images/curve_tr.png" width="20" height="65" alt="curved edge"></td>
 
   </tr>
 

Added: doxygen/tabs.css
===================================================================
--- doxygen/tabs.css	                        (rev 0)
+++ doxygen/tabs.css	2009-11-29 21:03:13 UTC (rev 46202)
@@ -0,0 +1,102 @@
+/* tabs styles, based on http://www.alistapart.com/articles/slidingdoors */
+
+DIV.tabs
+{
+   float            : left;
+   width            : 100%;
+   background       : url("images/tab_b.png") repeat-x bottom;
+   margin-bottom    : 4px;
+}
+
+DIV.tabs UL
+{
+   margin           : 0px;
+   padding-left     : 10px;
+   list-style       : none;
+}
+
+DIV.tabs LI, DIV.tabs FORM
+{
+   display          : inline;
+   margin           : 0px;
+   padding          : 0px;
+}
+
+DIV.tabs FORM
+{
+   float            : right;
+}
+
+DIV.tabs A
+{
+   float            : left;
+   background       : url("images/tab_r.png") no-repeat right top;
+   border-bottom    : 1px solid #84B0C7;
+   font-size        : x-small;
+   font-weight      : bold;
+   text-decoration  : none;
+}
+
+DIV.tabs A:hover
+{
+   background-position: 100% -150px;
+}
+
+DIV.tabs A:link, DIV.tabs A:visited,
+DIV.tabs A:active, DIV.tabs A:hover
+{
+       color: #1A419D;
+}
+
+DIV.tabs SPAN
+{
+   float            : left;
+   display          : block;
+   background       : url("tab_l.gif") no-repeat left top;
+   padding          : 5px 9px;
+   white-space      : nowrap;
+}
+
+DIV.tabs INPUT
+{
+   float            : right;
+   display          : inline;
+   font-size        : 1em;
+}
+
+DIV.tabs TD
+{
+   font-size        : x-small;
+   font-weight      : bold;
+   text-decoration  : none;
+}
+
+
+
+/* Commented Backslash Hack hides rule from IE5-Mac \*/
+DIV.tabs SPAN {float : none;}
+/* End IE5-Mac hack */
+
+DIV.tabs A:hover SPAN
+{
+   background-position: 0% -150px;
+}
+
+DIV.tabs LI.current A
+{
+   background-position: 100% -150px;
+   border-width     : 0px;
+}
+
+DIV.tabs LI.current SPAN
+{
+   background-position: 0% -150px;
+   padding-bottom   : 6px;
+}
+
+DIV.navpath
+{
+   background       : none;
+   border           : none;
+   border-bottom    : 1px solid #84B0C7;
+}


Property changes on: doxygen/tabs.css
___________________________________________________________________
Added: svn:mime-type
   + text/css
Added: svn:keywords
   + Date Rev Author URL Id
Added: svn:eol-style
   + native


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