summaryrefslogtreecommitdiff
path: root/static/player.css
blob: 3766bc7cda0db65eb064ab5f615ecd1983ce0954 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;
}