Subversion Repositories cheapmusic

Rev

Rev 57 | Rev 61 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
43 - 1
/* discogs image */
2
.discogs-img {
3
    width: auto;
4
    height: auto;
5
    max-width: 100%;
1 - 6
}
7
 
8
/* Override Progress Bar Transition Time */
9
.progress-bar {
10
    transition: width 0.1s ease !important;
11
}
12
 
17 - 13
/* Three additional bigger font sizes */
3 - 14
.display-5 {
15
  font-size: 2.5rem;
16
  font-weight: 300;
17
  line-height: 1.2;
18
}
19
.display-6 {
20
  font-size: 1.5rem;
21
  font-weight: 300;
22
  line-height: 1.2;
5 - 23
}
24
 
17 - 25
.display-7 {
26
  font-size: 1.25rem;
27
  font-weight: 300;
28
  line-height: 1.2;
29
}
30
 
43 - 31
/* Pagination */
32
.paginateNav {padding:5px 5px;}
33
.paginateNav a {padding:3px 3px;color:black;}
34
.paginateNav a.current {font-weight:bold;text-decoration:underline;color:white;}
35
 
47 - 36
/* Images */
37
.user-img {max-height:45px;}
38
.wishlist-img {max-height:3em;}
39
 
40
/* Buttons */
41
.btn-search {font-size:25px;}
42
.btn-youtube {color:red;font-size:32px;vertical-align: middle;}
43
.btn-dismiss {font-size:24px;}
44
.btn-shop {font-size:20px;}
45
.btn-wishlist {font-size:1.5em;}
52 - 46
.btn-wishlist-delete {color:red;}
47 - 47
 
48
/* Icons */
49
.category-icon {font-size:32px;text-shadow:2px 2px 4px #000000;}
50
.category-icon-silver {color:silver;}
51
 
52
/* Cursor Pointer */
53
.cursor-pointer {cursor:pointer;}
54
 
17 - 55
/* Hide on larger and smaller screens */
56
@media screen and (max-width: 1199px) {
43 - 57
    .hide-large { display: none !important; }
17 - 58
}
59
 
60
/* Hide on medium and smaller screens */
61
@media screen and (max-width: 991px) {
62
    .hide-medium { display: none !important; }
63
}
64
 
65
/* Hide on small and extra-small screens */
66
@media screen and (max-width: 767px) {
67
    .hide-small { display: none !important; }
68
}
69
 
70
/* Hide on extra-small screens */
71
@media screen and (max-width: 575px) {
72
    .hide-extra-small { display: none !important; }
73
}