diff options
| author | root | 2014-09-13 22:26:58 +0200 |
|---|---|---|
| committer | root | 2014-09-13 22:26:58 +0200 |
| commit | c5639ee890215e4e8e0f544821ea8d285ca58eb8 (patch) | |
| tree | 29f685943c61c4d7ec0e376e485686e985b97065 /static/player.css | |
| parent | f8c60cae423fc78ed21d17a9217716ccc1e6dab1 (diff) | |
| download | video-dl-c5639ee890215e4e8e0f544821ea8d285ca58eb8.tar.gz | |
init
Diffstat (limited to 'static/player.css')
| -rw-r--r-- | static/player.css | 15 |
1 files changed, 15 insertions, 0 deletions
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; +} + |
