hlship 2005/05/05 14:07:32
Modified: hivebuild/hivedoc-xsl hivemind.css
. status.xml
Log:
Prettier HiveDoc CSS.
Revision Changes Path
1.5 +56 -27 jakarta-hivemind/hivebuild/hivedoc-xsl/hivemind.css
Index: hivemind.css
===================================================================
RCS file: /home/cvs/jakarta-hivemind/hivebuild/hivedoc-xsl/hivemind.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hivemind.css 27 Jan 2005 02:48:15 -0000 1.4
+++ hivemind.css 5 May 2005 21:07:32 -0000 1.5
@@ -14,9 +14,12 @@
* limitations under the License.
*/
+{
+ font-size: 14px;
+}
BODY
{
- background-color: #ffffcc;
+ background-color: #EEEEDD;
}
HR
@@ -24,10 +27,27 @@
clear: both;
}
+a
+{
+ color:#358;
+ border-bottom:1px dotted #469;
+ text-decoration: none;
+}
+a:visited
+{
+ color:#358;
+ border-color:#899;
+}
+a:hover, a:active
+{
+ color:#933;
+ border-color:#b55;
+ border-bottom-style:solid;
+}
+
DIV.title
{
font-variant: small-caps;
- font-size: large;
text-align: center;
font-weight: bold;
}
@@ -88,24 +108,22 @@
TABLE.top-level-object TH.object-id
{
- color: white;
- background-color: black;
- padding-left: 10px;
- text-align: left;
- font-variant: small-caps;
- font-size: large;
+ color: white;
+ background-color: #3A4E6B;
+ padding-left: 10px;
+ text-align: left;
+ font-variant: small-caps;
}
TABLE.nested-object TH.object-id
{
- font-size: medium;
font-variant: normal;
}
TABLE.nested-object TH.sub-id
{
color: white;
- background-color: black;
+ background-color: #526D96;
text-align: left;
padding-left: 10px;
}
@@ -113,31 +131,29 @@
TABLE.top-level-object TD.service-interface
{
text-align: right;
- font-style; italic;
+ font-style: italic;
}
TD.description
{
- padding-left: 10px;
- font-style: italic;
+ padding-left: 10px;
+ font-style: italic;
}
TABLE.top-level-object TH.section
{
padding-left: 10px;
color: white;
- background-color: black;
+ background-color: #526D96;
font-weight: bold;
text-align: left;
}
DIV.xml
{
- margin-top: 5px;
- margin-left: 15px;
- color: blue;
- font-family: monospace;
- padding-bottom: 10px;
+ margin-top: 5px;
+ margin-left: 15px;
+ padding-bottom: 10px;
}
DIV.xml UL
@@ -150,13 +166,12 @@
SPAN.attribute
{
- color: red;
font-weight: bold;
}
SPAN.attribute-value
{
- color: black;
+ color: #444455;
}
SPAN.attribute-translator
@@ -174,7 +189,7 @@
TABLE.summary
{
- border: 1px solid black;
+ border: 1px solid #CCCCCC;
}
TABLE.layout
@@ -196,22 +211,36 @@
{
text-align: center;
font-variant: small-caps;
- background-color: black;
+ background-color: #3A4E6B;
color: white;
}
TABLE.summary TD
{
- border: 1px solid black;
+ background-color: #FFFFFF;
+ padding-right: 3px;
+ padding-bottom: 3px;
+ padding-left: 3px;
}
TH.section A
{
- color: white;
+ color: white;
+ border-bottom: 1px solid white;
}
+TH.section A:hover,A:active
+{
+ color:#933;
+}
TH.object-id A
{
- color: white;
-}
\ No newline at end of file
+ color: white;
+ border-bottom: 1px solid white;
+}
+
+TH.object-id A:hover,A:active
+{
+ color:#933;
+}
1.136 +2 -1 jakarta-hivemind/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/jakarta-hivemind/status.xml,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- status.xml 5 May 2005 12:44:22 -0000 1.135
+++ status.xml 5 May 2005 21:07:32 -0000 1.136
@@ -39,6 +39,7 @@
<action type="fix" dev="JC" fixes-bug="HIVEMIND-101"
>OrdererMessages.exception uses wrong message key.</action>
<action type="add" dev="JC" fixes-bug="HIVEMIND-112" >Add
getServiceIds() Method to Registry Interface.</action>
<action type="fix" dev="JC" fixes-bug="HIVEMIND-115" >Bean services
cannot implement RegistryShutdownListener.</action>
+ <action type="update" dev="HLS" due-to="Vjeran Marcinko"> Much
improved CSS for HiveDoc. </action>
</release>
<release version="1.1-beta-1" date="Apr 29 2005">
<action type="fix" dev="JC" fixes-bug="HIVEMIND-108" >Bean services
could not be autowired into other services.</action>
@@ -51,7 +52,7 @@
<action type="add" dev="HLS"> Added an AbstractArgumentMatcher that
allows ArgumentMatcher to be used as ArgumentsMatcher (that is, comparing all
arguments). </action>
<action type="add" dev="HLS"> Added newLocation() method to
HiveMindTestCase. </action>
<action type="add" dev="HLS" due-to="Achim Hügen"
fixes-bug="HIVEMIND-97"> Apply Achim Hügen's JMX patch. </action>
- <action type="updated" dev="HLS"> Update to Javassist 3.0. </action>
+ <action type="update" dev="HLS"> Update to Javassist 3.0. </action>
<action type="fix" dev="KW" due-to="Michael Frericks"
fixes-bug="HIVEMIND-100"> Translate unique attribute values before checking
uniqueness. </action>
<action type="fix" dev="KW" fixes-bug="HIVEMIND-99"> Cache translated
values in BuilderPropertyFacet. </action>
</release>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]