public
Description: Generate CSS using Ruby with Markaby/Builder style syntax
Homepage: http://cassandra.rubyforge.org
Clone URL: git://github.com/automatthew/cassandra.git
cassandra / site / ruby.cssy
100644 15 lines (14 sloc) 0.397 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
div.ruby {
  margin "30px 57px"
  padding_left "20px"
  border_left "3px solid #e8e7e1"
  
  comment { color "#5A525F"; font_style :italic }
  keyword { color "#794938" }
  attribute { color "#234A97" }
  constant { color "#691C97"; font_weight :bold }
  method { color "#BF4F24" }
  symbol { color "#811F24" }
  string { color "#0B6125" }
  ident { color "#080808" }
  punct { color "#080808" }
}