summaryrefslogtreecommitdiffhomepage
path: root/common/banner.css
diff options
context:
space:
mode:
Diffstat (limited to 'common/banner.css')
-rw-r--r--common/banner.css93
1 files changed, 0 insertions, 93 deletions
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