novice2009 wrote:[Thanks I followed the details so that the site desciption now shows in Milky Way Red. However, have the same problem with the dark grey colour. of the site description. Can you explain really simply (yes novice) where abouts to change the colour and possibly the size of the site name text. Thanks
Klortho wrote:Thanks, that helped.... but I found that the color of the sitename and site_description were a dark grey (#444444) that didn't contrast well with the red background. I wanted to change them to white, so I added a couple of character classes. Maybe this isn't the right way to do this, maybe if you have time you can comment. I updated the overall header line as follows:And then added the following to the CSS stylesheet:Code: Select all
<td align="center" valign="middle"><h1><span class='sitename'>{SITENAME}</span></h1><span class="gen"><span class='site_description'>{SITE_DESCRIPTION}</span></span></td>
Which is working for me.Code: Select all
.sitename { color: #FFFFFF; } .site_description { color: #FFFFFF; }
elawton wrote:Hello
I too have been trying to change the site name and description from dark grey to white, but it doesn't seem to work.
I dropped the necessary code (as quoted) into the Milky Way Red theme style sheet under /* === Text === */
and saved/submitted it, but there's no change in the text colour. I also purged my browser cache. No change. What am I missing? Any assistance would be appreciated.
I am also wondering how to make the "reply to post" button appear as a button and make it bigger, similar to the icon in this admin forum.
Eric
elawton wrote:However, I still have the question about the "post a reply" and "post topic" buttons. Anybody know how to change them to something other than small grey text?
I cannot reproduce any problems of that kind with Internet Explorer 7.monkeymax wrote:Hi,
I'm running Milky Way Red on a forum which is running phpBB 3.0.4 (so all up to date).
I've had complaints from members who use Internet Explorer 7 (I use a Mac & Linux so cannot confirm) that the breadcrumbs at the top of pages do not work properly.
I've tried making some modifications to fix it, but none of them cured it - they work fine in other browsers. For some reason the bottom breadcrumbs work fine - and they're both the same code!
Has anyone else experienced this, and does anyone else know of a fix?
Thanks!
Max
Open: ./styles/milky_way_red/template/forumlist_body.htmlbhbebe wrote:How to change this or at least delete it?
I want to change description and move it to left side.
http://img27.picoodle.com/img/img27/2/5 ... c09743.png
I am using Milky Way red theme.
Tnx a lot
Code: Select all
<th colspan="2"> {L_FORUM} </th>
Hi, Do you have now available spanish buttons for this style?Mighty Gorgon wrote:I don't have Spanish buttons yet... but you can use the prosilver ones... they are a bit different, but better than having nothing.
Alternatively you can try to colorize them here:
http://beta.colorizeit.com/index.php?st ... _prosilver
Make sure you check the Spanish buttons as well...
Nope... same answer that is in QUOTE.Valle wrote:Hi, Do you have now available spanish buttons for this style?Mighty Gorgon wrote:I don't have Spanish buttons yet... but you can use the prosilver ones... they are a bit different, but better than having nothing.
Alternatively you can try to colorize them here:
http://beta.colorizeit.com/index.php?st ... _prosilver
Make sure you check the Spanish buttons as well...
Thanks in advance.
You are right, this style is not based on proSilver.cbcarolyn wrote:Does anyone know how you can make the cell heights change in accordance with the text enclosed. eg on the new posts the cell heights are all large enough for 3 lines of text (if there is a sub forum in use this goes to 3) but many of them are in fact 2 lines. I notice that the standard style changes in accordance with the contents.
Is this because this style is based on sub silver and not pro silver?
I am hoping that there is a quick fix in the style sheet.