Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Game Theme

Asked Modified Viewed 6,323 times
F
Falk
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 12 questions
asked
Super Admin

[mp]759[/mp]
0 replies

2 posts

T
TBBTNut
T
  • Newbie, joined since
  • Contributed 1 post on the community forums.
answered
Newbie

Hi I'm using this theme at http://faceless.strategic-alliance.in which is for an ingame alliance playing Planetarion - a web-based realtime planetary warfare strategy game.

I absolutely love this theme, but there is one problem: the text colour in the ShoutBox is white, vs. a cream-coloured background. This makes ShoutBox messages difficult to read. Please tell me how/where to fix this.

Also, how easy would it be to replace the shield in the banner image with our own logo?

Message back please.
0 replies
N
NetriX
N
NetriX 10
Need help? Having trouble?
» View our Documentation for guides, functions and more - including the Getting Started section!
» Attach Log Files and Screenshots when reporting issues
» My support days are usually Mon-Thurs. Send me a PM if urgent.
  • Senior Member, joined since
  • Contributed 566 posts on the community forums.
  • Started 93 threads in the forums
answered
Senior Member

Hey TBBTNut,

You'll need to edit the file /themes/GameTheme/styles.css

Find:

.shoutboxname {
   font-weight: bold;
   color: #fff;
}

.shoutbox {
   color: #fff;
}

.shoutboxdate {
   font-size: 10px;
   color: #fff;
}


Change to (or pick another color):

.shoutboxname {
   font-weight: bold;
   color: #000;
}

.shoutbox {
   color: #000;
}

.shoutboxdate {
   font-size: 10px;
   color: #000;
}


-----------------------------------------------------------------------------

As for the logo, you'll need to open some image editing program of your choice and basically paste your image over the "Game Theme" logo text.

It shouldn't be too difficult, providing that your logos proportions are about right with the shield.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 3 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet