2005-05-12 Davyd Madeley <[email protected]>
[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: 1px;
47         margin: 0;
48         padding: 0.5ex;
49         background-color: #e0e0e0;
50 }
51
52 .sidebar a {
53         color: blue;
54         text-decoration: underline;
55 }
56 .sidebar a:visited {
57         color: blue;
58         text-decoration: underline;
59 }
60
61 .items {
62         padding-right: 200px;
63         padding-top: 70px;
64 }
65
66 body {
67         margin-left: 0;
68 }
69
70 .items h1 {
71         background-color: black;
72         color: white;
73         font-size: 1.5em;
74         font-family: sans-serif;
75         padding: 0.5ex;
76         padding-left: 0.5em;
77         margin-bottom: 0;
78 }
79
80 .item {
81         margin-top: 1em;
82         margin-left: 0.5em;
83         padding: 0;
84         border-style: solid;
85         border-color: black;
86         border-width: 1px;
87         background-color: #E0E0E0;
88 }
89
90 .item h2 {
91         background-color: black;
92         color: white;
93         font-size: 1em;
94         font-family: sans-serif;
95         padding: 0.5ex;
96         margin: 0;
97 }
98
99 .item h2 a {
100         text-decoration: none;
101         color: white;
102 }
103 .item h2 a:visited {
104         text-decoration: none;
105         color: white;
106 }
107
108 .item img {
109         border-style: none;
110         padding-left: 1ex;
111         padding-right: 0.5ex;
112 }
113
114 .item img.image {
115         float: right;
116         margin: 10px;
117         padding: 0em;
118 }
119
120 .itembody {
121         margin: 0;
122         margin-top: -1em;
123         padding: 1.5em;
124         text-align: justify;
125 }
126
127 .itembody pre {
128         overflow: auto;
129 }
130
131 .itembody h1 {
132         background-color: #E0E0E0;
133         color: black;
134 }
135 .itembody h2 {
136         background-color: #E0E0E0;
137         color: black;
138 }
139
140 .item p.time {
141         color: #999999;
142         margin: 0;
143         padding: 1ex;
144 }
145
146 .item a {
147         color: blue;
148         text-decoration: underline;
149 }
150 .item a:visited {
151         color: blue;
152         text-decoration: underline;
153 }
154 .item p.time a {
155         color: #999999;
156         text-decoration: underline;
157 }
158 .item p.time a:visited {
159         color: #999999;
160         text-decoration: underline;
161 }
162
163 .footer {
164         color: #999999;
165         text-align: center;
166 }
167 .footer a {
168         color: #9999ff;
169         text-decoration: underline;
170 }
171 .footer a:visited {
172         color: #9999ff;
173         text-decoration: underline;
174 }

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