From 6aee5959d53997fe059b96ab9b5ca58301ba49cc Mon Sep 17 00:00:00 2001 From: transatoshi Date: Sun, 26 Jan 2025 21:47:37 -0800 Subject: [PATCH] updates of css --- website/api/index.html | 10 ++--- website/application/index.html | 10 ++--- website/download/index.html | 10 ++--- website/images/network.png | Bin 244004 -> 244005 bytes website/index.html | 16 ++++---- website/main.css | 67 +++++++++++++++++++-------------- website/thanks.html | 10 ++--- 7 files changed, 67 insertions(+), 56 deletions(-) diff --git a/website/api/index.html b/website/api/index.html index ad9bed4..84d43a9 100644 --- a/website/api/index.html +++ b/website/api/index.html @@ -34,14 +34,14 @@
Public Nodes - Public API - Node/VPS Application - Download Firmware/Wallets + API + VPS Application + Firmware/Wallets Mainnet Explorer Testnet Explorer Wallet Checker - Telegram - Github + Telegram + Github diff --git a/website/application/index.html b/website/application/index.html index e82f5ee..ef27cb2 100644 --- a/website/application/index.html +++ b/website/application/index.html @@ -34,14 +34,14 @@
Public Nodes - Public API - Node/VPS Application - Download Firmware/Wallets + API + VPS Application + Firmware/Wallets Mainnet Explorer Testnet Explorer Wallet Checker - Telegram - Github + Telegram + Github diff --git a/website/download/index.html b/website/download/index.html index 4446448..3a0ab39 100644 --- a/website/download/index.html +++ b/website/download/index.html @@ -36,14 +36,14 @@
Public Nodes - Public API - Node/VPS Application - Download Firmware/Wallets + API + VPS Application + Firmware/Wallets Mainnet Explorer Testnet Explorer Wallet Checker - Telegram - Github + Telegram + Github diff --git a/website/images/network.png b/website/images/network.png index 66d9f152a1de7874bc0faf64b31ec4c485ac7521..822836420c6321e313764126638fe826ca28ff8f 100644 GIT binary patch delta 421 zcmV;W0b2f~@(!i)4v-`P#gQc+e_IX%Aqf2U6g>hDW$`#}cboJEJ$^wnS=*h&VSqRy z>HNH3>ER&EDVI&9ihv>4T&bB*2(-=!xpN0g&pco12?V$+vXZOFKqVs1`nWJ7HdEzd zq|edV*G7$Zf%M0S#$-N`>th(zVZ;;-90o1E1yXgpeqldhg~mxvS=X`uFY?W{cNBYv ziB3iaW9A$Ku%D8+nLuM=Ay?Hjvlt`KNo*l^dzwgJ^e3A|G&MCc zEjeLgVl6Q_FfwL0Vlg%_WHpmB1t%jiIAmrpVP<44GGaM5Ei_|hWi2>nI5{n0Wi&G} zIAkzlVPlhh1!4#{G&nLjIWaer=LLBIF_U2iEdeo;j|Ph*W@R*FIWuHoEiz#-Vl6Z> zIc6<6I5uW2VqrNrGdVCfHZfv2lRgJi0x>kRlLu}H1Qx=x!jlCMH3be+@oPMTKM;pM P5CMlj5CXS95Ci3?WBizZ delta 420 zcmV;V0bBm1@(!f(4v-`P#E~T*e^Cy@APD{U6gvWfQaFxXyJR=m@du(w-TD$A4~S1B zouBtBJsg-zDs>Z9W-t^jip_*TpmokrI(HEF%=4w5fPuO~E4hjcgd^rz9~WlK%~ZV@ z$#XRJwW0AYp!^u&n9L_~eGDTVMugGG!=S~tfK|5Z7xoiYNSx$UWF7l2F5hf>N40kd z@uW;(OjKe3@>3Hv6WJJv(UqDe;$E4P*h231G?BjaSy?4Ms(j0_^4kL>WMyJxWMnjD zEoCt@H7zt@H)1VeVq;=0Fk>_|Ff?H_GBq?}lko%}Br|3>G-GCFWi4efVKXf>W-vD` zVl!hlEoEk8HZ@{6Fflk{H -

