Skip to content

Instantly share code, notes, and snippets.

@natyusha
Last active November 2, 2017 21:26
Show Gist options
  • Save natyusha/1946893 to your computer and use it in GitHub Desktop.
Save natyusha/1946893 to your computer and use it in GitHub Desktop.
myanimelist style DEPRECATED
/*
// self-explanatory
*/
body {
font-family:MonteCarlo !important;
font-size:11px !important;
background-color: #121314 !important;
color:#ddd !important;
}
::selection {
background: #ddd;
color: #101010;
}
/* determines the positioning of your list */
#list_surround {
margin: 0 0 0 1px !important;
}
/* all links on your list */
a {
color: #ddd;
text-decoration: none;
}
a:visited {
color: #ddd;
}
a:hover {
color: #ddd;
background: rgba(0,0,0,.2) !important;
}
/* alternating row color 1 */
.td1 {
color: #ddd;
border-width: 0 1px 1px 0 !important;
border-style: solid;
border-color: #121314 !important;
padding: 2px 4px 2px 4px;
background-color: #1b1b1b !important;
}
/* alternating row color 2 */
.td2 {
color: #ddd;
border-width: 0 1px 1px 0 !important;
border-style: solid;
border-color: #121314 !important;
padding: 2px 4px 2px 4px;
background-color: #1b1b1b !important;
}
/* more info box */
.borderRBL {
padding-left: 5px !important;
}
/* this represents the "anime title", "score", "# eps" columns */
.table_header {
text-align: left;
background-color: #1b1b1b !important;
color: #ddd !important;
padding: 2px 4px 2px 4px;
border-width: 0 1px 1px 0 !important;
border-color: #121314 !important;
border-style: solid;
font-size: 12px !important;
}
/* hover effect for all parts of the table */
.td1:hover, .td2:hover, .table_header:hover {
background-color: #212121 !important;
}
/* headerLink represents the color of the links inside the header */
a.table_headerLink {
color: #ddd !important;
}
a.table_headerLink:visited {
color: #ddd !important;
}
a.table_headerLink:hover {
color: #363636 !important;
}
/* controls the select form decoration (the drop down select box) */
.form {
border-width: 1px 1px 1px 1px;
border-color: #ababab;
border-style: solid;
color: #ddd;
padding: 2px;
font: 10px "MonteCarlo" !important;
}
/* which 'status' up top is selected? */
.status_selected {
color: #ffa200;
border-style: none;
background-color: none;
font-size: 14px !important;
padding: 0px !important;
font-weight: bold;
}
.status_not_selected {
color: #ddd;
border-style: none;
background-color: none;
font-size: 14px !important;
padding: 0px !important;
font-weight: bold;
}
.status_selected a {
color: #3b8daf;
}
.status_not_selected a {
color: #ddd;
}
.status_selected a:hover {
color: #212121;
}
.status_not_selected a:hover {
color: #212121;
}
/* header classes for currently watching, completed, dropped, etc... */
.header_cw {
}
.header_completed {
}
.header_onhold {
}
.header_dropped {
}
.header_ptw {
}
.header_title {
color: #3b8daf !important;
padding: 0 0 2px 4px;
font-size: 14px !important;
font-weight: bold;
}
.category_totals {
color:#ddd !important;
font-size: 10px !important;
}
#grand_totals {
color:#ddd !important;
font-size: 10px !important;
}
/* header_al is thesurrounding "user's anime list" at the top */
.header_al {
font-size: 10px;
}
/* header_al_links is thewith your "profile" and "myanimelist home" links */
.header_al_links {
}
/* controls what styles you can give to all the anime titles in your list */
.animetitle {
}
/* airing/currently airing indicators + edit/more buttons */
small {
color:#9f1765!important;
font-size: 10px !important;
text-transform:lowercase;
}
small .List_LightBox {
color:#ddd;
font-size: 10px !important;
}
/*
copyright contains the "producted by garrett gyssler" text
do not remove or hide this div
if found to be removed, your list will be removed too
*/
#copyright {
font-size: 8px !important;
border-top:1px solid #1b1b1b;
padding-top: 5px !important;
text-align: left !important;
margin: 10px 0 !important;
width: inherit !important;
color: #ddd !important;
}
#copyright a{
font-size: 8px !important;
}
/* top 'control strip overrides */
#mal\_control_strip {
font-size: 10px !important;
background:none !important;
border:none !important;
color:#ddd;
}
#mal\_control_strip a {
font-size: 10px !important;
color: #ddd !important;
text-decoration: none !important;
}
#mal\_control_strip strong {
font-size: 10px !important;
color: #ddd !important;
text-decoration: none !important;
}
#mal\_control_strip a:hover {
color: #212121 !important;
text-decoration: none !important;
}
#mal_cs_pic, #mal_cs_listinfo, #mal_cs_links {
border-right-width: 0px !important;
}
/* search box overrides */
#searchBox {
background:none !important;
color: #ddd !important;
border:1px solid !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment