comparison gnv/gnv_files/style.css @ 69:e0fcacb504e6

Added old GNV page to repo and link it in the main page.
author Sascha L. Teichmann <teichmann@intevation.de>
date Wed, 26 Mar 2014 12:32:18 +0100
parents
children
comparison
equal deleted inserted replaced
68:94c2d13c4e2c 69:e0fcacb504e6
1 /* Styles for the DIVE4elements Website */
2
3 body {
4 font-family: arial, helvetica, sans-serif;
5 font-size: 13px;
6 background: #FFFFFF url('img/page_bg.png') repeat-x;
7 color: #333333;
8 margin: 0;
9 padding:0px;
10 }
11
12 a {
13 color: #b51a22;
14 text-decoration: none;
15 }
16
17 a:hover {
18 text-decoration: underline;
19 }
20
21 img {
22 border: 0px;
23 }
24
25 .wrapper {
26 width: 900px;
27 margin: 0 auto;
28 text-align: left;
29 }
30
31 #intro {
32 padding: 30px 250px 20px 20px;
33 }
34
35 #intro h2 {
36 font-family: georgia, times, serif;
37 font-size: 30px;
38 font-weight: normal;
39 color: #333333;
40 margin: 0px;
41 }
42
43 #intro p {
44 color: #555555;
45 font-size: 14px;
46 font-weight: normal;
47 line-height: 26px;
48 margin: 10px 0 0;
49 padding: 0;
50 }
51
52 #main {
53 float: left;
54 padding: 0px 0px 0px 20px;
55 width: 600px;
56 }
57
58 #main h2 {
59 font-size: 22px;
60 font-weight: normal;
61 color: #333333;
62 margin: 30px 0px 10px 0px;
63 padding: 0px;
64 clear: both;
65 }
66
67 #main p, #main li{
68 color: #444444;
69 line-height: 20px;
70 margin: 0px 0px 10px;
71 }
72
73 #sidebar {
74 -moz-border-radius: 10px 10px 10px 10px;
75 background: none repeat scroll 0 0 #EBEBEB;
76 border: 1px solid #99b4c9;
77 float: right;
78 margin-top: 34px;
79 padding: 20px 20px 15px;
80 width: 220px;
81 }
82
83 #sidebar h3 {
84 color: #333333;
85 margin: 1px 0px 10px 0px;
86 }
87 #footer {
88 background: none repeat scroll 0 0 #EBEBEB;
89 color: #333333;
90 font-size: 11px;
91 height: 50px;
92 margin-top: 30px;
93 padding-bottom: 20px;
94 text-align: center;
95 width: 100%;
96 }
97 #sitemap {
98 margin: auto;
99 text-align: left;
100 width: 900px;
101 padding-left: 40px;
102 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)