blob: 18aa0ddcdfc76b88de4e5015637fbafd5e7b8c95 (
plain)
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
|
#headerR {
position: absolute;
right: 0px;
width: 430px;
height: 131px;
background-image: url(top-right-kontact.png);
}
#title {
right: 125px;
}
#tagline {
right: 125px;
}
#boxCenter {
background-image: url(box-center-kontact.png);
background-repeat: no-repeat;
background-color: #dfe7f3;
background-position: bottom right;
}
#subtext {
font-style: italic;
}
/* vim:set sw=2 et nocindent smartindent: */
|