Skip to content

Instantly share code, notes, and snippets.

@bicubic
Created February 24, 2014 13:06
Show Gist options
  • Save bicubic/9188064 to your computer and use it in GitHub Desktop.
Save bicubic/9188064 to your computer and use it in GitHub Desktop.
.pd-table{
background-color: rgb(240,240,240);
border-radius: 3px;
}
.pd-table .header{
/*background-color: rgb(210,210,210);*/
font-weight: bold;
padding-left: 1em;
padding-right: 1em;
}
.pd-table td{
border: 1px solid rgb(230,230,230);
/*border: none;*/
padding-left: 1em;
padding-right: 1em;
}
.pd-table, tr{
border: none;
}
.pd-table .header td{
padding-left: 1em;
padding-right: 1em;
}
.pd-table .row:nth-child(odd):hover{
background-color: rgb(230,245,240);
}
.pd-table .row:nth-child(even):hover{
background-color: rgb(230,245,240);
}
.pd-table .row:nth-child(odd){
background-color: white;
}
.pd-table .row:nth-child(even){
background-color: rgb(245,245,245);
}
.pd-table .index{
text-decoration: none;
}
.rendered_html{
font-family: halvetica;
list-style:decimal;
margin: 1em 2em;
font-family: "Charis SIL", serif;
line-height: 145%;
width: 800px !important;
}
.rendered_html table{
/*background-color: red;*/
font-family: arial;
}
.rendered_html td, .rendered_html th{
border: 1px solid rgb(230,230,230);
padding-left: 1em;
padding-right: 1em;
}
.rendered_html thead th{
background-color: rgb(230,230,230);
color: rgb(60, 60, 60);
}
.rendered_html table tr:nth-child(odd){
background-color: white;
}
.rendered_html table tr:nth-child(even){
background-color: rgb(245,245,245);
}
.rendered_html table tr:nth-child(odd):hover{
background-color: rgb(230,245,240);
}
.rendered_html table tr:nth-child(even):hover{
background-color: rgb(230,245,240);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment