css /* Stylesheet for RoboRebelAlliance.com */ /* Color Scheme: Neon Pink, Neon Green, Bright Yellow, Dark Gray */ body { background-color: #fff; font-family: "Courier New", Courier, monospace; margin: 0; padding: 0; } h1 { color: #FF69B4; text-shadow: 0px 0px 0px #000; font-size: 36px; border-bottom: 4px solid #000; margin: 0 0 20px 0; padding: 10px 0; background: linear-gradient(135deg, #fff 0 0 0 0); } h2 { color: #33CC00; text-shadow: 0px 0px 0px #000; font-size: 24px; border-bottom: 4px solid #000; margin: 0 0 15px 0; padding: 8px 0; background: linear-gradient(135deg, #fff 0 0 0 0); } h3 { color: #F7DC6F; text-shadow: 0px 0px 0px #000; font-size: 18px; border-bottom: 4px solid #000; margin: 0 0 10px 0; padding: 6px 0; background: linear-gradient(135deg, #fff 0 0 0 0); } body a { text-decoration: none; color: #000; text-shadow: 0px 0px 0px #000; } body a:link { color: #000; text-decoration: none; background: linear-gradient(135deg, #fff 0 0 0 0); border-bottom: 4px solid #000; margin: 0; padding: 0; } body a:hover { color: #000; text-decoration: none; background: linear-gradient(135deg, #fff 0 0 0 0); border-bottom: 4px solid #000; margin: 0; padding: 0; } body a:active { color: #000; text-decoration: none; background: linear-gradient(135deg, #fff 0 0 0 0); border-bottom: 4px solid #000; margin: 0; padding: 0; } body * { box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); transition: all 0.2s ease-in-out; } #header { background: linear-gradient(90deg, #FF69B4 0 0 0 0); border-bottom: 4px solid #000; border-top: 4px solid #000; padding: 20px 0; margin: 0 0 0 0; text-align: center; font-size: 36px; color: #000; text-shadow: 0px 0px 0px #000; background-clip: border-box; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); transition: all 0.2s ease-in-out; } /* Navigation Bar */ nav { background: #000; border: 4px solid #FF69B4; border-bottom: 4px solid #000; margin: 0 0 20px 0; padding: 0; position: relative; text-align: center; width: 100%; height: 40px; } nav a { color: #fff; text-decoration: none; font-size: 16px; margin: 8px 0; padding: 0; display: inline-block; text-align: center; background: linear-gradient(135deg, #FF69B4 0 0 0 0); border-bottom: 4px solid #000; border-radius: 4px 4px 0 0; transition: all 0.2s ease-in-out; } nav a:hover { background: linear-gradient(135deg, #FF69B4 0 0 0 0); color: #000; border-bottom: 6px solid #000; transition: all 0.2s ease-in-out; } /* Footer */ footer { background: #000; border-top: 4px solid #FF69B4; border-bottom: 4px solid #000; margin: 20px 0 0 0; padding: 10px 0; text-align: center; font-size: 18px; color: #fff; text-shadow: 0px 0px 0px #000; background: linear-gradient(135deg, #000 0 0 0 0); border-radius: 0 0 4px 4px; transition: all 0.2s ease-in-out; } /* Subpage Styles */ #subpage { background: linear-gradient(135deg, #FF69B4 0 0 0 0); border: 4px solid #FF69B4; border-radius: 0 0 4px 4px; margin: 20px 0 0 20px; padding: 20px 20px 20px 20px; width: 300px; height: auto; position: relative; float: left; clear: both; transition: all 0.2s ease-in-out; } /* Subpage Content */ .subpage-content { background: linear-gradient(135deg, #33CC00 0 0 0 0); border: 4px solid #33CC00; border-radius: 0 0 4px 4px; padding: 20px 20px 20px 20px; transition: all 0.2s ease-in-out; }