]> git.deb.at Git - debienna.git/blob - local.css
adding security tips: bashbleed/shellshock
[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: 60em;
9         margin: 0 auto;
10 }
11
12 .contentwrapper{
13         overflow: auto;
14 }
15
16 .column-left{
17         float: left;
18         width: 45%;
19 }
20
21 .column-right{
22         float: right;
23         width: 45%;
24 }
25
26 #footer{
27         width: 60em;
28         padding: 1em;
29         margin: 0 auto;
30         margin-top: 1.0em;
31 }
32
33 @media (max-width: 60em) {
34         .column-left { float: none; width: auto; }
35         .column-right { float: none; width: auto; }
36         #footer { width: auto; }
37 }
38
39 #content{
40         border-radius: 1em;
41         background-color: white;
42         padding: 1em;
43 }
44
45
46 /*Adjustment of textAdjustment of text */  
47 h1, h2, h3, .title{
48         color: #C70036;
49 }
50
51 .pageheader {
52         margin: 1.0em auto;
53 }
54
55 .pageheader .title{
56         background-image: url('swirl_and_vienna.png');
57         background-repeat: no-repeat;
58         padding-left: 7em;
59         margin-top: 0.6em;
60         height: 4em;
61         display: block;
62         font-size: 150%;
63         padding-top: 1.8em;
64     line-height: 1em;
65 }
66
67 .pageheader .header{
68         border-radius: 1em;
69         background-color: white;
70         padding: 1em;
71         height: 6.0em;
72 }
73
74 .pageheader .actions{
75         padding: 1em;
76         height: 1.5em;
77 }
78
79 .pagebody{
80         max-width: 60em;
81 }
82
83 a{
84         text-decoration: none;
85 }
86
87 a:link, a:visited {
88         color: #1888A4;
89         text-decoration: none;
90 }
91
92 a:active, a:hover{
93         color: #23C7F0;
94         text-decoration: none;
95 }
96
97 .parentlinks a:link, .parentlinks a:visited{
98         color: #C70036;
99         padding-right: 0.5em;
100 }