Fixed sort order problem
[shopper.git] / www / style.css
blobbecbeaefd5612d7041311db94959c1d0784537f4
1 body {
2 padding-left: 12em;
3 font-family: Arial,Helvetica, Geneva, SunSans-Regular, sans-serif;
4 color: purple;
5 background-color: #E0E0F0;
6 width: 80%;
9 h1 {
10 font-family: Arial,Helvetica, Geneva, SunSans-Regular, sans-serif;
11 background: white;
12 border-right: 1em solid black;
14 a:link {
15 color: purple;
17 a:visited {
18 color: purple;
20 div.navbar {
21 list-style-type: none;
22 padding: 0;
23 margin: 0;
24 position: absolute;
25 top: 2em;
26 left: 0em;
27 width: 12em;
29 div.navbar ul {
30 list-style-type: none;
32 div.navbar li {
33 background: white;
34 margin: 0.5em 0;
35 padding: 0.3em;
36 border-right: 1em solid black;
38 div.navbar a {
39 text-decoration: none;
41 address {
42 position: relative;
43 bottom: -1em;
44 left: 0em;
45 margin-top: 1em;
46 padding-top: 1em;
47 border-top: thin dotted;