MacKillop Jobs Table
by simoneast
HTML
<h2>Employment Opportunities at MacKillop Family Services</h2>
<table cellspacing="0" cellpadding="1" style="font-family: sans-serif; font-size: 88%; border-collapse: collapse" class="wrapper-table">
<tbody>
<tr>
<td>
<h3><a href="#">Residential Care Worker →</a></h3>
<table class="col-1" width="300" cellspacing=0 align="left">
<tr>
<th>Unit / Program:</th>
</tr>
<tr>
<td>East Division</td>
</tr>
<tr>
<th class="location-heading">Location:</th>
</tr>
<tr>
<td>Notting Hill, VIC</td>
</tr>
</table>
<table class="col-2" width="220" cellspacing=0 align="left">
<tr>
<td>Full-time, ongoing position.</td>
</tr>
<tr>
<td>Open to internal & external applicants.</td>
</tr>
<tr>
<td>Closes 25 May 2018.</td>
</tr>
<tr>
<td class="ref">Ref: X123456</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<h3><a href="#">Lead Tenant Volunteer →</a></h3>
<table class="col-1" width="300" cellspacing=0 align="left">
<tr>
<th>Unit / Program:</th>
</tr>
<tr>
<td>Out of Home Care</td>
</tr>
<tr>
<th class="location-heading">Location:</th>
</tr>
<tr>
<td>Southern Bayside and Western Melbourne, VIC</td>
</tr>
</table>
<table class="col-2" width="220" cellspacing=0 align="left">
<tr>
<td>Part-time and casual positions available.</td>
</tr>
<tr>
<td>Open to internal applicants.</td>
</tr>
<tr>
<td>Closes 25 May 2018.</td>
</tr>
<tr>
<td class="ref">Ref: X123456</td>
</tr>
...
CSS
body {
font-family: sans-serif;
}
h2 {
font-weight: 900
}
td,
th {
padding-left: 0
}
/* Wrapper Cells with border + BG color */
.wrapper-table>tbody>tr>td {
border-bottom: 1px solid #e0e0e0;
padding: 24px 24px 16px;
background-color: #f9f9f9;
}
.wrapper-table>tbody>tr:nth-child(even)>td {
background-color: #fff;
}
h3 {
margin-top: 0;
margin-bottom: 0;
padding-bottom: 12px;
}
h3 a {
color: #00BFB3;
text-decoration: none;
/* border-bottom: 1px solid #ddd; */
}
th {
text-align: left;
vertical-align: top;
font-size: 70%;
width: 10%;
color: #666;
}
.ref {
font-size: 70%;
padding-top: 8px;
color: #aaa;
}
table table {
margin-bottom: 8px;
}
.location-heading {
padding-top: 8px;
}
.col-1 td, .col-1 th {
padding-right: 8px;
}
.col-2 td {
padding-bottom: 4px;
}