-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresults.css
133 lines (109 loc) · 5.61 KB
/
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
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
form.va-search-form{background-color: WhiteSmoke !important; padding: 5px; padding-bottom: 2px; border-radius: 5px;
width: 90%; max-width: 700px; margin-top: 5px; margin-left: auto; margin-right: auto; float: none;
}
form.va-search-form div{text-align: center; background-color: lightgray; border-width: 1px; border-color: black;
border-radius: 5px; padding: 10px; margin: 2px;}
form.va-search-form div.va-radio-buttons label{font-weight: 600; margin-bottom: 0;}
form.va-search-form div.va-radio-buttons input[type="radio"]{margin-top: 0;}
form.va-search-form div.va-radio-buttons > div{background-color: WhiteSmoke; margin: 4px;}
form.va-search-form div.va-radio-buttons{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center;
/*display: inline-block; */
background-color: lightgray;
}
form.va-search-form input[type="text"]{background-color: white;}
form.va-search-form input[type="submit"]{margin-top: 5px; font-weight: bold; cursor: pointer;
border-radius: 5px; background-color: #b3b3ff; width: 15em; color: black;}
form.va-search-form input[type="submit"]:hover{background-color: #668cff;}
#userZip{width: 10em; margin-left: auto; margin-right: auto;}
.pointer:hover{cursor: pointer;}
.wait:hover{cursor: wait;}
.progress:hover{cursor: progress;}
.va-hide{display: none;}
form.va-search-form.va-hide{display: none;}
div.va-form-inputgroup.va-hide{display: none;}
#zip-results{margin-left: auto; margin-right: auto;}
#state-vet-link{font-size: 20px; font-weight: 600; margin: 10px;}
#va-table-wrapper{width: 720px; max-height: 600px; overflow: auto; float:
none; margin-left: auto; margin-right: auto; }
table.va-results-table{width: 700px; border-width: 1px; border-color: black; border-radius: 5px;
table-layout: fixed; margin-left: auto; margin-right: auto; float: none; color: black !important;}
/*#va-table-wrapper table.va-results-table tbody tr td:last-of-type{}*/
#va-table-wrapper table.va-results-table caption {
text-align: center;
font-size: 20px;
padding: 15px;
font-weight: bold;
border-bottom: 2px solid;
}
#va-table-wrapper table.va-results-table tbody tr td{width: 33%; border-top: 1px;
padding: 7px; height: auto; min-height: 1em; line-height: 1.5;
border-bottom: 2px; border-color: black;}
#va-table-wrapper table.va-results-table tbody tr td > p {margin-top: 2px; margin-bottom: 2px;}
#va-table-wrapper table.va-results-table tbody tr td a{color: blue; text-decoration: underline;}
#va-table-wrapper table.va-results-table tbody tr td a:visited {color: red;}
#va-table-wrapper table.va-results-table tbody tr td a:hover {color: purple;}
#va-table-wrapper table.va-results-table tbody tr td > p > a.va-phone{text-decoration: none;}
table.va-results-table caption {
font-family: 'Libre Franklin', sans-serif;
}
table.va-results-table tr:nth-child(even) {
background-color: rgba(0,0,0,.03);
}
table.va-results-table td {
}
table.va-results-table td:last-of-type {
text-align: justify;
}
#va-table-wrapper table.va-results-table > tbody > tr > td {min-width: 33%;}
div.pagination-wrapper{width: 700px; font-family: 'Libre Franklin',
sans-serif; float: none; margin-left: auto; margin-right: auto; margin-top: 4px;
border-radius: 0px 0px 5px 5px;}
div.va-table-message{width: 100%; background: #28a745; height: 6em; color: white; border-radius: inherit;}
div.va-table-message.va-hide{display: none;}
div.va-table-pagination{width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap;
height: 6em; background-color: #17a2b8; padding: 1px; border-radius: inherit;}
div.va-table-pagination.va-hide{display: none;}
div.va-table-pagination > span { margin: 2px; height: 5em; text-align: center; padding: 2px;}
div.va-table-pagination > #va-prev{ width: 25%; background-color: inherit;}
div.va-table-pagination > #va-page-number{width: 50%; background-color: lightgray; height: 5em; margin-left: auto; margin-right: auto;}
div.va-table-pagination > #va-next{width: 25%; background-color: inherit;}
div.pagination-wrapper > div.va-table-pagination > span > a {
display: inline-block; width: 90%; height: 90%; border: none; font-size: 14px;
margin: 2px; margin-top: 5px; color: black !important; font-size: 20px; padding: 10px; text-decoration: none !important;
}
div.pagination-wrapper > div.va-table-pagination > span > a:hover {
color: blue; background-color: lightgray;
}
#vso-results {
text-align: center;
}
#vso-results p {
padding: 0 7px;
}
#vso-results a {
text-decoration: underline; color: blue !important;
}
#vso-results h6 {
color: #777;
font-size: 24px;
font-family: 'Libre Franklin', sans-serif;
font-weight:bold;
text-align: center;
font-size: 20px;
padding-top: 15px;
font-weight: bold;
}
@media only screen and (max-width: 999px) and (min-width: 601px) {
#va-table-wrapper{width: 420px; margin-left: 20px; overflow: auto; float: left;}
table.va-results-table{width: 400px; font-size: 12px; }
div.pagination-wrapper{width: 400px; margin-left: 20px; font-size: 12px; float: left; }
div.pagination-wrapper > div.va-table-pagination span > a {padding: 5px; width: auto; font-size: 12px;}
}
@media only screen and (max-width: 600px) {
#va-table-wrapper{width: 300px; overflow: auto;
max-height: 300px; margin-left: 20px; float: left;}
table.va-results-table{width: 290px; font-size: 12px;}
div.pagination-wrapper{width: 290px; margin-left: 20px; font-size: 12px; float: left;}
div.pagination-wrapper > div.va-table-pagination span > a {padding: 2px; width: auto; font-size: 12px;
}
}