-
Notifications
You must be signed in to change notification settings - Fork 0
/
nbasearch.css
98 lines (87 loc) · 2.01 KB
/
nbasearch.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
/*
Scott Kinder, CSS file for NBA Search PA#1
*/
body {
margin: 0px;
padding: 0px;
font-family: sans-serif, Arial, serif;
}
#contentbox {
width: 400px;
height: 300px;
margin-left: auto;
margin-right: auto;
border: 2px solid #858585;
border-radius: 80px 80px 80px 80px;
padding-top: 50px;
margin-top: 50px;
text-align: center;
margin-bottom: 20px;
}
#contentbox > img {
width: 95%;
height: 50%;
}
#searcharea {
height: 50%;
}
#searchfield {
background: #fff;
padding: 6px 6px 6px 8px;
width: 202px;
border: solid 1px #bcbbbb;
outline: none;
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius: 2em;
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
#searchbutton {
color: #fff;
border: solid 1px #494949;
font-size: 11px;
height: 27px;
width: 27px;
text-shadow: 0 1px 1px rgba(0,0,0,.6);
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius: 2em;
background: #5f5f5f;
background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
background: -moz-linear-gradient(top, #9e9e9e, #454545);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545');
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545');
}
#results {
width: 800px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.playerpanel {
width: 400px;
height: 100px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
border-radius: 20px;
background-repeat: round;
background-image: url('http://img.wallpapergang.com/110processed/abstract%20patterns%20gradient.jpg');
}
.playerpanel img {
float: left;
height: 100px;
background-color: white;
background-image: url('http://png-5.findicons.com/files/icons/51/capital_suite/128/basketball.png');
}
.playerstatstable {
padding-top: 15px;
margin-left: auto;
margin-right: auto;
color: white;
}
.caption {
font-size: 20px;
}