body{ background-color: black; color: white; padding: 0; margin: 0; font-family:"Open Sans",Helvetica,Tahoma,Arial,sans-serif; } img{ border: none; } /*/ SELECTION COLOR /*/ ::-moz-selection { background-color: #FFBAD2; color: #FFF; } ::selection { background-color: #FFBAD2; color: #FFF; } /*/ CUSTOM SCROLLBAR /*/ ::-webkit-scrollbar { width: 12px; } ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background: rgba(122,228,255,0.4); } ::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,204,255,0.5); background: rgba(0,204,255,0.4); } ::-webkit-scrollbar-corner{ background: rgba(0,204,255,0.4); } /* FONT */ @font-face{ font-family: Equestria; src: url('CelestiaMediumRedux.ttf'); } /*/ CONTAINERS /*/ .headcontain{ position: absolute; top: 0; left: 0; right: 0; height: 40px; background-color: #383838; padding: 5px; } #headlogo{ height: 40px; float: left; } #cdcontainer{ display: inline-block; float: right; font-family: Equestria; } #hidebtn{ float: right; display: inline-block; clear: right; color: #AFAFAF; text-decoration: none; } #hidebtn:hover{ text-decoration: underline; } .headmessage{ font-family: Equestria; color: orange; font-weight: bold; } .mastercontain{ position: absolute; top: 50px; bottom: 50px; left: 0; right: 0; overflow: hidden; } .mastercontain .stream{ position: absolute; left: 0; top: 0; right: 500px; transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; bottom: 0; z-index: 5; } .mastercontain .stream iframe{ border: 0px none transparent; z-index: 6; width: 100%; height: 100%; border: none; } .mastercontain .chat{ position: absolute; z-index: 3; right: 0; top: 0; bottom: 0; width: 500px; } .mastercontain .chat iframe{ width: 100%; height: 100%; border: none; } .footercontain{ height: 40px; position: absolute; bottom: 0; left: 0; right: 0; background-color: #383838; padding: 5px; } .buttons{ font-family: Equestria; display: inline-block; float: left; } .gobutton { height: 40px; display: inline-block; float: left; color: #fff; padding: 0 10px; line-height: 40px; text-decoration: none; transition: background-color 0.1s linear; -webkit-transition: background-color 0.1s linear; -moz-transition: background-color 0.1s linear; } .gobutton.selected, .gobutton:hover { background-color: #464646; } .currentstream{ position: absolute; left: 50%; top: 2px; text-align: center; font-family: Equestria; } .currentstream div{ position: relative; right: 50%; } .currentstream .toprow{ float: left; } .currentstream #streamerlink{ clear: both; float: left; width: 100%; color: white; }