Subversion Repositories cheapmusic

Rev

Rev 151 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 151 Rev 161
Line 80... Line 80...
80
.wl-img {
80
.wl-img {
81
	min-width: 80px;
81
	min-width: 80px;
82
}
82
}
83
 
83
 
84
.btn-dismiss {
84
.btn-dismiss {
85
	font-size: 24px;
85
	font-size: 1.5rem;
86
}
86
}
87
 
87
 
88
/* Icons */
88
/* Icons */
89
.media-icon {
89
.media-icon {
90
	font-size: 36px;
90
	font-size: 2.25rem;
91
	text-shadow: 2px 2px 4px #000000;
91
	text-shadow: 2px 2px 4px #000000;
92
}
92
}
93
 
93
 
94
.media-icon-silver {
94
.media-icon-silver {
95
	color: silver;
95
	color: silver;
Line 119... Line 119...
119
 
119
 
120
.material-nrm {
120
.material-nrm {
121
    margin-right: -.2em;
121
    margin-right: -.2em;
122
}
122
}
123
 
123
 
124
.material-icons.md-12 { font-size: 12px; }
124
.material-icons.md-12 { font-size: 0.75ren; }
125
.material-icons.md-18 { font-size: 18px; }
125
.material-icons.md-18 { font-size: 1.125rem; }
126
.material-icons.md-24 { font-size: 24px; }
126
.material-icons.md-24 { font-size: 1.5rem; }
127
.material-icons.md-36 { font-size: 36px; }
127
.material-icons.md-36 { font-size: 2.25rem; }
128
.material-icons.md-48 { font-size: 48px; }
128
.material-icons.md-48 { font-size: 3rem; }
129
 
129
 
130
.svg-24 { width:24px; height:24px; }
130
.svg-24 { width:1.5rem; height:1.25rem; }
131
.svg-yt { color:red; width:36px; height:36px; }
131
.svg-yt { color:red; width:2.25rem; height:2.25rem; }
132
 
132
 
133
.hidden-default-btn { width: 0; height: 0; overflow: hidden; }
133
.hidden-default-btn { width: 0; height: 0; overflow: hidden; }
134
 
134
 
135
/* Cursor Pointer */
135
/* Cursor Pointer */
136
.cursor-pointer {
136
.cursor-pointer {
Line 302... Line 302...
302
 
302
 
303
.social-icon-bar a, .social-icon-bar button {
303
.social-icon-bar a, .social-icon-bar button {
304
  text-align: center;
304
  text-align: center;
305
  transition: all 0.3s ease;
305
  transition: all 0.3s ease;
306
  color: white;
306
  color: white;
307
  font-size: 20px;
307
  font-size: 1.25rem;
308
  border-radius: 0;
308
  border-radius: 0;
309
}
309
}
310
 
310
 
311
.social-icon-bar a:hover, .social-icon-bar button:hover {
311
.social-icon-bar a:hover, .social-icon-bar button:hover {
312
  background-color: #000;
312
  background-color: #000;