1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- a, a:link, a:visited, a:active { color: #336699; }
- a:hover { color: #339999; }
- body { font: 80%/126% sans-serif; }
- h1, h2, h3, h4 { color: #74240f; }
- dt { color: #336699; font-weight: bold }
- dd {
- margin-left: 1.5em;
- padding-bottom: 0.8em;
- }
- div.hr_blue {
- height: 3px;
- background:#ffffff url("/images/hr_blue.png") repeat-x; }
- div.hr_blue hr { display:none; }
- #release p { margin-top: 0.4em; }
- #release .md5sum { color: #761596; }
- ul {
- margin: 0px 4px 16px 16px;
- padding: 0px;
- list-style: url("/images/li-blue.png");
- }
- ul li {
- margin-bottom: 10px;
- }
- ul ul {
- list-style-type: none;
- list-style-image: none;
- margin-left: 0px;
- }
- table.nav {
- border: solid 1px #3366cc;
- background: #f2f2f9;
- background-color: #f2f2f9;
- margin-bottom: 0.5em;
- }
- table.nav a { text-decoration: none; }
- table.nav a:hover { text-decoration: underline; }
- table.nav td { font-size: 85%; }
- code, tt, pre { font-size: 120%; }
- code, tt { color: #761596; }
- div.literallayout, pre.programlisting, pre.screen {
- color: #000000;
- padding: 0.5em;
- background: #eeeeee;
- border: 1px solid #626262;
- background-color: #eeeeee;
- margin: 4px 0px 4px 0px;
- }
|