Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
CircleHunter (talk | contribs) |
CircleHunter (talk | contribs) |
||
(58 intermediate revisions by the same user not shown) | |||
Line 85: | Line 85: | ||
.infobox { | .infobox { | ||
float: right; | float: right; | ||
− | width: | + | width: 350px; |
padding: 5px; | padding: 5px; | ||
border-spacing: 0px; | border-spacing: 0px; | ||
Line 96: | Line 96: | ||
-o-border-radius: 20px; | -o-border-radius: 20px; | ||
font-family: arial,sans-serif; | font-family: arial,sans-serif; | ||
− | font-size: | + | font-size: 12px; |
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
background-color: #271e39; | background-color: #271e39; | ||
Line 150: | Line 150: | ||
background-color: #0E0B14; | background-color: #0E0B14; | ||
border: 0px solid #271E39; | border: 0px solid #271E39; | ||
− | border-bottom-right-radius: | + | border-bottom-right-radius: 0px; |
− | border-bottom-left-radius: | + | border-bottom-left-radius: 0px; |
margin-top: 1em; | margin-top: 1em; | ||
} | } | ||
Line 167: | Line 167: | ||
.infobox tr { | .infobox tr { | ||
display: block; | display: block; | ||
− | border- | + | border-bottom: 2px solid #271E39; |
} | } | ||
Line 175: | Line 175: | ||
margin-top: 10px; | margin-top: 10px; | ||
font-size: 0.5em; | font-size: 0.5em; | ||
+ | } | ||
+ | |||
+ | .vidinfonav { | ||
+ | background-color: #0e0b14; | ||
+ | border-top-left-radius: 0px; | ||
+ | border-top-right-radius: 0px; | ||
+ | border-bottom-right-radius: 15px; | ||
+ | border-bottom-left-radius: 15px; | ||
+ | overflow: auto; | ||
+ | margin-top: 0em; | ||
+ | padding: 0 0.7em 0 0.7em; | ||
+ | } | ||
+ | |||
+ | .prevvidtop p { | ||
+ | width: 45%; | ||
+ | float: left; | ||
+ | text-align: center; | ||
+ | font-weight: bold; | ||
+ | padding-top: 0em; | ||
+ | margin-right: 1%; | ||
+ | word-break: break-all; | ||
+ | word-break: break-word; | ||
+ | } | ||
+ | |||
+ | .nextvidtop p { | ||
+ | width: 45%; | ||
+ | float: right; | ||
+ | text-align: center; | ||
+ | font-weight: bold; | ||
+ | padding-top: 0em; | ||
+ | margin-left: 1%; | ||
+ | word-break: break-all; | ||
+ | word-break: break-word; | ||
+ | } | ||
+ | |||
+ | .prevvid p { | ||
+ | width: 45%; | ||
+ | float: left; | ||
+ | text-align: center; | ||
+ | padding-top: 0.5em; | ||
+ | word-break: break-all; | ||
+ | word-break: break-word; | ||
+ | } | ||
+ | |||
+ | .nextvid p { | ||
+ | width: 45%; | ||
+ | float: right; | ||
+ | text-align: center; | ||
+ | padding-top: 0.5em; | ||
+ | word-break: break-all; | ||
+ | word-break: break-word; | ||
+ | } | ||
+ | |||
+ | .bottominfolabel p { | ||
+ | float: center; | ||
+ | text-align: center; | ||
+ | font-weight: bold; | ||
+ | padding-top: 0em; | ||
+ | margin-right: 0%; | ||
+ | word-break: break-all; | ||
+ | word-break: break-word; | ||
+ | } | ||
+ | |||
+ | .bottominfo p { | ||
+ | float: center; | ||
+ | text-align: center; | ||
+ | padding-top: 0.5em; | ||
+ | word-break: break-all; | ||
+ | word-break: break-word; | ||
} | } | ||
Line 182: | Line 251: | ||
#mw-panel { | #mw-panel { | ||
− | background-color:black; | + | background-color: black; |
− | border: 3px solid #556270; | + | border: 3px solid #556270; |
− | padding-bottom: 20px; | + | padding-bottom: 20px; |
− | border-bottom-right-radius: 15px; | + | border-top-right-radius: 15px; |
− | border-bottom-left-radius: 15px; | + | border-top-left-radius: 15px; |
+ | border-bottom-right-radius: 15px; | ||
+ | border-bottom-left-radius: 15px; | ||
+ | margin-top: 2.5em; | ||
+ | margin-left: 1.5em; | ||
} | } | ||
Line 215: | Line 288: | ||
.mw-body, .parsoid-body { | .mw-body, .parsoid-body { | ||
− | background-color: black; | + | background-color: black; |
− | border: 3px solid #556270; | + | border: 3px solid #556270; |
− | border-bottom-right-radius: 15px; | + | border-top-right-radius: 15px; |
− | border-bottom-left-radius: 15px; | + | border-bottom-right-radius: 15px; |
− | color: white; | + | border-bottom-left-radius: 15px; |
+ | margin-left: 12.5em; | ||
+ | margin-right: 1.5em; | ||
+ | color: white; | ||
} | } | ||
Line 333: | Line 409: | ||
border-bottom-right-radius: 15px; | border-bottom-right-radius: 15px; | ||
border-bottom-left-radius: 15px; | border-bottom-left-radius: 15px; | ||
+ | } | ||
+ | |||
+ | #left-navigation { | ||
+ | float: left; | ||
+ | margin-left: 12.5em; | ||
+ | margin-top: 2.5em; | ||
+ | margin-bottom: -2.5em; | ||
+ | } | ||
+ | |||
+ | #right-navigation { | ||
+ | margin-right: 1.5em; | ||
} | } | ||
Line 410: | Line 497: | ||
text-decoration: none; | text-decoration: none; | ||
white-space: pre; | white-space: pre; | ||
+ | } | ||
+ | |||
+ | #footer { | ||
+ | margin-left: 13.5em; | ||
+ | margin-right: 2.5em; | ||
+ | margin-top: 0; | ||
+ | padding: 0.75em; | ||
+ | direction: ltr; | ||
+ | } | ||
+ | |||
+ | #footer #footer-icons { | ||
+ | float: right; | ||
+ | } | ||
+ | |||
+ | #footer ul li { | ||
+ | color: #9e9e9e; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | padding-top: 0.5em; | ||
+ | padding-bottom: 0.5em; | ||
+ | font-size: 0.7em; | ||
} | } | ||
Line 501: | Line 609: | ||
.mainTab { | .mainTab { | ||
display: none; | display: none; | ||
+ | } | ||
+ | |||
+ | .frontbox { | ||
+ | float:left; | ||
+ | width: 68%; | ||
+ | padding-right: 3%; | ||
+ | } | ||
+ | |||
+ | .frontbox p { | ||
+ | } | ||
+ | |||
+ | .frontbox h1 { | ||
+ | text-decoration: none; | ||
+ | margin-top: 0px; | ||
+ | margin-bottom: 0px; | ||
+ | border: none; | ||
+ | font-size: 2.1em; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | .frontbox h2 { | ||
+ | text-decoration: none; | ||
+ | margin-top: 0px; | ||
+ | margin-bottom: 0px; | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | .frontbox h3 { | ||
+ | text-decoration: none; | ||
+ | margin-top: 0px; | ||
+ | margin-bottom: 0px; | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | .frontbox img { | ||
+ | max-width: 90%; | ||
+ | height: auto; | ||
+ | } | ||
+ | |||
+ | .frontsidebox { | ||
+ | background-color: black; | ||
+ | border: 3px solid #556270; | ||
+ | padding: 0.7em; | ||
+ | padding-top: 0.7em; | ||
+ | padding-bottom: 0.7em; | ||
+ | border-radius: 10px; | ||
+ | float: left; | ||
+ | width: 25%; | ||
+ | } | ||
+ | |||
+ | .frontsideboxtitle { | ||
+ | text-align: center; | ||
+ | font-size: 1.5em; | ||
+ | background-color: #0d1c00; | ||
+ | border-top: 1px solid #0d1c00; | ||
+ | border-bottom: 1px solid #0d1c00; | ||
+ | padding-left: 0.4em; | ||
+ | padding-right: 0.4em; | ||
+ | } | ||
+ | |||
+ | .frontsideboxtitle h2 { | ||
+ | font-size:1.1em; | ||
+ | padding: 0.2em 0 0.2em 0; | ||
+ | margin: 0px; | ||
+ | text-align: center; | ||
+ | background-color: black; | ||
+ | border: 1px solid #0d1c00; | ||
+ | border-radius: 10px; | ||
+ | margin-bottom: 0px; | ||
+ | font-weight: bold; | ||
+ | animation-duration: 4500ms; | ||
+ | animation-name: glow; | ||
+ | animation-iteration-count: infinite; | ||
+ | } | ||
+ | |||
+ | .frontsidebox img { | ||
+ | max-width: 100%; | ||
+ | height: auto; | ||
+ | } | ||
+ | |||
+ | .frontsideboximage { | ||
+ | text-align: center; | ||
+ | background-color: #000721; | ||
+ | border-top-right-radius: 15px; | ||
+ | border-top-left-radius: 15px; | ||
+ | border-bottom-right-radius: 15px; | ||
+ | border-bottom-left-radius: 15px; | ||
+ | margin-bottom: 0.5em; | ||
+ | } | ||
+ | |||
+ | .frontsideboximage img { | ||
+ | max-width: 100%; | ||
+ | height: auto; | ||
+ | } | ||
+ | |||
+ | @keyframes glow { | ||
+ | 0% { | ||
+ | text-shadow: 0px 0px 2px white; | ||
+ | color: #6eff81; | ||
+ | } | ||
+ | 50% { | ||
+ | text-shadow: 0px 0px 6px white; | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | 100% { | ||
+ | text-shadow: 0px 0px 2px white; | ||
+ | color: #6eff81; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | .frontsidebox2 { | ||
+ | background-color: black; | ||
+ | border: 3px solid #0d1c00; | ||
+ | padding: 0.7em; | ||
+ | padding-top: 0px; | ||
+ | padding-bottom: 1em; | ||
+ | border-radius: 10px; | ||
+ | float: left; | ||
+ | width: 25%; | ||
+ | margin-top: 2em; | ||
+ | } | ||
+ | |||
+ | .frontsidebox2 img { | ||
+ | display: block; | ||
+ | max-width: 95%; | ||
+ | height: auto; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | margin-bottom: 1em; | ||
+ | border-radius: 15px; | ||
+ | } | ||
+ | |||
+ | .frontsidebox2 img:hover { | ||
+ | box-shadow: 0px 0px 10px gold; | ||
+ | } | ||
+ | |||
+ | .mainpagequote { | ||
+ | text-align: center; | ||
+ | overflow-wrap: break-word; | ||
+ | box-shadow: 0px 0px 10px #000721; | ||
+ | background-color: #000721; | ||
+ | border-top-right-radius: 15px; | ||
+ | border-top-left-radius: 15px; | ||
+ | border-bottom-right-radius: 15px; | ||
+ | border-bottom-left-radius: 15px; | ||
+ | margin-top: 0.7em; | ||
+ | padding-top: 5px; | ||
+ | padding-bottom: 5px; | ||
+ | } | ||
+ | |||
+ | .tophat { | ||
+ | width: 50%; | ||
+ | text-align: center; | ||
+ | box-shadow: 0px 0px 10px #000721; | ||
+ | background-color: #000721; | ||
+ | border-top-right-radius: 15px; | ||
+ | border-top-left-radius: 15px; | ||
+ | border-bottom-right-radius: 15px; | ||
+ | border-bottom-left-radius: 15px; | ||
+ | margin-top: 0.7em; | ||
+ | padding-top: 5px; | ||
+ | padding-bottom: 5px; | ||
+ | } | ||
+ | |||
+ | .tophatv2 { | ||
+ | width: 65%; | ||
+ | text-align: center; | ||
+ | box-shadow: 0px 0px 10px #000721; | ||
+ | background-color: #000721; | ||
+ | border-top-right-radius: 15px; | ||
+ | border-top-left-radius: 15px; | ||
+ | border-bottom-right-radius: 15px; | ||
+ | border-bottom-left-radius: 15px; | ||
+ | margin-top: 0.7em; | ||
+ | padding-top: 5px; | ||
+ | padding-bottom: 5px; | ||
+ | } | ||
+ | |||
+ | .tophat img { | ||
+ | max-height: 100% | ||
+ | horizontal-align: left; | ||
} | } |
Latest revision as of 17:48, 2 August 2022
#toc { background: 000000; } .toctogglelabel { cursor: pointer; color: #9a76e2; } .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend { background-color: #000000; position: relative; z-index: 1; border: 1px solid #c8ccd1; } .supple { font-style: italic; opacity: 0.5; color: white; } .canquote { font-style: italic; font-weight: bold; color: gold; } .mw-body h1 { font-family: Arial; } .mw-body h2 { font-family: Arial; } .mw-body h3 { font-family: Arial; color: white; } .mw-body h4 { font-family: Arial; color: white; } .mw-collapsible { background-color: black } .mw-collapsible-text { color: white; font-weight: bold; } .transcript { background-color: #081200; border: 2px solid #1b3d00; border-radius: 15px; margin-top: 1.2em; margin-bottom: 1.2em; } .poem { margin-left: 10px; margin-top: 20px; margin-right: 10px; } .vip { font-weight: bold; background-color: #1b3d00; color: gold; } .catlinks { border: 1px solid #a2a9b1; background-color: #000000; padding: 5px; margin-top: 1em; clear: both; } .infobox { float: right; width: 350px; padding: 5px; border-spacing: 0px; border: 2px solid #556270; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; -khtml-border-radius: 20px; -icab-border-radius: 20px; -o-border-radius: 20px; font-family: arial,sans-serif; font-size: 12px; margin: 0 0 1em 1em; background-color: #271e39; } .infobox img { max-width: 100%; height: auto; margin-left: auto; margin-right: auto; border: 0px solid #556270; border-top: 0px solid #556270; border-radius: 0px; } .infobox-title { font-size: 1.7em; text-align: center; background-color: #271E39; border-top: 0px solid #556270; border-bottom: 0px solid #556270; padding-left: 0em; padding-right: 0em; padding-bottom: 0.2em; } .infobox-title p { margin: 0px; text-align: center; background-color: #0E0B14; border: 1px solid #556270; border-radius: 10px; } .infobox-image { text-align: center; background-color: #0E0B14; border: 0px solid #556270; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; } .infobox-image p { text-align: center; font-style: italic; color: #727076; opacity: 1; margin-left: 0em; } .infobox table { width: 100%; background-color: #0E0B14; border: 0px solid #271E39; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; margin-top: 1em; } .infobox th { vertical-align: top; width: 100px; text-align: left; } .infobox td { vertical-align: top; } .infobox tr { display: block; border-bottom: 2px solid #271E39; } .infobox-title h2 { margin: 0px; padding: 0px; margin-top: 10px; font-size: 0.5em; } .vidinfonav { background-color: #0e0b14; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; overflow: auto; margin-top: 0em; padding: 0 0.7em 0 0.7em; } .prevvidtop p { width: 45%; float: left; text-align: center; font-weight: bold; padding-top: 0em; margin-right: 1%; word-break: break-all; word-break: break-word; } .nextvidtop p { width: 45%; float: right; text-align: center; font-weight: bold; padding-top: 0em; margin-left: 1%; word-break: break-all; word-break: break-word; } .prevvid p { width: 45%; float: left; text-align: center; padding-top: 0.5em; word-break: break-all; word-break: break-word; } .nextvid p { width: 45%; float: right; text-align: center; padding-top: 0.5em; word-break: break-all; word-break: break-word; } .bottominfolabel p { float: center; text-align: center; font-weight: bold; padding-top: 0em; margin-right: 0%; word-break: break-all; word-break: break-word; } .bottominfo p { float: center; text-align: center; padding-top: 0.5em; word-break: break-all; word-break: break-word; } .nodivider tr { border-bottom: none; } #mw-panel { background-color: black; border: 3px solid #556270; padding-bottom: 20px; border-top-right-radius: 15px; border-top-left-radius: 15px; border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; margin-top: 2.5em; margin-left: 1.5em; } #mw-panel .portal h3 { color:white; } #mw-panel .portal .body li a { color:#9a76e2; } #mw-panel .portal .body li a:hover { color:#9a76e2; text_decoration: underline; } #mw-panel .portal .body li a:visited { color:#9a76e2; } #mw-head { background-image: url('http://jadusable.withinhubris.com/images/6/69/Wikibg.png'); } body { background-image: url('http://jadusable.withinhubris.com/images/6/69/Wikibg.png'); } .mw-body, .parsoid-body { background-color: black; border: 3px solid #556270; border-top-right-radius: 15px; border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; margin-left: 12.5em; margin-right: 1.5em; color: white; } .mw-body-content p { color:white; } .mw-body h1, .mw-body-content h1 { color:white; } .mw-body-content h2 { color:white } .mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul { color:white; } .mw-parser-output a.external { color:#9a76e2; } .mw-parser-output a.external:hover { color:#9a76e2; text_decoration: underline; } .mw-parser-output a.external:visited { color:#9a76e2; } a { color:#9a76e2; } a.new { color:#d33; } a:hover { color:#9a76e2; text_decoration: underline; } a:visited { color:#9a76e2; } .vectorTabs { background-color: #556270; border-top-right-radius: 15px; border-top-left-radius: 15px; background-image: none; } .vectorTabs ul { background-image: none; } .vectorTabs li { background-image: none; padding: 0px 5px 0px 5px; } .vectorTabs li.selected { background-image: none; } .vectorTabs span { background-image: none; } .vectorTabs li.selected a, .vectorTabs li.selected a:visited { color: white; font-weight: normal; margin-top: 5px; background-color: black; border: 3px solid black; border-bottom: none; border-top-right-radius: 15px; border-top-left-radius: 15px; } .vectorTabs li a, .vectorTabs li a:visited { color:black; font-weight: bold; } .vectorTabs li a:hover, .vectorTabs li a:hover { color:black; text-decoration: underline; font-weight: bold; } .vectorTabs li.new a, .vectorTabs li.new a:visited { color: black; opacity: 0.5; } .vectorMenu h3 span { color:#9a76e2; padding-top: 1.5em; } .vectorMenu li a { color:#9a76e2; } .vectorMenu .menu { background-color: black; border: 2px solid #556270; border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; } #left-navigation { float: left; margin-left: 12.5em; margin-top: 2.5em; margin-bottom: -2.5em; } #right-navigation { margin-right: 1.5em; } #editform, #toolbar, #wpTextbox1 { background-color: #0E0B14; color:white; } .editOptions { background-color: #0E0B14; color:white; border: 1px solid #556270; } textarea { border: 1px solid #556270; } .oo-ui-textInputWidget .oo-ui-inputWidget-input { background-color: black; color: white; border: 1px solid #556270; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { background-color: #0E0B14; color: white; border-color: white; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover { background-color: #9a76e2; color: white; border-color: #white; box-shadow: 0px 0px 4px white; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button { background-color: #0E0B14; color: white; border-color: white } .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover { background-color: #0E0B14; color: white; border-color: white box-shadow: 0px 0px 4px white; } pre, .mw-code { background-color: black; color: white; } div.thumbinner { border: 1px solid #c8ccd1; padding: 3px; background-color: #000000; font-size: 94%; text-align: center; overflow: hidden; } .tabber .tabbertab { padding: 0px; border: 0px solid #CCC; border-top: 0; } ul.tabbernav li a { padding: 3px .5em; margin-left: 3px; border: 1px solid #CCC; border-bottom: none; background: #0e0b14; text-decoration: none; white-space: pre; } #footer { margin-left: 13.5em; margin-right: 2.5em; margin-top: 0; padding: 0.75em; direction: ltr; } #footer #footer-icons { float: right; } #footer ul li { color: #9e9e9e; margin: 0; padding: 0; padding-top: 0.5em; padding-bottom: 0.5em; font-size: 0.7em; } body.page-Main_Page h1 { display: none; } /* JS Tab System, Jacked and Hacked from the jsprefs in monobook/main.css -Dantman */ .tabtoc { margin: 0; padding: 0; width: 100%; clear: both; } .tabtoc li { background-color: #f0f0f0; color: #000; } .tabtoc li { margin: 1px -2px 1px 2px; float: left; padding: 2px 0 3px 0; border: 1px solid #fff; border-right-color: #716f64; border-bottom: 0; position: relative; white-space: nowrap; list-style-type: none; list-style-image: none; z-index: 3; } .tabtoc li.selected { font-weight: bold; background-color: #f9f9f9; border: 1px solid #aaa; border-bottom: none; cursor: default; top: 1px; padding-top: 2px; margin-right: -3px; } .tabtoc > li.selected { top: 2px; } .tabtoc a, .tabtoc a:active { display: block; color: #000; padding: 0 .7em; position: relative; text-decoration: none; } .tabtoc li.selected a { cursor: default; text-decoration: none; } .tabcontainer { margin: 0; border: 1px solid #aaa; clear: both; padding: 1.5em; background-color: #F9F9F9; } .tabsection { border: none; padding: 0; margin: 0; } .tabsection .tabbox { border: 1px solid #aaa; float: left; margin-right: 2em; } .tabsection .tab { font-weight: bold; } .tabsection table, .tabsection .tab { background-color: #F9F9F9; } .mainTab { display: none; } .frontbox { float:left; width: 68%; padding-right: 3%; } .frontbox p { } .frontbox h1 { text-decoration: none; margin-top: 0px; margin-bottom: 0px; border: none; font-size: 2.1em; font-weight: bold; } .frontbox h2 { text-decoration: none; margin-top: 0px; margin-bottom: 0px; border: none; } .frontbox h3 { text-decoration: none; margin-top: 0px; margin-bottom: 0px; border: none; } .frontbox img { max-width: 90%; height: auto; } .frontsidebox { background-color: black; border: 3px solid #556270; padding: 0.7em; padding-top: 0.7em; padding-bottom: 0.7em; border-radius: 10px; float: left; width: 25%; } .frontsideboxtitle { text-align: center; font-size: 1.5em; background-color: #0d1c00; border-top: 1px solid #0d1c00; border-bottom: 1px solid #0d1c00; padding-left: 0.4em; padding-right: 0.4em; } .frontsideboxtitle h2 { font-size:1.1em; padding: 0.2em 0 0.2em 0; margin: 0px; text-align: center; background-color: black; border: 1px solid #0d1c00; border-radius: 10px; margin-bottom: 0px; font-weight: bold; animation-duration: 4500ms; animation-name: glow; animation-iteration-count: infinite; } .frontsidebox img { max-width: 100%; height: auto; } .frontsideboximage { text-align: center; background-color: #000721; border-top-right-radius: 15px; border-top-left-radius: 15px; border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; margin-bottom: 0.5em; } .frontsideboximage img { max-width: 100%; height: auto; } @keyframes glow { 0% { text-shadow: 0px 0px 2px white; color: #6eff81; } 50% { text-shadow: 0px 0px 6px white; color: #ffffff; } 100% { text-shadow: 0px 0px 2px white; color: #6eff81; } } .frontsidebox2 { background-color: black; border: 3px solid #0d1c00; padding: 0.7em; padding-top: 0px; padding-bottom: 1em; border-radius: 10px; float: left; width: 25%; margin-top: 2em; } .frontsidebox2 img { display: block; max-width: 95%; height: auto; margin-left: auto; margin-right: auto; margin-bottom: 1em; border-radius: 15px; } .frontsidebox2 img:hover { box-shadow: 0px 0px 10px gold; } .mainpagequote { text-align: center; overflow-wrap: break-word; box-shadow: 0px 0px 10px #000721; background-color: #000721; border-top-right-radius: 15px; border-top-left-radius: 15px; border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; margin-top: 0.7em; padding-top: 5px; padding-bottom: 5px; } .tophat { width: 50%; text-align: center; box-shadow: 0px 0px 10px #000721; background-color: #000721; border-top-right-radius: 15px; border-top-left-radius: 15px; border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; margin-top: 0.7em; padding-top: 5px; padding-bottom: 5px; } .tophatv2 { width: 65%; text-align: center; box-shadow: 0px 0px 10px #000721; background-color: #000721; border-top-right-radius: 15px; border-top-left-radius: 15px; border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; margin-top: 0.7em; padding-top: 5px; padding-bottom: 5px; } .tophat img { max-height: 100% horizontal-align: left; }