/* -*- mode: c++ -*-
  style file for rubyapi
	Author:	Hiroshi Igarashi
	Last updated: 1999.02.23
*/

/* 全体 */
body { background: White }

/* 章題 */
/* h1 { color: black; text-align: center; font-size: 200% } */
h1 {
    color: Black;
    /* text-align: center; */
}
h2 { color: Black }
/* h3,h4,h5,h6 { color: gray } */

/* メイルアドレス */
address {
    text-align: right;
    color: Black;
}

/* メニュー */
.menu {
    text-align: center;
    list-style-type: none;
    line-height: 120%;
}

/* 強調 */
.emph { color: Red }
em { color: Red }

/* リスト */
ul.class { list-style-type: none }
ul.constants { list-style-type: none }
ul.methods { list-style-type: none }

/* 更新情報 */
dl.changelogs { line-height: 100% }
dt.changelogs { }

/* 更新日時 */
span.update { text-align: right;
	      color: Green }

/* 区切り */
hr.menusep { align: center; width: 60 }

/* 段落 */
p { text-indent: 1em }

/* 更新情報 */
dl.note { line-height:80%; }

/* author */
.author { text-align: right; }

/* rubyapi2 */
.rubyapi2 {
    text-align: right;
    color: Black;
}

/* class header */
.classhead {
    /* text-align: center; */
    color: gray;
}

/* class name */
.classname {
    color: black;
}

/* module header */
.modulehead {
    /* text-align: center; */
    color: gray;
}

/* module name */
.modulename {
    color: black;
}

/* super class head */
.superclasshead {
    color: gray;
}

/* super class */
.superclass {
    padding-left: 2em;
}

/* included module head */
.includedmodulehead {
    color: gray;
}

/* included module */
.includedmodule {
    padding-left: 2em;
}

/* constants head */
.constantshead {
    color: gray;
}

/* class desc header */
.classdeschead {
    color: gray;
}

/* class desc */
.classdesc {
    padding-left: 2em;
}

/* desc */
.desc {
    padding-left: 2em;
}

/* class methods header */
.classmethodshead {
    color: gray;
}

/* module funcions header */
.modulefunctionshead {
    color: gray;
}

/* instance methods header */
.instancemethodshead {
    color: gray;
}
