nicolaken 02/03/24 23:18:26
Modified: . forrest.xgump
Added: src/resources xgump.css
Log:
Added simple css stylesheet for forrest.xgump.
In IE and Mozilla 6 it renders.
Revision Changes Path
1.6 +9 -7 xml-forrest/forrest.xgump
Index: forrest.xgump
===================================================================
RCS file: /home/cvs/xml-forrest/forrest.xgump,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- forrest.xgump 23 Mar 2002 18:24:08 -0000 1.5
+++ forrest.xgump 25 Mar 2002 07:18:26 -0000 1.6
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
+<?xml-stylesheet type="text/css" href="src/resources/xgump.css"?>
<module name="xml-forrest">
<url href="http://xml.apache.org/forrest/"/>
@@ -71,17 +72,14 @@
the rest of the DTDs that will be required by Forrest.
</action>
<action context="code" assigned-to="NKB">
- Merge Gump project descriptor DTDs with project-info.xml and give it a first DTD.
- </action>
- <action context="code" assigned-to="NKB">
- Put a CSS in project-info.xml for easy reading and editing.
+ Give forrest.xgump a first DTD.
</action>
<action context="code" assigned-to="NKB">
Ensure solid XML infrastructure. At least the initial XML instances
- (e.g. project-info.xml) need to validate using external tools.
+ need to validate using external tools.
</action>
<action context="code" assigned-to="open">
- Make Forrest output its site with an initial style.
+ Make Forrest output its site with an initial Forrest style.
</action>
<action context="code" assigned-to="NKB">
Add Forrest to Gump runs and make Gump update Forrest site automagically;
@@ -92,6 +90,10 @@
<changes>
<release version="0.1" date="2002">
<action dev="NKB" type="add">
+ Added simple css stylesheet for forrest.xgump.
+ In IE and Mozilla 6 it renders.
+ </action>
+ <action dev="NKB" type="add">
Fixed links in Forrest home page and added: contributing, mailing list,
list archives, who we are.
</action>
@@ -197,4 +199,4 @@
</project>
-</module>
\ No newline at end of file
+</module>
1.1 xml-forrest/src/resources/xgump.css
Index: xgump.css
===================================================================
module {
display:block
content: attr(name);
}
description
{ display:block;
text-align: justify;
font-weight:plain;
padding: 0px;
background-color: #414681;
color: #ffffff;
margin: 5px 0px 5px 0px;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif
}
detailed, why, todo, changes, project, package
{ display:block;
text-align: justify;
font-weight:plain;
padding: 0px;
background-color: #cfcdc6;
color: #000000;
margin: 5px 0px 5px 0px;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif
}
what {display:block;
list-style-type:disc;
text-align: left;
font-weight:plain;
padding: 0px;
background-color: #FFFFFF;
color: #000000;
margin: 0px 0px 0px 40px;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif
}
goal {display:list-item; font-weight:plain;}
actions {
display:block;
list-style-type:decimal;
counter-reset: item;
text-align: left;
font-weight:plain;
padding: 0px;
background-color: #ffe3a6;
color: #000000;
margin: 0px 0px 0px 40px;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif
}
release {
display:block;
list-style-type:decimal;
counter-reset: item;
text-align: left;
font-weight:plain;
padding: 0px;
background-color: #b6aaff;
color: #000000;
margin: 0px 0px 0px 40px;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif
}
action {display:list-item; }
release {display:block; margin-left:40px;
list-style-type:decimal; counter-reset: item;}
licence { display:block;
text-align: left;
font-weight:bold;
font-style:italic;
padding: 0px;
background-color: #ffffff;
color: #000000;
margin: 5px 0px 5px 0px;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif
}
credits { display:block;
text-align: left;
font-weight:bold;
padding: 0px;
background-color: #FFFFFF;
color: #000000;
margin: 5px 0px 5px 0px;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif
}
|