Difference between revisions of "Página de pruebas 4"

From Sinfronteras
Jump to: navigation, search
Line 32: Line 32:
 
         font-weight: bold;
 
         font-weight: bold;
 
         color: #009879;
 
         color: #009879;
 +
    }
 +
   
 +
   
 +
    tr {
 +
        background-color: transparent !important;
 +
    }
 +
    th {
 +
        background-color: transparent !important;
 +
        font-size: 13pt  !important;  /* name of the columns */
 +
        text-align: left !important;
 +
        cursor: pointer;
 +
    }
 +
    td {
 +
        background-color: transparent !important;
 +
        font-size: 13pt !important;  /* values */
 +
    }
 +
 +
    tr:nth-child(odd) {
 +
        background: rgba(29, 27, 27, 0.5) !important;
 +
    }
 +
 +
    tr:nth-child(even) {
 +
        background: rgba(44, 42, 42, 0.5) !important;
 +
    }
 +
 +
    tr:hover:nth-child(odd) {
 +
        background: rgba(56, 139, 253, 0.2) !important;  /* rgba(87, 95, 78, 0.9) */
 +
    }
 +
 +
    tr:hover:nth-child(even) {
 +
        background: rgba(56, 139, 253, 0.2) !important;  /* rgba(87, 95, 78, 0.9) */
 +
    }
 +
 +
    table {
 +
        overflow: hidden !important;
 +
    }
 +
 +
 +
    td,
 +
    th {
 +
        position: relative !important;
 +
    }
 +
 +
    td:hover::after,
 +
    th:hover::after {
 +
        color: red !important;
 +
        content: "" !important;
 +
        position: absolute !important;
 +
        background-color: rgba(56, 139, 253, 0.3) !important;  /* rgb(81, 97, 63) */
 +
        left: 0 !important;
 +
        top: -5000px !important;
 +
        height: 10000px !important;
 +
        width: 100% !important;
 +
        z-index: -1 !important;
 
     }
 
     }
 
}}
 
}}

Revision as of 20:55, 21 February 2021


Name Points
Dom 6000
Melissa 5150