Can we maybe have a new board skin?

War

Take it easy~
OP
Member
Joined
Oct 26, 2007
Messages
5,408
Trophies
0
Age
32
Location
California
Website
www.gbatemp.net
XP
1,999
Country
I've been using v3 for the past year, and honestly, I'm getting a little tired of it. I've tried the other skins available, but I don't really like any of them... so I was wondering, are any staff members working on a new skin? I think it would be really cool if we got some sort of black skin, since a lot of boards I go to use it, and it looks very clean and professional. Anyway, I was just wondering is all.
 

Rayder

Mostly lurking lately....
Former Staff
Joined
Jan 14, 2007
Messages
6,607
Trophies
2
Location
USA
XP
648
Country
United States
I like the idea of a darker skin too. Always did like darker backgrounds as I have one eye with no iris in it so bright skins tend to glare.


I wouldn't mind if everything essentially looked the same, just darker. Maybe just invert the text and background colors in posts?
 

Raika

uguu
Member
Joined
Sep 15, 2008
Messages
4,858
Trophies
1
Age
29
Location
uguu
XP
309
Country
Yeah a darker skin would be better, since v3 is a little 'plain' and the rest of the skins are hard on the eyes...
 

Destructobot

Crave the Hammer
Member
Joined
Oct 15, 2006
Messages
5,002
Trophies
0
Age
45
Location
Portland, OR
Website
Visit site
XP
321
Country
United States
In order to have a variety of fully functional themes, we would need is a system that divorces the graphics and colors used for the skins from the actual board functionality. The current system requires features to be manually added to each skin, which basically means only the latest skin will have all the board features working (we don't exactly have a big team of highly paid technicians to keep every theme up to date). If there were a way to make the graphical aspect of the forum modular there could be any number of themes, and even possibly user created themes.
 

Vague Rant

Deceptively cute
Member
Joined
Aug 7, 2008
Messages
2,464
Trophies
2
Location
Melbourne
Website
vaguerant.tumblr.com
XP
3,318
Country
I happened to be exceptionally bored while reading this topic and decided to make myself a crappy (I'm serious) custom colorisation of the Lite skin for Firefox and Opera users (does IE have custom CSS support yet?). Here's a full page screenshot of this page (note: a bit largish at 335KB) and the (ridiculously ugly and repetitive) CSS I used. There's a whole bunch of overlap and such which I should clean up and may at some point or another. Also, it doesn't work everywhere on the site; most noticeably on the front page and when previewing posts, but also on stuff like the PM screen, where it looks like ass because I only really worked on it with the boards in mind, not any extra stuff like that. If you're still interested, here it is. Be aware that I mainly did this for myself, I'm only posting it on the off-chance that others might like to give it a shot; I don't have any real plans to improve it, and I'm not going to take requests or anything. What you see is what you get.

Code:
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("http://gbatemp.net/index.php?act=idx"), url("http://gbatemp.net/index.php?act=boardrules"), url-prefix("http://gbatemp.net/index.php?act=Search"), url-prefix("http://gbatemp.net/index.php?act=Stats"), url-prefix("http://gbatemp.net/index.php?act=Members"), url-prefix("http://gbatemp.net/index.php?showuser="), url-prefix("http://gbatemp.net/index.php?showforum="), url-prefix("http://gbatemp.net/index.php?showtopic=") {

body {
background-color: #aaa !important;
}

#navstrip {
color: #666 !important;
}

#navstrip a:hover {
color: #777 !important;
}

.pagecurrent,.pagelink,.pagelinklast,.newslink {
background: #bbb !important;
border: 1px solid #fff !important;
}

.borderwrap table {
background-color: #fff !important;
}

div.borderwrap[id*=fo_],div.borderwrap[id*=fc_] {
border: none !important;
}


.borderwrap {
background-color: #bbb !important;
/* border: 1px solid #fff !important; */
margin-top: 4pt !important;
}

th {
background: #ccc !important;
border-bottom: none !important;
}

.maintitle {
border: 1px solid #fff !important;
border-bottom: none !important;
}

#userlinks,.activeusers,#gfooter,.copyright,.borderwrap[style^=padding] {
border: 1px solid #fff !important;
}

#userlinks,.maintitle,.maintitle td,.darkrow1,.formsubtitle,.activeusers, #gfooter,.copyright,.nopad,.barc {
background: #bbb !important;
}

.barc {
border: 1px solid #fff !important;
}

.nopad[align=right] {
background-color: #aaa !important;
}

.row1 {
background-color: #ccc !important;
}

.row2 a,.pagecurrent {
font-weight: bold !important;
}

.row1,.row2 {
padding: 5pt !important;
margin: 5pt !important;
}

.post1,.post2,.post_head,.row2,.newshdr,.newsmain {
background-color: #ddd !important;
}

.post1.post_left,.post2.post_left {
border-right: none !important;
}

.post1,.post2,.post_head {
border: 1px solid #fff !important;
border-bottom: none !important;
}

.post1 {
border-right: none !important;
}

.post1[id*=post-main] {
border-right: 1px solid #fff !important;
}

.formbuttonrow {
border: 1px solid #fff !important;
border-left: none !important;
border-right: none !important;
}

div.borderwrap div.row2 {
border: 1px solid #fff !important;
border-top: none !important;
margin: 0px !important;
background-color: #bbb !important;
}

