Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/ecore
Dir : e17/libs/ecore/doc
Modified Files:
Tag: SPLIT
ecore.css head.html
Log Message:
ecore docs now look stylish
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/doc/Attic/ecore.css,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -3 -r1.1.2.1 -r1.1.2.2
--- ecore.css 20 Feb 2003 06:56:39 -0000 1.1.2.1
+++ ecore.css 21 Feb 2003 04:59:11 -0000 1.1.2.2
@@ -1,55 +1,154 @@
-H1 { text-align: center; color: #333333}
-CAPTION { font-weight: bold }
-A:link { text-decoration: none; color: #444444; }
-A:visited { text-decoration: none; color: #666666; }
-A:hover { text-decoration: none; color: #ffffff; }
-A.qindex { text-decoration: none; }
-A.qindexRef { text-decoration: none; }
-A.el { text-decoration: none; color: #555555; }
-A.elRef { text-decoration: none; color: #555555; }
-A.code { text-decoration: none; font-weight: normal; color: #555555; }
-A.codeRef { text-decoration: none; font-weight: normal; color: #555555; }
-DL.el { margin-left: -1cm }
-DIV.fragment { width: 100%; border: none; background-color: #dddddd }
-DIV.ah { background-color: black; color: #eeeeee; margin-bottom: 3px; margin-top: 3px
}
-TD.md { background-color: #aaaaaa; color: #000088; }
-TD.mdname1 { color: #880000; }
-TD.mdname { color: #880000; width: 600px; }
-DIV.groupHeader { margin-left: 10px; margin-top: 10px; margin-bottom: 10px;
font-weight: bold }
-DIV.groupText { margin-left: 10px; font-style: italic; font-size: smaller }
-BODY {
- background: #999999;
- color: #222222;
- font-family: times;
-}
-TD.indexkey {
- background-color: #99aaaa;
- 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
-}
-TD.indexvalue {
- background-color: #aa99aa;
- 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
-}
-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 }
+td.md {
+ border: thin solid #000000;
+ background-color: #ffffff;
+ text-align: left;
+ vertical-align: center;
+ font-size: 12;
+ padding-right : 4px;
+ padding-top : 4px;
+ padding-left : 4px;
+ padding-bottom : 4px;
+ margin-left : 4px;
+ margin-right : 4px;
+ margin-top : 4px;
+ margin-bottom : 4px
+}
+h1
+{
+ text-align: center;
+ color: #333333
+}
+h2
+{
+ text-align: left;
+ color: #333333
+}
+h3
+{
+ text-align: left;
+ color: #333333
+}
+a:link
+{
+ text-decoration: none;
+ color: #444444;
+ font-weight: bold;
+}
+a:visited
+{
+ text-decoration: none;
+ color: #666666;
+ font-weight: bold;
+}
+a:hover
+{
+ text-decoration: none;
+ color: #000000;
+ font-weight: bold;
+}
+a.nav:link
+{
+ text-decoration: none;
+ color: #444444;
+ font-weight: normal;
+}
+a.nav:visited
+{
+ text-decoration: none;
+ color: #666666;
+ font-weight: normal;
+}
+a.nav:hover
+{
+ text-decoration: none;
+ color: #000000;
+ font-weight: normal;
+}
+a.qindex:link
+{
+ text-decoration: none;
+ color: #444444;
+ font-weight: normal;
+}
+a.qindex:visited
+{
+ text-decoration: none;
+ color: #666666;
+ font-weight: normal;
+}
+a.qindex:hover
+{
+ text-decoration: none;
+ color: #000000;
+ font-weight: normal;
+}
+p
+{
+ color: #000000;
+ font-family: helvetica;
+ font-size: 10;
+}
+body {
+ background: #dddddd;
+ color: #000000;
+ font-family: helvetica;
+ padding: 8px;
+ margin: 0;
+}
+div.fragment
+{
+ border: thin solid #000000;
+ background-color: #eeeeee;
+ padding: 4px;
+ text-align: left;
+ vertical-align: center;
+ font-size: 12;
+}
+hr
+{
+ border: 0;
+ background-color: #000000;
+ width: 80%;
+ height: 1;
+}
+dl
+{
+ border: thin solid #000000;
+ background-color: #eeeeee;
+ padding: 4px;
+ text-align: left;
+ vertical-align: center;
+ font-size: 12;
+}
+em
+{
+ color: #000000;
+ font-family: arial,helvetica;
+ font-size: 10;
+}
+
+div.nav
+{
+ border: thin solid #000000;
+ background-color: #ffffff;
+ padding: 1px;
+ text-align: center;
+ vertical-align: center;
+ font-size: 12;
+}
+div.body
+{
+ border: thin solid #000000;
+ background-color: #ffffff;
+ padding: 4px;
+ text-align: left;
+ font-size: 10;
+}
+div.diag
+{
+ border: thin solid #888888;
+ background-color: #eeeeee;
+ padding: 4px;
+ text-align: center;
+ font-size: 8;
+}
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/doc/Attic/head.html,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -3 -r1.1.2.1 -r1.1.2.2
--- head.html 20 Feb 2003 06:56:39 -0000 1.1.2.1
+++ head.html 21 Feb 2003 04:59:11 -0000 1.1.2.2
@@ -8,9 +8,12 @@
</head>
<body>
-<table border=0 cellpadding=4 cellspacing=0 width=100%>
-<tr>
-<td><img src=ecore_small.png width=48 height=48 alt=E></td>
-<td width=100% align=center valign=middle><font face=helvetica size=2 color=#000000>E
: C : O : R : E</font></td>
-</tr>
-</table>
+<div class=nav>
+<table border=0 align=center><tr>
+<td width=16><img src=ecore_mini.png width=16 height=16 alt=E></td>
+<td width=100% align=center>
+E : C : O : R : E
+</td>
+<td width=16><img src=ecore_mini.png width=16 height=16 alt=E></td>
+</tr></table>
+</div>
-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs