More IE fixes
[planet-ucc.git] / planet.css
1 .header {
2         position: absolute;
3         top: 0;
4         left: 0;
5         right: 0;
6         height: 75px;
7         background-color: black;
8 }
9
10 .header p {
11         background-color: black;
12         color: black;
13 }
14
15 .header img.title {
16         position: absolute;
17         top: 0;
18         left: 2em;
19 }
20
21 .header img.logo {
22         position: absolute;
23         top: 0;
24         right: 0;
25 }
26
27 .sidebar {
28         position: absolute;
29         right: 0.5em;
30         width: 195px;
31         top: 130px;
32 }
33
34 .sidebar h2 {
35         background-color: black;
36         color: white;
37         font-size: 1em;
38         font-family: sans-serif;
39         margin: 0;
40         margin-top: 1ex;
41         padding: 0.5ex;
42 }
43
44 .sidebar p {
45         border-color: black;
46         border-style: solid;
47         border-width: 1pt;
48         margin: 0;
49         padding: 0.5ex;
50 }
51
52 .sidebar a {
53         color: blue;
54         text-decoration: underline;
55 }
56 .sidebar a:visited {
57         color: blue;
58         text-decoration: underline;
59 }
60
61 .items {
62         padding-right: 200px;
63         padding-top: 5em;
64 }
65
66 .items h1 {
67         background-color: black;
68         color: white;
69         font-size: 1.5em;
70         font-family: sans-serif;
71         padding: 0.5ex;
72         margin-bottom: 0;
73 }
74
75 .item {
76         padding: 0.5em;
77 }
78
79 .item h2 {
80         background-color: #dddddd;
81         color: black;
82         font-size: 1em;
83         font-family: sans-serif;
84         padding: 0.5ex;
85 }
86
87 .item img {
88         border-style: none;
89         padding-left: 1ex;
90         padding-right: 0.5ex;
91 }
92
93 .item img.image {
94         float: right;
95         margin: 10pt;
96         padding: 0em;
97 }
98
99 .item p.body {
100         padding: 0.5em;
101         text-align: justify;
102 }
103
104 .item p.time {
105         color: #999999;
106 }
107
108 .item p.body a {
109         color: blue;
110         text-decoration: underline;
111 }
112 .item p.body a:visited {
113         color: blue;
114         text-decoration: underline;
115 }
116 .item p.time a {
117         color: #999999;
118         text-decoration: none;
119 }
120 .item p.time a:visited {
121         color: #999999;
122         text-decoration: none;
123 }
124
125 .footer {
126         color: #999999;
127         text-align: center;
128 }
129 .footer a {
130         color: #5555AA;
131         text-decoration: underline;
132 }
133 .footer a:visited {
134         color: #5555AA;
135         text-decoration: underline;
136 }

UCC git Repository :: git.ucc.asn.au