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

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