-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathformate.css
119 lines (104 loc) · 2.96 KB
/
formate.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
@font-face {font-family: 'prelude';
src: url('fonts/Prelude-Medium.ttf') format('truetype');}
@font-face {font-familiy: 'prelude';
src: url('fonts/Prelude-MediumOblique.ttf') format('truetype');
font-style: italic;}
@font-face {font-familiy: 'prelude';
src: url('fonts/Prelude-Bold.ttf') format('truetype');
font-style: bold;}
body {font-family: prelude;
font: normal black 100.1%;
text-align:left;
background-color:#ffffff;}
div#zentinh {margin:auto;
align:center;
padding:2px;
width:80%;
height: 80%;
text-align:left;
vertical-align: middle;
background-color:#c0bfbf;
background-image: url("bg.png");
background-repeat: repeat-y;
background-position:center;
min-height:300px;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;}
div#kopf {background-image: url("heide.png");
background-position:center;
padding:5px;
margin:0px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;}
p#titel {font-size:1.5em;
margin: 20px 0 0 20px;
letter-spacing:0.1em;
font-weight:bold;
color:#000000;}
p#untertitel {font-size:0.8em;
margin:0 0 0 20px;
color:#000000;
letter-spacing:0.3em;
padding-bottom:75px;}
#inhalt {height: 200px;
background-color: transparent;
width: 75%;
alighn: center;
margin-top: 15%;
margin-bottom: auto;
margin-left: auto;
margin-right: auto;
column-count: 2;
-moz-column-count: 2;
-webkit-column-count: 2
-webkit-column-gap: 40px;
-moz-column-gap: 40px;
column-gap: 40px;}
h2#infobox {margin:0;
padding:2px;
padding-left:25px;
color:#000000;
border-left:solid 1px #000000;
border-right:solid 1px #000000;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;}
div#infobox {border-left:1px solid #8E8E8E;
border-right:1px solid #8E8E8E;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
margin-bottom:20px;
padding:10px;}
div#fuss {clear:right;
position:relative;
bottom:0;
vertical-align:baseline;
text-align:center;
height:30px;
width:100%;
font-size:8pt;
border-top:dotted 1px #ABABAB;
border-width:90%;
margin-top:35px;}
h2 {color:black;
font-size:13pt;
margin-left:18px;}
a:link {color:#000000;
text-decoration:none;
font-style:bold;}
a:hover {color:#FF4949;
text-decoration:none;}
a:visited {text-decoration:none;
color:#FF4949;}