No documentation available for this module.
Constants
BODY = FACTORY.get_BODY()
CENTRAL_STYLE = <<-EOF\nbody,p { font-family: <%= values["fonts"] %>;\ncolor: #000040; background: #BBBBBB;\n}\n\ntd { font-family: <%= values["fonts"] %>;\ncolor: #000040;\n}\n\n.attr-rw { font-size: small; color: #444488 }\n\n.title-row {color: #eeeeff;\nbackground: #BBBBDD;\n}\n\n.big-title-font { color: white;\nfont-family: <%= values["fonts"] %>;\nfont-size: large;\nheight: 50px}\n\n.small-title-font { color: purple;\nfont-family: <%= values["fonts"] %>;\nfont-size: small; }\n\n.aqua { color: purple }\n\n#diagram img {\nborder: 0;\n}\n\n.method-name, attr-name {\nfont-family: monospace; font-weight: bold;\n}\n\n.tablesubtitle {\nwidth: 100%;\nmargin-top: 1ex;\nmargin-bottom: .5ex;\npadding: 5px 0px 5px 20px;\nfont-size: large;\ncolor: purple;\nbackground: #BBBBCC;\n}\n\n.tablesubsubtitle {\nwidth: 100%;\nmargin-top: 1ex;\nmargin-bottom: .5ex;\npadding: 5px 0px 5px 20px;\nfont-size: medium;\ncolor: white;\nbackground: #BBBBCC;\n}\n\n.name-list {\nfont-family: monospace;\nmargin-left: 40px;\nmargin-bottom: 2ex;\nline-height: 140%;\n}\n\n.description {\nmargin-left: 40px;\nmargin-bottom: 2ex;\nline-height: 140%;\n}\n\n.methodtitle {\nfont-size: medium;\ntext_decoration: none;\npadding: 3px 3px 3px 20px;\ncolor: #0000AA;\n}\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 }\n\n.srcbut { float: right }\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,\n:method_list_heading => "Subroutines and Functions",\n:class_and_module_list_heading => "Classes and Modules",\n:attribute_list_heading => "Arguments")
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: #bbbbbb;\nfont-family: #{FONTS};\nfont-size: 11px;\nfont-style: normal;\nline-height: 14px;\ncolor: #000040;\n}\n\ndiv.banner {\nbackground: #bbbbcc;\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/hefss.rb