/* ____ _ ______ _ _ | _ \ | | | ____| | | | | |_) | ___ __| |_ _ | |__ | | ___ _ __ ___ ___ _ __ | |_ ___ | _ < / _ \ / _` | | | | | __| | |/ _ \ '_ ` _ \ / _ \ '_ \| __/ __| | |_) | (_) | (_| | |_| | | |____| | __/ | | | | | __/ | | | |_\__ \ |____/ \___/ \__,_|\__, | |______|_|\___|_| |_| |_|\___|_| |_|\__|___/ __/ | |___/ */ nav { width:95%; margin-left:auto; margin-right:auto; z-index:2; top:-8px; position:fixed; padding:10px; height:2.5%; background-color:#333; border:5px solid #333; border-radius:5px; left:1.25%; box-shadow:0px -5px 25px 9px #000000; } body { background-color:#010101; color:#cccccc; font-family:'Trebuchet MS','Verdana',sans-serif; background-image:url('img/background.png'); } article { background-color:#222; border:5px solid #222; border-radius:5px; width:95%; margin:1.5% auto auto auto; padding-right:15px; padding-left:15px; box-shadow:0px 0px 5px 1.5px #005CB9; } div.dropdown { margin-top:5px; display:none; z-index:2; height:auto; background-color:#444; border:3px solid #444; border-radius:3px; width:17%; padding-top:10px; padding-bottom:10px; text-align:center; position:relative; } div.site { height:auto; background-color:#333; border:solid 5px #333; border-radius:5px; padding:25px 25px 0px 25px; margin-bottom:10px; } /* _ _ _ | | (_) | | | | _ _ __ | | _____ | | | | '_ \| |/ / __| | |____| | | | | <\__ \ |______|_|_| |_|_|\_\___/ */ div.dropdown a { margin-left:5px; margin-right:5px; text-decoration:none; bottom:-5px; padding:2px; background-color:#777777; border:2px solid #777777; border-radius:2px; opacity:0.7; } nav a { margin-left:5px; margin-right:5px; text-decoration:none; bottom:-5px; padding:2px; background-color:#777777; border:2px solid #777777; border-radius:2px; opacity:0.7; } a { color:#cccccc; } div.site a { font-size:48px; text-decoration:none; padding:2px; margin-bottom:25px; background-color:#222; border:5px solid #222; border-radius:5px; } /* ______ | ____| | |__ ___ _ __ _ __ ___ ___ | __/ _ \| '__| '_ ` _ \/ __| | | | (_) | | | | | | | \__ \ |_| \___/|_| |_| |_| |_|___/ */ form.register { border:5px solid #09F; border-radius:5px; background-color:#333; margin-left:auto; margin-right:auto; margin-top:10px; margin-bottom:10px; } form.register input { background-color:#999; border:solid 3px #09F; border-radius:3px; margin:15px 15px 15px 15px; opacity:0.8; } /* _______ _ |__ __| | | | | _____ _| |_ | |/ _ \ \/ / __| | | __/> <| |_ |_|\___/_/\_\\__| */ form.register h1 { font-weight:normal; font-size:24px; background-color:#222; border:solid 5px #222; border-radius:5px; margin:10px 25px 25px 10px; width:15%; padding-top:5px; padding-bottom:5px; text-align:center; } /* __ __ _ _ _ | \/ (_) | | | | \ / |_ ___ ___ ___| | | __ _ _ __ ___ ___ _ _ ___ | |\/| | / __|/ __/ _ \ | |/ _` | '_ \ / _ \/ _ \| | | / __| | | | | \__ \ (_| __/ | | (_| | | | | __/ (_) | |_| \__ \ |_| |_|_|___/\___\___|_|_|\__,_|_| |_|\___|\___/ \__,_|___/ */ hr { background-color:#000655; } div.site hr { background-color:#09F; border:double 5px #09F; position:relative; top:25px; border-radius:5px; }