Titan Gamer [Deleted]

Thanks for your help. :)

This one worked, but the image seems to be repeated, take a look at the top part of it.
Code:
#header .pageWidth .pageContent {
  background: url(path/) no-repeat;
}
upload_2014-1-18_16-22-41.webp



This one didn't work, take a look at the previous pic.
I've put it into EXTRA.css, is this how it should be done?
Code:
#navWrapper, #moderatorBar {background: none}
#moderatorBar .pageContent {background: @primaryDarker;}


Thanks for your advice, I've created a child style for all this. :)
 
Thanks for your help. :)

This one worked, but the image seems to be repeated, take a look at the top part of it.
Code:
#header .pageWidth .pageContent {
  background: url(path/) no-repeat;
}
View attachment 65090



This one didn't work, take a look at the previous pic.
I've put it into EXTRA.css, is this how it should be done?
Code:
#navWrapper, #moderatorBar {background: none}
#moderatorBar .pageContent {background: @primaryDarker;}


Thanks for your advice, I've created a child style for all this. :)

If you don't mind, can you inbox me your forum URL?
 
@Skylined

Alright so this is the updated code, ignore the previous edits

For the logo
Code:
#logoBlock .pageWidth .pageContent {
  background: url(pathto/) no-repeat;
}

For the nav & mod bar
Code:
html #navWrapper, html #moderatorBar {
background: none;
}

For the mod bar background
Code:
html #moderatorBar .pageContent {background: @primaryDarker;}

Let me know if it works.
 
Great! :)

We're getting closer.
Now the problem is that the image doesn't go under the menu, where the cursor is.

upload_2014-1-18_17-20-54.webp
 
Great! :)

We're getting closer.
Now the problem is that the image doesn't go under the menu, where the cursor is.

View attachment 65099

Yep and for this reason I'm going to work on a much more automated process by default. It should take that into account.

So give me some time, I might just roll this out by tonight as it seems like a nice option to have, so thanks for bringing it forward.
 
It would also be great to select if the image in the header is top or bottom.
In my case most of the times the focus of attention is at the bottom of the image.
 
It would also be great to select if the image in the header is top or bottom.
In my case most of the times the focus of attention is at the bottom of the image.

Hm, I'll see what I can do about that. It will achieve the desired look within a click for the details like you mentioned I will probably add a style property or something.
 
Do you think you'll have this ready for friday?

I don't want to push you, just asking because I might migrate this coming weekend.
 
Can I replace "TitanGamer" with a logo?

EDIT: Didn't see second page. Won't buy until this area is fixable through style properties or options.
 
Can I replace "TitanGamer" with a logo?

EDIT: Didn't see second page. Won't buy until this area is fixable through style properties or options.

Yes, that's actually a image and not just HTML text. I did include the PSD for it.

As for the style properties option, by tonight it should be done and ready.
 
How can I change the "New" banner's colour (text and background) that appears on the right on the new messages?
If I change their colour, is there anything else that changes?

I would also like to change posted links posts from bold to normal weight.

For the "New" indicators go to

Titan Gamer > Style Properties > Message Elements > New Indicator (Inner & Outer)

If you change them, nothing else would be affected.

And it seems I forgot to style them...I'll do them in a future update.

--

As for the link, it's in the same style group (Titan Gamer > Style Properties > Message Elements)

It's the "User Generated Link" option, just remove the B - Bold option.
 
Top Bottom