bug fixes
[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 }
50
51 .sidebar a {
52         color: blue;
53         text-decoration: underline;
54 }
55 .sidebar a:visited {
56         color: blue;
57         text-decoration: underline;
58 }
59
60 .items {
61         padding-right: 200px;
62         padding-top: 70px;
63 }
64
65 .items h1 {
66         background-color: black;
67         color: white;
68         font-size: 1.5em;
69         font-family: sans-serif;
70         padding: 0.5ex;
71         margin-bottom: 0;
72 }
73
74 .item {
75         padding: 0.5em;
76 }
77
78 .item h2 {
79         background-color: #dddddd;
80         color: black;
81         font-size: 1em;
82         font-family: sans-serif;
83         padding: 0.5ex;
84 }
85
86 .item h2 a {
87         text-decoration: none;
88         color: black;
89 }
90 .item h2 a:visited {
91         text-decoration: none;
92         color: black;
93 }
94
95 .item img {
96         border-style: none;
97         padding-left: 1ex;
98         padding-right: 0.5ex;
99 }
100
101 .item img.image {
102         float: right;
103         margin: 10pt;
104         padding: 0em;
105 }
106
107 .item p.body {
108         padding: 0.5em;
109         text-align: justify;
110 }
111
112 .item p.time {
113         color: #999999;
114 }
115
116 .item a {
117         color: blue;
118         text-decoration: underline;
119 }
120 .item a:visited {
121         color: blue;
122         text-decoration: underline;
123 }
124 .item p.time a {
125         color: #999999;
126         text-decoration: underline;
127 }
128 .item p.time a:visited {
129         color: #999999;
130         text-decoration: underline;
131 }
132
133 .footer {
134         color: #999999;
135         text-align: center;
136 }
137 .footer a {
138         color: #5555AA;
139         text-decoration: underline;
140 }
141 .footer a:visited {
142         color: #5555AA;
143         text-decoration: underline;
144 }

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