/* CSS Stylesheet for Neo-Brutalist Aesthetic */ body { background-color: #f2f2f2; font-family: 'Bebas Neue', sans-serif; font-size: 16px; line-height: 1.5; margin: 0; padding: 0; border: 0; overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: enabled; -o-font-smoothing: enabled; -ms-font-smoothing: enabled; font-smoothing: enabled; -webkit-tap-hold: none; -ms-overflow-x: auto; box-sizing: border-box; width: 100%; height: 100vh; transition: background-color 0.1s; } body::before { content: ""; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background-image: linear-gradient(90deg, #f2f2f2, #f2f2f2); background-size: 100% 100vh; z-index: -1; } h1, h2, h3, h4, h5, h6 { font-family: 'Bebas Neue', sans-serif; font-weight: bold; margin: 0; padding: 0; line-height: 1.5; text-transform: uppercase; letter-spacing: 0.5px; font-size: 2.5rem; text-align: center; color: #ff0000; border-bottom: 4px solid #333; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } h1 { font-size: 4rem; margin-top: 0; margin-bottom: 0; padding: 0 0 20px; border-bottom: 8px solid #333; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.5); } h2 { font-size: 2.5rem; margin-top: 20px; margin-bottom: 0; padding: 0 0 10px; border-bottom: 6px solid #333; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5); } h3 { font-size: 2rem; margin-top: 10px; margin-bottom: 10px; padding: 0 0 5px; border-bottom: 4px solid #333; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.5); } h4, h5, h6 { font-size: 1.5rem; margin-top: 5px; margin-bottom: 5px; padding: 0 0 2px; border-bottom: 2px solid #333; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.5); } p, li, a, span, strong, em { font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; line-height: 1.5; font-weight: normal; color: #000; border-bottom: 2px solid #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.5); margin: 0; padding: 0; transition: background-color 0.1s; } a { text-decoration: none; color: #00ff00; transition: background-color 0.1s; border-bottom: 2px solid #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.5); } a:hover { background-color: #f2f2f2; color: #000; border-color: #f2f2f2; transition: background-color 0.1s; } a:active { background-color: #f2f2f2; color: #000; border-color: #f2f2f2; transition: background-color 0.1s; } a:link { background-color: #f2f2f2; color: #000; border-color: #f2f2f2; transition: background-color 0.1s; } code { background-color: #f2f2f2; color: #000; padding: 0 4px 4px 4px; font-size: 1.2rem; font-family: 'Bebas Neue', sans-serif; border-radius: 2px; border: 1px solid #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.5); transition: background-color 0.1s; } code::before { content: "\A"; display: block; margin: 0 0 4px 0; padding: 0 4px 4px 4px; background-color: #f2f2f2; color: #000; border-radius: 2px; border: 1px solid #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.5); transition: background-color 0.1s; } img { width: 100vw; height: 100vh; margin: 0; padding: 0; border: 0; object-fit: cover; background-size: 100% 100vh; background-position: center; transition: background-color 0.1s; } img:hover { background-color: #f2f2f2; transition: background-color 0.1s; } img:active { background-color: #f2f2f2; transition: background-color 0.1s; } img:link { background-color: #f2f2f2; transition: background-color 0.1s; } /* Global Variables */ body::-webkit-input-placeholder { font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; line-height: 1.5; color: #000; background-color: #f2f2f2; border: 0; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.5); transition: background-color 0.1s; } body:-moz-placeholder { font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; line-height: 1.5; color: #000; background-color: #f2f2f2; border: 0; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.5); transition: background-color 0.1s; } body:-ms-input-placeholder { font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; line-height: 1.5; color: #000; background-color: #f2f2f2; border: 0; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.5); transition: background-color 0.1s; } body::-moz-focus-inner { font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; line-height: 1.5; color: #000; background-color: #f2f2f2; border: 0; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.5); transition: background-color 0.1s; } body:root { background-image: linear-gradient(90deg, #f2f2f2, #f2f2f2); background-size: 100% 100vh; background-position: center; background-attachment: fixed; background-origin: padding-box; transition: background-color 0.1s; } /* Media Queries */ @media only screen and (min-width: 600px) { body { width: 100%; height: 100vh; } h1 { font-size: 4rem; margin-top: 0; margin-bottom: 0; padding: 0 0 20px; border-bottom: 8px solid #333; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.5); } h2 { font-size: 2.5rem; margin-top: 20px; margin-bottom: 0; padding: 0 0 10px; border-bottom: 6px solid #333; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5); } h3 { font-size: 2.2rem; margin-top: 10px; margin-bottom: 10px; padding: 0 0 5px; border-bottom: 4px solid #333; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.5); } h4, h5, h6 { font-size: 1.8rem; margin-top: 5px; margin-bottom: 5px; padding: 0 0 2px; border-bottom: 2px solid #333; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.5); } p, li, a, span, strong, em { font-size: 1.5rem; line-height: 1.5; font-weight: normal; color: #000; border-bottom: 2px solid #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.5); } a { text-decoration: none; color: #00ff00; transition: background-color 0.1s; } img { width: 100vw; height: 100vh; } code { background-color: #f2f2f2; color: #000; } } @media only screen and (max-width: 599px) { body { width: 100vw; height: 100vh; } h1 { font-size: 3.2rem; } h2 { font-size: 2rem; } h3 { font-size: 1.8rem; } h4, h5, h6 { font-size: 1.4rem; } p, li, a, span, strong, em { font-size: 1.2rem; } a { text-decoration: none; } img { width: 100vw; height: 100vh; } code { background-color: #f2f2f2; } } /* Subpage Styles */ body.subpage { background-image: linear-gradient(90deg, #ff0000, #00ff00); background-size: 100% 100vh; background-position: center; background-attachment: fixed; background-origin: padding-box; transition: background-color 0.1s; background-color: #f2f2f2; border: 1px solid #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.5); } .subpage:after { content: ""; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background-image: linear-gradient(90deg, #ff0000, #00ff00); background-size: 100% 100vh; background-position: center; background-attachment: fixed; background-origin: padding-box; z-index: -1; } .subpage .container { max-width: 800px; margin: 20px auto; padding: 20px; background-color: #f2f2f2; border: 1px solid #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.5); } .subpage .container::after { content: ""; display: block; position: relative; top: 0; left: 0; width: 100%; height: 100vh; background-image: linear-gradient(90deg, #ff0000, #00ff00); background-size: 100% 100vh; background-position: center; background-attachment: fixed; background-origin: padding-box; z-index: -1; } .subpage a { text-decoration: none; color: #00ff00; transition: background-color 0.1s; border-bottom: 2px solid #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.5); } .subpage a:hover { background-color: #f2f2f2; color: #000; border-color: #f2f2f2; transition: background-color 0.1s; } .subpage a:active { background-color: #f2f2f2; color: #000; border-color: #f2f2f2; transition: background-color 0.1s; } .subpage a:link { background-color: #f2f2f2; color: #000; border-color: #f2f2f2; transition: background-color 0.1s; } /* Responsive Styles */ body.responsive { width: 100%; height: 100vh; background-image: linear-gradient(90deg, #f2f2f2, #f2f2f2); background-size: 100% 100vh; background-position: center; background-attachment: fixed; background-origin: padding-box; transition: background-color 0.1s; background-color: #f2f2f2; border: 1px solid #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.5); } .responsive .container { max-width: 800px; margin: 20px auto; padding: 20px; background-color: #f2f2f2; border: 1px solid #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.5); } .responsive .container::after { content: ""; display: block; position: relative; top: 0; left: 0; width: 100%; height: 100vh; background-image: linear-gradient(90deg, #f2f2f2, #f2f2f2); background-size: 100% 100vh; background-position: center; background-attachment: fixed; background-origin: padding-box; z-index: -1; } .responsive a { text-decoration: none; color: #00ff00; transition: background-color 0.1s; border-bottom: 2px solid #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.5); } .responsive a:hover { background-color: #f2f2f2; color: #000; border-color: #f2f2f2; transition: background-color 0.1s; } .responsive a:active { background-color: #f2f2f2; color: #000; border-color: #f2f2f2; transition: background-color 0.1s; } .responsive a:link { background-color: #f2f2f2; color: #000; border-color: #f2f2f2; transition: background-color 0.1s; } /* Subpage 1 */ body.subpage1 { background-image: linear-gradient(90deg, #00ff00, #ff0000); background-size: 100% 100vh; background-position: center; background-attachment: fixed; background-origin: padding-box; transition: background-color 0.1s; background-color: #f2f2f2; border: 1px solid #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.5); } .subpage1 .container { max-width: 600px; margin: 20px auto; padding: 20px; background-color: #f2f2f2; border: 1px solid #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.5); } .subpage1 .container::after { content: ""; display: block; position: relative; top: 0; left: 0; width: 100%; height: 100vh; background-image: linear-gradient(90deg, #00ff00, #ff0000); background-size: 100% 100vh; background-position: center; background-attachment: fixed; background-origin: padding-box; z-index: -1; } /* ... */