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