More Commits
[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: 0.5ex;
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 }
68
69 DIV#item {
70         padding: 0.5em;
71 }
72
73 DIV#item h2 {
74         background-color: #dddddd;
75         color: black;
76         font-size: 1em;
77         font-family: sans-serif;
78         padding: 0.5ex;
79 }
80
81 DIV#item a > img {
82         border-style: none;
83         padding-left: 0.5ex;
84         padding-right: 0.5ex;
85 }
86
87 DIV#item img.image {
88         float: right;
89         margin: 10pt;
90         padding: 0em;
91 }
92
93 DIV#item p.body {
94         padding: 0.5em;
95 }
96
97 DIV#item p.time {
98         color: #999999;
99 }
100
101 DIV#item p.body a {
102         color: blue;
103         text-decoration: underline;
104 }
105 DIV#item p.body a:visited {
106         color: blue;
107         text-decoration: underline;
108 }
109 DIV#item p.time a {
110         color: #999999;
111         text-decoration: none;
112 }
113 DIV#item p.time a:visited {
114         color: #999999;
115         text-decoration: none;
116 }
117
118 DIV#footer {
119         color: #999999;
120         text-align: center;
121 }
122 DIV#footer a {
123         color: #5555AA;
124         text-decoration: underline;
125 }
126 DIV#footer a:visited {
127         color: #5555AA;
128         text-decoration: underline;
129 }

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