prettier player window,
[wolnelektury.git] / wolnelektury / static / css / player.css
diff --git a/wolnelektury/static/css/player.css b/wolnelektury/static/css/player.css
new file mode 100644 (file)
index 0000000..c449803
--- /dev/null
@@ -0,0 +1,17 @@
+#player h1 {
+       font-size: 2em;
+       margin: .5em;
+}
+
+.player-info {
+       margin: 1em;
+}
+
+
+.play {
+       cursor: pointer;
+}
+
+.play:hover {
+       color: #0D7E85;
+}