/**************************************************************************** * Planar Vagabond's Playground (planarvagabond.com) * * Copyright 2023 Eric Woodward * Source released under CC0 Public Domain License v1.0 * http://creativecommons.org/publicdomain/zero/1.0/ ****************************************************************************/ /* Old Palette color: #9aa8bc bg: #0d1852 link: 049c74 border: 25baba big-font: 25baba black: 040308 other: 094192 */ /* New Palette color: #e7a07f bg: #252837 link: #38B1B6 border: #C33F3D big-font: #C33F3D black: #1A0608 other: #E8A384 */ html { font-size: 16px; } body { background: #252837; /* Old browsers */ background: url("/images/portal-header.jpg") top fixed; color: #e7a07f; font-family: sans-serif; font-size: 100%; line-height: 1.5em; } a { border: 1px solid transparent; border-bottom: 1px solid #c33f3d; color: #38b1b6; font-weight: bold; padding: 0 0.2rem; text-decoration: none; -webkit-transition: 0.3s background-color, 0.3s color, 0.3s border-radius; transition: 0.3s background-color, 0.3s color, 0.3s border-radius; } a[target="_blank"]::after { content: " \29C9"; font-weight: normal; } a:hover { border: 1px solid #c33f3d; background-color: #38b1b6; border-radius: 0.3rem; color: #c33f3d; text-decoration: none; text-shadow: 0px 1px 1px rgba(16, 16, 16, 0.6); } a:visited { color: #3d81a5; } a:visited:hover { color: #c33f3d; } article img { max-width: 100%; } blockquote { border-left: 2px solid #04778f; font-style: italic; margin: 1em 0; padding: 0 1em; } code, kbd { background-color: #7c4c52; background-color: rgba(13, 24, 82, 0.5); color: #ccc; font-size: 0.9em; padding: 0.25em; } figcaption { font-size: 0.9em; } figure { margin: 1em auto; display: block; text-align: center; } h1 { color: #c33f3d; font-size: 2em; line-height: 1.2em; } h2 { color: #c33f3d; font-size: 1.5em; line-height: 1.2em; } h3 { color: #c33f3d; font-size: 1.25em; line-height: 1.2em; background-color: rgba(37, 40, 55, 0.6); padding-left: 0.25rem; } h4 { color: #c33f3d; font-size: 1.12em; line-height: 1.2em; } h5 { color: #c33f3d; font-size: 1.06em; line-height: 1.2em; } h6 { color: #c33f3d; font-size: 1em; } iframe { max-width: 100%; } li { margin-bottom: 0.6em; } /* turn on for that "authentic" OSE feel! */ /* ul li::marker { content: "▶ "; } */ li ul { margin-top: 0.6em; } main img { max-width: 100%; } ol, ul { padding-left: 1.2em; } pre { background-color: #7c4c52; background-color: rgba(13, 24, 82, 0.5); color: #ccc; font-size: 0.9em; overflow: auto; padding: 0.25em; } pre code, pre kbd { background-color: transparent; } samp { font-size: 0.9em; } table { border: 1px solid #e8a384; border-collapse: collapse; } table caption { background-color: rgba(37, 40, 55, 0.6); color: rgba(195, 63, 61, 1); font-weight: bold; } table tr:hover { background-color: rgba(195, 63, 61, 0.5); } table td, table th { padding: 0.5rem; } .headlessTableWrapper thead { display: none; } .dividedTableWrapper { display: inline-block; overflow-x: auto; } .dividedTableWrapper h4 { text-align: center; } .dividedTableWrapper table td { border: 1px dashed #e8a384; } .dividedTableWrapper table th { border: 1px dashed #e8a384; border-bottom-style: solid; border-collapse: collapse; padding: 0.5rem; } .levelTable table thead tr:first-child th { border-bottom-style: dashed; } .timelineTableWrapper td:first-child { white-space: nowrap; } .page { background: #372734; background: rgba(55, 39, 52, 0.9); border: 1px solid #252837; border-top: none; border-bottom: none; display: block; margin: 0 auto; max-width: 100%; min-height: 100vh; padding: 0; position: relative; } .table-of-contents { border: 1px dashed #e8a384; display: inline-block; } .table-of-contents ul { display: flex; flex-direction: column; list-style: none; margin: 0 0 0.5rem 0; padding: 0; } .table-of-contents ul li { display: flex; flex-direction: column; margin: 0; } .table-of-contents ul li a { border-bottom: 0; padding: 0 0.5rem; text-decoration: none; width: 100%; } .table-of-contents ul li ul { margin: 0; } .table-of-contents ul li ul li a { padding: 0 0.5rem 0 1.5rem; font-size: smaller; } .toc-container-header { text-align: center; background-color: rgba(37, 40, 55, 0.6); color: rgba(195, 63, 61, 1); font-weight: bold; } .asideBio { line-height: 1.35em; padding: 0.5em; text-align: center; } .asideBio-div { display: none; margin: 0.5em auto; text-align: center; } .asideBio-div-img { max-width: 7.5em; } .asideBio-div-imgLink { border: 1px solid transparent; display: inline-block; padding: 0.5em 0.5em 0.3em; } .asideBio-div-link { white-space: nowrap; } .asideBio-div-textLink { display: none; } .asideContent { border-top: 1px dotted #04778f; } .asideMenu-divider { border: 1px dashed #c33f3d; color: #c33f3d; width: 80%; } .asideMenu-item { align-self: auto; display: inline-block; flex: none; margin: 0.5em; } .asideMenu-link { border: 1px solid #726f6a; border-radius: 0.3em; display: inline-block; padding: 0.25em; } .asideMenu-list { align-content: center; align-items: center; /* or stretch */ display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; list-style: none; margin: 0; padding: 0; text-align: center; } .asideMenu-subtitle { font-size: 1.1em; margin: 1.3em auto; text-align: center; } .asideMenu-subtitle-link { border: 1px solid transparent; display: inline-block; } .asideMenu-title { font-size: 1.3em; margin: 1.5em auto; text-align: center; } .asideMenu-title-link { border: 1px solid transparent; display: inline-block; } .asideRight { padding: 0 1em 1em; } .authorHidden { display: none; } .backLink { clear: both; font-size: 0.8em; margin: 1em auto; text-align: center; } .backLink-link { border: 1px solid #c33f3d; color: #c33f3d; display: inline-block; padding: 0.25em 0.5em; } .boxLink { border: 1px solid #726f6a; border-radius: 0.3em; display: inline-block; padding: 0.25em; } .boxLink.isCurrent { background-color: #38b1b6; background-color: rgba(4, 156, 116, 0.8); color: #1a0608; text-decoration: none; } .boxLink.isCurrent:hover { background-color: #c33f3d; } .dataTable td { border-left: 1px solid #252837; border-right: 1px solid #252837; padding: 0.1em 0.2em; text-align: center; } .dataTable th { border: 1px solid #252837; color: #c33f3d; padding: 0.2em 0.4em; text-align: center; } .dataTable thead tr { background-color: #7c4c52; } .dataTable tr { border-bottom: 1px solid transparent; border-top: 1px solid transparent; } .dataTable tbody tr:last-child { border-bottom: 1px solid #252837; } .dataTable tbody:nth-child(even) tr:nth-child(even) { background-color: #7c4c52; } .dataTable tr:hover td { border-bottom: 1px solid #c33f3d; border-top: 1px solid #c33f3d; color: #c33f3d; } .dirList { padding: 0; } .dirList-item { display: inline-block; margin: 0.5em; } .embed { display: block; margin: 1em auto; width: 30em; max-width: 100%; } .embedLink { padding: 0.2rem; } .embedImg { width: 100%; } .embedSwitch { text-align: right; margin-bottom: 1em; } .embedTwitter { width: 100%; } .embedVimeo { height: 15em; max-height: 50vw; } .embedYoutube { min-height: 21em; width: 100%; } .entry-content { display: block; min-height: 2.6em; padding-top: 0.2em; } .entry-reacji { cursor: default; float: left; font-size: 2.2em; margin-right: 0.2em; vertical-align: middle; } .entry-reply { display: block; } .feedLine { border-color: #c33f3d; border-color: rgba(37, 171, 171, 0.3); clear: both; margin: 2.5em auto; width: 80%; } .feedLine:last-child { display: none; } .footnote { font-size: 0.8em; } .gameCardImg { border-radius: 1rem; max-width: 100%; } .gameCardImgLand { border-radius: 2rem; max-width: 100%; } .heroImage { display: block; clear: both; margin: auto; max-width: 100%; } .icon { display: inline-block; font-size: 2em; font-style: normal; text-transform: none; vertical-align: middle; } .imgAttrib { font-size: 0.8em; } .js-momentTime { display: inline-block; } .licenseImg { vertical-align: middle; } .licenseLink { display: inline-block; border: 1px solid transparent; border-bottom: 1px solid transparent; vertical-align: baseline; } .linkButton { margin: 1em auto; text-align: center; } .linkButton-link { border: 1px solid #c33f3d; color: #c33f3d; display: inline-block; padding: 0.25em 0.5em; } .magic-commander-img { border-radius: 0.75em; max-width: 100%; width: 15em; } .mainBio-div-img { height: auto; margin: 0; vertical-align: middle; width: 100%; } .mainBio-div-imgLink { border: 1px solid transparent; display: block; margin: 0 auto; max-width: 15em; padding: 0.5em; } .mainBio-div-imgLink:hover { border-width: 3px; } .mainBio-div-textLink { display: none; } .menubar { background: #282c32; display: static; } #menu__toggle, .menu__btn { display: none; } .navMenu { align-items: center; display: flex; flex-direction: row-reverse; justify-content: center; } .navMenu a { border: 1px solid transparent; display: flex; padding: 0.5rem 1rem; text-decoration: none; width: 100%; } .navMenu a:visited { color: #38b1b6; } .navMenu ul { display: flex; list-style: none; margin: 0; padding-left: 0; } .navMenu li { display: flex; margin-bottom: 0; position: relative; text-decoration: none; transition-duration: 0.5s; white-space: nowrap; } .navMenu li.hasSubMenu:hover, .navMenu li.hasSubMenu:focus-within { background: #c33f3d; } .navMenu li.hasSubMenu:hover a, .navMenu li.hasSubMenu:hover a:visited { color: #38b1b6; } .navMenu li.hasSubMenu:hover a:hover, .navMenu li.hasSubMenu:hover a:visited:hover { color: #c33f3d; } .navMenu li:focus-within a { outline: none; } .navMenu ul li ul { background: #252837; background: rgba(37, 40, 55, 0.9); visibility: hidden; opacity: 0; min-width: 5rem; position: absolute; transition: all 0.5s ease; margin-top: 2.75rem; left: 0; display: none; z-index: 1; } .navMenu ul li:hover > ul, .navMenu ul li:focus-within > ul, .navMenu ul li ul:hover, .navMenu ul li ul:focus { display: flex; flex-direction: column; align-items: stretch; opacity: 1; visibility: visible; } .navMenu ul li ul li { clear: both; width: 100%; } .navMenu-list-link.isCurrentSection { background-color: #38b1b6; border: 1px solid #c33f3d; border-radius: 0.3rem; color: #1a0608; text-decoration: none; } .navMenu-list-link.isCurrentSection:hover { background-color: #c33f3d; } .navMenu-list-item { display: inline-block; line-height: 2em; margin: 0 0.25em; text-align: center; } .navMenu-search-fieldset { border: none; font-size: 0.8em; padding: 0; } .pageFooter { border-top: 1px solid #04778f; margin: 0 auto; padding: 0.5em 1em; width: 100%; } .pageFooter a { text-decoration: none; } .pageFooter-inner { font-size: 0.8em; text-align: center; width: 100%; } .pageFooter-inner p { text-align: left; } .pageHeader { width: 100%; } .pageHeader-titleBlock { width: 100%; } .pageMain { min-height: 28em; padding: 1em; } .pageMenu { clear: both; margin: 0 auto 2.5em; max-width: 25em; padding: 0px; text-align: center; } .pageMenu-anaCardLink { border: 1px solid transparent; display: inline-block; margin: 0 auto; padding: 0.5em; } .pageMenu-anaCards { align-items: center; display: flex; flex-direction: column; max-width: 100%; } .pageMenu-caption { left: 0; bottom: 0.5em; position: absolute; right: 0; } .pageMenu-gameCards { align-items: center; display: flex; flex-direction: column; justify-content: center; } .pageMenu-gameCardLink { border: 1px solid transparent; display: flex; margin: 0 auto; max-width: 24em; padding: 0.5em; } .pageMenu-item { align-items: center; border: 2px solid transparent; border-radius: 0.3rem; display: flex; justify-content: center; margin-left: 0; max-width: 340px; text-align: center; text-decoration: none; } .pageMenu-item:hover { border-color: #c33f3d; } .pageMenu-link { display: block; height: 6.8em; position: relative; width: 6.8em; } .pageMenu-link:hover .pageMenu-text { background-color: #c33f3d; background-color: rgba(150, 150, 150, 0.8); color: #1a0608; text-decoration: none; width: 100%; } .pageMenu-text { background: rgba(50, 50, 50, 0.8); display: inline-block; margin: 0 auto; width: 100%; } .pageSection { word-wrap: break-word; } .postsByYear { clear: both; display: block; float: right; } .postsByYear { clear: both; font-size: 0.8em; margin: 1em auto; text-align: center; } .postsByYear-list { display: inline; margin: 0; max-width: 25em; padding: 0px; } .postsByYear-list li { border-radius: 0.3rem; } .postMenu { max-height: 0; overflow: hidden; } .postMenu-item { align-self: auto; display: inline-block; flex: none; margin: 0.5em; } .postMenu-link { border: 1px solid #726f6a; border-radius: 0.3em; display: inline-block; padding: 0.25em; } .postMenu-list { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; list-style: none; margin: 0; padding: 0; text-align: center; } .postMenu-title { font-size: 1.3em; margin: 1.5em auto; text-align: center; } .postMenu-title-link { border: 1px solid transparent; display: inline-block; } .pubDate { font-size: 0.9em; visibility: hidden; } .raceTable-name { font-weight: bold; text-align: left; } .readTime { font-size: 0.9em; font-style: italic; text-align: right; text-transform: capitalize; } .replyTo { margin: 0 1.25em; } .replyTo-arrow { font-size: 1.75em; } /* .searchBox { margin-left: auto; white-space: nowrap; } */ .searchBox { position: absolute; top: 0; right: 0; padding: 1rem; width: 100%; text-align: right; } .searchBox-query { background-color: #3d81a5; border-radius: 0.3rem; color: #fff; width: 10em; } .sectionBackLink { border: 1px solid #726f6a; border-radius: 0.3em; display: inline-block; margin: 1em auto; padding: 0.25em; text-align: center; } .sectionBackLink-wrapper { text-align: center; } .siteTitle { text-align: center; width: 100%; } .siteTitle-link, .siteTitle-link:visited { align-items: center; border: 1px solid transparent; color: #38b1b6; border-radius: 1rem; display: flex; flex-direction: row; font-style: normal; margin: auto; max-width: 42rem; padding: 0.2em; position: relative; } .siteTitle-shipIcon { max-width: 10rem; fill: #c33f3d; fill-opacity: 0.5; -webkit-transition: 0.3s fill, 0.3s fill-opacity; transition: 0.3s fill, 0.3s fill-opacity; } .siteTitle-link:hover .siteTitle-shipIcon { fill: #1a0608; fill-opacity: 0.7; } .siteTitle-text { max-width: 48rem; } .spellTable { margin-left: -1em; } .spellTable td { border: 1px solid #e8a384; } .spellTable tbody:nth-child(even) { background-color: #7c4c52; } .tagPage-counts { font-size: 0.9em; font-style: italic; } .tagPage-list { padding-left: 0; } .tagPage-listItem { display: inline; list-style: none; padding: 0.3em 0.5em; } .teaseLink { clear: both; font-size: 0.8em; margin: 1em auto; text-align: center; } .teaseLink-link { color: #c33f3d; display: inline-block; padding: 0.25em 0.5em; } a.pageTitle-link, a.pageTitle-link:visited { color: #c33f3d; border-bottom: none; margin-left: -0.25rem; } .pageTitle-link:active, .pageTitle-link:hover { border: 1px solid #c33f3d; } .topAnchor { border: none; height: 0; margin: 0; padding: 0; } .topLink { border: 1px solid #726f6a; border-radius: 0.3em; display: inline-block; margin: 1em auto; padding: 0.25em; text-align: center; } .twitter-tweet { margin: 0; } .update-citation { display: block; text-align: right; } .update-footer { align-items: start; color: #423f4d; display: flex; flex-direction: column; font-size: 0.9em; font-style: italic; margin-top: 1em; } .update-footer-author { display: none; } .update-footer-time { margin-left: auto; } .update-nav { border-top: 1px dotted; display: flex; margin-top: 1em; padding-top: 1em; width: 100%; } .update-nav-link { border: 1px dashed #726f6a; border-radius: 0.3em; display: block; padding: 0.5em; } .update-nav-linkWrapper { max-width: 45%; } .update-nav-pubDate { font-size: 0.8em; } .update-nav-nextWrapper { margin-left: auto; text-align: right; } .update-tags { align-items: center; display: flex; flex-wrap: wrap; margin-top: 1em; text-align: left; } .update-tags > .boxLink { margin: 0.5em; } /**************************************************************************** * State Overrides ****************************************************************************/ .asideBio.hideBio { display: none; } .asideBio-div.showPhoto { display: inline-block; } .asideMenu-link.isCurrent { background-color: #38b1b6; background-color: rgba(4, 156, 116, 0.8); color: #1a0608; text-decoration: none; } .asideUpdates .update-citation { display: none; } .asideUpdates .update-footer-time { margin: 1em 0 2em; } .asideUpdates .js-momentTime { display: none; } .feature hr { border: 1px 0 0 0; border-color: #7c4c52; border-style: solid; color: #7c4c52; max-width: 90%; } body { font-family: "raleway", "Optima", arial, helvetica, sans-serif; } h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a { font-family: "unbounded", "Luminari", impact, arial, helvetica, sans-serif; font-weight: 500; } .pageMenu-link.isCurrent .pageMenu-text { background-color: #38b1b6; background-color: rgba(4, 156, 116, 0.8); color: #1a0608; text-decoration: none; } .pageMenu-link.isCurrent:hover .pageMenu-text { background-color: #c33f3d; } .textMenu-link.isCurrent { background-color: #38b1b6; background-color: rgba(4, 156, 116, 0.8); color: #1a0608; text-decoration: none; } .textMenu-link.isCurrent:hover { background-color: #c33f3d; } .update.isDraft { background-color: #282c32; } .update.isEmbargoed { background-color: #151222; } /**************************************************************************** * JS Overrides ****************************************************************************/ .js .pubDate.isDone { -webkit-transition: 0.3s visibility; transition: 0.3s visibility; visibility: visible; } .no-js .pubDate { visibility: visible; } /**************************************************************************** * Media Queries ****************************************************************************/ @media all and (min-width: 960px) { html { font-size: 18px; } .page { max-width: 960px; } } ampaign/shazz-journals @media all and (max-width: 960px) { h1 { font-size: 1.5em; } h2 { font-size: 1.3em; } h3 { font-size: 1.2em; } h1 svg { scale: 0.75; } .menubar { max-height: 1px; } #menu__toggle, .menu__btn { display: block; } #menu__toggle { opacity: 0; } #menu__toggle:checked + .menu__btn > span { transform: rotate(45deg); } #menu__toggle:checked + .menu__btn > span::before { top: 0; transform: rotate(0deg); } #menu__toggle:checked + .menu__btn > span::after { top: 0; transform: rotate(90deg); } #menu__toggle:checked ~ .navMenu { left: 0 !important; } .menu__btn { position: absolute; top: 0.5rem; left: 1rem; width: 26px; height: 26px; padding-top: 1rem; cursor: pointer; z-index: 9; } .menu__btn > span, .menu__btn > span::before, .menu__btn > span::after { display: block; position: absolute; width: 100%; height: 2px; background-color: #616161; transition-duration: 0.25s; } .menu__btn > span::before { content: ""; top: -8px; } .menu__btn > span::after { content: ""; top: 8px; } /* Prevents close toggle from scrolling offscreen */ #menu__toggle:checked + .menu__btn { position: fixed; top: 1rem; } .navMenu { background: #252837; display: flex; position: fixed; top: 0; left: -100%; height: 100%; margin: 0; padding: 0; box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4); transition-duration: 0.25s; flex-direction: column; } .navMenu ul { flex-direction: column; } .navMenu > ul { padding: 1rem 2rem 1rem 4rem; overflow-y: auto; } .navMenu > ul > li { margin-top: 1rem; } .navMenu > ul > li > a { border: 1px solid #c33f3d; font-size: 1.25rem; } .navMenu > ul > li:first-child { margin-top: 0; } .navMenu li { display: block; float: none; } .navMenu ul li ul { display: flex; margin-top: 0; opacity: 1; position: relative; visibility: visible; } .siteTitle-text { max-width: 60%; } } /* @media all and (max-width: 900px) { html { font-size: 14px; } h1 { font-size: 1.5em; } h2 { font-size: 1.3em; } h3 { font-size: 1.2em; } h1 svg { scale: 0.75; } .siteTitle-text { max-width: 60%; } } */ @media all and (max-width: 600px) { h1 { margin-top: 3rem; } .siteTitle-text { text-align: left; } } @media all and (max-width: 320px) { nav { max-width: 90%; } } @media all and (min-width: 1000px) { .menubar { position: relative; } .searchBox { top: -3rem; } }