-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.css
70 lines (53 loc) · 796 Bytes
/
theme.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
#centrepiece {
text-align:center;
}
#logo {
height: 231px;
margin-top:90px;
}
img {
height: 95px;
width: 269px;
padding-top: 112px;
}
input[type="text"] {
display: block;
position: relative;
width: 500px;
margin: auto auto 8px auto;
}
#Google{
position: relative;
left: 0px;
}
#Lucky{
position: relative;
left: 0px;
}
a {
font-size: 13px;
display: inline-block;
font-family: arial, sans-serif;
padding: 10px 13px 10px 13px;
}
#footer {
position:absolute;
left: 0;
height: 40px;
bottom: 0;
right: 0;
background-color: #f2f2f2;
border-top: 1px solid #e4e4e4;
}
.footer1 {
float:left;
}
.footer2 {
float:right;
}
.bell {
background-image: url('//ssl.gstatic.com/gb/images/v1_b444d4f7.png');
background-position: -69px -69px;
height:100%
width:100%;
}