User: user57
Date: 01/11/21 13:47:32
Modified: src/docs main.css navigation.jsp slogan.jsp
Log:
o truncated quickstart output examples a bit more to make the page a bit
more readable
o changed [Printable Version] to [Print] and added [Send To Printer] on
pritable page
o only using <em></em> on the faq section when terms are most notibly
described
o changed the main style sheet to use relative font sizes (except for
menu and slogan) so that browsers can correctly adujst them to the
users preferences (making the text bigger or smaller)
* Note: The general text size is a touch larger than before, but is really
close to the harded coded 13px and seems to look ok on IE and Mozilla and
even in Konqueror, which never seemed to look good at all)
Revision Changes Path
1.10 +20 -48 newsite/src/docs/main.css
Index: main.css
===================================================================
RCS file: /cvsroot/jboss/newsite/src/docs/main.css,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- main.css 2001/11/21 20:41:47 1.9
+++ main.css 2001/11/21 21:47:32 1.10
@@ -2,16 +2,15 @@
* CSS Style Sheet for the JBoss website.
*/
-/* $Id: main.css,v 1.9 2001/11/21 20:41:47 user57 Exp $ */
+/* $Id: main.css,v 1.10 2001/11/21 21:47:32 user57 Exp $ */
BODY {
font-family: Arial,serif;
- font-size: 13px;
+ font-size: 0.9em;
color: #000000;
}
P, DIV, TBODY, TD, LI, DD {
- font-size: 13px;
color: #000000;
}
@@ -33,49 +32,49 @@
clear: both;
font-weight: bold;
font-variant: small-caps;
- letter-spacing: 0.1em;
+ letter-spacing: 0.05em;
}
H1 {
- font-size: 15px;
+ font-size: 1.4em;
}
H2 {
- font-size: 15px;
+ font-size: 1.3em;
}
H3 {
- font-size: 14px;
+ font-size: 1.2em;
}
H4 {
- font-size: 13px;
+ font-size: 1.1em;
}
H5 {
padding-top: 5px;
- font-size: 13px;
+ font-size: 1.0em;
font-weight: normal;
letter-spacing: normal;
}
H6 {
padding-top: 5px;
- font-size: 13px;
+ font-size: 1.0em;
font-variant: normal;
font-weight: normal;
letter-spacing: normal;
}
-.linkhead {
+.linkhead, .linkmenu {
font-size: 12px;
- color: #ffffff;
font-weight: bold;
}
+.linkhead {
+ color: #ffffff;
+}
.linkmenu {
- font-size: 12px;
color: #0a0a0a;
- font-weight: bold;
text-decoration: none;
}
.linkmenu:hover {
@@ -84,34 +83,21 @@
}
.head {
- font-size: 14px;
+ font-size: 1.3em;
color: #336633;
font-weight: bold;
- padding-top: 1px;
}
.slogan {
- font-size: 15px;
- color: #338833;
- font-weight: bold;
-}
-
-.text {
- font-size: 13px;
- color: #000000;
-}
-
-.link {
- font-size: 13px;
- color: #003399;
+ font-size: 15px;
font-weight: bold;
-}
-.link:hover {
- color: #336633;
+ font-variant: small-caps;
+ letter-spacing: 0.05em;
+ color: #338833;
}
.copy {
- font-size: 11px;
+ font-size: 0.7em;
color: #808080;
}
.copy:hover {
@@ -129,7 +115,7 @@
border-style: solid;
padding: 5px;
font-family: monospace;
- font-size: 12px;
+ font-size: 0.8em;
}
.code {
@@ -147,17 +133,3 @@
.red {
color: red;
}
-
-/* Old stuff we keep around for reference */
-
-a.menu { color: black; text-decoration: none }
-td.black { background-color: #000000 }
-td.dark { background-color: #276561 }
-td.light { background-color: #307d77 }
-td.link { font-family: Arial,serif; font-size: 13px; color: #404040; font-weight:
bold; }
-td.newsbody { font-family: Arial,serif; font-size: 13px; color: #000000}
-td.newsheader {font-family: Arial,serif; font-size: 14px; color: #336633;
font-weight: bold; }
-/*td.newsheader { color: black; background-color: #C1E0B2 }*/
-td.pageheader { color: white; font-weight: bold; font-size: 14pt; background-color:
#999999 }
-td.yellow { background-color: #f4c641 }
-span.red { color: red; font-weight: bold }
1.16 +2 -2 newsite/src/docs/navigation.jsp
Index: navigation.jsp
===================================================================
RCS file: /cvsroot/jboss/newsite/src/docs/navigation.jsp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- navigation.jsp 2001/11/21 03:21:08 1.15
+++ navigation.jsp 2001/11/21 21:47:32 1.16
@@ -51,7 +51,7 @@
<td bgcolor="#ffcc00">
<table cellspacing="0" cellpadding="0" border="0">
<tr><td width="110" height="16" bgcolor="#c6b80b"><p class="linkhead">
- <a class="linkhead" href="/">HOME</a>
+ HOME
</td></tr></table>
<a class="linkmenu" href="/vision.jsp">Our Vision<sup
class="red"> New</sup></a><br>
<a class="linkmenu"
href="/developers/index.jsp">For Developers</a><br>
@@ -160,7 +160,7 @@
<% } else { // if printable %>
<hr>
-<p>[<a href="<%= request.getRequestURI() %>">Normal Version</a>]
+<p>[<a href="javascript:history.go(-1)">Back</a>]
[<a href="#TOP">Top</a>]
</div>
1.5 +3 -2 newsite/src/docs/slogan.jsp
Index: slogan.jsp
===================================================================
RCS file: /cvsroot/jboss/newsite/src/docs/slogan.jsp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- slogan.jsp 2001/11/21 03:21:08 1.4
+++ slogan.jsp 2001/11/21 21:47:32 1.5
@@ -11,7 +11,7 @@
<img src="/pictures/cog1.gif" width="44" height="13" align="absmiddle">
<%= request.getParameter("SLOGAN") %>
<img src="/pictures/cog2.gif" width="44" height="13"
align="absmiddle"></td>
- <td align="right">[<a class="copy" href="?printable=true">Printable
Version</a>]</td></tr></table>
+ <td align="right">[<a class="copy"
href="?printable=true">Print</a>]</td></tr></table>
</td>
<td width="65"><img src="/pictures/main3.gif" width="65" height="20"></td>
</tr>
@@ -31,7 +31,8 @@
<h1 class="slogan"><%= request.getParameter("SLOGAN") %></h1>
</td>
<td align="right">
- [<a href="<%= request.getRequestURI() %>">Normal Version</a>]
+ [<a href="javascript:history.go(-1)">Back</a>]
+ [<a href="javascript:window.print()">Send To Printer</a>]
</td>
</tr>
</table>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development