Update style.css
Browse files
style.css
CHANGED
|
@@ -26,3 +26,26 @@ p {
|
|
| 26 |
.card p:last-child {
|
| 27 |
margin-bottom: 0;
|
| 28 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
.card p:last-child {
|
| 27 |
margin-bottom: 0;
|
| 28 |
}
|
| 29 |
+
|
| 30 |
+
#arch_res {
|
| 31 |
+
font-family: Arial, Helvetica, sans-serif;
|
| 32 |
+
border-collapse: collapse;
|
| 33 |
+
width: 100%;
|
| 34 |
+
}
|
| 35 |
+
|
| 36 |
+
#arch_res td, #arch_res th {
|
| 37 |
+
border: 1px solid #ddd;
|
| 38 |
+
padding: 8px;
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
+
#arch_res tr:nth-child(even){background-color: #f2f2f2;}
|
| 42 |
+
|
| 43 |
+
#arch_res tr:hover {background-color: #ddd;}
|
| 44 |
+
|
| 45 |
+
#arch_res th {
|
| 46 |
+
padding-top: 12px;
|
| 47 |
+
padding-bottom: 12px;
|
| 48 |
+
text-align: left;
|
| 49 |
+
background-color: #F81A10;
|
| 50 |
+
color: white;
|
| 51 |
+
}
|