| 123456789101112131415161718192021222324252627282930313233343536373839 |
-
- html {
- overflow-x: hidden;
- overflow-y: hidden;
- }
- body {
- font-size: 20px;
- background-color: black;
- color: white;
- }
- a {
- color: gray;
- }
- [class*="col-"] {
- padding: 5px;
- }
- tr, th, td {
- font-size: 20px;
- height: 36px !important;
- padding: 0px !important;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- text-align: center !important;
- vertical-align: middle !important;
- }
- .th-inner, th {
- /*background-color: #555;*/
- font-weight: 600;
- height: 36px !important;
- padding: 0px !important;
- text-align: center !important;
- vertical-align: middle !important;
- }
|