Skip to content

Instantly share code, notes, and snippets.

@SammyVimes
Last active November 1, 2015 12:52
Show Gist options
  • Save SammyVimes/11ec1b80ec674d41a332 to your computer and use it in GitHub Desktop.
Save SammyVimes/11ec1b80ec674d41a332 to your computer and use it in GitHub Desktop.
MAL material design
[class^="status"]:first-child{
border-radius: 10px 0px 0px 0px;
-moz-border-radius: 10px 0px 0px 10px;
-webkit-border-radius: 10px 0px 0px 10px;
-ms-border-radius: 10px 0px 0px 10px;
}
[class="category_totals"]{
border-bottom: 1px solid #B3B3B3;
border-right: 1px solid #E5E5E5;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
background-color: #FFF;
height: 30px;
padding: 5px;
}
td.td2:last-child {
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
}
td.td1:last-child {
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
}
[class^="status"]:last-child{
border-radius: 0px 10px 10px 0px;
-moz-border-radius: 0px 10px 10px 0px;
-webkit-border-radius: 0px 10px 10px 0px;
-ms-border-radius: 0px 10px 10px 0px;
}
.header_title {
color: white;
background-color: #5e35b1;
padding: 5px;
}
BODY
{
background-color: #E5E5E5;
background-size: 100%;
color: #000000;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
background-repeat: no-repeat;
background-attachment: fixed;
}
td:hover [class^="animetitle"] {
font-size: 20px;
}
[class^="status"]:hover {
background-color: #4527a0;
transition: all .2s linear;
color: #ff4081;
}
[class^="status"] {
background-color: #5e35b1;
height: 30px;
color: white;
text-decoration: none;
}
[class^="status"] a {
color: white;
}
[id^="tagChange"] {
position: relative;
right: 5px;
}
.table_header {
height:60px;
background-color: #1faee9;
}
.animetitle {
padding-left:10px;
}
.td1:last-child{
float: none;
}
.td1 {
height:50px;
color: #000;
background-color: white;
border: 1px solid #e1e1e8;
}
.td1 a {
color: #000;
}
.td2 a {
color: #000;
}
.td2 {
line-height: 30px;
height:50px;
color: #000;
background-color: white;
border: 1px solid #e1e1e8;
}
.td1 {
line-height: 30px;
height:50px;
color: #000;
background-color: white;
border: 1px solid #e1e1e8;
}
#list_surround
{
margin: 0 auto;
width: 920px;
}
a{
text-decoration: none;
transition: all .2s linear;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
}
a:hover {
color: #ff4081;
text-shadow: 0 1px 0 rgba(255, 197, 88,.1), 0 0 30px rgba(255, 197, 88,.4);
}
.table_header{
font-size:15px;
color: white;
background-color: #4527a0;
transition: all .2s linear;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
}
.table_header:hover {
color: #ff4081;
}
.table_headerLink{
font-size:15px;
color: white;
transition: all .2s linear;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
}
.table_headerLink:hover {
color: #ff4081;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment