Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save michaelmcdonald/97b16c7c7639fa158966539d9f0d523c to your computer and use it in GitHub Desktop.
Save michaelmcdonald/97b16c7c7639fa158966539d9f0d523c to your computer and use it in GitHub Desktop.
<style type="text/css">
<!--
hr {
height: 1px;
border: none;
border-top: 1px solid #aaa;
}
td {
vertical-align: top;
}
td.row1 {
text-align: left;
}
td.row2 {
text-align: right;
padding-left: 1.2em;
padding-right: 1.2em;
}
td.row3 {
text-align: left;
padding-left: 1.2em;
padding-right: 1.2em;
}
td.row4 {
text-align: right;
}
td.new {
font-weight: bold;
color: #ccccee;
}
td.learning {
font-weight: bold;
color: #a00;
}
td.review {
font-weight: bold;
color: #080;
}
td.percent {
font-weight: normal;
color: #888;
}
td.mature {
font-weight: normal;
color: #70AFEE;
}
td.young {
font-weight: normal;
color: #70AFEE;
}
td.learned {
font-weight: normal;
color: #080;
}
td.unseen {
font-weight: normal;
color: #a00;
}
td.suspended {
font-weight: normal;
color: #a70;
}
td.doneDate {
font-weight: bold;
color: #888;
}
td.daysLeft {
font-weight: bold;
color: #888;
}
td.total {
font-weight: bold;
color: #888;
}
-->
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment