-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
style.css
180 lines (166 loc) · 3.13 KB
/
style.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
170
171
172
173
174
175
176
177
178
179
180
td a{
color:darkblue;
}
td a:hover{
color:red;
}
@font-face
{
font-family: myFirstFont;
src: url(MTCORSVA.woff);
}
#header{
font-family:myFirstFont;
font-weight: bold;
font-size: 25px;
}
#loginform {
margin: 150px auto;
width: 280px;
}
#loginform span {
width: 100px;
display: inline-block;
}
#ac span {
width: 95px;
display: inline-block;
font-size: 14px;
margin-bottom: 12px;
padding-right: 10px;
}
select {
border: 1px solid #999;
background: #EEEEEE;
padding: 5px 10px;
box-shadow:0 1px 2px #ddd;
-moz-box-shadow:0 1px 2px #ddd;
-webkit-box-shadow:0 1px 2px #ddd;
}
.qwe{
width:246px;
margin:auto;
}
input {
border: 1px solid #999;
background: #EEEEEE;
padding: 10px;
box-shadow:0 1px 2px #ddd;
-moz-box-shadow:0 1px 2px #ddd;
-webkit-box-shadow:0 1px 2px #ddd;
}
#btn {
width:100px;
background: green;
border: 1px solid #999;
border-radius:10px;
cursor: pointer;
font-size: 13px;
font-weight: bold;
}
#maintable {
margin: 50px auto;
width: 900px;
}
button a, a:hover{
color:#fff;
text-decoration:none;
}
#filter {
width: 70%;
float:left;
}
#addd {
border: 1px solid #999;
background: #EEEEEE;
padding: 5px 10px;
box-shadow:0 1px 2px #ddd;
-moz-box-shadow:0 1px 2px #ddd;
-webkit-box-shadow:0 1px 2px #ddd;
width: 25%;
display: inline-block;
float:right;
text-align: center;
text-decoration: none;
color: #000000;
}
#cccc {
border: 1px solid #999;
background: #EEEEEE;
padding: 5px 10px;
box-shadow:0 1px 2px #ddd;
-moz-box-shadow:0 1px 2px #ddd;
-webkit-box-shadow:0 1px 2px #ddd;
width: 25%;
display: inline-block;
float:left;
text-align: center;
text-decoration: none;
color: #000000;
}
.clearfix {
clear: both;
}
#resultTable {
border-collapse: separate;
background-color: #FFFFFF;
border-spacing: 0;
max-width: 100%;
}
#resultTable {
color: #666666;
text-shadow: 0 1px 0 #FFFFFF;
width: 100%;
border: 1px solid #999999;
box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.3);
margin-top: 13px;
}
#resultTable thead tr th {
background: none repeat scroll 0 0 #EEEEEE;
color: #222222;
padding: 10px 14px;
text-align: left;
border-top: 0 none;
font-size: 13px;
}
#resultTable tbody tr td{
font: bold 13px 'Arial';
text-align: left;
padding: 10px 14px;
border-top: 1px solid #999999;
}
#resultTable td{
padding:7px; border:#4e95f4 1px solid;
}
#resultTable tr{
background: #fff;
}
#resultTable tr:hover {
background-color: #ffff99;
}
#mainmain {
margin: 50px auto;
text-align: center;
width: 980px;
}
#mainmain a {
text-decoration: none;
padding-top:15px;
padding-bottom:5px;
padding-left:15px;
padding-right:15px;
border-radius:10px;
margin:10px;
box-shadow:0 5px 5px 2px #484848;
-moz-box-shadow:0 5px 5px 2px #484848;
-webkit-box-shadow:0 5px 5px 2px #484848;
border:1px solid #000;
background: #fff;
color: #222222;
font-size:20px;
display: inline-block;
width: 265px;
height: 85px;
text-align: center;
margin-bottom: 5px;
}