Steve's Reckless Endeavors

The Reckless Endeavors

Steve's Reckless Endeavors is a hub for all things reckless and ill-advised. Here, you'll find links to our various subpages:

Disclaimer: Steve's Reckless Endeavors is not responsible for any damages caused by reckless behavior. Please do not attempt to reenact any of the activities described on this site. Seriously, don't do that.

About steves-reckless-endeavors.css: body { background-color: #000; font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 1.5; margin: 0; padding: 0; } h1, h2, h3 { margin: 0; padding: 0; border: 4px solid #666; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); text-align: center; background-color: #000; color: #FF0000; font-weight: bold; font-family: 'Open Sans', sans-serif; font-size: 24px; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; } h1 { font-size: 48px; background-color: #FFC000; border-color: #666; box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); color: #000; padding: 20px; margin: 10px 0 0 0; } h2 { font-size: 24px; background-color: #000; border-color: #666; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); color: #FFC000; padding: 10px; margin: 10px 0 0 0; } h3 { font-size: 18px; background-color: #000; border-color: #666; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); color: #FFC000; padding: 5px; margin: 5px 0 0 0; } body p, li, ul, a { margin: 0; padding: 0; background-color: #000; color: #666; font-family: 'Open Sans', sans-serif; font-size: 18px; line-height: 1.5; } a { color: #000; text-decoration: none; display: block; margin: 10px 0 10px 0; padding: 10px 20px; background-color: #000; border: 1px solid #666; border-radius: 10px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); transition: all 0.3s ease; -webkit-transition: all 0.3s ease; } a:hover { background-color: #666; color: #FF0000; border-color: #000; box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); } body ul li { list-style-type: disc; padding: 0; margin: 0 0 0 20px; } body ul li a { color: #FF0000; text-decoration: none; } body ul li a:hover { color: #000; background-color: #666; border-color: #FF0000; } body ul li a:visited { text-decoration: underline; color: #666; background-color: #000; border-color: #FF0000; } body ul li a:active { color: #000; background-color: #666; border-color: #FF0000; }