css /* Styles for the office space phase 1 */ body { background-color: #000; color: #fff; font-family: 'Bangers', cursive; } h1 { font-size: 24pt; border-bottom: 4px solid #000; margin: 0 0 16pt 0; padding-bottom: 4pt; color: #0f0; text-shadow: 0 0 10px #000; } h2 { font-size: 16pt; border-bottom: 4px solid #000; margin: 0 0 8pt 0; padding-bottom: 4px; color: #ff0; text-shadow: 0 0 10px #000; } h3 { font-size: 12pt; border-bottom: 4px solid #000; margin: 0 0 4pt 0; padding-bottom: 4px; color: #0ff; text-shadow: 0 0 10px #000; } p { margin: 8pt 0 0 0; padding: 0 0 8pt 0; font-size: 10pt; color: #0f0; text-shadow: 0 0 10px #000; } a { text-decoration: none; color: #fff; font-weight: bold; text-shadow: 0 0 10px #000; } a:hover { text-decoration: none; color: #0f0; text-shadow: 0 0 10px #000; } a:visited { text-decoration: none; color: #fff; text-shadow: 0 0 10px #000; } #header { position: relative; width: 100%; height: 32pt; background-color: #000; color: #fff; padding: 4pt; border-bottom: 4px solid #000; text-align: center; font-size: 16pt; text-shadow: 0 0 10px #000; } #header h1 { font-size: 20pt; margin: 0 0 8pt 0; padding-top: 4pt; border-bottom: 4px solid #000; } /* Subpages for the office space phase 1 (links to subpages) */ #subpages { position: relative; width: 100%; margin: 0 0 16pt 0; padding: 4pt; border-bottom: 4px solid #000; list-style: none; padding: 0; margin: 0; border: none; overflow: hidden; list-style-position: inside; } #subpages a { color: #0f0; text-shadow: 0 0 10px #000; text-decoration: none; display: inline-block; width: 100pt; height: 16pt; margin: 0 4pt 0 0; padding: 0; background-image: linear-gradient(90deg, #0ff, #0f0); background-size: 100% 100%; background-clip: border; border: 2px solid #000; } #subpages a:hover { text-decoration: none; background-image: linear-gradient(90deg, #f00, #0f0); color: #fff; border: 2px solid #fff; } /* Subpage content for /subpages/office-space/phase-1/style.css */ #subpages li { position: relative; width: 100%; margin: 0 4pt 0 0; padding: 0; background-color: #000; list-style: none; list-style-position: inside; padding: 4pt; border-bottom: 4px solid #000; text-shadow: 0 0 10px #000; } #subpages li a:visited { text-decoration: none; color: #000; text-shadow: 0 0 10px #000; background-image: linear-gradient(90deg, #f00, #0f0); background-size: 100% 100%; background-clip: border; border: 2px solid #000; padding: 0 4pt 0 0; margin: 0 4pt 0 0; } /* End of styles for the office space phase 1 */