`/* CSS for Temporal Regression Theories */ * { box-sizing: border-box; border: 4px solid black; font-size: 16px; line-height: 24px; font-family: "Arial, sans-serif"; font-weight: bold; } body { background-image: linear-gradient(to bottom, hsla(0, 100%, 100%, 0.5), hsla(0, 0, 100%, 1)); background-size: 100% 100%; background-clip: border-box; border: 4px solid black; padding: 16px; } h1 { color: #FFD700; font-size: 32px; text-align: center; text-shadow: 0 0 10px black; } h2 { color: #FF69B4; font-size: 24px; text-align: center; text-shadow: 0 0 10px black; } h3 { color: #FFC0D3; font-size: 18px; text-align: center; text-shadow: 0 0 10px black; } p { color: #333; text-align: center; margin: 16px 0; padding: 16px; border: 4px solid black; border-radius: 4px; background: hsl(0, 100%, 100%); box-shadow: 0 0 10px black; } a { text-decoration: none; color: #00FF00; background: #000; border: none; padding: 8px 16px; border-radius: 4px; font-weight: bold; text-shadow: 0 0 10px black; cursor: pointer; } a:hover { background: #000; color: #00FF00; border: 4px solid #00FF00; padding: 8px 16px; border-radius: 4px; text-shadow: 0 0 10px #00FF00; } /* Temporal Regression Theories logo */ #logo { background: #000; width: 200px; height: 100px; margin: 0 auto; padding: 16px; border: 4px solid #000; border-radius: 4px; position: relative; top: 20px; left: 20px; background-image: url('https://example.com/pretentious-quantum-flame.png'); background-size: 200px 100px; background-position: center; background-clip: border-box; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } /* Temporal Regression Theories logo on hover */ #logo:hover { background-image: url('https://example.com/pretentious-quantum-flame-hover.png'); background-size: 200px 100px; background-position: center; background-clip: border-box; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } /* Hyperlinks and sublinks */ a, a:hover, a:active, a:focus { text-decoration: none; color: #FFD700; background: #000; border: none; padding: 8px 16px; border-radius: 4px; font-weight: bold; text-shadow: 0 0 10px black; cursor: pointer; } a:hover, a:active, a:focus { background: #000; color: #FFD700; border: 4px solid #FFD700; padding: 8px 16px; border-radius: 4px; text-shadow: 0 0 10px #FFD700; } /* Sublinks */ .sublink { text-decoration: none; color: #FF69B4; background: #000; border: none; padding: 4px 8px; border-radius: 2px; font-size: 14px; font-weight: bold; text-shadow: 0 0 10px #FF69B4; cursor: pointer; display: block; margin: 4px 0; position: relative; bottom: 4px; left: 0; right: 0; z-index: 1; } .sublink:hover, .sublink:active, .sublink:focus { background: #000; color: #FF69B4; border: 4px solid #FF69B4; padding: 4px 8px; border-radius: 2px; text-shadow: 0 0 10px #FF69B4; } /* Temporal Regression Theories sublinks */ .sublink:hover, .sublink:active, .sublink:focus { background: #000; color: #FF69B4; border: 4px solid #FF69B4; padding: 4px 8px; border-radius: 2px; text-shadow: 0 0 10px #FF69B4; } /* Footer */ #footer { background: #000; width: 100%; height: 20px; position: fixed; bottom: 0; left: 0; text-align: center; padding: 4px; border: 4px solid #000; border-radius: 4px; font-size: 14px; font-weight: bold; text-shadow: 0 0 10px #000; z-index: -1; -webkit-box-shadow: 0 0 10px #000; -moz-box-shadow: 0 0 10px #000; box-shadow: 0 0 10px #000; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: none; -moz-perspective: none; perspective: none; -webkit-filter: none; -moz-filter: none; filter: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #footer a { text-decoration: none; color: #FFD700; background: #000; border: none; padding: 4px 8px; border-radius: 2px; font-size: 14px; font-weight: bold; text-shadow: 0 0 10px #FFD700; cursor: pointer; } #footer a:hover, #footer a:active, #footer a:focus { background: #000; color: #FFD700; border: 4px solid #FFD700; padding: 4px 8px; border-radius: 2px; text-shadow: 0 0 10px #FFD700; } /* Temporal Regression Theories footer */ #footer a:active, #footer a:focus { background: #000; color: #FFD700; border: 4px solid #FFD700; padding: 4px 8px; border-radius: 2px; text-shadow: 0 0 10px #FFD700; }