css /* Styles for the robot-butlers subpages */ body { background-color: #ff0000; /* bright red for the boldness of it all */ margin: 0; padding: 0; font-family: "Arial Black", Arial, sans-serif; } h1 { font-size: 24pt; text-align: center; color: #ffffff; /* white on red, because why not? */ border-bottom: 2px solid #333333; } h2 { font-size: 20pt; color: #33ff33; /* lime green for the win */ border-bottom: 4px solid #000000; padding-bottom: 2px; margin-bottom: 2px; } h3 { font-size: 18pt; color: #33cc33; /* a slightly different green for the subpages */ border-bottom: 2px solid #000000; padding-bottom: 2px; margin-bottom: 2px; } a { text-decoration: none; color: #000000; border-bottom: 2px solid #ff0000; text-align: center; } a:hover { color: #000000; text-decoration: underline; border-bottom: 4px solid #ff0000; transition: none; } a:visited { text-decoration: none; color: #000000; border-bottom: 2px solid #ff0000; } p { font-size: 14pt; color: #333333; text-align: center; border-bottom: 1px solid #000000; padding-bottom: 2px; margin-bottom: 2px; } pre { font-size: 14pt; color: #333333; border-bottom: 1px solid #000000; padding: 4px; margin: 4px; background-color: #ff0000; border: 2px solid #000000; border-radius: 2px; box-shadow: 0 0 10px #000000; text-align: left; } code { font-size: 12pt; font-family: "Monospace", "Monobook", sans-serif; background-color: #33cc33; color: #000000; border: 1px solid #ff0000; border-radius: 4px; padding: 2px 4px; margin: 2px 4px; white-space: pre; } table { border-collapse: collapse; border-spacing: 0; border: none; background-color: #33cc33; color: #000000; width: 100%; border-bottom: 1px solid #000000; } th { background-color: #000000; color: #33cc33; border: 2px solid #000000; padding: 2px 4px; margin: 2px 4px; } td { background-color: #33cc33; border: 1px solid #000000; padding: 2px 4px; margin: 2px 4px; } img { border: 1px solid #000000; width: 100px; height: 100px; border-bottom: 2px solid #ff0000; margin: 2px 4px 2px 2px; padding: 2px 4px 2px 2px; background-color: #33cc33; } button { font-size: 12pt; font-family: "Arial Black", Arial, sans-serif; background-color: #ff0000; color: #000000; border: 1px solid #000000; border-radius: 2px; padding: 4px 8px; margin: 2px 4px; cursor: pointer; } button:hover { background-color: #ff0000; border: 1px solid #000000; border-radius: 2px; padding: 4px 8px; margin: 2px 4px; cursor: pointer; transition: none; }