-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgoogle.css
More file actions
123 lines (91 loc) · 1.35 KB
/
google.css
File metadata and controls
123 lines (91 loc) · 1.35 KB
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
120
121
122
123
html {
width: 100%;
height: 100%;
}
nav {
color: #cccccc;
background-color: #333333;
padding: 6px 2px 6px 10px;
box-shadow: 0px 3px 1px 0 #333333;
font-weight: bold;
}
li {
display: inline;
padding: 5px;
}
nav a:hover{
color: #fff;
}
a {
text-decoration: none;
color: #cccccc;
}
#extlist {
position: absolute;
left: 600px;
right:100%;
top: 0px;
padding: 1px 0px 1px 0px;
color: transparent;
border:solid 0px transparent;
z-index: 100;
}
#extlist li{
display: block;
float: left;
width: 90%;
}
#extlist:hover{
background-color: #fff;
color: #000;
box-shadow: 2px 2px 10px .5px #cccccc;
font-weight: bold;
width: 100px;
}
#extlist li:hover {
background-color: #cccccc;
}
#extlist:hover li:last-child {
border-top: solid 1px #000;
}
#gplus {
float: right;
background-color: pink;
display:none;
}
img {
position:relative;
right: -18%;
width: 50%;
height: 50%;
margin-bottom: 20px;
}
#search-area {
position: absolute;
top: 50%;
left: 50%;
margin-top: -150px;
margin-left: -230px;
}
input[name='q']{
width: 450px;
padding: 4px;
margin-bottom: 10px;
}
input[type='submit'], button {
position: relative;
right: -23%;
}
input[name='sitesearch'] {
visibility: hidden;
}
footer {
position: absolute;
box-shadow: 3px 3px 3px 3px #cccccc;
width: 100%;
top: 100%;
}
footer ul {
float: right;
padding: 5px;
}