Spaces:
Runtime error
Runtime error
| .paper-table { | |
| width: 100%; | |
| border-collapse: collapse; | |
| } | |
| .paper-table td { | |
| padding: 12px; | |
| border-bottom: 1px solid #ddd; | |
| } | |
| .paper-table th { | |
| font-weight: bold; | |
| background: #f9f9f920; | |
| } | |
| .paper-table tr:hover { | |
| background: #f9f9f920; | |
| } | |
| .paper-table tbody { | |
| max-width: 400px; | |
| } | |
| .paper-title { | |
| color: var(--body-text-color); | |
| cursor: pointer; | |
| text-decoration: none ; | |
| } | |
| .paper-title:hover { | |
| text-decoration: underline ; | |
| } | |
| .paper-table td:nth-child(2), | |
| .paper-table td:nth-child(3), | |
| .paper-table td:nth-child(4), | |
| .paper-table td:nth-child(5) { | |
| text-align: center; | |
| } | |
| .paper-table th:nth-child(2), | |
| .paper-table th:nth-child(3), | |
| .paper-table th:nth-child(4), | |
| .paper-table th:nth-child(5) { | |
| text-align: center; | |
| } |