Skip to content

Instantly share code, notes, and snippets.

@lad1337
Created April 4, 2012 11:26
Show Gist options
  • Save lad1337/2300458 to your computer and use it in GitHub Desktop.
Save lad1337/2300458 to your computer and use it in GitHub Desktop.
xbmc default webserver (second) fullscreen mod
body{
background: #000;
}
#header{
display: none;
}
#footerPopover{
height: 100%;
background: #000;
opacity: 1;
}
#playbackControls span{
display: none !important;
}
#nowPlayingPanel{
width: 100%;
height: 100%;
}
#videoCoverArt img{
height: auto;
width: 40%;
}
#audioTrackTitle, #videoTitle{
width: auto;
font-size: 55px;
}
#audioDuration, #videoDuration{
font-size: 78px;
}
body{
background: #000;
}
#header{
display: none;
}
#footerPopover{
height: 100%;
background: #000;
opacity: 1;
}
#playbackControls span{
display: none !important;
}
#nowPlayingPanel{
width: 100%;
height: 100%;
}
#videoCoverArt img{
height: auto;
width: 40%;
}
#audioArtistTitle, #videoShowTitle{
font-size:45px
}
#audioTrackTitle, #videoTitle{
width: auto;
font-size: 55px;
}
#playbackControls{
width: 59%;
position: relative;
height: 200px;
margin-left: 41%;
}
#progressBar{
background: #fff;
height: 30px;
background:
white;
height: 30px;
position: absolute;
bottom: 0;
width: 100%;
}
#progressBar .elapsedTime{
background: gray;
height: 30px;
min-width: 3%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment