X-Git-Url: https://git.yukkurigames.com/?p=yukkurigames.com.git;a=blobdiff_plain;f=css%2Fmain.css;h=97a1efdafded49cf967b2ea34c8a9010eea22065;hp=645acaac9e5a470a712de0dd9f9d0c82760cf41c;hb=b0d324a7485dba766647d99e3a4fa327c97c2207;hpb=b5c5fb83ab2c120cd75a4818a107168664fee763 diff --git a/css/main.css b/css/main.css index 645acaa..97a1efd 100644 --- a/css/main.css +++ b/css/main.css @@ -30,7 +30,7 @@ font-family: 'Fira Sans'; font-style: italic; font-weight: 400; - src: local('Fira Sans OT Italic'), local('Fira Sans Italic'), url(FiraSans-RegularItalic.woff) format('woff'); + src: local('Fira Sans OT Italic'), local('Fira Sans Italic'), url(FiraSans-Italic.woff) format('woff'); } @font-face { @@ -61,6 +61,10 @@ text-decoration: none; } +header * { + outline: none; +} + strong { font-weight: bold; } em { font-style: italic; } @@ -160,10 +164,9 @@ h3 { font-size: 1.125em; font-weight: 300; margin-bottom: 0; - margin-left: -0.89em; + margin-left: -0.445em; padding-left: 0.67em; padding-right: 0.67em; - white-space: nowrap; } a:link, [onclick] { @@ -190,6 +193,10 @@ main > *:first-child { margin-top: 0; } +p, li { + line-height: 125%; +} + main > p { max-width: 45em; margin: 1em auto; @@ -345,6 +352,11 @@ h4 a:link { white-space: nowrap; } +.game-preview .info li a:link { + text-decoration: none; + font-weight: inherit; +} + .game-preview .info li:before { content: ' ~ '; } @@ -453,6 +465,18 @@ pre code:hover { background-color: transparent; } +footer { + font-weight: 300; + text-align: center; + font-size: 0.75em; +} + +footer a:link { + display: inline-block; + margin: 0 1em; + text-decoration: none; +} + @media (max-width: 767px) { html { font-size: 13px; }