-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch.css
30 lines (25 loc) · 949 Bytes
/
search.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
#course {
background:-moz-linear-gradient(top, #ffd73a, #ffa500);
background:-webkit-gradient(linear, 0 0, 0 100%, from(#ffd73a), to(#ffa500));
border:4px solid grey;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-moz-box-shadow:inset 0 1px #ffff90, inset 0 -2px 5px #ffd05d, 0 0 0 4px rgba(255,255,255,0.65);
-webkit-box-shadow:inset 0 1px #ffff90, inset 0 -2px 5px #ffd05d, 0 0 0 4px rgba(255,255,255,0.65);
padding:9px;
width:720px;
}
#course input { border:none; color:#333; font:bold 24px Helvetica, Arial, sans-serif; width:710px; }
#course button {
background: url(images/se.gif) no-repeat bottom;
border:3px solid grey;
-moz-box-shadow:inset 0 -2px 3px #193544, inset 0 1px #907817, 0 1px 1px rgba(0,0,0,4);
-webkit-box-shadow:inset 0 -2px 3px #193544, inset 0 1px #907817, 0 1px 1px rgba(0,0,0,.4);
cursor:pointer;
height:71px;
position: absolute;
right:1170px;
top:10px;
width:45px;
}