Homebrew 3DSThem.es - Your new destination for custom 3DS themes

Status
Not open for further replies.

jurassicplayer

Completionist Themer
Member
Joined
Mar 7, 2009
Messages
4,486
Trophies
1
Location
Pantsuland
Website
www.youtube.com
XP
2,924
Country
United States
Due to my nature, I ended up getting really fed up with that header bar and so I went out of my way to get a chrome extension to fudge around with a little bit of css to make my own experience not annoying. It's mostly just small css tweaks like completely removing the banner, shrinking the top bar and footer, and ruining the mobile sidebar by completely removing the search entry and making it just as small as the top bar. I just thought I would share it in the event that someone had similar grievances.
Code:
.navbar-fixed {
    height: 48px;
}
nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 48px;
    line-height: 48px;
}
div.header {
    display: none;
}

/** To restore the sidebar, remove the lines from here V **/
#mobile-demo div.input-field {
    display: none;
}
.side-nav {
    width: 48px;
}
nav ul a {
    padding: 0 9px;
}
.side-nav li {
    padding: 0 9px;
}
nav ul li {
    padding: 0;
}
.side-nav a {
    height: 48px;
    padding: 0 0px;
}
/** To here ^ **/

footer.page-footer .footer-copyright {
    height: 24px;
    line-height: 24px;
}
footer.page-footer {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
h5.center {
    position: absolute;
    top: -10px;
    right: 0px;
    font-size: 10px;
    color: #03a9f4;
}
h5.center a {
    position: absolute;
    top: 75px;
    right: 5px;
    width: 120px;
    height:100%;
    z-index: 3000;
    color: #fff;
    font-weight: bold;
}

Shameless advertising:
rPz8VlG.png
hGgGk56.png

- edit -
In case anyone is looking for the extension: Chrome Firefox
 
Last edited by jurassicplayer,

Lycan911

Well-Known Member
Member
Joined
May 11, 2014
Messages
2,136
Trophies
2
Age
26
XP
4,485
Country
Germany
Due to my nature, I ended up getting really fed up with that header bar and so I went out of my way to get a chrome extension to fudge around with a little bit of css to make my own experience not annoying. It's mostly just small css tweaks like completely removing the banner, shrinking the top bar and footer, and ruining the mobile sidebar by completely removing the search entry and making it just as small as the top bar. I just thought I would share it in the event that someone had similar grievances.
Code:
.navbar-fixed {
    height: 48px;
}
nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 48px;
    line-height: 48px;
}
div.header {
    display: none;
}

/** To restore the sidebar, remove the lines from here V **/
#mobile-demo div.input-field {
    display: none;
}
.side-nav {
    width: 48px;
}
nav ul a {
    padding: 0 9px;
}
.side-nav li {
    padding: 0 9px;
}
nav ul li {
    padding: 0;
}
.side-nav a {
    height: 48px;
    padding: 0 0px;
}
/** To here ^ **/

footer.page-footer .footer-copyright {
    height: 24px;
    line-height: 24px;
}
footer.page-footer {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
h5.center {
    position: absolute;
    top: -10px;
    right: 0px;
    font-size: 10px;
    color: #03a9f4;
}
h5.center a {
    position: absolute;
    top: 75px;
    right: 5px;
    width: 120px;
    height:100%;
    z-index: 3000;
    color: #fff;
    font-weight: bold;
}

Shameless advertising:
rPz8VlG.png
hGgGk56.png

- edit -
In case anyone is looking for the extension: Chrome Firefox
Can you make one for Opera as well?

Edit: Oh hey, there's my Steins;Gate theme :D lol
 
Last edited by Lycan911,

TimX24968B

"That guy"
Member
Joined
Oct 28, 2015
Messages
1,403
Trophies
0
Location
Nowhere
XP
399
Country
United States
I dont get why we needed a new themes site. I thought the old one, 3dsthemes.com worked just fine... (am i just missing something or what?)
 

erman1337

Well-Known Member
OP
Member
Joined
Sep 27, 2015
Messages
1,211
Trophies
0
Location
Brussels
XP
983
Country
Belgium
Due to my nature, I ended up getting really fed up with that header bar and so I went out of my way to get a chrome extension to fudge around with a little bit of css to make my own experience not annoying. It's mostly just small css tweaks like completely removing the banner, shrinking the top bar and footer, and ruining the mobile sidebar by completely removing the search entry and making it just as small as the top bar. I just thought I would share it in the event that someone had similar grievances.
Code:
.navbar-fixed {
    height: 48px;
}
nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 48px;
    line-height: 48px;
}
div.header {
    display: none;
}

/** To restore the sidebar, remove the lines from here V **/
#mobile-demo div.input-field {
    display: none;
}
.side-nav {
    width: 48px;
}
nav ul a {
    padding: 0 9px;
}
.side-nav li {
    padding: 0 9px;
}
nav ul li {
    padding: 0;
}
.side-nav a {
    height: 48px;
    padding: 0 0px;
}
/** To here ^ **/

