source: DVD_images/extra_files/browser_files/style.css @ 7357

Last change on this file since 7357 was 7300, checked in by rwilson, 16 years ago
  • Property svn:executable set to *
File size: 908 bytes
Line 
1body {
2  padding-left: 1em;
3  padding-right: 1em;
4  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
5  background-color: white}
6h1 {
7  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }
8h2 {
9  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }
10h3 {
11  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }
12a:link {
13  color: blue }
14a:visited {
15  color: purple }
16table.code {
17        border-width: 1px 1px 1px 1px;
18        border-spacing: -10px;
19        border-style: dashed dashed dashed dashed;
20        border-color: gray gray gray gray;
21        border-collapse: separate;
22        background-color: #ffffe6;
23        -moz-border-radius: 5px 5px 5px 5px;
24}
25table.code td {
26      height: 20px;
27        border-width: 0px 0px 0px 0px;
28        padding: 0px 0px 0px 0px;
29        border-style: none none none none;
30        border-color: gray gray gray gray;
31        background-color: #ffffe6;
32}
33
34
Note: See TracBrowser for help on using the repository browser.