Skip to content

Instantly share code, notes, and snippets.

@Veedrac
Created April 22, 2015 03:19
Show Gist options
  • Save Veedrac/82751847d45fb9708785 to your computer and use it in GitHub Desktop.
Save Veedrac/82751847d45fb9708785 to your computer and use it in GitHub Desktop.
@import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM);
body {
background-color: rgb(42, 42, 42) !important;
color: rgb(255, 255, 255);
line-height: 2em;
text-shadow: 1px 1px rgb(42, 42, 42);
}
#inlineContent {}
#list_surround {
margin: auto;
width: 59%;
}
[id$='_control_strip'] {
background: none !important;
}
a {
-webkit-transition: all 0.1s;
transition: all 0.1s;
color: #EB4E05;
text-decoration: initial;
}
.status_not_selected a, .status_selected a {
display: block !important;
font-weight: bold;
}
tr:hover a {
color: #FF8F5B;
}
tr:hover .status_not_selected a,
tr:hover .status_selected a {
color: #EB4E05;
}
a:hover {
color: #FFE2D4 !important;
}
[cellpadding="0"] {
-layout: fixed;
}
.table_header, .category_totals {
background-color: rgba(42, 42, 42, 0.5);
}
.table_header a {
color: #FF8F5B;
}
.table_header:first-of-type {
border-top-left-radius: 20px;
}
.table_header:last-of-type {
border-top-right-radius: 20px;
}
div[style="float: right;"] {
position: absolute;
right: 0;
float: none;
opacity: 0.5;
filter: alpha(opacity=50);
}
.td1, .td2 {
-webkit-transition: all 0.2s;
transition: all 0.2s;
background-color: rgba(42, 42, 42, 0.75);
position: relative;
}
tr:hover [class^="td"] {
background-color: rgba(42, 42, 42, 0.5);
}
td:nth-child(2) {
width: 400px;
max-width: 400px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.table_header, .td1, .td2,
.status_selected, .status_not_selected,
.category_totals {
padding: 4px;
text-align: center;
}
.category_totals {
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
text-align: center;
}
[class^="header_"] * {
font-size: 30px;
padding-top: 12px;
padding-bottom: 16px;
text-align: center;
font-style: italic;
}
#grand_totals {
background-color: rgba(42, 42, 42, 0.5);
border-top-left-radius: 20px;
border-top-right-radius: 20px;
text-align: center;
}
#copyright {
background-color: rgba(90, 32, 48, 0.6);
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
margin-top: 0px !important;
padding: 8px;
text-align: center;
}
.animetitle + small {
color: #8C4A24 !important;
}
[id^="tagLinks"] {
font-size: small;
line-height: 1em;
pointer-events: none;
}
.hide {
display: block !important;
position: fixed;
top: -50%;
right: 0;
bottom: -50%;
left: 0;
height: 200%;
z-index: -1000;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: visibility 0s, opacity 0.3s ease;
transition: visibility 0s, opacity 0.3s ease;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
:hover + .hide {
opacity: 0.6;
filter: alpha(opacity=60);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment