-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgooglecss.css
169 lines (164 loc) · 3.01 KB
/
googlecss.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
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
#header {
text-align: right;
font-family: sans-serif;
font-size: 13px;
position: relative;
}
#header a{
color: black;
}
a {
text-decoration: none ;
}
a:hover
{
text-decoration:underline;
cursor:pointer;
}
#header span {
padding: 0px 0px 0px 13px;
}
#apps{
padding: 5px 20px 0px 0px;
position:absolute;
bottom:3px;
color: #5A5959;
}
#sign{
color: white;
width:69px;
height:30px;
border-radius:2px;
border: 1.2px solid #4285f4;
font-family:sans-serif;
font-weight: bold;
background-color:#3F85F7;
margin: 9px 22px 0px 28px;
}
#sign:hover{
box-shadow: 0 0.5px 0.5px rgba(43, 42, 42, 0.85);
}
#main{
text-align: center;
padding: 148px 0px 20px 0px;
}
#search{
text-align: center;
padding: 7px 0px 10px 0px;
}
#srh{
width:540px;
height:34px;
border:.5px;
box-shadow: 0 1px 4px rgba(0,0,0,0.16), 0 1px 6px rgba(0,0,0,0.23);
padding: 5px 19px 5px 19px;
background-color: white;
background-image: url('./pics/voiceicon.png');
background-size: 46px 20px;
background-position: right;
background-repeat: no-repeat;
display: inline-block;
overflow: hidden;
}
#search input{
font-size: 20px;
vertical-align: middle;
}
#srh:hover{
box-shadow: 0 2px 5px rgba(0,0,0,0.25), 0 1px 6px rgba(0,0,0,0.23);
}
#lang{
text-align: center;
font-size: 13.4px;
font-family: sans-serif;
padding: 25px 0px 10px 0px;
}
#lang span {
margin: 0 2px;
}
#lang a{
color: #0A0A9B;
}
#buttons{
text-align: center;
padding: 21px 0 0 0;
}
#buttons span{
margin: 0 5px;
}
#butona{
width:125.75px;
height: 36px;
font-size:13px;
font-weight:bold;
font-family:arial,sans-serif;
background-color:#F2F2F2;
color:#757575;
border:2px;
border-radius:2px;
}
#butona:hover{
color: black;
border: 1px solid rgba(161, 156, 156, 0.75);
box-shadow: 0 0.1px 0.1px rgba(110, 106, 106, 0.85);
}
#butonb{
width:142.58px;
height:36px;
font-weight:bold;
font-size: 13px;
font-family:arial,sans-serif;
background-color:#F1F1F1;
color:#757575;
border:2px;
border-radius:2px;
}
#butonb:hover{
color: black;
border: 1px solid rgba(161, 156, 156, 0.75);
box-shadow: 0 0.1px 0.1px rgba(110, 106, 106, 0.85);
}
#fot{
width: 100%;
height:31px;
font-family:arial,sans-serif;
background-color:#F2F2F2;
border:.5px solid #e4e4e4;
}
#fot a{
color: rgba(0,0,0,.54);
}
.ft2{
font-size: 14.6px;
color: rgba(0,0,0,.54);
position:fixed;
bottom:41px;
left:0;
padding: 10px 0px 0px 30px;
vertical-align: middle;
}
.ft{
font-size: 13.4px;
color: rgba(0, 0, 0, 0.99);
position:fixed;
bottom:0;
left:0;
padding: 10px 0px 0px 0px;
}
#footl{
display: inline-block;
position: absolute;
left: 0;
}
#footl span{
padding: 0px 0px 0px 30px;
vertical-align: middle;
}
#footr{
display: inline-block;
position: absolute;
right: 0;
}
#footr span{
padding: 0px 30px 0px 0px;
}