Rev 52 | Rev 60 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
/* discogs image */
.discogs-img {
width: auto;
height: auto;
max-width: 100%;
}
/* Maximum size for thumbnail images */
.tn-image {
max-width: 150px;
max-height: 150px;
}
/* Override Progress Bar Transition Time */
.progress-bar {
transition: width 0.1s ease !important;
}
/* Three additional bigger font sizes */
.display-5 {
font-size: 2.5rem;
font-weight: 300;
line-height: 1.2;
}
.display-6 {
font-size: 1.5rem;
font-weight: 300;
line-height: 1.2;
}
.display-7 {
font-size: 1.25rem;
font-weight: 300;
line-height: 1.2;
}
/* Pagination */
.paginateNav {padding:5px 5px;}
.paginateNav a {padding:3px 3px;color:black;}
.paginateNav a.current {font-weight:bold;text-decoration:underline;color:white;}
/* Images */
.user-img {max-height:45px;}
.wishlist-img {max-height:3em;}
/* Buttons */
.btn-search {font-size:25px;}
.btn-youtube {color:red;font-size:32px;vertical-align: middle;}
.btn-dismiss {font-size:24px;}
.btn-shop {font-size:20px;}
.btn-wishlist {font-size:1.5em;}
.btn-wishlist-delete {color:red;}
/* Icons */
.category-icon {font-size:32px;text-shadow:2px 2px 4px #000000;}
.category-icon-silver {color:silver;}
/* Cursor Pointer */
.cursor-pointer {cursor:pointer;}
/* Hide on larger and smaller screens */
@media screen and (max-width: 1199px) {
.hide-large { display: none !important; }
}
/* Hide on medium and smaller screens */
@media screen and (max-width: 991px) {
.hide-medium { display: none !important; }
}
/* Hide on small and extra-small screens */
@media screen and (max-width: 767px) {
.hide-small { display: none !important; }
}
/* Hide on extra-small screens */
@media screen and (max-width: 575px) {
.hide-extra-small { display: none !important; }
}