New Look?
New Look?
I've been to this site many times with the same look.
I know there is some great web designer people here.
But maybe it could be a time for change. Maybe a new layout for the hole site.
I know there is a big question for all the leader's here about the site and whats going on with it, but maybe after you could maybe, possibly make a new improved layout.
Don't rag on me for not have that many post or any thing else. I'm the kind of person that likes to sit back and read what other people say at times. But doesn't make me not want to see a new look or looks.
I know there's way's for letting people have the layout option to choose what they would like to see maybe that could come in to place.
This is just my suggestion towards the site. Having a new look I think sounds like a good idea.
I know there is some great web designer people here.
But maybe it could be a time for change. Maybe a new layout for the hole site.
I know there is a big question for all the leader's here about the site and whats going on with it, but maybe after you could maybe, possibly make a new improved layout.
Don't rag on me for not have that many post or any thing else. I'm the kind of person that likes to sit back and read what other people say at times. But doesn't make me not want to see a new look or looks.
I know there's way's for letting people have the layout option to choose what they would like to see maybe that could come in to place.
This is just my suggestion towards the site. Having a new look I think sounds like a good idea.
No theme changes.
Go read this topic, pay specific attention to Iron_Forge's posts, as he's the one in charge of such changes: http://forums.halomods.com/viewtopic.php?t=68432
Go read this topic, pay specific attention to Iron_Forge's posts, as he's the one in charge of such changes: http://forums.halomods.com/viewtopic.php?t=68432
- CabooseJr
- Posts: 4592
- Joined: Wed May 11, 2005 8:09 am
- Location: Valve knows a lot about my cookies.
- Contact:
Link please noscottno.
© Newest AudioSurf Run = Miku Hatsune - Black★Rock Shooter(AudioSurf)
Newest YouTube Video= Portal: Project Beta(Small Promo)
https://addons.mozilla.org/en-US/firefox/addon/748
I believe that is what you speak of.
I believe that is what you speak of.
- CabooseJr
- Posts: 4592
- Joined: Wed May 11, 2005 8:09 am
- Location: Valve knows a lot about my cookies.
- Contact:
Thank you kind sir. :3
Now just gotta figure out how to edit the colors.
EDIT: k, I looked at the tuts, and failed.
Now just gotta figure out how to edit the colors.
EDIT: k, I looked at the tuts, and failed.
© Newest AudioSurf Run = Miku Hatsune - Black★Rock Shooter(AudioSurf)
Newest YouTube Video= Portal: Project Beta(Small Promo)
- TomClancey
- Posts: 2565
- Joined: Sat Jan 28, 2006 6:49 am
- Location: Ohio
- Contact:
I think that's the one.TomClancey wrote:https://addons.mozilla.org/en-US/firefox/addon/2108
:3
shadowkhas suggested it in the other thread.
- CabooseJr
- Posts: 4592
- Joined: Wed May 11, 2005 8:09 am
- Location: Valve knows a lot about my cookies.
- Contact:
Now, How would you create a style for halomods?
K, I'm not contempt with this style. I love the dark halomods.
K, I'm not contempt with this style. I love the dark halomods.
© Newest AudioSurf Run = Miku Hatsune - Black★Rock Shooter(AudioSurf)
Newest YouTube Video= Portal: Project Beta(Small Promo)
Changing the colors is easy, then you have to re-make all the images.
Then go through the agonizing process of all the mods and stuff... I don't know enough about this part to really argue, but all in all it's too much work for such a little result. Just use that addon if you really want the colors changed, as far as I can tell it works pretty darn well with the exception of the images.
Then go through the agonizing process of all the mods and stuff... I don't know enough about this part to really argue, but all in all it's too much work for such a little result. Just use that addon if you really want the colors changed, as far as I can tell it works pretty darn well with the exception of the images.
- TomClancey
- Posts: 2565
- Joined: Sat Jan 28, 2006 6:49 am
- Location: Ohio
- Contact:
- CabooseJr
- Posts: 4592
- Joined: Wed May 11, 2005 8:09 am
- Location: Valve knows a lot about my cookies.
- Contact:
Well, he is the code for the style.
Code: Select all
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("forums.halomods.com") {
* {
background-color: #101010 !important;
background-image: none !important;
color: #bbbbbb !important;
}
a:link {
color: #666486 !important;
}
a:visited {
color: #5e5c8c !important;
}
a:hover,
a:active {
color: #cb5c8c !important;
}
input[type=button],
input[type=submit],
input[type=reset] {
background-color: #505050 !important;
color: black !important;
border-color: #202020 !important;
}
input[type=text],
input[type=password],
input[type=file] {
background-color: black !important;
color: white !important;
border-color: #202020 !important;
border: 1px solid #505050;
}
}
© Newest AudioSurf Run = Miku Hatsune - Black★Rock Shooter(AudioSurf)
Newest YouTube Video= Portal: Project Beta(Small Promo)