mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
6b18cecd05
git-svn-id: http://svn.pyinstaller.org/trunk@45 8dd32b29-ccff-0310-8a9a-9233e24343b1
75 lines
1.0 KiB
CSS
75 lines
1.0 KiB
CSS
/*
|
|
* 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
|
|
*/
|