Changeset 390

Show
Ignore:
Timestamp:
10/06/07 10:33:21 (6 years ago)
Author:
cho45
Message:

lang/ruby/rdoc/generators/template/html/resh/style.css:

ソースコードの色付け

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/rdoc/generators/template/html/resh/style.css

    r382 r390  
    156156        font-weight: bold; 
    157157} 
     158 
     159/* 
     160 * source code coloring 
     161 */ 
     162 
     163.ruby-comment { 
     164        color: #666; 
     165} 
     166 
     167.ruby-keyword { 
     168        color: #006699; 
     169} 
     170 
     171.ruby-identifier { 
     172} 
     173 
     174.ruby-ivar { 
     175        color: #990000; 
     176} 
     177 
     178.ruby-constant { 
     179        color: #990000; 
     180} 
     181 
     182.ruby-node { 
     183        color: #006633; 
     184} 
     185 
     186.ruby-operator { 
     187} 
     188 
     189