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

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