-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathresults.css
59 lines (55 loc) · 962 Bytes
/
results.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
body {
margin:0px;
padding:0px;
font-size:12px !important;
background-color:#f8f8f8;
outline:none;
font-family:futura,verdana,helvetica,futura;
}
.separator {
width: 100%;
border-top: 2px groove #FFF;
margin: 5px -5px 5px -3px;
}
input,a,li {
outline:none;
}
.urlTd {
cursor: pointer;
}
td, th {
white-space:pre-wrap;
border-radius:0px;
border:1px solid black;
border-bottom:0px;
border-right:0px;
}
td, th {
word-break:break-word;
}
td:last-child, th:last-child {
border-right:1px solid black;
}
tr:last-child>td, tr:last-child>th{
border-bottom:1px solid black;
}
.content {
padding:20px;
}
.top{
margin:0px;
background:#058;
padding:6px;
text-align: center;
height:50px;
}
h1{
text-shadow:2px 2px 0px black;
display:inline;
margin:0px;
font-size:30px;
}
a:active, a:hover,a:focus ,a{
text-decoration:none;
color:white;
}