footer layout tweaks
[planet-ucc.git] / planet.css
1 .header p {
2         position: absolute;
3         background-color: black;
4         color: black;
5         top: 0;
6         left: 0;
7         right: 0;
8         height: 75px;
9         width: 100%;
10         margin: 0;
11 }
12
13 .header img.title {
14         position: absolute;
15         top: 0;
16         left: 2em;
17 }
18
19 .header img.logo {
20         position: absolute;
21         top: 0;
22         right: 0;
23 }
24
25 .sidebar {
26         background-color: white;
27         position: absolute;
28         right: 0.5em;
29         width: 195px;
30         top: 130px;
31 }
32
33 .sidebar h2 {
34         background-color: black;
35         color: white;
36         font-size: 1em;
37         font-family: sans-serif;
38         margin: 0;
39         margin-top: 1ex;
40         padding: 0.5ex;
41 }
42
43 .sidebar p {
44         border-color: black;
45         border-style: solid;
46         border-width: 1pt;
47         margin: 0;
48         padding: 0.5ex;
49         background-color: #e0e0e0;
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: 70px;
64 }
65
66 body {
67         margin-left: 0;
68 }
69
70 .items h1 {
71         background-color: black;
72         color: white;
73         font-size: 1.5em;
74         font-family: sans-serif;
75         padding: 0.5ex;
76         padding-left: 0.5em;
77         margin-bottom: 0;
78 }
79
80 .item {
81         padding: 0.5em;
82         margin-left: 0.5em;
83 }
84
85 .item h2 {
86         background-color: black;
87         color: white;
88         font-size: 1em;
89         font-family: sans-serif;
90         padding: 0.5ex;
91         margin-bottom: 0;
92         border-top-style: solid;
93         border-left-style: solid;
94         border-right-style: solid;
95         border-color: black;
96         border-width: 1pt;
97 }
98
99 .item h2 a {
100         text-decoration: none;
101         color: white;
102 }
103 .item h2 a:visited {
104         text-decoration: none;
105         color: white;
106 }
107
108 .item img {
109         border-style: none;
110         padding-left: 1ex;
111         padding-right: 0.5ex;
112 }
113
114 .item img.image {
115         float: right;
116         margin: 10pt;
117         padding: 0em;
118 }
119
120 .itembody {
121         padding: 1.5em;
122         text-align: justify;
123         background-color: #e0e0e0;
124         margin-top: -1pt;
125         border-left-style: solid;
126         border-bottom-style: solid;
127         border-right-style: solid;
128         border-color: black;
129         border-width: 1pt;
130 }
131
132 .item p.time {
133         color: #999999;
134         background-color: #e0e0e0;
135         margin-bottom: 0;
136         margin-top: -1pt;
137         padding: 1ex;
138         border-left-style: solid;
139         border-right-style: solid;
140         border-color: black;
141         border-width: 1pt;
142 }
143
144 .item a {
145         color: blue;
146         text-decoration: underline;
147 }
148 .item a:visited {
149         color: blue;
150         text-decoration: underline;
151 }
152 .item p.time a {
153         color: #999999;
154         text-decoration: underline;
155 }
156 .item p.time a:visited {
157         color: #999999;
158         text-decoration: underline;
159 }
160
161 .footer {
162         color: #999999;
163         text-align: center;
164 }
165 .footer a {
166         color: #9999ff;
167         text-decoration: underline;
168 }
169 .footer a:visited {
170         color: #9999ff;
171         text-decoration: underline;
172 }

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