[JBoss-dev] CVS update: newsite/src/docs main.css

2001-11-23 Thread Jason Dillon

  User: user57  
  Date: 01/11/23 00:25:06

  Modified:src/docs main.css
  Log:
   o removed small-caps from headings
  
  Revision  ChangesPath
  1.13  +1 -6  newsite/src/docs/main.css
  
  Index: main.css
  ===
  RCS file: /cvsroot/jboss/newsite/src/docs/main.css,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- main.css  2001/11/23 07:58:34 1.12
  +++ main.css  2001/11/23 08:25:06 1.13
  @@ -2,7 +2,7 @@
* CSS Style Sheet for the JBoss website.
*/
   
  -/* $Id: main.css,v 1.12 2001/11/23 07:58:34 user57 Exp $ */
  +/* $Id: main.css,v 1.13 2001/11/23 08:25:06 user57 Exp $ */
   
   BODY { 
  font-family: Arial,serif;
  @@ -32,8 +32,6 @@
  color: #336633;
  clear: both;
  font-weight: bold; 
  -   font-variant: small-caps;
  -   letter-spacing: 0.1em;
   }
   
   H1 {
  @@ -56,15 +54,12 @@
  padding-top: 5px;
  font-size: 13px;
  font-weight: normal;
  -   letter-spacing: normal;
   }
   
   H6 { 
  padding-top: 5px;
  font-size: 13px;
  -   font-variant: normal;
  font-weight: normal;
  -   letter-spacing: normal;
   }
   
   .linkhead {
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: newsite/src/docs main.css

2001-11-22 Thread Jason Dillon

  User: user57  
  Date: 01/11/22 23:58:37

  Modified:src/docs main.css
  Log:
   o reverting relative font settings, all fonts will use px units again
  
  Revision  ChangesPath
  1.12  +52 -17newsite/src/docs/main.css
  
  Index: main.css
  ===
  RCS file: /cvsroot/jboss/newsite/src/docs/main.css,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- main.css  2001/11/22 05:22:28 1.11
  +++ main.css  2001/11/23 07:58:34 1.12
  @@ -2,15 +2,16 @@
* CSS Style Sheet for the JBoss website.
*/
   
  -/* $Id: main.css,v 1.11 2001/11/22 05:22:28 user57 Exp $ */
  +/* $Id: main.css,v 1.12 2001/11/23 07:58:34 user57 Exp $ */
   
   BODY { 
  font-family: Arial,serif;
  -   font-size: 0.9em;
  +   font-size: 13px; 
  color: #00; 
   }
   
   P, DIV, TBODY, TD, LI, DD {
  +   font-size: 13px; 
  color: #00; 
   }
   
  @@ -31,45 +32,50 @@
  color: #336633;
  clear: both;
  font-weight: bold; 
  +   font-variant: small-caps;
  +   letter-spacing: 0.1em;
   }
   
   H1 {
  -   font-size: 1.4em;
  +   font-size: 15px;
   }
   
   H2 { 
  -   font-size: 1.3em;
  +   font-size: 15px;
   }
   
   H3 { 
  -   font-size: 1.2em;
  +   font-size: 14px;
   }
   
   H4 { 
  -   font-size: 1.1em;
  +   font-size: 13px;
   }
   
   H5 { 
  padding-top: 5px;
  -   font-size: 1.0em;
  +   font-size: 13px;
  font-weight: normal;
  +   letter-spacing: normal;
   }
   
   H6 { 
  padding-top: 5px;
  -   font-size: 1.0em;
  +   font-size: 13px;
  +   font-variant: normal;
  font-weight: normal;
  +   letter-spacing: normal;
   }
   
  -.linkhead, .linkmenu {
  -   font-size: 12px;
  -   font-weight: bold; 
  -}
   .linkhead {
  +   font-size: 12px;
  color: #ff;
  +   font-weight: bold; 
   }
   .linkmenu { 
  +   font-size: 12px;
  color: #0a0a0a;
  +   font-weight: bold;
  text-decoration: none; 
   }
   .linkmenu:hover { 
  @@ -78,19 +84,34 @@
   }
   
   .head { 
  -   font-size: 1.3em;
  +   font-size: 14px;
  color: #336633;
  font-weight: bold;
  +   padding-top: 1px; 
   }
   
   .slogan {
  -   font-size: 15px;
  -   font-weight: bold; 
  +   font-size: 15px; 
  color: #338833; 
  +   font-weight: bold; 
  +}
  +
  +.text { 
  +   font-size: 13px; 
  +   color: #00; 
   }
   
  +.link { 
  +   font-size: 13px;
  +   color: #003399;
  +   font-weight: bold; 
  +}
  +.link:hover { 
  +   color: #336633; 
  +}
  +
   .copy { 
  -   font-size: 0.7em;
  +   font-size: 11px;
  color: #808080; 
   }
   .copy:hover { 
  @@ -108,7 +129,7 @@
  border-style: solid;
  padding: 5px;
  font-family: monospace;
  -   font-size: 0.8em;
  +   font-size: 12px; 
   }
   
   .code { 
  @@ -126,3 +147,17 @@
   .red {
  color: red;
   }
  +
  +/* Old stuff we keep around for reference */
  +
  +a.menu { color: black; text-decoration: none }
  +td.black { background-color: #00 }
  +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: #00}
  +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: 
#99 }
  +td.yellow { background-color: #f4c641 }
  +span.red { color: red; font-weight: bold }
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: newsite/src/docs main.css

2001-11-21 Thread Jason Dillon

  User: user57  
  Date: 01/11/21 12:41:47

  Modified:src/docs main.css
  Log:
   o changed code, command and output styles to use 12px for fonts
  
  Revision  ChangesPath
  1.9   +2 -4  newsite/src/docs/main.css
  
  Index: main.css
  ===
  RCS file: /cvsroot/jboss/newsite/src/docs/main.css,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- main.css  2001/11/21 03:21:08 1.8
  +++ main.css  2001/11/21 20:41:47 1.9
  @@ -2,7 +2,7 @@
* CSS Style Sheet for the JBoss website.
*/
   
  -/* $Id: main.css,v 1.8 2001/11/21 03:21:08 user57 Exp $ */
  +/* $Id: main.css,v 1.9 2001/11/21 20:41:47 user57 Exp $ */
   
   BODY { 
  font-family: Arial,serif;
  @@ -129,21 +129,19 @@
  border-style: solid;
  padding: 5px;
  font-family: monospace;
  +   font-size: 12px; 
   }
   
   .code { 
  color: #00ff55;
  -   font-size: 10px; 
   }
   
   .command { 
  color: #ffee00;
  -   font-size: 13px; 
   }
   
   .output { 
  color: #ee;
  -   font-size: 10px; 
   }
   
   .red {
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: newsite/src/docs main.css navigation.jsp slogan.jsp

2001-11-21 Thread Jason Dillon

  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  ChangesPath
  1.10  +20 -48newsite/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: #00; 
   }
   
   P, DIV, TBODY, TD, LI, DD {
  -   font-size: 13px; 
  color: #00; 
   }
   
  @@ -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: #ff;
  font-weight: bold; 
   }
  +.linkhead {
  +   color: #ff;
  +}
   .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: #00; 
  -}
  -
  -.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: #00 }
  -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: #00}
  -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: 
#99 }
  -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.jsp2001/11/21 03:21:08 1.15
  +++ navigation.jsp2001/11/21 21:47:32 1.16
  @@ -51,7 +51,7 @@
td bgcolor=#ffcc00
table cellspacing=0 cellpadding=0 border=0
trtd width=110 height=16 bgcolor=#c6b80bp class=linkhead
  - a class=linkhead href=/HOME/a
  + HOME
  

[JBoss-dev] CVS update: newsite/src/docs main.css

2001-11-21 Thread Jason Dillon

  User: user57  
  Date: 01/11/21 21:22:28

  Modified:src/docs main.css
  Log:
   o removed small-caps from headings
  
  Revision  ChangesPath
  1.11  +1 -8  newsite/src/docs/main.css
  
  Index: main.css
  ===
  RCS file: /cvsroot/jboss/newsite/src/docs/main.css,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- main.css  2001/11/21 21:47:32 1.10
  +++ main.css  2001/11/22 05:22:28 1.11
  @@ -2,7 +2,7 @@
* CSS Style Sheet for the JBoss website.
*/
   
  -/* $Id: main.css,v 1.10 2001/11/21 21:47:32 user57 Exp $ */
  +/* $Id: main.css,v 1.11 2001/11/22 05:22:28 user57 Exp $ */
   
   BODY { 
  font-family: Arial,serif;
  @@ -31,8 +31,6 @@
  color: #336633;
  clear: both;
  font-weight: bold; 
  -   font-variant: small-caps;
  -   letter-spacing: 0.05em;
   }
   
   H1 {
  @@ -55,15 +53,12 @@
  padding-top: 5px;
  font-size: 1.0em;
  font-weight: normal;
  -   letter-spacing: normal;
   }
   
   H6 { 
  padding-top: 5px;
  font-size: 1.0em;
  -   font-variant: normal;
  font-weight: normal;
  -   letter-spacing: normal;
   }
   
   .linkhead, .linkmenu {
  @@ -91,8 +86,6 @@
   .slogan {
  font-size: 15px;
  font-weight: bold; 
  -   font-variant: small-caps;
  -   letter-spacing: 0.05em;
  color: #338833; 
   }
   
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: newsite/src/docs main.css

2001-11-19 Thread Jason Dillon

  User: user57  
  Date: 01/11/19 12:33:32

  Modified:src/docs main.css
  Log:
   o added code, command and output class styles
   o updated quickstart to use them
  
  Revision  ChangesPath
  1.6   +39 -15newsite/src/docs/main.css
  
  Index: main.css
  ===
  RCS file: /cvsroot/jboss/newsite/src/docs/main.css,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- main.css  2001/11/17 04:19:12 1.5
  +++ main.css  2001/11/19 20:33:31 1.6
  @@ -2,40 +2,66 @@
* Style Sheet document for the new JBoss website.
*/
   
  -/* $Id: main.css,v 1.5 2001/11/17 04:19:12 user57 Exp $ */
  +/* $Id: main.css,v 1.6 2001/11/19 20:33:31 user57 Exp $ */
   
   .linkhead {
  -   font-family: Arial;
  +   font-family: Arial,serif;
  font-size: 12px;
  color: #ff;
  font-weight: bold; 
   }
   .linkmenu { 
  -   font-family: Arial;
  +   font-family: Arial,serif;
  font-size: 12px;
  color: #0a0a0a;
  font-weight: bold;
  text-decoration: none; 
   }
  +.linkmenu:hover { 
  +   color: #40;
  +   text-decoration: underline; 
  +}
  +
   .head { 
  -   font-family: Arial;
  +   font-family: Arial,serif;
  font-size: 14px;
  color: #336633;
  font-weight: bold; 
   }
  +
   .slogan {
  -   font-family: Arial; 
  +   font-family: Arial,serif; 
  font-size: 15px; 
  color: #338833; 
  font-weight: bold; 
   }
  +
   .text { 
  -   font-family: Arial;
  +   font-family: Arial,serif;
  +   font-size: 13px; 
  +   color: #00; 
  +}
  +
  +.code { 
  +   font-family: monospace;
  +   font-size: 10px; 
  +   color: #00; 
  +}
  +
  +.command { 
  +   font-family: monospace;
  font-size: 13px; 
  color: #00; 
   }
  +
  +.output { 
  +   font-family: monospace;
  +   font-size: 10px; 
  +   color: #00; 
  +}
  +
   .link { 
  -   font-family: Arial;
  +   font-family: Arial,serif;
  font-size: 13px;
  color: #003399;
  font-weight: bold; 
  @@ -43,18 +69,16 @@
   .link:hover { 
  color: #336633; 
   }
  +
   .copy { 
  -   font-family: Arial; 
  +   font-family: Arial,serif; 
  font-size: 11px;
  color: #808080; 
   }
  -.linkmenu:hover { 
  -   color: #40;
  -   text-decoration: underline; 
  -}
   .copy:hover { 
  color: #00; 
   }
  +
   .label { 
  font-weight: bold 
   }
  @@ -66,9 +90,9 @@
   td.black { background-color: #00 }
   td.dark { background-color: #276561 }
   td.light { background-color: #307d77 }
  -td.link { font-family: Arial; font-size: 13px; color: #404040; font-weight: bold; }
  -td.newsbody { font-family: Arial; font-size: 13px; color: #00}
  -td.newsheader {font-family: Arial; font-size: 14px; color: #336633; font-weight: 
bold;  }
  +td.link { font-family: Arial,serif; font-size: 13px; color: #404040; font-weight: 
bold; }
  +td.newsbody { font-family: Arial,serif; font-size: 13px; color: #00}
  +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: 
#99 }
   td.yellow { background-color: #f4c641 }
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: newsite/src/docs main.css navigation.jsp

2001-11-19 Thread Jason Dillon

  User: user57  
  Date: 01/11/19 15:00:22

  Modified:src/docs main.css navigation.jsp
  Log:
   o found out there was a developers/main.css, copied the styles over
 from /main.css (with the appropriate color changes)
   o moved buildsystem* and quickstart guides to /developers/guide
   o added logging system guide (based on the recent emails from scott)
   o moved the guidelines.jsp to guide/codestyle.jsp
   o changed navigation pages to use a New suffix (in superscript) for
 items marked as new.
   o changed CVS to Source Code on develoeprs nav include
   o added guides link to resources section
   o moved SF Project info to Resources section @SourceForge
   * leaving quick start under source code to help new users find it faster
  
  Revision  ChangesPath
  1.7   +2 -2  newsite/src/docs/main.css
  
  Index: main.css
  ===
  RCS file: /cvsroot/jboss/newsite/src/docs/main.css,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- main.css  2001/11/19 20:33:31 1.6
  +++ main.css  2001/11/19 23:00:22 1.7
  @@ -1,8 +1,8 @@
   /**
  - * Style Sheet document for the new JBoss website.
  + * Style Sheet for the JBoss Users website.
*/
   
  -/* $Id: main.css,v 1.6 2001/11/19 20:33:31 user57 Exp $ */
  +/* $Id: main.css,v 1.7 2001/11/19 23:00:22 user57 Exp $ */
   
   .linkhead {
  font-family: Arial,serif;
  
  
  
  1.14  +10 -10newsite/src/docs/navigation.jsp
  
  Index: navigation.jsp
  ===
  RCS file: /cvsroot/jboss/newsite/src/docs/navigation.jsp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- navigation.jsp2001/11/16 02:12:24 1.13
  +++ navigation.jsp2001/11/19 23:00:22 1.14
  @@ -55,9 +55,9 @@
trtd width=110 height=16 bgcolor=#c6b80bp class=linkhead
HOME
/td/tr/table
  -  a class=linkmenu href=/vision.jspfont color=red(new)/font Our 
vision/abr   
  -  a class=linkmenu href=/developers/index.jspFor developers/abr
  -  a class=linkmenu href=/index.jspFor users/abr
  +  a class=linkmenu href=/vision.jspOurnbsp;Visionsupfont 
color=red New/font/sup/abr
  +  a class=linkmenu 
href=/developers/index.jspFornbsp;Developers/abr
  +  a class=linkmenu href=/index.jspFornbsp;Users/abr

/td
td bgcolor=#ffcc00 valign=topimg src=/pictures/tb5.gif/td
  @@ -76,13 +76,13 @@
td  bgcolor=#ffcc00
table cellspacing=0 cellpadding=0 border=0
trtd width=110 height=16 bgcolor=#c6b80bp class=linkhead
  - FREE PRODUCTS
  + FREEnbsp;PRODUCTS
/td/tr/table

a class=linkmenu href=/jboss-overview.jspOverview/abr
a class=linkmenu href=/doco.jspDocumentation/abr 
a class=linkmenu href=/binary.jspDownload JBoss/abr  
 
  -  a class=linkmenu href=/spread.jspfont color=red(new)/font 
Presentation/abr 
  +  a class=linkmenu href=/spread.jspPresentationsupfont color=red 
New/font/sup/abr
   
   /td
td bgcolor=#ffcc00 valign=topimg src=/pictures/tb5.gif/td
  @@ -101,7 +101,7 @@
td  bgcolor=#ffcc00
table cellspacing=0 cellpadding=0 border=0
trtd width=110 height=16 bgcolor=#c6b80bp class=linkhead
  - $ OFFERINGS $
  + $nbsp;OFFERINGSnbsp;$
/td/tr/table
a class=linkmenu href=/jbossgroup/partners.jspPartners/abr
a class=linkmenu href=/jbossgroup/services.jspSupport /abr
  @@ -128,10 +128,10 @@
 p class=linkhead RESOURCES 
   /td/tr/table
   
  -   a class=linkmenu href=/testimonials.jspReferences/abr 
  -   a class=linkmenu href=/forums/index.jspUser Forums/abr
  -   a class=linkmenu href=/survey/index.jspUser Survey/abr
  -  a class=linkmenu href=/team.jspThe Team/abr
  +   a class=linkmenu href=/testimonials.jspReferences/abr 
  +   a class=linkmenu href=/forums/index.jspUsernbsp;Forums/abr
  +   a class=linkmenu href=/survey/index.jspUsernbsp;Survey/abr
  +  a class=linkmenu href=/team.jspThenbsp;Team/abr

/td
td bgcolor=#ffcc00 valign=topimg src=/pictures/tb5.gif/td
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: newsite/src/docs main.css

2001-11-16 Thread Jason Dillon

  User: user57  
  Date: 01/11/16 20:19:12

  Modified:src/docs main.css
  Log:
   o cleaned up main.css, so it is more readable
   o touched up some problems with buildsystem.jsp
   o changed CVS module formatting, removed trailing ant fluff and
 re-formated the top of cvs.jsp
   o added a quick start guide
   o added a buildsystem faq (still needs more q to a)
   o added the quick start, build system and SF project info page to the
 developer navigation.
   * eventually want to replace these nav links to a single Guides page,
 which can list over all of them... but for now these are the big ones
 developers will want to see.
   o minor non-visual formatting changes to slogan and picateam
  
  Revision  ChangesPath
  1.5   +55 -12newsite/src/docs/main.css
  
  Index: main.css
  ===
  RCS file: /cvsroot/jboss/newsite/src/docs/main.css,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- main.css  2001/10/05 19:00:04 1.4
  +++ main.css  2001/11/17 04:19:12 1.5
  @@ -2,19 +2,62 @@
* Style Sheet document for the new JBoss website.
*/
   
  -/* $Id: main.css,v 1.4 2001/10/05 19:00:04 mnf999 Exp $ */
  +/* $Id: main.css,v 1.5 2001/11/17 04:19:12 user57 Exp $ */
   
  -.linkhead   { font-family: Arial; font-size: 12px; color: #ff; font-weight: 
bold; }
  -.linkmenu   { font-family: Arial; font-size: 12px; color: #0a0a0a; font-weight: 
bold; text-decoration: none; }
  -.head   { font-family: Arial; font-size: 14px; color: #336633; font-weight: 
bold; }
  -.slogan { font-family: Arial; font-size: 15px; color: #338833; font-weight: 
bold; }
  -.text   { font-family: Arial; font-size: 13px; color: #00; }
  -.link   { font-family: Arial; font-size: 13px; color: #404040; font-weight: 
bold; }
  -.copy   { font-family: Arial; font-size: 11px; color: #808080; }
  -.linkmenu:hover { color: #40; text-decoration: underline; }
  -.copy:hover { color: #00; }
  -.link:hover { color: #336633; }
  -.label  { font-weight: bold }
  +.linkhead {
  +   font-family: Arial;
  +   font-size: 12px;
  +   color: #ff;
  +   font-weight: bold; 
  +}
  +.linkmenu { 
  +   font-family: Arial;
  +   font-size: 12px;
  +   color: #0a0a0a;
  +   font-weight: bold;
  +   text-decoration: none; 
  +}
  +.head { 
  +   font-family: Arial;
  +   font-size: 14px;
  +   color: #336633;
  +   font-weight: bold; 
  +}
  +.slogan {
  +   font-family: Arial; 
  +   font-size: 15px; 
  +   color: #338833; 
  +   font-weight: bold; 
  +}
  +.text { 
  +   font-family: Arial;
  +   font-size: 13px; 
  +   color: #00; 
  +}
  +.link { 
  +   font-family: Arial;
  +   font-size: 13px;
  +   color: #003399;
  +   font-weight: bold; 
  +}
  +.link:hover { 
  +   color: #336633; 
  +}
  +.copy { 
  +   font-family: Arial; 
  +   font-size: 11px;
  +   color: #808080; 
  +}
  +.linkmenu:hover { 
  +   color: #40;
  +   text-decoration: underline; 
  +}
  +.copy:hover { 
  +   color: #00; 
  +}
  +.label { 
  +   font-weight: bold 
  +}
   
   /* Old stuff we keep around for reference */
   
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: newsite/src/docs main.css

2001-10-05 Thread marc fleury

  User: mnf999  
  Date: 01/10/05 12:00:04

  Modified:src/docs main.css
  Log:
  new navigation link
  
  Revision  ChangesPath
  1.4   +2 -2  newsite/src/docs/main.css
  
  Index: main.css
  ===
  RCS file: /cvsroot/jboss/newsite/src/docs/main.css,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- main.css  2001/10/01 23:48:24 1.3
  +++ main.css  2001/10/05 19:00:04 1.4
  @@ -2,10 +2,10 @@
* Style Sheet document for the new JBoss website.
*/
   
  -/* $Id: main.css,v 1.3 2001/10/01 23:48:24 user57 Exp $ */
  +/* $Id: main.css,v 1.4 2001/10/05 19:00:04 mnf999 Exp $ */
   
   .linkhead   { font-family: Arial; font-size: 12px; color: #ff; font-weight: 
bold; }
  -.linkmenu   { font-family: Arial; font-size: 12px; color: blue; font-weight: bold; 
text-decoration: none; }
  +.linkmenu   { font-family: Arial; font-size: 12px; color: #0a0a0a; font-weight: 
bold; text-decoration: none; }
   .head   { font-family: Arial; font-size: 14px; color: #336633; font-weight: 
bold; }
   .slogan { font-family: Arial; font-size: 15px; color: #338833; font-weight: 
bold; }
   .text   { font-family: Arial; font-size: 13px; color: #00; }
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: newsite/src/docs main.css

2001-10-01 Thread Jason Dillon

  User: user57  
  Date: 01/10/01 16:48:24

  Modified:src/docs main.css
  Log:
   o adding cvs/rcs id
  
  Revision  ChangesPath
  1.3   +5 -1  newsite/src/docs/main.css
  
  Index: main.css
  ===
  RCS file: /cvsroot/jboss/newsite/src/docs/main.css,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- main.css  2001/09/29 02:02:37 1.2
  +++ main.css  2001/10/01 23:48:24 1.3
  @@ -1,4 +1,8 @@
  -/* Style Sheet document for the new JBoss website */
  +/**
  + * Style Sheet document for the new JBoss website.
  + */
  +
  +/* $Id: main.css,v 1.3 2001/10/01 23:48:24 user57 Exp $ */
   
   .linkhead   { font-family: Arial; font-size: 12px; color: #ff; font-weight: 
bold; }
   .linkmenu   { font-family: Arial; font-size: 12px; color: blue; font-weight: bold; 
text-decoration: none; }
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development