cvs commit: jakarta-alexandria/src/resources/javasrc styles.css

[email protected] 11 Apr 2003 15:32:39 -0000
Newsgroups gmane.comp.jakarta.alexandria.devel
Message-ID <[email protected]>
nicolaken    2003/04/11 08:32:38

  Modified:    src/resources/javasrc styles.css
  Log:
  New java source style.
  
  Revision  Changes    Path
  1.2       +30 -30    jakarta-alexandria/src/resources/javasrc/styles.css
  
  Index: styles.css
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/src/resources/javasrc/styles.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- styles.css	11 Apr 2003 12:25:04 -0000	1.1
  +++ styles.css	11 Apr 2003 15:32:38 -0000	1.2
  @@ -1,36 +1,36 @@
  -body { font-family: lucida, verdana, arial, sans-serif; font-size:9pt } 
  -pre { font-size:9pt } 
  -.comment   { color:darkred } 
  -.linenum   { color:blue;font-weight:normal; color:#888 } 
  -.classDef  { color:#080;font-weight:bold } 
  -.classRef  { color:#060;font-weight:normal } 
  -.methodDef { color:blue;font-weight:bold } 
  -.methodRef { color:#009;font-weight:normal } 
  -.varDef    { color:#870;font-weight:bold } 
  -.varRef    { color:#660;font-weight:normal } 
  -.packageListItem      { font-family: lucida, verdana, arial, sans-serif; 
  -	                margin:0; padding:0; border:0 } 
  -.packageName          { font-family: lucida, verdana, arial, sans-serif; 
  -			font-weight:bold } 
  -.textDiv              { font-family: lucida, verdana, arial, sans-serif; 
  -			font-weight:bold } 
  -.classListItem        { font-family: lucida, verdana, arial, sans-serif; 
  -	                margin:0; padding:0; border:0 } 
  +body { font-family: lucida, verdana, arial, sans-serif; font-size:10pt } 
  +pre { font-size:10pt } 
  +
  +.comment   { color:#007d00; font-style:italic } 
  +.linenum   { color:#888 font-weight:normal; } 
  +.textDiv   { font-weight:bold } 
  +
  +.packageListItem { margin:0; padding:0; border:0 } 
  +.packageName {	font-weight:bold } 
  +
  +.classDef  { color:#875b37;font-weight:bold } 
  +.classRef  { color:#875b37;font-weight:normal; } 
  +.classListItem  {  margin:0; padding:0; border:0 } 
   .classReflist         { border-bottom:solid } 
  -.classReflistHeader   { font-weight:bold; 
  -			border:0; margin:0; padding:0 } 
  +.classReflistHeader   { font-weight:bold; border:0; margin:0; padding:0 } 
   .classRefItem         { margin:0; padding:0; border:0 } 
  -p.classRefItem a        { color:#060 } 
  -p.classReflistHeader a  { color:#080 } 
  +p.classRefItem a        { color:#875b37 } 
  +p.classReflistHeader a  { color:#875b37 } 
  +
  +
  +.methodDef { color:#377587;font-weight:bold } 
  +.methodRef { color:#377587;font-weight:normal } 
   .methodReflist         { } 
  -.methodReflistHeader   { font-weight:bold; 
  -			 border:0; margin:0; padding:0} 
  +.methodReflistHeader   { font-weight:bold; border:0; margin:0; padding:0} 
   .methodRefItem         { margin:0; padding:0; border:0; color:#009 } 
  -p.methodRefItem a        { color:#009 } 
  -p.methodReflistHeader a  { color:blue } 
  +p.methodRefItem a        { color:#377587 } 
  +p.methodReflistHeader a  { color:#377587 } 
  +
  +
  +.varDef    { color:#232187;font-weight:bold } 
  +.varRef    { color:#232187;font-weight:normal } 
   .variableReflist         { } 
  -.variableReflistHeader   { font-weight:bold; 
  -		           border:0; margin:0; padding:0} 
  +.variableReflistHeader   { color:#000000;font-weight:bold;  border:0; margin:0; padding:0} 
   .variableRefItem         { margin:0; padding:0; border:0; color:#660 } 
  -p.variableRefItem a        { color:#660 } 
  -p.variableRefListheader a  { color:#870 } 
  +p.variableRefItem a        { color:#232187; } 
  +p.variableRefListheader a  { color:#232187; }