/* * CSS for PyInstaller Documentation */ body, th, td { font-family: verdana, Arial, sans-serif; font-size: 10pt; background-color: white; } p, dl, table { margin-left: 2em; margin-right: 2em; } h1, h2, h3, h4, h5, h6 { color: #006699; } h1 { text-align: center; font-size: 24pt; font-variant: small-caps; } h2 { font-size: 14pt; } h3 { font-size: 12pt; } h4 { font-size: 11pt; } ul {background: #FFD596;} ul, a:link, a:visited { color: #006699; } a:hover {background-color:#006699; color:white;} li { font-variant: small-caps; color: #006699; } table { font-size: 12pt; } table.option-list td {padding: 3px; background: #FFD596; } th { background: #FFD596; font-weight: bold; font-variant: small-caps; } td { background: white;; } pre { border: solid 1px black; background: #FFD596; font-size: 12pt; padding: 1em; margin-left: 4em; margin-right: 4em; } tt, code { font-size: 120%; font-weight: bold; } /* * END OF FILE */