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

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