blob: e7bbdeca6921833a8e319c2585e8d93be23d65e6 (
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
body {
font-family: Verdana;
background-image: url(gradient.png);
background-repeat: repeat-x;
background-attachment: fixed;
}
#pepper {
background-image: url(lombok-background.png);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 50px 20px;
}
.meat {
padding: 0px 48px;
}
.meat .header {
position: absolute;
top: 10px;
left: 30px;
}
.meat .minimumHeight {
height: 700px;
width: 5px;
float: left;
}
h1 {
width: 100%;
text-align: center;
}
footer {
margin: 64px auto 0 auto;
padding-bottom: 16px;
display: block;
text-align: center;
}
footer .disabled {
color: #aaa;
}
footer .copyright {
color: #555;
font-size: 11px;
font-style: italic;
}
|