From b701618a3df6e911b27ee1bbda10bd3cbc83d36b Mon Sep 17 00:00:00 2001 From: erciccione Date: Sat, 19 Sep 2020 15:05:13 +0200 Subject: [PATCH] Add banner for October 2020 network upgrade --- _i18n/en.yml | 6 ++++-- _includes/upgrade.html | 2 +- _layouts/index.html | 2 +- css/custom.css | 14 +++++++------- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/_i18n/en.yml b/_i18n/en.yml index c3757305..183ff9e0 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -16,8 +16,10 @@ global: outdated: The content of this page is outdated and the might be not valid anymore. Contact the community if you need support. outdatedMin: This page has been updated since the translation. You can use this version, but it may be incomplete. Please use the outdatedVersion: English version - upgrade: To continue using Monero, make sure your software is up-to-date with the November 30th network upgrade. - moreinfo: More info + upgradoct: Make sure your software is up-to-date with the + upgradeoctlink: "October 17th network upgrade." + upgrdecont: To continue using Monero after that date, + dwlsoftware: Download Monero 0.17 "Oxygen Orion". lang_tag: "@lang_tag_en" titles: diff --git a/_includes/upgrade.html b/_includes/upgrade.html index 49f885ca..e976e0c6 100644 --- a/_includes/upgrade.html +++ b/_includes/upgrade.html @@ -1,6 +1,6 @@
-

{% t global.upgrade %} {% t global.moreinfo %}

+

{% t global.upgradoct %} {% t global.upgradeoctlink %} {% t global.upgrdecont %} {% t global.dwlsoftware %}

diff --git a/_layouts/index.html b/_layouts/index.html index b4e58a0e..8240dcb1 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -4,7 +4,7 @@ {% include head.html %} - + {% include upgrade.html %}
{% include header.html %} {{content}} diff --git a/css/custom.css b/css/custom.css index d1d6d2c2..c229e365 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1156,7 +1156,7 @@ pre.highlight>code { z-index: 4; width: 100%; text-align: center; - color: #4c4c4c; + color: #171717; padding-bottom: 1.3rem; padding-top: 1.3rem; -moz-box-shadow: 0 2px 6px rgba(50,50,93,.1); @@ -1167,8 +1167,13 @@ pre.highlight>code { } .upgrade-content a { - color: #4c4c4c; + color: #171717; font-size: 1.1rem; + border-bottom: 2px dotted; +} + +.upgrade-content a:hover { + border-bottom: 1px solid; } .upgrade-content p { @@ -1288,11 +1293,6 @@ label.upgrade-x { padding-bottom: 1rem; } -.untranslated-link { - color: white; - text-decoration: underline; -} - .disclaimer-link { color: white; text-decoration: underline;