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

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