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);
    }
+
  }
  
    .head tr {
+
  .head tr {
        background-color: #009879;
+
      background-color: #009879;
        color: #ffffff;
+
      color: #ffffff;
        text-align: left;
+
      text-align: left;
    }
+
  }
  
    .styled-table th,
+
  .styled-table th,
    .styled-table td {
+
  .styled-table td {
        padding: 12px 15px;
+
      padding: 12px 15px;
    }
+
  }
  
    .body tr {
+
  .body tr {
        border-bottom: 1px solid #dddddd;
+
      border-bottom: 1px solid #dddddd;
    }
+
  }
  
    .body tr:nth-of-type(even) {
+
  .body tr:nth-of-type(even) {
        background-color: #f3f3f3;
+
      background-color: #f3f3f3;
    }
+
  }
  
    .body tr:last-of-type {
+
  .body tr:last-of-type {
        border-bottom: 2px solid #009879;
+
      border-bottom: 2px solid #009879;
    }
+
  }
  
    .body tr.active-row {
+
  .body tr.active-row {
        font-weight: bold;
+
      font-weight: bold;
        color: #009879;
+
      color: #009879;
    }
+
  }
 
}}
 
}}
  

Revision as of 20:15, 21 February 2021


   
Name Points
Dom 6000
Melissa 5150