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,485
Trophies
1
Location
Pantsuland
Website
www.youtube.com
XP
2,909
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

wolf boi
Member
Joined
May 11, 2014
Messages
2,136
Trophies
1
Age
26
XP
4,457
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.
    K3Nv2 @ K3Nv2: https://youtu.be/shdHKa4iBbE?si=Vnb_FMMV54y2aarW lol Mario give me cancer