From 38bb1d6ee8c554da8cdb27158ec19a56fd3fe9d2 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 11 Feb 2022 19:12:48 +0100 Subject: REMOVED: raylib 5k gamejam banner --- common/banner.css | 93 ------------------------------------------------------- 1 file changed, 93 deletions(-) delete mode 100644 common/banner.css (limited to 'common') diff --git a/common/banner.css b/common/banner.css deleted file mode 100644 index 32ae08f..0000000 --- a/common/banner.css +++ /dev/null @@ -1,93 +0,0 @@ -.gamejam-2022-banner { - min-width: 880px; - background-color: white; - padding: 1em; - display: flex; - justify-content: center; - align-items: center; - flex-direction: row; -} - -.gamejam-2022-banner * { - box-sizing: border-box; -} - -.gamejam-2022-banner .banner-content { - width: 835.5px; - display: flex; - flex-direction: row; - align-items: flex-start; - justify-content: flex-start; -} - -.gamejam-2022-banner .banner-image { - height: 205px; - width: auto; -} - -.gamejam-2022-banner .end-cap .big { - font-size: 26px; -} - -.gamejam-2022-banner .column { - width: 100px; - display: flex; - flex-direction: column; - margin-left: 5px; -} - -.gamejam-2022-banner .block:first-child, .gamejam-2022-banner .color-block:first-child { - margin-bottom: 5px; -} - -.gamejam-2022-banner .block, .gamejam-2022-banner .color-block { - width: 100px; - height: 100px; - margin: 0; - display: flex; - align-items: flex-end; - justify-content: flex-end; - padding: 5px; - flex-direction: column; -} - -.gamejam-2022-banner .block *, .gamejam-2022-banner .color-block * { - text-align: right; -} - -.gamejam-2022-banner .block .big, .gamejam-2022-banner .color-block .big { - font-size: 300%; -} - -.gamejam-2022-banner .color-block { - - border: 6.25px solid #0e0e0e; - background-color: white; - font-size: 13px; - font-weight: bold; -} - -.gamejam-2022-banner .color-block.red { - border-color: #b50000; - color: #b50000; -} - -.gamejam-2022-banner .color-block.wasm { - border-color: #654ff0; - color: #654ff0; -} - -.gamejam-2022-banner .color-block.green { - border-color: green; - color: green; -} - -.gamejam-2022-banner .color-block.yellow { - border-color: rgb(211, 166, 16); - color: rgb(211, 166, 16); -} - -.gamejam-2022-banner .color-block.turquoise { - border-color: turquoise; - color: turquoise; -} \ No newline at end of file -- cgit v1.2.3