/* $Id: vine.css,v 1.2 2008/05/12 14:08:54 yasumichi Exp $ */ body { background: white; color: black; margin-left: 1em; margin-right: 1em; } h1.title { color: #fff; text-align: center; background-color: #669; padding: 0.2em; } h2.title { background-color: #aad; border-width: 0px 0px 2px 12px; border-style: solid; border-color: #77a; padding: 1px; text-indent: 0.3em; } h3.title { background-color: #bbe; border-width: 0px 0px 2px 10px; border-style: solid; border-color: #669; padding: 1px; text-indent: 0.3em; } h4.title { background-color: #cce; border-width: 0px 0px 1px 8px; border-style: solid; border-color: #669; padding: 1px; text-indent: 0.3em; } h5.title { background-color: #dde; border-width: 0px 0px 1px 6px; border-style: solid; border-color: #669; padding: 1px; text-indent: 0.3em; } .important h3.title { color: white; background-color: red; border-style: none; } .warning h3.title { background-color: yellow; border-style: none; } .note h3.title { background-color: aqua; border-style: none; } pre.screen { background-color: #AAAAAA; padding: 3px; } p { text-indent: 1em; } a:link { color: #4444aa; text-decoration: none; } a:visited { color: #6600dd; text-decoration: none; } a:hover, a:focus, a:active { color: #3333bb; text-decoration: underline; } .guimenu { color: MenuText; background-color: Menu; border-style: outset; border-width: 2px; } .guimenuitem { color: MenuText; background-color: Menu; border-style: outset; border-width: 2px; } .guibutton { color: ButtonText; background-color: ButtonFace; border-style: outset; border-color: ButtonShadow; border-width: 2px; } .keycap { border-style: outset; border-color: gray; word-break: keep-all; padding-left: 3px; padding-right: 3px; } .table .keycap { border-style: none; }