footer.page-footer .footer-copyright {
    height: 24px;
    line-height: 24px;
}
footer.page-footer {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
h5.center {
    position: absolute;
    top: -10px;
    right: 0px;
    font-size: 10px;
    color: #03a9f4;
}
h5.center a {
    position: absolute;
    top: 75px;
    right: 5px;
    width: 120px;
    height:100%;
    z-index: 3000;
    color: #fff;
    font-weight: bold;
}

Shameless advertising:
rPz8VlG.png
hGgGk56.png

- edit -
In case anyone is looking for the extension: Chrome Firefox
nice

I dont get why we needed a new themes site. I thought the old one, 3dsthemes.com worked just fine... (am i just missing something or what?)
It's broken
 

erman1337

Well-Known Member
OP
Member
Joined
Sep 27, 2015
Messages
1,211
Trophies
0
Location
Brussels
XP
983
Country
Belgium
Yeah, if the error starts with "[object Event]", then that means the browser is not up-to-date with the current HTML5 standards
 
Last edited by erman1337,

KingAxos

Active Member
Newcomer
Joined
Sep 27, 2015
Messages
40
Trophies
0
Location
Florida
XP
71
Country
United States
ok ok i get it; but it just seems to have a larger database than the other one.
The database is larger because that website has been up way longer but it hasn't been functional for weeks. This new site which started not to long ago is making way more
progress than 3dsthemes.com and it's growing everyday. On 3dsthemes half of them don't even have a picture and like a quarter of them are reposts. I went through all 500 and something
pages trying to recover my themes after they "recovered" from getting hacked so trust me I've seen their whole library of themes, and most of the good theme makers on their moved over to 3dsthem.es and
reposted their themes on here anyways.
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • Quincy @ Quincy:
    Usually when such a big title leaks the Temp will be the first to report about it (going off of historical reports here, Pokemon SV being the latest one I can recall seeing pop up here)
  • K3Nv2 @ K3Nv2:
    I still like how a freaking mp3 file hacks webos all that security defeated by text yet again
  • BigOnYa @ BigOnYa:
    They have simulators for everything nowdays, cray cray. How about a sim that shows you playing the Switch.
  • K3Nv2 @ K3Nv2:
    That's called yuzu
    +1
  • BigOnYa @ BigOnYa:
    I want a 120hz 4k tv but crazy how more expensive the 120hz over the 60hz are. Or even more crazy is the price of 8k's.
  • K3Nv2 @ K3Nv2:
    No real point since movies are 30fps
  • BigOnYa @ BigOnYa:
    Not a big movie buff, more of a gamer tbh. And Series X is 120hz 8k ready, but yea only 120hz 4k games out right now, but thinking of in the future.
  • K3Nv2 @ K3Nv2:
    Mostly why you never see TV manufacturers going post 60hz
  • BigOnYa @ BigOnYa:
    I only watch tv when i goto bed, it puts me to sleep, and I have a nas drive filled w my fav shows so i can watch them in order, commercial free. I usually watch Married w Children, or South Park
  • K3Nv2 @ K3Nv2:
    Stremio ruined my need for nas
  • BigOnYa @ BigOnYa:
    I stream from Nas to firestick, one on every tv, and use Kodi. I'm happy w it, plays everything. (I pirate/torrent shows/movies on pc, and put on nas)
  • K3Nv2 @ K3Nv2:
    Kodi repost are still pretty popular
  • BigOnYa @ BigOnYa:
    What the hell is Kodi reposts? what do you mean, or "Wut?" -xdqwerty
  • K3Nv2 @ K3Nv2:
    Google them basically web crawlers to movie sites
  • BigOnYa @ BigOnYa:
    oh you mean the 3rd party apps on Kodi, yea i know what you mean, yea there are still a few cool ones, in fact watched the new planet of the apes movie other night w wifey thru one, was good pic surprisingly, not a cam
  • BigOnYa @ BigOnYa:
    Damn, only $2.06 and free shipping. Gotta cost more for them to ship than $2.06
    +1
  • BigOnYa @ BigOnYa:
    I got my Dad a firestick for Xmas and showed him those 3rd party sites on Kodi, he loves it, all he watches anymore. He said he has got 3 letters from AT&T already about pirating, but he says f them, let them shut my internet off (He wants out of his AT&T contract anyways)
  • K3Nv2 @ K3Nv2:
    That's where stremio comes to play never got a letter about it
  • BigOnYa @ BigOnYa:
    I just use a VPN, even give him my login and password so can use it also, and he refuses, he's funny.
  • BigOnYa @ BigOnYa:
    I had to find and get him an old style flip phone even without text, cause thats what he wanted. No text, no internet, only phone calls. Old, old school.
  • Psionic Roshambo @ Psionic Roshambo:
    @BigOnYa, Lol I bought a new USB card reader thing on AliExpress last month for I think like 87 cents. Free shipping from China... It arrived it works and honestly I don't understand how it was so cheap.
    +1
    Psionic Roshambo @ Psionic Roshambo: @BigOnYa, Lol I bought a new USB card reader thing on AliExpress last month for I think like 87... +1