site_showplaylist.css 1.55 KB
/*
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;
	
}