html { background-image: url('http://orig15.deviantart.net/041c/f/2016/047/9/2/sf_news_bg_by_manofxtreme-d9rytlb.jpg'); webkit-background-size: cover; moz-background-size: cover; o-background-size: cover; background-size: cover; background-color: #000000; background-attachment: fixed; font-family: sansation, sans-serif; color: rgba(0,170,76, 1); cursor: default; } a { text-decoration: none; } hr { border: 1px solid rgba(0,170,76, 0.5); } div.window { background: rgba(0,170,76, 0.05); width: 1000px; height: 500px; position: fixed; border: 1px solid #00aa4c; box-shadow: 0 0 50px rgba(0,250,0, 0.2); margin: 0 auto; position: relative; top: 50%; transform: translateY(-50%); } div.newsBox { background: rgba(0,170,76, 0.05); width: 25%; height: 100%; float: left; overflow: auto; } div.descriptionBox { background: rgba(0,170,76, 0); width: 75%; height: 100%; float: right; } div.descriptionText { background: rgba(0,170,76, 0); width: 85%; height: 75%; overflow-y: auto; margin: 0 auto; position: relative; top: 50%; transform: translateY(-50%); } .post { background: rgba(0,170,76, 0.1); width: 100%; margin-top: 20px; cursor: pointer; color: rgba(0,170,76, 0.5); } .latest { box-shadow: 0 0 10px rgba(0,170,76, 0.5); margin-bottom:40px; color: rgba(0,170,76, 1); } ::-webkit-scrollbar { width: 5px; height: 5px; } ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0, 0.8); border-radius: 5px; } ::-webkit-scrollbar-thumb { background: rgba(0,170,76, 0.2); border-radius: 10px; }