summaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index fca47c8..e4730aa 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,3 +1,17 @@
+/* Rules for sizing the icon. */
+.material-icons.md-18 { font-size: 18px; }
+.material-icons.md-24 { font-size: 24px; }
+.material-icons.md-36 { font-size: 36px; }
+.material-icons.md-48 { font-size: 48px; }
+
+/* Rules for using icons as black on a light background. */
+.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
+.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }
+
+/* Rules for using icons as white on a dark background. */
+.material-icons.md-light { color: rgba(255, 255, 255, 1); }
+.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }
+
body {
font-family: 'Roboto';
font-size: 16px;
@@ -49,6 +63,7 @@ ul.scrobbles li {
ul.scrobbles li:hover {
background-color: #E8EAF6;
+ cursor: pointer;
}
ul.scrobbles li img {
@@ -70,6 +85,16 @@ ul.scrobbles li .album {
color: #4f4f4f;
}
+ul.scrobbles .like {
+ margin: 0;
+ padding: 0;
+ margin-left: auto;
+ padding-left: 4px;
+ box-sizing: border-box;
+ min-width: 28px;
+ text-align: right;
+}
+
#center {
height: 100%;
max-width: 1000px;