No documentation available for this module.
Constants
BODY = FACTORY.get_BODY()
CENTRAL_STYLE = <<-EOF\nbody,td,p { font-family: <%= values["fonts"] %>;\ncolor: #000040;\n}\n\n.attr-rw { font-size: xx-small; color: #444488 }\n\n.title-row { background-color: #CCCCFF;\ncolor: #000010;\n}\n\n.big-title-font {\ncolor: black;\nfont-weight: bold;\nfont-family: <%= values["fonts"] %>;\nfont-size: large;\nheight: 60px;\npadding: 10px 3px 10px 3px;\n}\n\n.small-title-font { color: black;\nfont-family: <%= values["fonts"] %>;\nfont-size:10; }\n\n.aqua { color: black }\n\n#diagram img {\nborder: 0;\n}\n\n.method-name, .attr-name {\nfont-family: font-family: <%= values["fonts"] %>;\nfont-weight: bold;\nfont-size: small;\nmargin-left: 20px;\ncolor: #000033;\n}\n\n.tablesubtitle, .tablesubsubtitle {\nwidth: 100%;\nmargin-top: 1ex;\nmargin-bottom: .5ex;\npadding: 5px 0px 5px 3px;\nfont-size: large;\ncolor: black;\nbackground-color: #CCCCFF;\nborder: thin;\n}\n\n.name-list {\nmargin-left: 5px;\nmargin-bottom: 2ex;\nline-height: 105%;\n}\n\n.description {\nmargin-left: 5px;\nmargin-bottom: 2ex;\nline-height: 105%;\nfont-size: small;\n}\n\n.methodtitle {\nfont-size: small;\nfont-weight: bold;\ntext-decoration: none;\ncolor: #000033;\nbackground: #ccc;\n}\n\n.srclink {\nfont-size: small;\nfont-weight: bold;\ntext-decoration: none;\ncolor: #0000DD;\nbackground-color: white;\n}\n\n.srcbut { float: right }\n\n.ruby-comment { color: green; font-style: italic }\n.ruby-constant { color: #4433aa; font-weight: bold; }\n.ruby-identifier { color: #222222; }\n.ruby-ivar { color: #2233dd; }\n.ruby-keyword { color: #3333FF; font-weight: bold }\n.ruby-node { color: #777777; }\n.ruby-operator { color: #111111; }\n.ruby-regexp { color: #662222; }\n.ruby-value { color: #662222; font-style: italic }\nEOF
CLASS_INDEX = FACTORY.get_CLASS_INDEX()
CLASS_PAGE = FACTORY.get_CLASS_PAGE()
FACTORY = RDoc::Generator::HTML::\nKilmerFactory.new(:central_css => CENTRAL_STYLE,\n:index_css => INDEX_STYLE)
FILE_INDEX = FACTORY.get_FILE_INDEX()
FILE_PAGE = FACTORY.get_FILE_PAGE()
FONTS = "Verdana, Arial, Helvetica, sans-serif"
FR_INDEX_BODY = FACTORY.get_FR_INDEX_BODY()
INDEX = FACTORY.get_INDEX()
INDEX_STYLE = <<-EOF\nbody {\nbackground-color: #ddddff;\nfont-family: #{FONTS};\nfont-size: 11px;\nfont-style: normal;\nline-height: 14px;\ncolor: #000040;\n}\n\ndiv.banner {\nbackground: #0000aa;\ncolor: white;\npadding: 1;\nmargin: 0;\nfont-size: 90%;\nfont-weight: bold;\nline-height: 1.1;\ntext-align: center;\nwidth: 100%;\n}\nEOF
METHOD_INDEX = FACTORY.get_METHOD_INDEX()
METHOD_LIST = FACTORY.get_METHOD_LIST()
SRC_PAGE = FACTORY.get_SRC_PAGE()
STYLE = FACTORY.get_STYLE()
Files
- lib/rdoc/generator/html/kilmer.rb