comparison themes/blocky/style.css @ 25:9ab9589e05a6

2007-08-16 12:45:30 by steve Added.
author steve
date Thu, 16 Aug 2007 12:45:30 +0000
parents
children acbe466b3c13
comparison
equal deleted inserted replaced
24:4a936d95aca5 25:9ab9589e05a6
1 body {
2 padding-bottom: 1em;
3 border-right: 1px solid rgb(128, 128, 128);
4 background-color: white;
5 color: black;
6 margin: 0;
7 }
8
9
10 div.title {
11 }
12
13 div.title h1 {
14 margin: 0px -10px;
15 padding: 5px 10px 0px 10px;
16 text-align: center;
17 }
18
19 div.title a {
20 color: black !important;
21 text-decoration: none !important;
22 }
23 div.title a:hover {
24 color: black !important;
25 text-decoration: none !important;
26 }
27
28 div.title h2 {
29 margin: 0 0 1ex 0;
30 padding: 0;
31 text-align: right;
32 }
33
34 legend a {
35 color: black !important;
36 text-decoration: none !important;
37 }
38 legend a:hover {
39 color: black !important;
40 text-decoration: none !important;
41 }
42
43 legend {
44 font-weight: bold;
45 }
46