diff --git a/rc3-2021/base.html b/rc3-2021/base.html index aab989db1f445570633bc584219feb9fe82a0918..b4a0bbcf2284989a64b0a2d2a3f6edd3a7a75eeb 100644 --- a/rc3-2021/base.html +++ b/rc3-2021/base.html @@ -40,7 +40,7 @@ <div class="container"> {%- block site_name %} - <a class="navbar-brand" href="{{ nav.homepage.url|url }}" title="{{ config.site_name }}"><img src="img/rc3_logo_pink.svg" title="{{ config.site_name }}" /></a> + <a class="navbar-brand" href="{{ nav.homepage.url|url }}" title="{{ config.site_name }}"><img src="img/rc3_21_logo_still.png" title="{{ config.site_name }}" /></a> {%- endblock %} {%- if nav|length>1 or (page and (page.next_page or page.previous_page)) or config.repo_url %} diff --git a/rc3-2021/css/base.css b/rc3-2021/css/base.css index 78328d7f97baf9210f2cb9897f93d69c0cdb556e..7663ed2690871508d5d2f8df25d69e53eb08ac52 100644 --- a/rc3-2021/css/base.css +++ b/rc3-2021/css/base.css @@ -1,10 +1,3 @@ -@font-face { - font-family: 'orbitronregular'; - src: url('../fonts/orbitron-variablefont_wght-webfont.woff2') format('woff2'), - url('../fonts/orbitron-variablefont_wght-webfont.woff') format('woff'); - font-weight: normal; - font-style: normal; -} @font-face { font-family: 'montserratbold'; @@ -30,12 +23,18 @@ font-style: normal; } +@font-face { + font-family: 'changasemibold'; + src: url('../fonts/changa-semibold.ttf'); + font-weight: normal; + font-style: normal; +} :root { --primary-c1: #f00efa; --primary-c2: rgba(104, 0, 231, 1); --primary-c3: #4ce9f8; - --primary-c4: rgba(16, 14, 35, 1); + --primary-c4: #0c0e0b; /*shaded versions*/ /* --primary-c1-s1: rgba(103, 2, 149, 1); */ @@ -52,7 +51,7 @@ --secondary-c1: rgba(253, 41, 79, 1); --secondary-c2: rgba(22, 10, 254, 1); - --secondary-c3: rgba(255, 235, 216, 1); + --secondary-c3: #fff; --secondary-c4: rgba(1, 2, 42, 1); @@ -140,20 +139,18 @@ video { } h1 { - color: #444; font-weight: 400; font-size: 42px; - font-family: "orbitronregular"; - text-transform: uppercase; - color: var(--primary-c3); + font-family: "changasemibold"; + text-transform: lowercase; + color: var(--secondary-c3); } h2, h3, h4, h5, h6 { - color: #444; font-weight: 300; - font-family: "orbitronregular"; - text-transform: uppercase; - color: var(--primary-c3); + font-family: "changasemibold"; + text-transform: lowercase; + color: var(--secondary-c3); } hr { @@ -174,8 +171,9 @@ code.code-large, .rst-content tt.code-large { code { padding: 2px 5px; - background: black; - border: solid 1px #8102fd; + background: #08191a; + border: solid 1px #226970; + border-radius: 3px; color: white; white-space: pre-wrap; word-wrap: break-word; @@ -202,7 +200,7 @@ kbd { } a code { - color: #2FA4E7; + color: var(--primary-c1); } a:hover code, a:focus code { @@ -269,9 +267,10 @@ footer a:hover { } .navbar { - font-family: "orbitronregular"; - text-transform: uppercase; + font-family: "changasemibold"; + text-transform: lowercase; border-bottom: 1px solid var(--primary-c1); + font-size: 15pt; } .bg-primary { diff --git a/rc3-2021/fonts/changa-semibold.ttf b/rc3-2021/fonts/changa-semibold.ttf new file mode 100644 index 0000000000000000000000000000000000000000..a540f317c7d570b9a29ece8507c6360c9e0bfbb1 Binary files /dev/null and b/rc3-2021/fonts/changa-semibold.ttf differ diff --git a/rc3-2021/img/favicon.ico b/rc3-2021/img/favicon.ico index 37651b6b2fa787697519b108ead8b7285a362b3a..3e5d1dac0d16e9cbad2cf6c0b0d5d9ebe14d1cb9 100644 Binary files a/rc3-2021/img/favicon.ico and b/rc3-2021/img/favicon.ico differ diff --git a/rc3-2021/img/rc3_21_logo_still.png b/rc3-2021/img/rc3_21_logo_still.png new file mode 100644 index 0000000000000000000000000000000000000000..189926ae28d77a5d27c8de7dc813f8b616f14ab7 Binary files /dev/null and b/rc3-2021/img/rc3_21_logo_still.png differ