/* Styles for BrilliantBloopers */ body { background-color: #FFC0C0; margin: 0; padding: 0; font-family: 'Blopvetica', cursive; font-size: 18px; line-height: 1.2; color: #000; background-image: linear-gradient(90deg, #C0C0C0 0 0, #C0C0C0 100% 0); background-size: 100px 100px; background-position: 0 0; } h1 { font-size: 36px; font-weight: bold; color: #FF0000; text-shadow: 0 0 5px #333; border-bottom: 4px solid #666; margin-bottom: 20px; padding-bottom: 15px; border-radius: 0 0 5px 5px; background-color: #F7F7F7; background-image: linear-gradient(90deg, #C0C0C0 0 0, #C0C0C0 100% 0); background-size: 100px 100px; background-position: 0 0; } h2 { font-size: 24px; color: #666; text-shadow: 0 0 5px #666; border-bottom: 4px solid #000; margin-bottom: 20px; padding-bottom: 15px; border-radius: 0 0 5px 5px; background-color: #F7F7F7; background-image: linear-gradient(90deg, #C0C0C0 0 0, #C0C0C0 100% 0); background-size: 100px 100px; background-position: 0 0; } h3 { font-size: 18px; font-weight: normal; color: #000; text-shadow: 0 0 5px #000; border-bottom: 4px solid #666; margin-bottom: 20px; padding-bottom: 15px; border-radius: 0 0 5px 5px; background-color: #F7F7F7; background-image: linear-gradient(90deg, #C0C0C0 0 0, #C0C0C0 100% 0); background-size: 100px 100px; background-position: 0 0; } a { font-size: 16px; font-weight: bold; color: #666; text-shadow: 0 0 5px #666; text-decoration: underline; border-bottom: 4px solid #000; margin-bottom: 20px; padding-bottom: 15px; border-radius: 0 0 5px 5px; background-color: #F7F7F7; background-image: linear-gradient(90deg, #C0C0C0 0 0, #C0C0C0 100% 0); background-size: 100px 100px; background-position: 0 0; transition: all 0.5s ease-in-out; background-clip: border; text-underline-style: solid; text-underline-position: below; text-underline-color: #000; } a:hover { background-color: #C0C0C0; color: #000; text-decoration: none; text-shadow: none; border-bottom: 4px solid #000; background-image: linear-gradient(90deg, #C0C0C0 0 0, #C0C0C0 100% 0); background-size: 100px 100px; background-position: 0 0; transition: all 0.5s ease-in-out; background-clip: border; text-underline-style: solid; text-underline-position: below; text-underline-color: #000; } /* Add a background image for the logo */ body::before { content: ""; position: absolute; top: 0; left: 0; width: 100px; height: 100px; background-image: url(https://example.com/bloopers-logo.png); background-size: 100px 100px; background-position: 0 0; background-repeat: no-repeat; background-attachment: initial; background-clip: border-box; clip: rect(auto, auto, auto, auto); } /* Add a background image for the logo */ body::after { content: ""; position: absolute; top: 0; left: 0; width: 100px; height: 100px; background-image: url(https://example.com/bloopers-logo.png); background-size: 100px 100px; background-position: 0 0; background-repeat: no-repeat; background-attachment: initial; background-clip: border-box; clip: rect(auto, auto, auto, auto); } /* Make the logo appear on the top left corner of the page */ body::before, body::after { z-index: -1; background-position: 0 0; background-clip: border-box; border: none; border-radius: 0 0 0 0; clip: auto; display: block; margin: 0 0 0 0; opacity: 1; padding: 0 0 0 0; position: absolute; transform: translate(0, 0); will-change: transform; width: 100px; height: 100px; background-size: 100px 100px; background-position: 0 0; background-repeat: no-repeat; background-attachment: initial; background-clip: border-box; clip: rect(auto, auto, auto, auto); } /* Add a background image for the logo on hover */ body:hover::before, body:hover::after { background-image: url(https://example.com/bloopers-logo-hover.png); background-size: 100px 100px; background-position: 0 0; background-repeat: no-repeat; background-attachment: initial; background-clip: border-box; clip: rect(auto, auto, auto, auto); } /* Add a background image for the logo on focus */ body:focus::before, body:focus::after { background-image: url(https://example.com/bloopers-logo-focus.png); background-size: 100px 100px; background-position: 0 0; background-repeat: no-repeat; background-attachment: initial; background-clip: border-box; clip: rect(auto, auto, auto, auto); } /* Make the logo appear on hover and focus */ body:hover::before, body:hover::after, body:focus::before, body:focus::after { z-index: -1; background-position: 0 0; background-clip: border; border: none; border-radius: 0 0 0 0; clip: auto; display: block; margin: 0 0 0 0; opacity: 1; padding: 0 0 0 0; position: absolute; transform: translate(0, 0); will-change: transform; width: 100px; height: 100px; background-size: 100px 100px; background-position: 0 0; background-repeat: no-repeat; background-attachment: initial; background-clip: border-box; clip: rect(auto, auto, auto, auto); } /* Style for the breadcrumb navigation */ .breadcrumb { font-size: 16px; font-weight: bold; color: #666; text-shadow: 0 0 5px #666; border-bottom: 4px solid #000; margin-bottom: 20px; padding-bottom: 15px; border-radius: 0 0 5px 5px; background-color: #F7F7F7; background-image: linear-gradient(90deg, #C0C0C0 0 0, #C0C0C0 100% 0); background-size: 100px 100px; background-position: 0 0; display: flex; flex-flow: row; flex-wrap: wrap; justify-content: left; align-items: flex-start; list-style: none; padding: 0 10px 10px 0; margin: 0; border: none; border-radius: 0 0 5px 5px; list-style-type: none; padding: 0; position: relative; width: 100%; background-clip: border-box; clip: rect(auto, auto, auto, auto); } .breadcrumb a { font-size: 16px; font-weight: normal; color: #666; text-decoration: none; text-shadow: 0 0 5px #666; border-bottom: 4px solid #000; margin-bottom: 20px; padding-bottom: 15px; border-radius: 0 0 5px 5px; background-color: #F7F7F7; background-image: linear-gradient(90deg, #C0C0C0 0 0, #C0C0C0 100% 0); background-size: 100px 100px; background-position: 0 0; background-repeat: no-repeat; background-attachment: initial; background-clip: border-box; clip: rect(auto, auto, auto, auto); transition: all 0.5s ease-in-out; background-clip: border; text-underline-style: solid; text-underline-position: below; text-underline-color: #000; } .breadcrumb a:hover { background-color: #C0C0C0; color: #000; text-decoration: none; text-shadow: none; border-bottom: 4px solid #000; background-image: linear-gradient(90deg, #C0C0C0 0 0, #C0C0C0 100% 0); background-size: 100px 100px; background-position: 0 0; background-repeat: no-repeat; background-attachment: initial; background-clip: border-box; clip: rect(auto, auto, auto, auto); } .breadcrumb a:active { background-color: #C0C0C0; color: #000; text-decoration: none; text-shadow: none; border-bottom: 4px solid #000; background-image: linear-gradient(90deg, #C0C0C0 0 0, #C0C0C0 100% 0); background-size: 100px 100px; background-position: 0 0; background-repeat: no-repeat; background-attachment: initial; background-clip: border-box; clip: rect(auto, auto, auto, auto); } /* Style for the breadcrumb navigation item highlight */ .breadcrumb-item { font-size: 16px; font-weight: bold; color: #000; text-shadow: 0 0 5px #000; border-bottom: 4px solid #000; margin-bottom: 20px; padding-bottom: 15px; border-radius: 0 0 5px 5px; background-color: #F7F7F7; background-image: linear-gradient(90deg, #C0C0C0 0 0, #C0C0C0 100% 0); background-size: 100px 100px; background-position: 0 0; background-repeat: no-repeat; background-attachment: initial; background-clip: border-box; clip: rect(auto, auto, auto, auto); transition: all 0.5s ease-in-out; background-clip: border; text-underline-style: solid; text-underline-position: below; text-underline-color: #000; } .breadcrumb-item::before { content: "\2039"; font-size: 16px; font-weight: normal; color: #666; text-decoration: none; text-shadow: 0 0 5px #666; border-bottom: 4px solid #000; margin-bottom: 20px; padding-bottom: 15px; border-radius: 0 0 5px 5px; background-color: #F7F7F7; background-image: linear-gradient(90deg, #C0C0C0 0 0, #C0C0C0 100% 0); background-size: 100px 100px; background-position: 0 0; background-repeat: no-repeat; background-attachment: initial; background-clip: border-box; clip: rect(auto, auto, auto, auto); position: absolute; top: 0; right: -20px; font-weight: normal; } .breadcrumb-item:hover { background-color: #C0C0C0; color: #000; text-decoration: none; text-shadow: none; border-bottom: 4px solid #000; background-image: linear-gradient(90deg, #C0C0C0 0 0, #C0C0C0 100% 0); background-size: 100px 100px; background-position: 0 0; background-repeat: no-repeat; background-attachment: initial; background-clip: border-box; clip: rect(auto, auto, auto, auto); } /* Style for the main content */ .main { font-size: 18px; font-weight: bold; color: #000; text-shadow: 0 0 5px #000; border-bottom: 4px solid #000; margin-bottom: 20px; padding-bottom: 15px; border-radius: 0 0 5px 5px; background-color: #F7F7F7; background-image: linear-gradient(90deg, #C0C0C0 0 0, #C0C0C0 100% 0); background-size: 100px 100px; background-position: 0 0; background-repeat: no-repeat; background-attachment: initial; background-clip: border-box; clip: rect(auto, auto, auto, auto); width: 100%; max-width: 100%; padding: 20px; margin: 20px; box-sizing: border-box; display: block; position: relative; background-clip: border-box; clip: rect(auto, auto, auto, auto); } .main p { font-size: 16px; font-weight: normal; color: #000; text-shadow: 0 0 5px #000; border-bottom: 4px solid #000; margin-bottom: 20px; padding-bottom: 15px; border-radius: 0 0 5px 5px; background-color: #F7F7F7; background-image: linear-gradient(90deg, #C0C0C0 0 0, #C0C0C0 100% 0); background-size: 100px 100px; background-position: 0 0; background-repeat: no-repeat; background-attachment: initial; background-clip: border-box; clip: rect(auto, auto, auto, auto); width: 80%; max-width: 80%; margin: 0 0 0 0; padding: 0 0 0 0; box-sizing: border-box; display: inline-block; position: relative; background-clip: border-box; clip: rect(auto, auto, auto, auto); } /* Style for the main content heading */ .main h1 { font-size: 24px; font-weight: bold; color: #FF0000; text-shadow: 0 0 5px #000; border-bottom: 4px solid #000; margin-bottom: 20px; padding-bottom: 15px; border-radius: 0 0 5px 5px; background-color: #F7F7F7; background-image: linear-gradient(90deg, #C0C0C0 0 0, #C0C0C0 100% 0); background-size: 100px 100px; background-position: 0 0; background-repeat: no-repeat; background-attachment: initial; background-clip: border-box; clip: rect(auto, auto, auto, auto); width: 80%; max-width: 80%; margin: 0 0 10px 0; padding: 0 0 10px 0; box-sizing: border-box; display: inline-block; position: relative; background-clip: border-box; clip: rect(auto, auto, auto, auto); } /* Style for the main content subheading */ .main h2 { font-size: 18px; font-weight: normal; color: #000; text-shadow: 0 0 5px #000; border-bottom: 4px solid #000; margin-bottom: 20px; padding-bottom: 15px; border-radius: 0 0 5px 5px; background-color: #F7F7F7; background-image: linear-gradient(90deg, #C0C0C0 0 0, #C0C0C0 100% 0); background-size: 100px 100px; background-position: 0 0; background-repeat: no-repeat; background-attachment: initial; background-clip: border-box; clip: rect(auto, auto, auto, auto); width: 80%; max-width: 80%; margin: 0 0 0 0; padding: 0 0 0 0; box-sizing: border-box; display: inline-block; position: relative; background-clip: border-box; clip: rect(auto, auto, auto, auto); } /* Style for the main content subsubheading */ .main h3 { font-size: 16px; font-weight: normal; color: #000; text-shadow: 0 0 5px #000; border-bottom: 4px solid #000; margin-bottom: 20px; padding-bottom: 15px; border-radius: 0 0 5px 5px; background-color: #F7F7F7; background-image: linear-gradient(90deg, #C0C0C0 0 0, #C0C0C0 100% 0); background-size: 100px 100px; background-position: 0 0; background-repeat: no-repeat; background-attachment: initial; background-clip: border-box; clip: rect(auto, auto, auto, auto); width: 60%; max-width: 60%; margin: 0 0 10px 0; padding: 0 0 10px 0; box-sizing: border-box; display: inline-block; position: relative; background-clip: border-box; clip: rect(auto, auto, auto, auto); } /* Style for the main content subsubsubheading */ .main h4 { font-size: 14px; font-weight: normal; color: #000; text-shadow: 0 0 5px #000; border-bottom: 4px solid #000; margin-bottom: 20px; padding-bottom: 15px; border-radius: 0 0 5px 5px; background-color: #F7F7F7; background-image: linear-gradient(90deg, #C0C0C0 0 0, #C0C0C0 100% 0); background-size: 100px 100px; background-position: 0 0; background-repeat: no-repeat; background-attachment: initial; background-clip: border-box; clip: rect(auto, auto, auto, auto); width: 50%; max-width: 50%; margin: 0 0 10px 0; padding: 0 0 10px 0; box-sizing: border-box; display: inline-block; position: relative; background-clip: border-box; clip: rect(auto, auto, auto, auto); } /* Style for the main content image */ .main img { width: 100%; height: 100%; object-fit: cover; object-position: center; background-size: contain; background-clip: border-box; clip: rect(auto, auto, auto, auto); } /* Style for the main content link */ .main a { font-size: 16px; font-weight: bold; color: #000; text-shadow: 0 0 5px #000; border-bottom: 4px solid #000; margin-bottom: 20px; padding-bottom: 15px; border-radius: 0 0 5px 5px; background-color: #F7F7F7; background-image: linear-gradient(90deg, #C0C0C0 0 0, #C0C0C0 100% 0); background-size: 100px 100px; background-position: 0 0; background-repeat: no-repeat; background-attachment: initial; background-clip: border-box; clip: rect(auto, auto, auto, auto); width: 80%; max-width: 80%; margin: 0 0 20px 0; padding: 0 0 20px 0; box-sizing: border-box; display: inline-block; position: relative; background-clip: border-box; clip: rect(auto, auto, auto, auto); } /* Style for the main content button */ .main button { font-size: 16px; font-weight: bold; color: #000; text-shadow: 0 0 5px #000; border-bottom: 4px solid #000; margin-bottom: 20px; padding-bottom: 15px; border-radius: 0 0 5px 5px; background-color: #F7F7F7; background-image: linear-gradient(90deg, #C0C0C0 0 0, #C0C0C0 100% 0); background-size: 100px 100px; background-position: 0 0; background-repeat: no-repeat; background-attachment: initial; background-clip: border-box; clip: rect(auto, auto, auto, auto); width: 80%; max-width: 80%; margin: 0 0 20px 0; padding: 0 0 20px 0; box-sizing: border-box; display: inline-block; position: relative; background-clip: border-box; clip: rect(auto, auto, auto, auto); border: 4px solid #666; background-clip: border; transition: all 0.5s ease-in-out; background-clip: border; border-image: none; } .main button:hover { background-color: #C0C0C0; color: #000; text-decoration: none; text-shadow: none; border-bottom: 4px solid #000; background-image: linear-gradient(90deg, #C0C0C0 0 0, #C0C0C0 100% 0); background-size: 100px 100px; background-position: 0 0; background-repeat: no-repeat; background-attachment: initial; background-clip: border-box; clip: rect(auto, auto, auto, auto); } .main button:active { background-color: #C0C0C0; color: #000; text-decoration: none; text-shadow: none; border-bottom: 4px solid #000; background-image: linear-gradient(90deg, #C0C0C0 0 0, #C0C0C0 100% 0); background-size: 100px 100px; background-position: 0 0; background-repeat: no-repeat; background-attachment: initial; background-clip: border-box; clip: rect(auto, auto, auto, auto); }