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
  • Psionic Roshambo @ Psionic Roshambo:
    Now serving number E73
    +1
  • BigOnYa @ BigOnYa:
    Good, maybe she will leave me the f alone, now I can drink, smoke, and play my games in peace!
    +1
  • K3Nv2 @ K3Nv2:
    The DMV giving citizens of Detroit empowerment
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, and with yourself :creep:
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    As a reminder crack pipes left in the lobby will be thrown away, the DMV is not responsible for lost crack pipes!
  • K3Nv2 @ K3Nv2:
    I got a camera I can film what I want
    +1
  • BigOnYa @ BigOnYa:
    Gotta give my fans what they want...
    +1
  • K3Nv2 @ K3Nv2:
    Deeze nuts
  • ZeroT21 @ ZeroT21:
    get crackin'
  • Psionic Roshambo @ Psionic Roshambo:
    Well hmm got that Eeros 6+ router working so no need for a new one for now lol
  • Psionic Roshambo @ Psionic Roshambo:
    Scratch!!! In broad daylight!!!
  • BakerMan @ BakerMan:
    guys, is it truly discrimination if you dislike everyone equally? like, if i dislike everyone, then am i racist, sexist, homophobic, transphobic, ableist, etc., or am i just a hater?
    +1
  • BigOnYa @ BigOnYa:
    All of the above...
  • K3Nv2 @ K3Nv2:
    You gotta be on Psis level and hate your own people
    +2
  • BakerMan @ BakerMan:
    i meant everyone, even my own people, and myself
  • BigOnYa @ BigOnYa:
    Oh, well thats ok then
  • BakerMan @ BakerMan:
    (i don't dislike people, it's just a hypothe- aaaaaand i'm banned aren't i?)
  • Psionic Roshambo @ Psionic Roshambo:
    Good good let your hate flow through you!!!
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    Emperor Palpetine reveals that he is trans Jewish pro abortion and drives a Prius!
  • Psionic Roshambo @ Psionic Roshambo:
    Unlimited Power!!!
  • K3Nv2 @ K3Nv2:
    Hate fuels your cybertruck
    Psionic Roshambo @ Psionic Roshambo: Lol