From c5639ee890215e4e8e0f544821ea8d285ca58eb8 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 13 Sep 2014 22:26:58 +0200 Subject: init --- static/player.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 static/player.css (limited to 'static/player.css') diff --git a/static/player.css b/static/player.css new file mode 100644 index 0000000..3766bc7 --- /dev/null +++ b/static/player.css @@ -0,0 +1,15 @@ +#Player-Page-content{ + position: fixed; + left: 50%; + margin-left: -300px; + top: 50%; + margin-top: -200px; + width: 600px; + height: 400px; + text-align: center; +} + +#Player-Page-head{ + font-size: 120pt; +} + -- cgit v1.2.3