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

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