-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoogle.css
98 lines (81 loc) · 1.38 KB
/
google.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
html, body, div#wrapper {
margin: 0px;
padding: 0px;
}
nav {
top:0;
right: 0;
height: 233px;
}
ul {
list-style: none;
margin-right: 10px;
}
nav ul li {
float: right;
padding-right: 10px;
}
ul li {
display: inline;
padding-right: 10px;
}
a {
color:grey;
text-decoration: none;
font-family: arial,sans-serif;
font-size: 13px;
}
a:hover {
text-decoration: underline;
}
nav ul li a{
color:black;
opacity: .75;
}
div#go {
margin: 0 auto;
width: 300px;
}
div#footer {
position:absolute;
bottom: 0px;
width: 100%;
border-top: 1px solid #e4e4e4;
background-color: #f2f2f2;
}
div#footer-left {
float: left;
}
div#footer-right {
float: right;
}
img[alt="Logo Google"] {
margin: 0 50%;
position: relative;
left: -136px;
}
input[name="search-input"] {
margin: 0 50%;
width: 455px;
left: -235.5px;
position: relative;
border-radius: 0;
border: 1px solid lightgray;
height: 26px;
}
input[type="Submit"] {
padding: 4px 15px;
margin: 20px 0px 5px 5px;
border-radius: 1px;
border: 1px solid #f2f2f2;
box-shadow: 1px black;
color: gray;
border-radius: 3px;
background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
}
input[type="Submit"]:hover {
color: black;
border: 1px solid lightgray;
border-radius: 3px;
background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
}