MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 315: Line 315:
.book-listing {
.book-listing {
     flex: 0 1 300px;
     flex: 0 1 300px;
}
.book-listing .book-cover a img {
    transition: transform linear .2s, filter linear .2s;
}
}


Line 320: Line 324:
     transform: scale(1.025);
     transform: scale(1.025);
     filter: drop-shadow(0px 3px 6px lightgray);
     filter: drop-shadow(0px 3px 6px lightgray);
    transition: linear .2s;
}
}


Line 474: Line 477:
     padding: .5em;
     padding: .5em;
     text-align: center;
     text-align: center;
}
.button-object a {
    transition: background linear .1s;
}
}


.button-object a:hover {
.button-object a:hover {
     background: #c7c7c7;
     background: #c7c7c7;
    transition: linear .1s;
}
}