]> git.deb.at Git - debienna.git/blob - local.css
more sophistication of the html layout. adding colors and logo
[debienna.git] / local.css
1 body{
2         background-color: #DDDDDD;
3         font-family: Sans;
4         font-size: 0.8em;
5 }
6
7
8 .contentwrapper{
9         width: 960px;
10         margin: 0 auto;
11
12 }
13
14 .column-left{
15         float: left;
16         width: 450px;
17 }
18
19 .column-right{
20         float: right;
21         width: 450px;
22 }
23
24 .columns{
25         border-radius: 10px;
26         background-color: white;
27         padding: 10px;
28 }
29
30
31 /*Adjustment of textAdjustment of text */  
32 h1, h2, h3, .title{
33         color: #D70A53;
34 }
35
36 .pageheader {
37         border-radius: 10px;
38         background-color: white;
39         padding: 10px;
40         width: 960px;
41         margin: 20px auto;
42         height: 100px;
43 }
44
45 .pageheader .title{
46         background-image: url('debian_swirl-75.png');
47         background-repeat: no-repeat;
48         padding-left: 100px;
49         margin: auto 10;
50         height: 95px;
51         display: block;
52         font-size: 2em;
53         padding-top: 30px;
54 }
55
56 #footer{
57         width: 960px;
58         padding: 10px;
59         margin: 0 auto;
60         margin-top: 20px;
61 }
62
63 a{
64         text-decoration: none;
65 }
66
67 a:link, a:vistited {
68         color: #1888A4;
69         text-decoration: none;
70 }
71
72 a:active, a:hover{
73         color: #23C7F0;
74         text-decoration: none;
75 }