Skip to content

Instantly share code, notes, and snippets.

@artlung
Created June 10, 2014 21:02
Show Gist options
  • Save artlung/5aaf94af2d3663d9f3d1 to your computer and use it in GitHub Desktop.
Save artlung/5aaf94af2d3663d9f3d1 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.8)
// Compass (v1.0.0.alpha.19)
// ----
body {
font-family: "arial","helvetica", sans-serif;
color: #fff;
background-color: #000;
line-height: 1.05;
}
table {
border-collapse: collapse;
border: none;
border-color: #666;
width: auto;
th {
padding: 4px 5px;
text-align: right;
}
td {
padding: 4px 5px;
text-align: right;
white-space: nowrap;
}
th {
text-align: center;
}
tr td {
&:first-child {
white-space: normal;
text-align: left;
}
a {
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}
}
input {
&[type="button"], &[type="submit"], &[type="reset"] {
font-weight: bold;
padding: 5px;
border-radius: 4px;
}
}
button {
font-weight: bold;
padding: 5px;
border-radius: 4px;
}
td.disabled a {
opacity: 0.2;
}
tr {
background-color: #000;
&:hover {
background-color: lighten(#000, 50%);
}
&.verizon {
background-color: #520707;
&:hover {
background-color: lighten(#520707, 50%);
}
}
&.samsung {
background-color: #000066;
&:hover {
background-color: lighten(#000066, 50%);
}
}
}
body {
font-family: "arial","helvetica", sans-serif;
color: #fff;
background-color: #000;
line-height: 1.05; }
table {
border-collapse: collapse;
border: none;
border-color: #666;
width: auto; }
table th {
padding: 4px 5px;
text-align: right; }
table td {
padding: 4px 5px;
text-align: right;
white-space: nowrap; }
table th {
text-align: center; }
table tr td:first-child {
white-space: normal;
text-align: left; }
table tr td a {
text-decoration: none; }
table tr td a:hover {
text-decoration: underline; }
input[type="button"], input[type="submit"], input[type="reset"] {
font-weight: bold;
padding: 5px;
border-radius: 4px; }
button {
font-weight: bold;
padding: 5px;
border-radius: 4px; }
td.disabled a {
opacity: 0.2; }
tr {
background-color: #000; }
tr:hover {
background-color: gray; }
tr.verizon {
background-color: #520707; }
tr.verizon:hover {
background-color: #f26666; }
tr.samsung {
background-color: #000066; }
tr.samsung:hover {
background-color: #6666ff; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment