css adjustments
This commit is contained in:
parent
6806c64104
commit
2ac93b0ad5
5 changed files with 71 additions and 39 deletions
|
|
@ -255,9 +255,7 @@
|
||||||
|
|
||||||
<div style="margin-bottom: 20px;"></div>
|
<div style="margin-bottom: 20px;"></div>
|
||||||
|
|
||||||
<h6>
|
<h6>Secrets!</h6>
|
||||||
Secrets!
|
|
||||||
</h6>
|
|
||||||
|
|
||||||
<p class="smalltext">
|
<p class="smalltext">
|
||||||
Did you know? You can press <b>Ctrl + Shift + I</b> and choose the <b>Console Tab</b> to view some extra secret
|
Did you know? You can press <b>Ctrl + Shift + I</b> and choose the <b>Console Tab</b> to view some extra secret
|
||||||
|
|
@ -266,22 +264,26 @@
|
||||||
|
|
||||||
<div style="margin-bottom: 20px;"></div>
|
<div style="margin-bottom: 20px;"></div>
|
||||||
|
|
||||||
<h6 class="hall-of-fame">Tool supporters Hall of Fame</h6>
|
<div class="hall-of-fame-border">
|
||||||
|
|
||||||
<p class="smalltext">
|
<h6 class="hall-of-fame">Analyzer Supporters</h6>
|
||||||
<b class="pp-gold">Klaudia</b> (Lvl 26) -
|
|
||||||
<b class="pp-silver">Rohit</b> (Lvl 7) -
|
|
||||||
<b class="pp-silver">Dominic</b> (Lvl 6) -
|
|
||||||
<b class="pp-silver">David</b> (Lvl 5) -
|
|
||||||
<b class="pp-silver">Peter</b> (Lvl 5) -
|
|
||||||
<b class="pp-bronze">AnonymousCanada</b> (Lvl 3)
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p class="smalltext">
|
<p class="smalltext">
|
||||||
You too can get immortalized here. <a href="https://www.paypal.me/ReznoRMichael" target="_blank"><i
|
<b class="pp-gold">Klaudia</b> (Lvl 26) -
|
||||||
class="simpleicon-paypal"></i>Donate</a> at least $1 for the Tool!<br>
|
<b class="pp-silver">Rohit</b> (Lvl 7) -
|
||||||
Lvl indicates your amount of support.
|
<b class="pp-silver">Dominic</b> (Lvl 6) -
|
||||||
</p>
|
<b class="pp-silver">David</b> (Lvl 5) -
|
||||||
|
<b class="pp-silver">Peter</b> (Lvl 5) -
|
||||||
|
<b class="pp-bronze">AnonymousCanada</b> (Lvl 3)
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p class="smalltext">
|
||||||
|
You too can get immortalized here. <a href="https://www.paypal.me/ReznoRMichael" target="_blank"><i
|
||||||
|
class="simpleicon-paypal"></i>Donate</a> at least $1 for the Tool!<br>
|
||||||
|
Lvl indicates your amount of support.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<div style="margin-bottom: 20px;"></div>
|
<div style="margin-bottom: 20px;"></div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -234,10 +234,11 @@ h1 {
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-family: 'Cinzel', 'Times New Roman', serif;
|
font-family: 'Cinzel', 'Times New Roman', serif;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 1.6rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 1.8rem 0 0.6rem 0;
|
margin: 1.8rem 0 0.6rem 0;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: 400;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h6 {
|
h6 {
|
||||||
|
|
@ -249,7 +250,20 @@ h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.hall-of-fame {
|
.hall-of-fame {
|
||||||
color: rgba(0, 255, 220, 0.6);
|
font-family: 'Cinzel', 'Times New Roman', serif;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 1.6rem;
|
||||||
|
line-height: 1.6rem;
|
||||||
|
color: rgb(0, 255, 221);
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hall-of-fame-border {
|
||||||
|
border: 0.2rem solid rgba(0, 255, 220, 0.6);
|
||||||
|
border-radius: 1rem;
|
||||||
|
border-style: double;
|
||||||
|
padding: 0.7rem 1.3rem 0.7rem 1.3rem;
|
||||||
|
margin: 1.3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#hk-hints {
|
#hk-hints {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -126,10 +126,11 @@ h1 {
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-family: 'Cinzel', 'Times New Roman', serif;
|
font-family: 'Cinzel', 'Times New Roman', serif;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 1.6rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 1.8rem 0 0.6rem 0;
|
margin: 1.8rem 0 0.6rem 0;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: 400;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h6 {
|
h6 {
|
||||||
|
|
@ -141,7 +142,20 @@ h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.hall-of-fame {
|
.hall-of-fame {
|
||||||
color: rgba(0, 255, 220, 0.6);
|
font-family: 'Cinzel', 'Times New Roman', serif;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 1.6rem;
|
||||||
|
line-height: 1.6rem;
|
||||||
|
color: rgb(0, 255, 221);
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hall-of-fame-border {
|
||||||
|
border: 0.2rem solid rgba(0, 255, 220, 0.6);
|
||||||
|
border-radius: 1rem;
|
||||||
|
border-style: double;
|
||||||
|
padding: 0.7rem 1.3rem 0.7rem 1.3rem;
|
||||||
|
margin: 1.3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#hk-hints {
|
#hk-hints {
|
||||||
|
|
|
||||||
|
|
@ -140,9 +140,7 @@
|
||||||
|
|
||||||
<div style="margin-bottom: 20px;"></div>
|
<div style="margin-bottom: 20px;"></div>
|
||||||
|
|
||||||
<h6>
|
<h6>Secrets!</h6>
|
||||||
Secrets!
|
|
||||||
</h6>
|
|
||||||
|
|
||||||
<p class="smalltext">
|
<p class="smalltext">
|
||||||
Did you know? You can press <b>Ctrl + Shift + I</b> and choose the <b>Console Tab</b> to view some extra secret
|
Did you know? You can press <b>Ctrl + Shift + I</b> and choose the <b>Console Tab</b> to view some extra secret
|
||||||
|
|
@ -151,22 +149,26 @@
|
||||||
|
|
||||||
<div style="margin-bottom: 20px;"></div>
|
<div style="margin-bottom: 20px;"></div>
|
||||||
|
|
||||||
<h6 class="hall-of-fame">Tool supporters Hall of Fame</h6>
|
<div class="hall-of-fame-border">
|
||||||
|
|
||||||
<p class="smalltext">
|
<h6 class="hall-of-fame">Analyzer Supporters</h6>
|
||||||
<b class="pp-gold">Klaudia</b> (Lvl 26) -
|
|
||||||
<b class="pp-silver">Rohit</b> (Lvl 7) -
|
|
||||||
<b class="pp-silver">Dominic</b> (Lvl 6) -
|
|
||||||
<b class="pp-silver">David</b> (Lvl 5) -
|
|
||||||
<b class="pp-silver">Peter</b> (Lvl 5) -
|
|
||||||
<b class="pp-bronze">AnonymousCanada</b> (Lvl 3)
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p class="smalltext">
|
<p class="smalltext">
|
||||||
You too can get immortalized here. <a href="https://www.paypal.me/ReznoRMichael" target="_blank"><i
|
<b class="pp-gold">Klaudia</b> (Lvl 26) -
|
||||||
class="simpleicon-paypal"></i>Donate</a> at least $1 for the Tool!<br>
|
<b class="pp-silver">Rohit</b> (Lvl 7) -
|
||||||
Lvl indicates your amount of support.
|
<b class="pp-silver">Dominic</b> (Lvl 6) -
|
||||||
</p>
|
<b class="pp-silver">David</b> (Lvl 5) -
|
||||||
|
<b class="pp-silver">Peter</b> (Lvl 5) -
|
||||||
|
<b class="pp-bronze">AnonymousCanada</b> (Lvl 3)
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p class="smalltext">
|
||||||
|
You too can get immortalized here. <a href="https://www.paypal.me/ReznoRMichael" target="_blank"><i
|
||||||
|
class="simpleicon-paypal"></i>Donate</a> at least $1 for the Tool!<br>
|
||||||
|
Lvl indicates your amount of support.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<div style="margin-bottom: 20px;"></div>
|
<div style="margin-bottom: 20px;"></div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue