Add banner for October 2020 network upgrade

This commit is contained in:
erciccione 2020-09-19 15:05:13 +02:00
parent 41e520710c
commit b701618a3d
No known key found for this signature in database
GPG key ID: 762AF8C608E56CDF
4 changed files with 13 additions and 11 deletions

View file

@ -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. 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 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 outdatedVersion: English version
upgrade: To continue using Monero, make sure your software is up-to-date with the November 30th network upgrade. upgradoct: Make sure your software is up-to-date with the
moreinfo: More info 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" lang_tag: "@lang_tag_en"
titles: titles:

View file

@ -1,6 +1,6 @@
<div class="upgrade-container"> <div class="upgrade-container">
<input id="upgrade-toggle" type="checkbox"> <input id="upgrade-toggle" type="checkbox">
<div class="upgrade-content"> <div class="upgrade-content">
<p>{% t global.upgrade %} <a class="untranslated-link" href="https://www.reddit.com/r/Monero/comments/d884zt/preliminary_information_thread_regarding_the/">{% t global.moreinfo %}</a> <label class="upgrade-x" for="upgrade-toggle"></label></p> <p>{% t global.upgradoct %} <a href="{{ site.baseurl}}/2020/08/18/network-upgrade-october-2020.html">{% t global.upgradeoctlink %}</a> {% t global.upgrdecont %} <a href="{{ site.baseurl}}/2020/09/17/monero-0.17-released.html">{% t global.dwlsoftware %}</a> <label class="upgrade-x" for="upgrade-toggle"></label></p>
</div> </div>
</div> </div>

View file

@ -4,7 +4,7 @@
{% include head.html %} {% include head.html %}
<body> <body>
<!-- {% include upgrade.html %} --> {% include upgrade.html %}
<div class="page-wrapper"> <div class="page-wrapper">
{% include header.html %} {% include header.html %}
{{content}} {{content}}

View file

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