X-Git-Url: https://git.yukkurigames.com/?p=yukkurigames.com.git;a=blobdiff_plain;f=css%2Fmain.css;h=0906772adc33efac5ea7fc27f46eba850a61df99;hp=df9a31c7ecf6b57260cc34b14a642d421400a546;hb=068dcc7996bcdc887e784d2047e258e0072c27c0;hpb=e7f05fe954a7101f255263c430ff85c003b8ed4f diff --git a/css/main.css b/css/main.css index df9a31c..0906772 100644 --- a/css/main.css +++ b/css/main.css @@ -61,6 +61,10 @@ text-decoration: none; } +header * { + outline: none; +} + strong { font-weight: bold; } em { font-style: italic; } @@ -210,6 +214,7 @@ main > ul > li { hr { margin-top: 0; margin-bottom: 1em; + border: 0; border-bottom: solid rgb(206, 132, 242) 1px; height: 2em; } @@ -404,6 +409,42 @@ ul.download li:last-child { margin-bottom: 0; } +.actionable { + text-align: center; + font-size: 0.8rem; + margin: 0.75em auto; + color: rgba(0, 0, 0, 0.5); + display: block; +} + +.actionable a { + display: inline-block; + font-size: 1.5em; + background-color: rgb(240, 110, 110); + color: white; + text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); + padding: 0.5em; + text-decoration: none; + line-height: 0.8em; + border-radius: 8px; + width: 25%; + margin: 0 1em; +} + +.actionable a:hover { + background-color: rgb(244, 126, 126); +} + +.screenshots { + text-align: center; +} + +.screenshots img { + height: 8rem; + width: auto; + margin: 1rem 0.5rem; +} + .sh:before { content: "$ "; } @@ -473,6 +514,17 @@ footer a:link { text-decoration: none; } +iframe[src*="itch.io"] { + width: 552px; + height: 167px; + margin: auto; + left: 50%; + -webkit-transform: translateX(-50%); + transform: translateX(-50%); + position: relative; + border: 0; +} + @media (max-width: 767px) { html { font-size: 13px; } @@ -487,10 +539,20 @@ footer a:link { pre { font-size: 0.875em; } + + iframe[src*="itch.io"] { + -webkit-transform: translateX(-50%) scale(0.8); + transform: translateX(-50%) scale(0.8); + } } @media (max-width: 479px) { html { font-size: 10px; padding: 0 0.5em; } h4 { font-size: 1em; } + + iframe[src*="itch.io"] { + -webkit-transform: translateX(-50%) scale(0.6); + transform: translateX(-50%) scale(0.6); + } }