div.borderwrap div.row2[style="padding: 5px;"] {
border: 1px solid #fff !important;
}

.rte-buttonbar {
border: 1px solid #fff !important;
}

.rte-buttonbar,.rte-normal,td[width="98%"],td[width="1%"] {
background-color: #ddd !important;
}

.post1[width="1%"] {
background-color: #ddd !important;
}

.ipbtable tr {
background-color: #ddd !important;
}


.ipbtable tr td[style^="padding-left:"][width] {
background-color: #aaa !important;
}

}
 

alex

Well-Known Member
Member
Joined
Jul 1, 2008
Messages
1,655
Trophies
0
Age
28
Website
Visit site
XP
249
Country
United States
Wait, how do you use that? I sort of know some CSS, I heard about that feature in FF.
It's nice though. Too bad the images are stored somewhere else(like Fast Reply, Add Reply, etc.) not in the CSS, well in InvisionFree.
tongue.gif
 

alex

Well-Known Member
Member
Joined
Jul 1, 2008
Messages
1,655
Trophies
0
Age
28
Website
Visit site
XP
249
Country
United States
Vague Rant said:
alex said:
Wait, how do you use that? I sort of know some CSS, I heard about that feature in FF.
You need the extension Stylish, which lets you apply custom CSS to pages. There's a whole archive of styles at UserStyles.org.
Thanks. Maybe GBATemp should a topic where you can post your own.
smile.gif
Like the icon/xml pack thread. Except a theme thread.
biggrin.gif
 

shaunj66

GBAtemp Administrator
Administrator
Joined
Oct 24, 2002
Messages
11,963
Trophies
4
Age
39
Location
South England
Website
www.gbatemp.net
XP
25,238
Country
United Kingdom
Slightly off topic, but would any people be interested in colour variations of the v3 skin? It's quite doable. Note: No changes at all besides the overall colour.

Not saying I'm going to do it, just a thought.

(Another skin is in the works - but nothing else can be said - and the ETA for that is completely unknown)
 

Noitora

::
Member
Joined
Aug 9, 2007
Messages
3,760
Trophies
1
Age
32
Location
Athens
Website
www.noitora.eu.pn
XP
289
Country
Greece
shaunj66 said:
Slightly off topic, but would any people be interested in colour variations of the v3 skin? It's quite doable. Note: No changes at all besides the overall colour.

Not saying I'm going to do it, just a thought.

(Another skin is in the works - but nothing else can be said - and the ETA for that is completely unknown)
Alternative colours would be good until the new skin is out
smile.gif
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • ColdBlitz @ ColdBlitz:
    is there any gba homebrew that would offer use for that?
  • K3Nv2 @ K3Nv2:
    The Touchscreen makes using system menu options for brightness and filter adjustments easier
  • Xdqwerty @ Xdqwerty:
    @ColdBlitz, who said anything about touchscreen?
  • ColdBlitz @ ColdBlitz:
    the video title is
    "We Now Have A Touch Screen And OLED Modded Game Boy Color"
  • K3Nv2 @ K3Nv2:
    On screen keys would be cool if the rubber ever fails
  • Psionic Roshambo @ Psionic Roshambo:
    I feel like at that point might as well go emulation lol
  • Psionic Roshambo @ Psionic Roshambo:
    One of those RG things
  • K3Nv2 @ K3Nv2:
    Some people just like using original hardware for the hobby point of it
  • K3Nv2 @ K3Nv2:
    You can easily buy replacement buttons but it's a good fall back
  • ColdBlitz @ ColdBlitz:
    on screen keys would be cool but the gba screen is pretty tiny though :(
  • K3Nv2 @ K3Nv2:
    I'd rather use emulation but it's cool regardless again the main point of the Touchscreen isn't just for buttons but for menu options
  • ColdBlitz @ ColdBlitz:
    would be way better for menu options
  • ColdBlitz @ ColdBlitz:
    although I have huge doubts anyone would be able to make homebrew that would give support for the touch screen
  • ColdBlitz @ ColdBlitz:
    then again theres still people who develop games on systems as old as the nes for fun
  • ColdBlitz @ ColdBlitz:
    (
    micromages is amazing btw)
  • K3Nv2 @ K3Nv2:
    I doubted 360 emulation would be possible
  • ColdBlitz @ ColdBlitz:
    yet here we are seeing ps4 and even some (very experimental
    ) ps5 emulation
  • K3Nv2 @ K3Nv2:
    Ps5 emulation? Why
  • Psionic Roshambo @ Psionic Roshambo:
    I always thought Saturn emulation would straight up be impossible
  • Psionic Roshambo @ Psionic Roshambo:
    Just the atchiture is insanely complex
  • K3Nv2 @ K3Nv2:
    That's why it annoys me when people rant about things being impossible when it comes to software some things should just be focused on more than others
  • ColdBlitz @ ColdBlitz:
    because they want to flex their insane developer skills ofc
  • K3Nv2 @ K3Nv2:
    We have ps5 exploits where's an article talking about ps5 emulation?
  • Xdqwerty @ Xdqwerty:
    if i wanted to play gb games on a touch screen device i would just use my phone
  • ColdBlitz @ ColdBlitz:
    heres ps4/5
    emulation (it is far from playing actual games yet but its something) https://www.youtube.com/watch?v=7qe71pCjC9U
    ColdBlitz @ ColdBlitz: heres ps4/5 emulation (it is far from playing actual games yet but its something)...