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

From Sinfronteras
Jump to: navigation, search
Line 1: Line 1:
 
{{#css:
 
{{#css:
  .styled-table {
+
    .styled-table {
    border-collapse: collapse;
+
        border-collapse: collapse;
    margin: 25px 0;
+
        margin: 25px 0;
    font-size: 0.9em;
+
        font-size: 0.9em;
    font-family: sans-serif;
+
        font-family: sans-serif;
    min-width: 400px;
+
        min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
+
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
+
    }
  .styled-table tr {
+
 
    background-color: #009879;
+
    .styled-table .head tr {
    color: #ffffff;
+
        background-color: #009879;
    text-align: left;
+
        color: #ffffff;
  }
+
        text-align: left;
  .styled-table th,
+
    }
  .styled-table td {
+
 
    padding: 12px 15px;
+
    .styled-table th,
  }
+
    .styled-table td {
  .styled-table tr {
+
        padding: 12px 15px;
    border-bottom: 1px solid #dddddd;
+
    }
  }
+
 
  .styled-table tr:nth-of-type(even) {
+
    .styled-table .body tr {
    background-color: #f3f3f3;
+
        border-bottom: 1px solid #dddddd;
  }
+
    }
  .styled-table tr:last-of-type {
+
 
    border-bottom: 2px solid #009879;
+
    .styled-table .body tr:nth-of-type(even) {
  }
+
        background-color: #f3f3f3;
 +
    }
 +
 
 +
    .styled-table .body tr:last-of-type {
 +
        border-bottom: 2px solid #009879;
 +
    }
 +
 
 +
    .styled-table .body tr.active-row {
 +
        font-weight: bold;
 +
        color: #009879;
 +
    }
 
}}
 
}}
  

Revision as of 20:10, 21 February 2021


Name Points
Dom 6000
Melissa 5150