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  Changes    Path
  1.12      +52 -17    newsite/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: #000000; 
   }
   
   P, DIV, TBODY, TD, LI, DD {
  +   font-size: 13px; 
      color: #000000; 
   }
   
  @@ -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: #ffffff;
  +   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: #000000; 
   }
   
  +.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: #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 }
  
  
  

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

Reply via email to