Created
June 11, 2026 20:34
-
-
Save extratone/5be85c55092c1b0c4e4e95f9db49184f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body { | |
| font: | |
| normal normal 14px "Trebuchet MS", | |
| Trebuchet, | |
| sans-serif; | |
| color: #cccccc; | |
| background: #000000 | |
| url(https://www.blogblog.com/1kt/awesomeinc/body_background_dark.png) repeat | |
| scroll top left; | |
| } | |
| html body .content-outer { | |
| min-width: 0; | |
| max-width: 100%; | |
| width: 100%; | |
| } | |
| a:link { | |
| text-decoration: none; | |
| color: #ffe599; | |
| } | |
| a:visited { | |
| text-decoration: none; | |
| color: #ffab5d; | |
| } | |
| a:hover { | |
| text-decoration: underline; | |
| color: #6fa8dc; | |
| } | |
| .body-fauxcolumn-outer .cap-top { | |
| position: absolute; | |
| z-index: 1; | |
| height: 276px; | |
| width: 100%; | |
| background: transparent | |
| url(https://www.blogblog.com/1kt/awesomeinc/body_gradient_dark.png) repeat-x | |
| scroll top left; | |
| _background-image: none; | |
| } | |
| /* Columns | |
| ----------------------------------------------- */ | |
| .content-inner { | |
| padding: 0; | |
| } | |
| .header-inner .section { | |
| margin: 0 16px; | |
| } | |
| .tabs-inner .section { | |
| margin: 0 16px; | |
| } | |
| .main-inner { | |
| padding-top: 30px; | |
| } | |
| .main-inner .column-center-inner, | |
| .main-inner .column-left-inner, | |
| .main-inner .column-right-inner { | |
| padding: 0 5px; | |
| } | |
| * + html body .main-inner .column-center-inner { | |
| margin-top: -30px; | |
| } | |
| #layout .main-inner .column-center-inner { | |
| margin-top: 0; | |
| } | |
| /* Header | |
| ----------------------------------------------- */ | |
| .header-outer { | |
| margin: 0 0 0 0; | |
| background: transparent none repeat scroll 0 0; | |
| } | |
| .Header h1 { | |
| font: | |
| normal bold 12px Verdana, | |
| Geneva, | |
| sans-serif; | |
| color: #cccccc; | |
| text-shadow: 0 0 -1px #000000; | |
| } | |
| .Header h1 a { | |
| color: #cccccc; | |
| } | |
| .Header .description { | |
| font: | |
| normal normal 12px Verdana, | |
| Geneva, | |
| sans-serif; | |
| color: #cccccc; | |
| } | |
| .header-inner .Header .titlewrapper, | |
| .header-inner .Header .descriptionwrapper { | |
| padding-left: 0; | |
| padding-right: 0; | |
| margin-bottom: 0; | |
| } | |
| .header-inner .Header .titlewrapper { | |
| padding-top: 22px; | |
| } | |
| /* Tabs | |
| ----------------------------------------------- */ | |
| .tabs-outer { | |
| overflow: hidden; | |
| position: relative; | |
| background: #2c2c2c none repeat scroll 0 0; | |
| } | |
| #layout .tabs-outer { | |
| overflow: visible; | |
| } | |
| .tabs-cap-top, | |
| .tabs-cap-bottom { | |
| position: absolute; | |
| width: 100%; | |
| border-top: 1px solid #444444; | |
| } | |
| .tabs-cap-bottom { | |
| bottom: 0; | |
| } | |
| .tabs-inner .widget li a { | |
| display: inline-block; | |
| margin: 0; | |
| padding: 0.6em 1.5em; | |
| font: | |
| normal bold 12px Verdana, | |
| Geneva, | |
| sans-serif; | |
| color: #cccccc; | |
| border-top: 1px solid #444444; | |
| border-bottom: 1px solid #444444; | |
| border-left: 1px solid #444444; | |
| height: 16px; | |
| line-height: 16px; | |
| } | |
| .tabs-inner .widget li:last-child a { | |
| border-right: 1px solid #444444; | |
| } | |
| .tabs-inner .widget li.selected a, | |
| .tabs-inner .widget li a:hover { | |
| background: #444444 none repeat-x scroll 0 -100px; | |
| color: #ffc150; | |
| } | |
| /* Headings | |
| ----------------------------------------------- */ | |
| h2 { | |
| font: | |
| normal bold 12px Verdana, | |
| Geneva, | |
| sans-serif; | |
| color: #cccccc; | |
| } | |
| /* Widgets | |
| ----------------------------------------------- */ | |
| .main-inner .section { | |
| margin: 0 27px; | |
| padding: 0; | |
| } | |
| .main-inner .column-left-outer, | |
| .main-inner .column-right-outer { | |
| margin-top: 0; | |
| } | |
| #layout .main-inner .column-left-outer, | |
| #layout .main-inner .column-right-outer { | |
| margin-top: 0; | |
| } | |
| .main-inner .column-left-inner, | |
| .main-inner .column-right-inner { | |
| background: transparent none repeat 0 0; | |
| -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); | |
| -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); | |
| -goog-ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); | |
| box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); | |
| -moz-border-radius: 0; | |
| -webkit-border-radius: 0; | |
| -goog-ms-border-radius: 0; | |
| border-radius: 0; | |
| } | |
| #layout .main-inner .column-left-inner, | |
| #layout .main-inner .column-right-inner { | |
| margin-top: 0; | |
| } | |
| .sidebar .widget { | |
| font: | |
| normal normal 12px Verdana, | |
| Geneva, | |
| sans-serif; | |
| color: #eeeeee; | |
| } | |
| .sidebar .widget a:link { | |
| color: #ffe599; | |
| } | |
| .sidebar .widget a:visited { | |
| color: #ffab5d; | |
| } | |
| .sidebar .widget a:hover { | |
| color: #6fa8dc; | |
| } | |
| .sidebar .widget h2 { | |
| text-shadow: 0 0 -1px #000000; | |
| } | |
| .main-inner .widget { | |
| background-color: #2c2c2c; | |
| border: 1px solid #444444; | |
| padding: 0 15px 15px; | |
| margin: 20px -16px; | |
| -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); | |
| -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); | |
| -goog-ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); | |
| box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); | |
| -moz-border-radius: 0; | |
| -webkit-border-radius: 0; | |
| -goog-ms-border-radius: 0; | |
| border-radius: 0; | |
| } | |
| .main-inner .widget h2 { | |
| margin: 0 -15px; | |
| padding: 0.6em 15px 0.5em; | |
| border-bottom: 1px solid #000000; | |
| } | |
| .footer-inner .widget h2 { | |
| padding: 0 0 0.4em; | |
| border-bottom: 1px solid #000000; | |
| } | |
| .main-inner .widget h2 + div, | |
| .footer-inner .widget h2 + div { | |
| border-top: 1px solid #444444; | |
| padding-top: 8px; | |
| } | |
| .main-inner .widget .widget-content { | |
| margin: 0 -15px; | |
| padding: 7px 15px 0; | |
| } | |
| .main-inner .widget ul, | |
| .main-inner .widget #ArchiveList ul.flat { | |
| margin: -8px -15px 0; | |
| padding: 0; | |
| list-style: none; | |
| } | |
| .main-inner .widget #ArchiveList { | |
| margin: -8px 0 0; | |
| } | |
| .main-inner .widget ul li, | |
| .main-inner .widget #ArchiveList ul.flat li { | |
| padding: 0.5em 15px; | |
| text-indent: 0; | |
| color: #999999; | |
| border-top: 1px solid #444444; | |
| border-bottom: 1px solid #000000; | |
| } | |
| .main-inner .widget #ArchiveList ul li { | |
| padding-top: 0.25em; | |
| padding-bottom: 0.25em; | |
| } | |
| .main-inner .widget ul li:first-child, | |
| .main-inner .widget #ArchiveList ul.flat li:first-child { | |
| border-top: none; | |
| } | |
| .main-inner .widget ul li:last-child, | |
| .main-inner .widget #ArchiveList ul.flat li:last-child { | |
| border-bottom: none; | |
| } | |
| .post-body { | |
| position: relative; | |
| } | |
| .main-inner .widget .post-body ul { | |
| padding: 0 2.5em; | |
| margin: 0.5em 0; | |
| list-style: disc; | |
| } | |
| .main-inner .widget .post-body ul li { | |
| padding: 0.25em 0; | |
| margin-bottom: 0.25em; | |
| color: #cccccc; | |
| border: none; | |
| } | |
| .footer-inner .widget ul { | |
| padding: 0; | |
| list-style: none; | |
| } | |
| .widget .zippy { | |
| color: #999999; | |
| } | |
| /* Posts | |
| ----------------------------------------------- */ | |
| body .main-inner .Blog { | |
| padding: 0; | |
| margin-bottom: 1em; | |
| background-color: transparent; | |
| border: none; | |
| -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0); | |
| -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0); | |
| -goog-ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0); | |
| box-shadow: 0 0 0 rgba(0, 0, 0, 0); | |
| } | |
| .main-inner .section:last-child .Blog:last-child { | |
| padding: 0; | |
| margin-bottom: 1em; | |
| } | |
| .main-inner .widget h2.date-header { | |
| margin: 0 -15px 1px; | |
| padding: 0 0 0 0; | |
| font: | |
| normal normal 12px Verdana, | |
| Geneva, | |
| sans-serif; | |
| color: #cccccc; | |
| background: transparent none no-repeat scroll top left; | |
| border-top: 0 solid #444444; | |
| border-bottom: 1px solid #000000; | |
| -moz-border-radius-topleft: 0; | |
| -moz-border-radius-topright: 0; | |
| -webkit-border-top-left-radius: 0; | |
| -webkit-border-top-right-radius: 0; | |
| border-top-left-radius: 0; | |
| border-top-right-radius: 0; | |
| position: static; | |
| bottom: 100%; | |
| right: 15px; | |
| text-shadow: 0 0 -1px #000000; | |
| } | |
| .main-inner .widget h2.date-header span { | |
| font: | |
| normal normal 12px Verdana, | |
| Geneva, | |
| sans-serif; | |
| display: block; | |
| padding: 0.5em 15px; | |
| border-left: 0 solid #444444; | |
| border-right: 0 solid #444444; | |
| } | |
| .date-outer { | |
| position: relative; | |
| margin: 30px 0 20px; | |
| padding: 0 15px; | |
| background-color: #2c2c2c; | |
| border: 1px solid #444444; | |
| -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); | |
| -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); | |
| -goog-ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); | |
| box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); | |
| -moz-border-radius: 0; | |
| -webkit-border-radius: 0; | |
| -goog-ms-border-radius: 0; | |
| border-radius: 0; | |
| } | |
| .date-outer:first-child { | |
| margin-top: 0; | |
| } | |
| .date-outer:last-child { | |
| margin-bottom: 20px; | |
| -moz-border-radius-bottomleft: 0; | |
| -moz-border-radius-bottomright: 0; | |
| -webkit-border-bottom-left-radius: 0; | |
| -webkit-border-bottom-right-radius: 0; | |
| -goog-ms-border-bottom-left-radius: 0; | |
| -goog-ms-border-bottom-right-radius: 0; | |
| border-bottom-left-radius: 0; | |
| border-bottom-right-radius: 0; | |
| } | |
| .date-posts { | |
| margin: 0 -15px; | |
| padding: 0 15px; | |
| clear: both; | |
| } | |
| .post-outer, | |
| .inline-ad { | |
| border-top: 1px solid transparent; | |
| margin: 0 -15px; | |
| padding: 15px 15px; | |
| } | |
| .post-outer { | |
| padding-bottom: 10px; | |
| } | |
| .post-outer:first-child { | |
| padding-top: 0; | |
| border-top: none; | |
| } | |
| .post-outer:last-child, | |
| .inline-ad:last-child { | |
| border-bottom: none; | |
| } | |
| .post-body { | |
| position: relative; | |
| } | |
| .post-body img { | |
| border: 2px solid #141414; | |
| } | |
| .mobile .post-body img { | |
| width: 100%; | |
| height: auto; | |
| } | |
| h3.post-title, | |
| h4 { | |
| font: | |
| normal bold 14px Verdana, | |
| Geneva, | |
| sans-serif; | |
| color: #ffc150; | |
| } | |
| h3.post-title a { | |
| font: | |
| normal bold 14px Verdana, | |
| Geneva, | |
| sans-serif; | |
| color: #ffc150; | |
| } | |
| h3.post-title a:hover { | |
| color: #6fa8dc; | |
| text-decoration: underline; | |
| } | |
| .post-header { | |
| margin: 0 0 1em; | |
| } | |
| .post-body { | |
| line-height: 1.4; | |
| } | |
| .post-outer h2 { | |
| color: #cccccc; | |
| } | |
| .post-footer { | |
| margin: 1.5em 0 0; | |
| } | |
| #blog-pager { | |
| padding: 15px; | |
| font-size: 120%; | |
| background-color: #2c2c2c; | |
| border: 1px solid #444444; | |
| -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); | |
| -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); | |
| -goog-ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); | |
| box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); | |
| -moz-border-radius: 0; | |
| -webkit-border-radius: 0; | |
| -goog-ms-border-radius: 0; | |
| border-radius: 0; | |
| -moz-border-radius-topleft: 0; | |
| -moz-border-radius-topright: 0; | |
| -webkit-border-top-left-radius: 0; | |
| -webkit-border-top-right-radius: 0; | |
| -goog-ms-border-top-left-radius: 0; | |
| -goog-ms-border-top-right-radius: 0; | |
| border-top-left-radius: 0; | |
| border-top-right-radius-topright: 0; | |
| margin-top: 1em; | |
| } | |
| .blog-feeds, | |
| .post-feeds { | |
| margin: 1em 0; | |
| text-align: center; | |
| color: #cccccc; | |
| } | |
| .blog-feeds a, | |
| .post-feeds a { | |
| color: #ffe599; | |
| } | |
| .blog-feeds a:visited, | |
| .post-feeds a:visited { | |
| color: #ffab5d; | |
| } | |
| .blog-feeds a:hover, | |
| .post-feeds a:hover { | |
| color: #6fa8dc; | |
| } | |
| .post-outer .comments { | |
| margin-top: 2em; | |
| } | |
| /* Comments | |
| ----------------------------------------------- */ | |
| .comments .comments-content .icon.blog-author { | |
| background-repeat: no-repeat; | |
| background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB9sLFwMeCjjhcOMAAAD+SURBVDjLtZSvTgNBEIe/WRRnm3U8RC1neQdsm1zSBIU9VVF1FkUguQQsD9ITmD7ECZIJSE4OZo9stoVjC/zc7ky+zH9hXwVwDpTAWWLrgS3QAe8AZgaAJI5zYAmc8r0G4AHYHQKVwII8PZrZFsBFkeRCABYiMh9BRUhnSkPTNCtVXYXURi1FpBDgArj8QU1eVXUzfnjv7yP7kwu1mYrkWlU33vs1QNu2qU8pwN0UpKoqokjWwCztrMuBhEhmh8bD5UDqur75asbcX0BGUB9/HAMB+r32hznJgXy2v0sGLBcyAJ1EK3LFcbo1s91JeLwAbwGYu7TP/3ZGfnXYPgAVNngtqatUNgAAAABJRU5ErkJggg==); | |
| } | |
| .comments .comments-content .loadmore a { | |
| border-top: 1px solid #444444; | |
| border-bottom: 1px solid #444444; | |
| } | |
| .comments .continue { | |
| border-top: 2px solid #444444; | |
| } | |
| /* Footer | |
| ----------------------------------------------- */ | |
| .footer-outer { | |
| margin: -0 0 -1px; | |
| padding: 0 0 0; | |
| color: #cccccc; | |
| overflow: hidden; | |
| } | |
| .footer-fauxborder-left { | |
| border-top: 1px solid #444444; | |
| background: #2c2c2c none repeat scroll 0 0; | |
| -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); | |
| -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); | |
| -goog-ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); | |
| box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); | |
| margin: 0 -0; | |
| } | |
| /* Mobile | |
| ----------------------------------------------- */ | |
| body.mobile { | |
| background-size: auto; | |
| } | |
| .mobile .body-fauxcolumn-outer { | |
| background: transparent none repeat scroll top left; | |
| } | |
| * + html body.mobile .main-inner .column-center-inner { | |
| margin-top: 0; | |
| } | |
| .mobile .main-inner .widget { | |
| padding: 0 0 15px; | |
| } | |
| .mobile .main-inner .widget h2 + div, | |
| .mobile .footer-inner .widget h2 + div { | |
| border-top: none; | |
| padding-top: 0; | |
| } | |
| .mobile .footer-inner .widget h2 { | |
| padding: 0.5em 0; | |
| border-bottom: none; | |
| } | |
| .mobile .main-inner .widget .widget-content { | |
| margin: 0; | |
| padding: 7px 0 0; | |
| } | |
| .mobile .main-inner .widget ul, | |
| .mobile .main-inner .widget #ArchiveList ul.flat { | |
| margin: 0 -15px 0; | |
| } | |
| .mobile .main-inner .widget h2.date-header { | |
| right: 0; | |
| } | |
| .mobile .date-header span { | |
| padding: 0.4em 0; | |
| } | |
| .mobile .date-outer:first-child { | |
| margin-bottom: 0; | |
| border: 1px solid #444444; | |
| -moz-border-radius-topleft: 0; | |
| -moz-border-radius-topright: 0; | |
| -webkit-border-top-left-radius: 0; | |
| -webkit-border-top-right-radius: 0; | |
| -goog-ms-border-top-left-radius: 0; | |
| -goog-ms-border-top-right-radius: 0; | |
| border-top-left-radius: 0; | |
| border-top-right-radius: 0; | |
| } | |
| .mobile .date-outer { | |
| border-color: #444444; | |
| border-width: 0 1px 1px; | |
| } | |
| .mobile .date-outer:last-child { | |
| margin-bottom: 0; | |
| } | |
| .mobile .main-inner { | |
| padding: 0; | |
| } | |
| .mobile .header-inner .section { | |
| margin: 0; | |
| } | |
| .mobile .post-outer, | |
| .mobile .inline-ad { | |
| padding: 5px 0; | |
| } | |
| .mobile .tabs-inner .section { | |
| margin: 0 10px; | |
| } | |
| .mobile .main-inner .widget h2 { | |
| margin: 0; | |
| padding: 0; | |
| } | |
| .mobile .main-inner .widget h2.date-header span { | |
| padding: 0; | |
| } | |
| .mobile .main-inner .widget .widget-content { | |
| margin: 0; | |
| padding: 7px 0 0; | |
| } | |
| .mobile #blog-pager { | |
| border: 1px solid transparent; | |
| background: #2c2c2c none repeat scroll 0 0; | |
| } | |
| .mobile .main-inner .column-left-inner, | |
| .mobile .main-inner .column-right-inner { | |
| background: transparent none repeat 0 0; | |
| -moz-box-shadow: none; | |
| -webkit-box-shadow: none; | |
| -goog-ms-box-shadow: none; | |
| box-shadow: none; | |
| } | |
| .mobile .date-posts { | |
| margin: 0; | |
| padding: 0; | |
| } | |
| .mobile .footer-fauxborder-left { | |
| margin: 0; | |
| border-top: inherit; | |
| } | |
| .mobile .main-inner .section:last-child .Blog:last-child { | |
| margin-bottom: 0; | |
| } | |
| .mobile-index-contents { | |
| color: #cccccc; | |
| } | |
| .mobile .mobile-link-button { | |
| background: #ffe599 none repeat scroll 0 0; | |
| } | |
| .mobile-link-button a:link, | |
| .mobile-link-button a:visited { | |
| color: #ffffff; | |
| } | |
| .mobile .tabs-inner .PageList .widget-content { | |
| background: transparent; | |
| border-top: 1px solid; | |
| border-color: #444444; | |
| color: #cccccc; | |
| } | |
| .mobile .tabs-inner .PageList .widget-content .pagelist-arrow { | |
| border-left: 1px solid #444444; | |
| } | |
| html .mobile .BLOG_video_class { | |
| display: initial; | |
| } | |
| #HTML2 { | |
| display: none; | |
| } | |
| h3.post-title { | |
| text-align: center; | |
| } | |
| iframe { | |
| border: 0; | |
| } | |
| iframe[src^="https://store.steampowered"] { | |
| width: 100%; | |
| } | |
| .CSS_LAYOUT_COMPONENT { | |
| color: rgba(0, 0, 0, 0) !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment