Skip to content

Instantly share code, notes, and snippets.

@robskidmore
Created May 16, 2014 14:29
Show Gist options
  • Save robskidmore/e7a20c49b212900d27ab to your computer and use it in GitHub Desktop.
Save robskidmore/e7a20c49b212900d27ab to your computer and use it in GitHub Desktop.
Table Styles
.entry table{border-collapse:collapse;margin:40px 0;font-family:'Linden Hill';font-size:18px;}
.entry th{font-size: 24px; font-weight: normal;padding-bottom: 10px;text-align:left;padding-left:20px;}
.entry td{padding:10px 30px;}
.entry td:last-child{border-right:none;}
.entry tbody {
border-top: 1px solid #DFDFDF;
border-bottom: 1px solid #DFDFDF;
}
.entry tbody tr:nth-child(odd) .row-one{background-color:#AEBBCE; color:#fff;}
.entry tbody tr:nth-child(odd) .row-two{background-color:#fff;color:#381d7a;}
.entry tbody tr:nth-child(odd) .row-three{background-color:#FCFCFD;color:#381d7a;}
.entry tbody tr:nth-child(even) .row-one{background-color:#ABB8CB;color:#fff;}
.entry tbody tr:nth-child(even) .row-two{background-color:#fbfbfb;color:#381d7a;}
.entry tbody tr:nth-child(even) .row-three{background-color:#F8F8F9;color:#381d7a;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment