mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-29 19:29:51 +02:00
add version selecting, and other minor change (#2207)
- Splits Seedminer into 2 pages, using includes. Prevents people from clicking on the twn method if they don't have a taiwanese console - Adds a new version of Soundhax, for cart-updated consoles, more include, troubleshooting should stay Make version selectable This happens in order (with if/else statements): - People select other -> redirect to checking for cfw(Checking for cfw might have to be reworded, redirecting people to NH if they boot into the HOME menu with Sys/Emu yah) - People select 11.3 or lower -> redirect to standard Soundhax - People select 11.4 or higher but nver < 37 and System version isnt 11.16(universal-otherapp patch lol) -> new fancy Soundhax-sp page, adds instructions on what to choose in the what you need section - Function is called to check if cver combined with nver is sslothable... feedback appreciated on the numbers etc - People select T as region -> redirect to seedminer(twn) - People select C as region -> Display message pointing at ntrboot - If none of the things apply -> redirect to Seedminer Co-authored-by: lifehackerhansol <lifehacker@hansol.ca>
This commit is contained in:
@@ -5,4 +5,31 @@
|
||||
@charset "utf-8";
|
||||
|
||||
@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
|
||||
@import "minimal-mistakes"; // main partials
|
||||
@import "minimal-mistakes"; // main partials
|
||||
|
||||
select {
|
||||
background-color: #2e3440;
|
||||
color: #d8dee9;
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
border: 3px solid #585d66;
|
||||
}
|
||||
|
||||
input {
|
||||
color: #d8dee9;
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
border: 1px solid #585d66;
|
||||
}
|
||||
|
||||
input:hover {
|
||||
background-color: #767a80;
|
||||
}
|
||||
|
||||
.selectversion {
|
||||
background-color: #2e3440;
|
||||
text-align: center;
|
||||
border: 1px solid #585d66;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user