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

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