site_showplaylist.css
1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 14.08.2014, 12:04:36
Author : neumann
*/
body {
/* max-width: 720px;
max-height: 1280px;*/
height:100%;
width:100%;
/* min-width: 320px;
min-height: 480px;*/
min-width: 240px;
min-height: 320px;
margin: 0px;
padding: 0px;
}
.ancplaylist-site_showplaylist {
/*display: table;*/
}
.ancplaylist-site_showplaylist > div {
/*display: table-row;*/
width:100%;
}
.ancplaylist-site_showplaylist > .ncheader {
height:50px;
}
.ancplaylist-site_showplaylist > .ncheader > a > img {
width:30%;
/*height:40px;*/
float: right;
margin: 5px;
}
.ancplaylist-site_showplaylist > .nccontent {
margin:0;
padding:0;
}
.ancplaylist-site_showplaylist > .nccontent > .ncimage {
text-align: center;
margin:0;
padding:0;
}
.ancplaylist-site_showplaylist > .nccontent > .ncimage > img {
/*width:100%;*/
margin:0;
padding:0;
}
.ancplaylist-site_showplaylist > .ncmenu {
position:absolute;
bottom:0;
/* height:60px;*/
height:10%;
}
.ancplaylist-site_showplaylist > .ncmenu * div {
width:49%;
background-color: #5EBD00;
/*height:60px;*/
text-align: center;
height:100%;
}
.ancplaylist-site_showplaylist > .ncmenu * .ncleft {
float : left;
}
.ancplaylist-site_showplaylist > .ncmenu * .ncright {
float: right;
}
.ancplaylist-site_showplaylist > .ncmenu * div > img {
/* height: 40px;*/
padding-top: 5%;
padding-bottom: auto;
height:70%;
display:inline-block;
}