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,925
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,486
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
  • BakerMan @ BakerMan:
    guys, this sounds unhinged, but someone (i forgot who) saying they'd want to make their left 4 dead team wario, samus, captain falcon and nester gave me the idea for a quick round of fuck marry kill/bed wed behead
    +1
  • BakerMan @ BakerMan:
    fuck marry kill:
    wario, samus, captain falcon
  • BakerMan @ BakerMan:
    i gotta say fuck captain falcon, because he's hot (no homo), marry samus, because she seems like good wife (or as BigOnYa says, wifey) material, and kill wario, because he can't die, so killing him won't really kill him
    +1
  • BakerMan @ BakerMan:
    but uhhh that's just me hehe
    iu
  • impeeza @ impeeza:
    good night guys
    +1
  • BigOnYa @ BigOnYa:
    Nighty night, wise one, thanks for trying to help.
  • Psionic Roshambo @ Psionic Roshambo:
    To sleep perchance to dream!
  • BigOnYa @ BigOnYa:
    My state has put a heavy tax on vape juice, taxing any juice with nicotine by the weight/oz. So to get around the bs, my local vape store only sells 0 nicotine vape juices, then they also sell straight nicotine in tiny bottles, and you mix it yourself to your 0% juice, lol
    +1
  • BigOnYa @ BigOnYa:
    Damn, is that Wing from South Park?
  • Psionic Roshambo @ Psionic Roshambo:
    BigOnYa hmmm I wonder how long until someone just vapes the straight nicotine lol
  • BigOnYa @ BigOnYa:
    I was gonna say people are not that dumb, but yea you right, some are.
    +1
  • K3Nv2 @ K3Nv2:
    People have put 50mg salt nic in straight subohm coils which is like more powerful hits
    +1
  • BigOnYa @ BigOnYa:
    Hey psi, do they have dress codes down there in FLa, here there are signs on stores that say "No shirt, no service" but curious bout down yonder
  • BigOnYa @ BigOnYa:
    Yea I tried the salts and too strong for me, I prefer the norm juice
  • K3Nv2 @ K3Nv2:
    In Florida they don't serve you if you have clothes on
    +1
  • K3Nv2 @ K3Nv2:
    Fucking raining again
  • BigOnYa @ BigOnYa:
    How can you tell, do you see rain drops on top of other rain drops?
    +1
  • K3Nv2 @ K3Nv2:
    I can tell by whenever your wife done letting out loud ass moans then I get her a ticket back home
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    @BigOnYa, yeah most places demand clothes and shoes, unless it's some really back water place that I am unaware of lol
    +1
  • BigOnYa @ BigOnYa:
    Cool, I got lunch money for tomorrow then.
  • BakerMan @ BakerMan:
    @K3Nv2 call uremum Sloppenheimer the way she givin me this bomb head
    +1
  • K3Nv2 @ K3Nv2:
    I call uremum alzheimer she forgets to leave
    +1
    K3Nv2 @ K3Nv2: I call uremum alzheimer she forgets to leave +1