srcanamdw/codescanner/pyinstaller/doc/stylesheets/default.css
changeset 1 22878952f6e2
equal deleted inserted replaced
0:509e4801c378 1:22878952f6e2
       
     1 /*
       
     2  * CSS for PyInstaller Documentation
       
     3  */
       
     4 
       
     5 body, th, td {
       
     6 	font-family: verdana, Arial, sans-serif;
       
     7 	font-size: 10pt;
       
     8 	background-color: white;
       
     9 }
       
    10 
       
    11 p, dl, table {
       
    12 	margin-left: 2em;
       
    13 	margin-right: 2em;
       
    14 }
       
    15 
       
    16 h1, h2, h3, h4, h5, h6 {
       
    17 	color: #006699;
       
    18 }
       
    19 
       
    20 h1 {
       
    21 	text-align: center;
       
    22  	font-size: 24pt;
       
    23 	font-variant: small-caps;
       
    24 }
       
    25 h2 {
       
    26  	font-size: 14pt;
       
    27 }
       
    28 
       
    29 h3 {
       
    30 	font-size: 12pt;
       
    31 }
       
    32 
       
    33 h4 {
       
    34 	font-size: 11pt;
       
    35 }
       
    36 
       
    37 ul {background: #FFD596;}
       
    38 
       
    39 ul, a:link, a:visited { color: #006699; }
       
    40 
       
    41 a:hover {background-color:#006699; color:white;}
       
    42 li { color: #006699; margin-left: 2 em; }
       
    43 
       
    44 table { font-size: 12pt; }
       
    45 table.option-list kbd {padding: 3px; background: #FFD596; white-space: nowrap }
       
    46 
       
    47 th {
       
    48   	background: #FFD596;
       
    49 	font-weight: bold;
       
    50 	font-variant: small-caps;
       
    51 }
       
    52 
       
    53 td {
       
    54   	background: white;;
       
    55 }
       
    56 
       
    57 dt {
       
    58 	white-space: nowrap;
       
    59 	font-weight: bold;
       
    60 }
       
    61 
       
    62 pre {
       
    63   border: solid 1px black;
       
    64   background: #FFD596;
       
    65   font-size: 12pt;
       
    66   padding: 1em;
       
    67   margin-left: 4em;
       
    68   margin-right: 4em;
       
    69 }
       
    70 
       
    71 tt, code {
       
    72 	font-family: monospace;
       
    73 	font-size: larger;
       
    74 }
       
    75 
       
    76 div.sidebar {
       
    77 	margin-left: 1em;
       
    78 	margin-bottom: 1em;
       
    79 	font-size: smaller;
       
    80 	border: medium outset;
       
    81 	padding: 1em 0em;  /* needed by IE */
       
    82 	background-color: #ffffee;
       
    83 	width: 35%;
       
    84 	float: right;
       
    85 	clear: right;
       
    86 }
       
    87 
       
    88 p.sidebar-title {
       
    89 	font-weight: bold;
       
    90 	font-size: larger;
       
    91 	color: #006699;
       
    92 	font-variant: small-caps;
       
    93 }
       
    94 
       
    95 
       
    96 /*
       
    97  * END OF FILE
       
    98  */