You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by an...@apache.org on 2001/05/21 10:59:28 UTC

cvs commit: xml-xerces/java/design/css site.css

andyc       01/05/21 01:59:28

  Modified:    java/design/css Tag: xerces_j_2 site.css
  Log:
  Updated color scheme to display better on Netscrape.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +13 -13    xml-xerces/java/design/css/Attic/site.css
  
  Index: site.css
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/design/css/Attic/site.css,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- site.css	2000/09/15 21:57:08	1.1.2.1
  +++ site.css	2001/05/21 08:59:25	1.1.2.2
  @@ -1,26 +1,26 @@
  -BODY { background: darkblue; color: silver; 
  +BODY { background: white; color: black; 
          font-weight: bold }
   
  -H1 { color: white; text-align: center }
  -H2, H3, H4, H5, H6 { color: white }
  +H1 { background: #0086b2; color: white; text-align: center }
  +H2, H3, H4, H5, H6 { background: #0086b2; color: white }
   
  -P { color: silver; font-weight: bold; text-align: justify; 
  +P { color: black; font-weight: normal; text-align: justify; 
       margin-left: 20; margin-right: 20 }
   
  -A { color: yellow; text-decoration: none }
  -A:hover { text-decoration: underline }
  -A:visited { color: cyan }
  +A { color: blue; text-decoration: underline }
  +A:hover { color: red; text-decoration: underline }
  +A:visited { color: blue; text-decoration: underline }
   
   DL { margin-right: 20; margin-left: 20 }
  -DT { color: white; font-weight: bold; padding-top: 5 }
  +DT { color: black; font-weight: bold; padding-top: 5 }
   
  -TABLE { font-weight: bold }
  +TABLE { font-weight: normal }
   TR { vertical-align: top }
  -TH { color: white; text-align: left }
  -TD { color: silver; font-weight: bold }
  +TH { background: #0086b2; color: white; text-align: left }
  +TD { color: black; font-weight: normal }
   
  -STRONG { color: white }
  +STRONG { color: black }
   
  -.netscape { color: silver; font-weight: bold }
  +.netscape { color: black; font-weight: normal }
   .copyright { font-size: 8pt; font-style: italic;
                text-align: center }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org