RSS
MediaSilo Support May 11
Users on Hollywood or Enterprise level accounts are now able to customize MediaSilo's weblink page.
Below is the sample css code:
body {background:#000000 url(http://players.mediasilo.com/itvlogo.png) no-repeat; height:100%;}<br /> #title {text-align: left; font-family: Tahoma; font-size: 16px; color: #fff; padding-top: 15px;}<br /> #wrapper {margin-left: auto; margin-right: auto; text-align: center;} <br /> #description p {text-align: left; background-color: #161616; color: #fff; padding: 20px; font-family: helvetica; font-size: 12px; line-height: 1.4em;} <br /> #description p {display: none;} #video {background-color: #fff; padding: 10px; margin-top: 200px; -webkit-border-radius: 10px; -moz-border-radius: 10px;}