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  Changes    Path
  1.5       +55 -12    newsite/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: #ffffff; 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: #000000; }
  -.link       { font-family: Arial; font-size: 13px; color: #404040; font-weight: 
bold; }
  -.copy       { font-family: Arial; font-size: 11px; color: #808080; }
  -.linkmenu:hover { color: #000040; text-decoration: underline; }
  -.copy:hover     { color: #000000; }
  -.link:hover     { color: #336633; }
  -.label      { font-weight: bold }
  +.linkhead {
  +   font-family: Arial;
  +   font-size: 12px;
  +   color: #ffffff;
  +   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: #000000; 
  +}
  +.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: #000040;
  +   text-decoration: underline; 
  +}
  +.copy:hover { 
  +   color: #000000; 
  +}
  +.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

Reply via email to