mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
Add banner for October 2020 network upgrade
This commit is contained in:
parent
41e520710c
commit
b701618a3d
4 changed files with 13 additions and 11 deletions
|
@ -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:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div class="upgrade-container">
|
||||
<input id="upgrade-toggle" type="checkbox">
|
||||
<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>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
{% include head.html %}
|
||||
|
||||
<body>
|
||||
<!-- {% include upgrade.html %} -->
|
||||
{% include upgrade.html %}
|
||||
<div class="page-wrapper">
|
||||
{% include header.html %}
|
||||
{{content}}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue