Difference between revisions of "Team:Uppsala/Model"

Line 9: Line 9:
 
     <head>
 
     <head>
 
         <style type="text/css">
 
         <style type="text/css">
 +
 +
 +
 +
 +
 +
table.tablesorter tbody td {
 +
    vertical-align: top;
 +
    padding: 8px 10px;
 +
    font-size: 14px;
 +
}
 +
 +
table.pgrouptable td {
 +
    border: 1px solid rgb(61,61,61);
 +
    background-color: #f5f5f5;
 +
    color: #000;
 +
    padding: 3px;
 +
    font-size: 11px;
 +
    line-height: 12px;
 +
}
 +
 +
 +
 +
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
 +
    /* height: 35px; */
 +
    font-size: 14px;
 +
    font-family: 'Roboto', sans-serif;
 +
    padding: 10px 10px;
 +
    background: navajowhite;
 +
}
 +
table.pgrouptable thead th {
 +
    border: 1px solid rgb(61,61,61);
 +
    padding: 3px 5px 3px 3px;
 +
    background-color: #525252;
 +
    text-align: left;
 +
}
 +
table.tablesorter thead th {
 +
    text-align: left;
 +
}
 +
 +
 +
  
 
         </style>
 
         </style>

Revision as of 22:03, 14 October 2018





           </div>
       </div>
   </div>

</html>