Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/doc


Modified Files:
        e.css foot.html head.html 


Log Message:
- make the doxy match the new website

===================================================================
RCS file: /cvs/e/e17/libs/ewl/doc/e.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e.css       16 Feb 2006 16:06:32 -0000      1.3
+++ e.css       26 Mar 2007 00:41:35 -0000      1.4
@@ -1,249 +1,159 @@
 body {
-    background-color: #ffffff;
-    color: #000000;
-    font-family: sans-serif;
-    padding: 8px;
-    margin: 0 auto;
-    width: 75%;
-    text-align: left;
-}
-
-h1 {
+    background: url("images/b.png");
+    background-repeat: repeat-x;
+    background-position: top left;
+    background-color: #f4f4f4;
     text-align: center;
-    color: #333333;
+    font-family: sans-serif;
+    padding: 0;
+    margin: 0;
 }
 
-h2, h3 {
-    text-align: left;
-    color: #333333;
+div.main {
+    margin: 1em auto;
+    vertical-align: top;
+    font-family: "Bitstream Vera", "Vera", "Trebuchet MS", Trebuchet, Tahoma, 
sans-serif;
+    color: #444444;
+    font-size: 0.8em;
+    text-align: justify;
+    width: 80%;
 }
 
-caption {
-    font-weight: bold;
-}
+td.t { background-image:url("images/t.gif"); }
+td.t[class] { background-image:url("images/t.png"); }
+td.tl { background-image:url("images/tl.gif"); }
+td.tl[class] { background-image:url("images/tl.png"); }
+
+td.lnav,  td.rnav {
+   align: middle;
+   text-align: center;
+   vertical-align: middle;
+   width: 100px;
+   height: 25px;
+   font-family: "Bitstream Vera", "Vera", "Trebuchet MS", Trebuchet, Tahoma, 
sans-serif;
+   color: #000000;
+   font-size: 9px;
+   font-weight: bold;
+   white-space: no-wrap;
+}  
+
+td.lnav[class] { background-image:url("images/n.png"); }
+td.lnav[class] { background-image:url("images/n.png"); }
+td.rnav { background-image:url("images/n.gif"); }
+td.rnav[class] { background-image:url("images/n.png"); }
 
 hr {
+    width: 200px;
+    height: 1px;
+    background: #dddddd;
     border: 0;
-    background-color: #000000;
-    width: 80%;
-    height: 1;
-}
-
-pre.fragment {
-    background-image: url("hilite.png");
-    background-repeat: no-repeat;
-    background-position: left top;
-    border: thin solid #888888;
-    background-color: #dddddd;
-    padding: 4px;
-    text-align: left;
-    vertical-align: center;
-    font-size: 12;
 }
 
-div.navindex {
-    border-left: thin solid #888888;
-    border-bottom: thin solid #888888;
-    border-right: thin solid #888888;
-    background-color: #dddddd;
-    text-align: center;
-    padding: 1px;
-    font-size: 12px;
+p { color: #444444 ;}
+p.tiny, small {
+    color: #888888;
+    font-size: 0.5em;
 }
 
-div.qindex {
-    border: thin solid #888888;
-    background-color: #dddddd;
+h1 { 
     text-align: center;
-    padding: 1px;
-    font-size: 12px;
+    font-size: 1.3em; 
 }
 
-div.nav {
-    border: thin solid #888888;
-    border-bottom: 0px solid #888888;
-    background-color: #dddddd;
-    padding: 1px;
-    text-align: center;
-    vertical-align: center;
-    font-size: 22;
-    font-weight: bolder;
-    line-height: 140%;
-}
+h2 { font-size: 1.1em; }
+h3 { font-size: 0.9em; }
 
-div.footer {
-    border: thin solid #888888;
-    background-color: #dddddd;
-    padding: 1px;
-    text-align: center;
-    vertical-align: center;
-    font-size: 10;
-    font-weight: bold;
-    line-height: 140%;
-}
-
-dl.el {
-    margin-left: -1cm;
-}
+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; }
 
-div.ah {
-    border: thin solid #888888;
-    font-weight: bold;
-    margin-bottom: 3px;
-    margin-top: 3px;
-}
-
-div.groupHeader {
-    margin-left: 16px;
-    margin-top: 12px;
-    margin-bottom: 6px;
-    font-weight: bold;
-}
-
-div.groupText {
-    margin-left: 16px;
-    font-style: italic;
-    font-size: 14px;
-}
-
-.mdTable {
-    background-color: #eeeeee;
-    border: 1px solid #888888;
-}
+a:link {
+    color: #445566;
+    text-decoration: underline;
+}  
+   
+a:visited {
+    color: #667788;
+    text-decoration: underline;
+}  
 
-.mdRow {
-    padding: 8px 10px;
+a:active {                
+    color: #88cccc;
+    text-decoration: none;
 }
 
-td.md {
-    background-color: #eeeeee;
-    font-family: monospace;
+a:hover {
+    color: #112266;
+    text-decoration: underline;
+}  
+
+a.nav {
+    text-decoration: none;
+    display: block;
+}
+ 
+a.nav:link, a.nav:visited { color: #888888; }
+a.nav:active { color: #000000; }
+a.nav:hover { color: #444444; }
+a.code:link, a.code:visited { text-decoration: none; }
+
+.fragment {
+    font-size: 1em;
+    border: 1px dotted #cccccc;
     text-align: left;
-    vertical-align: center;
-    font-size: 12;
-    padding: 1px;
-    margin: 1px;
-    font-weight: bold;
-}
-
-td.mdname, td.mdname1 {
-    background-color: #eeeeee;
-    font-weight: bold;
-    font-size: 12;
-    color: #000000;
+    vertical-align: middle;
+    padding: 2px;
+    margin-left: 25px;
+    margin-right: 25px;
+    overflow: auto;
 }
 
 td.indexkey {
-    background-color: #dddddd;
     font-weight: bold;
-    padding-right: 10px;
     padding-left: 10px;
+    padding-right: 0;
     padding-top: 2px;
     padding-bottom: 0px;
-    margin-left: 0px;
-    margin-right: 0px;
+    margin: 0;
     margin-top: 2px;
     margin-bottom: 2px;
-    border: thin solid #888888;
+    border: 1px dotted #cccccc;
+    border-right: 0px dotted #cccccc;
 }
 
 td.indexvalue {
-    background-color: #dddddd;
     font-style: italic;
     padding-right: 10px;
-    padding-left: 10px;
+    padding-left: 0;
     padding-top: 2px;
     padding-bottom: 2px;
-    margin-left: 0px;
-    margin-right: 0px;
+    margin: 0;
     margin-top: 2px;
     margin-bottom: 2px;
-    border: thin solid #888888;
-}
-
-tr.memlist {
-    background-color: #f0f0f0;
-}
-
-p.formulaDsp {
-    text-align: center;
+    border: 1px dotted #cccccc;
+    border-left: 0px dotted #cccccc;
 }
 
-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;
-}
-
-
-a:link {
-    text-decoration: none;
-    color: #444444;
-    font-weight: bold;
-}
-a:visited {
-    text-decoration: none;
-    color: #666666;
-    font-weight: bold;
+.mdescRight { font-style: italic; }
+.memitem {
+    padding-left: 2px;
+    padding-right: 2px;
+    border: 1px dotted #cccccc;
 }
-a:hover {
-    text-decoration: none;
-    color: #000000;
+.memname {
+    white-space: nowrap;
     font-weight: bold;
 }
-a.nav:link, a.qindex:link {
-    text-decoration: none;
-    color: #444444;
-    font-weight: normal;
-}
-a.nav:visited, a.qindex:visited {
-    text-decoration: none;
-    color: #666666;
-    font-weight: normal;
-}
-a.nav:hover, a.qindex:hover {
-    text-decoration: none;
-    color: #000000;
-    font-weight: normal;
-}
-a.qindexHL, a.el {
-    text-decoration: none;
-    font-weight: bold;
-}
-a.qindexHL:hover, a.qindexHL:visited {
-    text-decoration: none;
-}
-a.elRef {
+.paramname { font-weight: normal; }
+
+div.ah {
+    border: thin solid #888888;
     font-weight: bold;
+    margin-bottom: 3px;
+    margin-top: 3px;
 }
-a.code:link, a.code:visited {
-    text-decoration: none;
-    font-weight: normal;
-    color: #0000ff;
-}
-a.codeRef:link, a.codeRef:visited {
-    font-weight: normal;
-    color: #0000ff;
-}
-
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/doc/foot.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- foot.html   16 Feb 2006 16:06:32 -0000      1.2
+++ foot.html   26 Mar 2007 00:41:35 -0000      1.3
@@ -1,7 +1,6 @@
-
-<br />
-<div class="footer">
-<small>$projectname Documentation Generated: $datetime</small>
-</div>
-</body>
+  </div>
+  <hr />
+  <p class="tiny">Copyright &copy; Enlightenment.org</p>
+  <p class="tiny">$projectname Documentation Generated: $datetime</p>
+ </body>
 </html>
===================================================================
RCS file: /cvs/e/e17/libs/ewl/doc/head.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- head.html   16 Feb 2006 16:06:32 -0000      1.3
+++ head.html   26 Mar 2007 00:41:35 -0000      1.4
@@ -1,23 +1,35 @@
-<html>
-
-<head>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+            "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 
-<title>$title</title>
-<link href=e.css rel=stylesheet type=text/css>
-</head>
+<html>
+ <head>
+  <title>$title</title>
+  <link href="e.css" rel="stylesheet" type="text/css" />
+ </head>
 
 <body>
-<div class=nav>
-The $projectname
-</div>
-
-<div class="navindex">
-<a class="qindexHL" href="index.html">Main&nbsp;Page</a> | 
-<a class="qindex" href="modules.html">Widgets</a> | 
-<a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | 
-<a class="qindex" href="pages.html">Related&nbsp;Pages</a> |
-<a class="qindex" href="classes.html">Index</a> 
-</div>
-
-
+ <table width="100%" border="0" cellpadding="0" cellspacing="0">
+  <tr>
+   <td class="t" width="50%" valign="top" align="left">
+    <table width="100px" height="100px" border="0" cellpadding="0" 
cellspacing="0">
+     <tr><td class="lnav"><a class="nav" 
href="index.html">Main&nbsp;Page</a></td></tr>
+     <tr><td class="lnav"><a class="nav" 
href="modules.html">Widgets</a></td></tr>
+     <tr><td class="lnav"><a class="nav" 
href="annotated.html">Data&nbsp;Structures</a></td></tr>
+     <tr><td class="rnav"><a class="nav" 
href="pages.html">Related&nbsp;Pages</a></td></tr>
+    </table>
+   </td>
+   <td class="tl" width="612" height="250" valign="bottom" align="center">
+    <img src="http://web.enlightenment.org/i/_.gif"; width="612" height="1" />
+   </td>
+   <td class="t" width="50%" valign="top" align="right">
+    <table width="100px" height="100px" border="0" cellpadding="0" 
cellspacing="0">
+     <tr><td class="rnav"><a class="nav" 
href="classes.html">Index</a></td></tr>
+     <tr><td class="lnav"><a class="nav" 
href="http://web.enlightenment.org";>Enlightenment</a></td></tr>
+     <tr><td class="lnav"><a class="nav" 
href="http://wiki.enlightenment.org";>Documentation</a></td></tr>
+     <tr><td class="lnav"><a class="nav" 
href="http://docs.enlightenment.org";>Docs</a></td></tr>
+    </table>
+   </td>
+  </tr>
+ </table>
 
+ <div class="main">



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to