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

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