fix
This commit is contained in:
parent
549c231883
commit
4f648f419a
1 changed files with 10 additions and 63 deletions
|
@ -4,69 +4,17 @@
|
||||||
<title>Moneroj.net - Monero Metrics</title>
|
<title>Moneroj.net - Monero Metrics</title>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.login_page {
|
|
||||||
margin: 0 auto 25px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.form {
|
|
||||||
position: relative;
|
|
||||||
z-index: 1;
|
|
||||||
background: #313030;
|
|
||||||
max-width: 100%;
|
|
||||||
margin-top: 20px;
|
|
||||||
margin-bottom: 20px;
|
|
||||||
padding: 20px;
|
|
||||||
text-align: center;
|
|
||||||
border-radius: 20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.form input {
|
|
||||||
font-family: "Roboto", Sans-serif;
|
|
||||||
outline: 0;
|
|
||||||
width: 100%;
|
|
||||||
border: 0;
|
|
||||||
margin: 0 0 10px;
|
|
||||||
padding: 5px;
|
|
||||||
font-size: 14px;
|
|
||||||
border-radius: 5px
|
|
||||||
}
|
|
||||||
|
|
||||||
button {
|
|
||||||
font-family: "Roboto", Sans-serif;
|
|
||||||
outline: 0;
|
|
||||||
background: #ff4d21;
|
|
||||||
width: 100%;
|
|
||||||
border: 0;
|
|
||||||
border-radius: 5px;
|
|
||||||
padding: 5px;
|
|
||||||
color: #ffffff;
|
|
||||||
font-size: 14px;
|
|
||||||
cursor: pointer
|
|
||||||
}
|
|
||||||
|
|
||||||
button:hover,
|
|
||||||
button:active {
|
|
||||||
background: #db3b13
|
|
||||||
}
|
|
||||||
|
|
||||||
.message {
|
|
||||||
margin: 10px 0 0;
|
|
||||||
color: rgb(255, 255, 255);
|
|
||||||
font-size: 16px
|
|
||||||
}
|
|
||||||
|
|
||||||
.form .message a {
|
|
||||||
color: #ff4d21;
|
|
||||||
text-decoration: none
|
|
||||||
}
|
|
||||||
|
|
||||||
.form .register_form {
|
|
||||||
display: none
|
|
||||||
}
|
|
||||||
|
|
||||||
.break {
|
.break {
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
.link {
|
||||||
|
color: #ff4d21;
|
||||||
|
}
|
||||||
|
|
||||||
|
.link:hover {
|
||||||
|
color: #ff8262;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -134,7 +82,6 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xl-8">
|
<div class="col-xl-8">
|
||||||
<div class="icon-box mt-4 mt-xl-0">
|
<div class="icon-box mt-4 mt-xl-0">
|
||||||
<br>
|
|
||||||
<h4>Book: The Monero Standard</h4>
|
<h4>Book: The Monero Standard</h4>
|
||||||
<p>
|
<p>
|
||||||
The fiat system we live under today is nothing like the monetary systems of the past. At least not the prosperous ones.
|
The fiat system we live under today is nothing like the monetary systems of the past. At least not the prosperous ones.
|
||||||
|
@ -151,8 +98,8 @@
|
||||||
|
|
||||||
We must change that by opting into the strongest form of money the world has ever seen.
|
We must change that by opting into the strongest form of money the world has ever seen.
|
||||||
</p>
|
</p>
|
||||||
<button style="width: 200px; font-size: 16px" href="https://monerostandard.com/" target="_blank">Read More</button>
|
<a class="link" style="width: 200px;" href="https://monerostandard.com/" target="_blank">Read More</a>
|
||||||
<br><br>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue