Subversion Repositories cheapmusic

Rev

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