Developed over 2 years to be an alternative to the corporate cloud.

+

Developed over 2 years to be an alternative to the corporate cloud.

-

Host of Grin's permanent public testnet mining node allowing devs to have 24/7 block production, aiding development of the protocol.

+

Host of Grin's testnet community node giving devs 24/7 block production for testing.

-

VPS service with no KYC, customer logs, contracts, or corporate ties.

+

Privacy focused VPS provider with no KYC, contracts, or corporate ties.

Grinminer.net is not controlled by any company or foundation.

diff --git a/website/main.css b/website/main.css index 4d266c1..d9a1589 100644 --- a/website/main.css +++ b/website/main.css @@ -13,17 +13,21 @@ body { text-wrap: balance; } + h3 { + font-size: 15.5px; + font-family: monospace; + } + input[type="text"] { width: 430px; } - /* Add a black background color to the top navigation */ .topnav { - background-color: #333; + background-color: black; overflow: hidden; + padding-left: 10px; } - /* Style the links inside the navigation bar */ .topnav a { float: left; display: block; @@ -34,30 +38,28 @@ body { font-size: 17px; } - /* Change the color of links on hover */ .topnav a:hover { - background-color: #fef102; - color: black; + background-color: black; + color: #fef102; } - /* Add an active class to highlight the current page */ .topnav a.active { background-color: #fef102; color: black; border-right: black 2px solid; } - - /* Add an active class to highlight the current page */ - .topnav a.grey { - border-right: black 2px solid; - } + .topnav a.active2 { + background-color: #fef102; + color: black; + } + .responsive { - max-width: 95%; + max-width: 94.1%; height: auto; margin: 10px auto 0px auto; border: #fef102 solid 0px; - border-radius: 30px 30px 0px 0px; + border-radius: 5px; box-shadow:0 0 10px #fef102; text-align: center; display: block; @@ -81,9 +83,9 @@ body { font-size: 16px font-weight: 800; border: #fef102 solid 0px; - border-radius: 0 0 10px 10px; + border-radius: 0 0 5px 5px; box-shadow: 0 0 10px #fef102; - width: 83%; + width: 70%; height: auto; margin: -15px auto 30px auto; display: block; @@ -105,6 +107,7 @@ body { color: black; display: block; box-shadow: 0 0 10px #fef102; + border-radius: 0 0 5px 5px; background-color: #fef102; } @@ -184,12 +187,17 @@ body { } .topnav { + display: block; + justify-content: center; + margin: 0 auto; overflow: hidden; - background-color: #333; + background-color: #fef102; + width: 87%; + border-radius: 0 0 5px 5px; + box-shadow: 0 0 10px #fef102; } .topnav a { - float: left; display: block; color: whitesmoke; text-align: center; @@ -198,29 +206,32 @@ body { } .topnav a:hover { - background-color: #fef102; - color: black; + background-color: black; + color: #fef102; } .topnav .icon { display: none; } - - /* Responsive styles */ + @media screen and (max-width: 600px) { .topnav a { - display: none; /* Hide all links by default */ + display: none; } .topnav a.icon { - float: right; - display: block; /* Show the hamburger icon */ - color: #fef102; + float: none; + display: block; } + + .topnav .icon:hover { + color: #fef102; + } + .topnav.responsive { position: relative; } .topnav.responsive a { - display: block; /* Show links when the menu is responsive */ - float: none; /* Remove float */ + display: block; + float: none; } } \ No newline at end of file diff --git a/website/thanks.html b/website/thanks.html index 15b9e85..20a1eed 100644 --- a/website/thanks.html +++ b/website/thanks.html @@ -37,14 +37,14 @@