/* CSS Document for Space Prospector: Realtor 20XX Written by Bill Niblock http://www.theinternetvagabond.com */ /*===================================================== Miscellaneous Styles =====================================================*/ .noticket{ position: fixed; top: 50%; left: 15%; font: bold larger; color: red; } body{ background-color: black; } /*===================================================== Header Styles =====================================================*/ .header{ position: fixed; top: 0px; left: 0px; width: 100%; height: 25px; border-bottom: 1px solid rgba(40,40,40,0.75); background-color: rgba(4, 4, 4, 0.75); background: linear-gradient(top, rgba(0,0,0,1) 0%,rgba(40,40,40,0.75) 80%,rgba(60,60,60,0.75) 90%,rgba(40,40,40,0.75) 100%); background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(30,30,30,0.75) 75%,rgba(50,50,50,0.75) 90%,rgba(50,50,50,0.9) 100%); background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(40,40,40,0.75) 80%,rgba(60,60,60,0.75) 90%,rgba(40,40,40,0.75) 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(40,40,40,0.75) 80%,rgba(60,60,60,0.75) 90%,rgba(40,40,40,0.75) 100%); background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(40,40,40,0.75) 80%,rgba(60,60,60,0.75) 90%,rgba(40,40,40,0.75) 100%); } /*===================================================== Header Menu =====================================================*/ .menu_options{ display: inline; float: left; padding: 2px 10px; cursor: pointer; } .header_menu{ display: inline; list-style: none; color: white; } .menu_item{ float: left; padding: 0px 20px; } /*===================================================== Login Menu =====================================================*/ .account_info{ display: inline; float: left; padding: 2px 10px; cursor: pointer; } .header_acct{ display: inline; list-style: none; color: white; } .acct_item{ float: left; padding: 0px 20px; } /*===================================================== Company Icons =====================================================*/ .company_icons{ position: absolute; top: 0px; right: 0px; display: inline; float:left; padding: 2px 0px; cursor: pointer; } .header_icons{ display: inline; list-style: none; color: white; } .icon_item{ float: left; padding: 0px 20px; }