|
Page 1 of 1
|
alphatran
Joined: August 2008
Posts: 10
|
How To Change Color Of Links And Of Category Description
Hi everyone,
I have search through this forum to find out how to change color of links and color of category description text in Milky way (Blue) template.
By default, the link color of Milky way is white which is the same (nearly) as the white color of background. So users often asked me to change it for looking
By default, the description text color of a category is black. I want to change it to other color. Is this possible and how can I do ?
Thanks for your attention,
|
#1 Fri 01 Aug, 2008 20:08 |
|
Sponsors
|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
Re: How To Change Color Of Links And Of Category Description
I guess are you asking about phpBB 3 template right?
This is the Icy Phoenix section and I didn't release that template for Icy Phoenix.
Before helping I have to make sure what are you asking.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#2 Sun 03 Aug, 2008 12:13 |
|
alphatran
Joined: August 2008
Posts: 10
|
Re: How To Change Color Of Links And Of Category Description
Thanks for your reply Mighty Gorgon,
You are right, I'm talking about Milky way template lastest version for phpbb 3.0.2. Now I know I was wrong to post this topic here, sorry !
After posting the first post, I found that you helped everyone for many things at phpbb.com in Milky way template section. I learned somthing about the pretty template. I have tried to change color of links in section of Links in stylesheet.css from #656565 to a blue but I think blue is not suitable for template colors. If you tell me the same way as I did, will you please to sugguest a suitable color for the link in post content.
More question:
- For guest, who is not registered or not logged in, there is a login box with username and password textbox in the bottom of index page. I want to move it to new place, between the overall header and category list. How can we do this ?
- I'm wondering whether you have any customized index page for Milky way. I like www.icyphoenix.com index page but I don't want to use a CMS, just a phpbb forum.
Thanks for your time to help me !
|
#3 Sun 03 Aug, 2008 18:12 |
|
novice programmer
Joined: June 2007
Posts: 1030
Location:
|
Re: How To Change Color Of Links And Of Category Description
As you said your dobuts are around phpbb3, I will move the topic to that section.
|
#4 Sun 03 Aug, 2008 20:47 |
|
alphatran
Joined: August 2008
Posts: 10
|
Re: How To Change Color Of Links And Of Category Description
Thanks for moving !
|
#5 Mon 04 Aug, 2008 03:42 |
|
alphatran
Joined: August 2008
Posts: 10
|
Re: How To Change Color Of Links And Of Category Description
Anyone help me ? Please !
|
#6 Wed 06 Aug, 2008 12:19 |
|
Limun
Joined: January 2008
Posts: 1334
Location: [Censor]
|
Re: How To Change Color Of Links And Of Category Description
answer for log in on top
in your styles/milky_way/template
open index_body.html
find this and delete it
<!-- IF not S_USER_LOGGED_IN -->
<br clear="all" />
<form method="post" action="{S_LOGIN_ACTION}">
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><div class="tbl-title"><h4><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h4></div></div></div></div>
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/login.png" alt="{L_STATISTICS}" /></td>
<td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" /> <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" /> <!-- IF S_AUTOLOGIN_ENABLED --> <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF --> <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
</tr>
<tr><td class="cat-bottom" colspan="2"> </td></tr>
</table>
<div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c"> </div></div></div></div>
{S_FORM_TOKEN}
</form>
<!-- ENDIF -->
now in same index_body.html find this :
<!-- INCLUDE overall_header.html -->
<!-- INCLUDE breadcrumbs.html -->
and replace it with this :
<!-- INCLUDE overall_header.html -->
<!-- IF not S_USER_LOGGED_IN -->
<br clear="all" />
<form method="post" action="{S_LOGIN_ACTION}">
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><div class="tbl-title"><h4><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h4></div></div></div></div>
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/login.png" alt="{L_STATISTICS}" /></td>
<td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" /> <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" /> <!-- IF S_AUTOLOGIN_ENABLED --> <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF --> <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
</tr>
<tr><td class="cat-bottom" colspan="2"> </td></tr>
</table>
<div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c"> </div></div></div></div>
{S_FORM_TOKEN}
</form>
<!-- ENDIF -->
<!-- INCLUDE breadcrumbs.html -->
and here it is -
hope it help
PS before you do this made a backup of your index_body.html
After posting the first post, I found that you helped everyone for many things at phpbb.com in Milky way template section. I learned somthing about the pretty template. I have tried to change color of links in section of Links in stylesheet.css from #656565 to a blue but I think blue is not suitable for template colors. If you tell me the same way as I did, will you please to sugguest a suitable color for the link in post content.
this i dont understand what you want...
but if you want sugestion for colours it depend we are all different so taste for colours are different
i suggest you maybe red color for links as u use milkyway red
____________ We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
|
#7 Wed 06 Aug, 2008 12:44 |
|
Inactive User
|
Re: How To Change Color Of Links And Of Category Description
Re your color choosing?
If you use windows - Download this.
h**p://***.eltima.com/products/free-color-picker/
|
#8 Wed 06 Aug, 2008 13:59 |
|
alphatran
Joined: August 2008
Posts: 10
|
Re: How To Change Color Of Links And Of Category Description
answer for log in on top
in your styles/milky_way/template
open index_body.html
.........................
please see above post !
.........................
ope it help
PS before you do this made a backup of your index_body.html
this i dont understand what you want...
but if you want sugestion for colours it depend we are all different so taste for colours are different
i suggest you maybe red color for links as u use milkyway red
Limun's solution solved my problem, now the login box is moved to new place. Thanks for your help, Limun !
About the links color:
- By default, link color in post and some other links is grey (we use Milky way blue template). So members of the forum asked me to change to other color to see link clearly
- Please help me to change this ! But I want to change the color of links in post only, keep other color of links as it is
Thanks for all your help !
-----------------------------------------------------------------------------
Re your color choosing?
If you use windows - Download this.
http://www.eltima.com/products/free-color-picker/
This software is free and very very nice !
Cheer !
|
#9 Thu 07 Aug, 2008 09:04 |
|
Inactive User
|
Re: How To Change Color Of Links And Of Category Description
alphatran wrote: [View Post]
This software is free and very very nice !
Cheer !
Glad you like it - There's also a lot of recommended graphics stuff here in the Docs / Sticky somewhere that shouldn't be too hard to find, that you could use for colour-matching.
We think MG uses it a lot.
|
#10 Thu 07 Aug, 2008 15:38 |
|
alphatran
Joined: August 2008
Posts: 10
|
Re: How To Change Color Of Links And Of Category Description
No thing more ?
Last edited by alphatran on Tue 12 Aug, 2008 04:49; edited 2 times in total |
#11 Tue 12 Aug, 2008 04:19 |
|
Inactive User
|
Re: How To Change Color Of Links And Of Category Description
??
What else do you want?
There are some things you need to do by yourself - and you will have to learn how to do them. Also phpBB.com is a very good place for finding out how to change and manipulate template sets.
|
#12 Tue 12 Aug, 2008 04:33 |
|
alphatran
Joined: August 2008
Posts: 10
|
Re: How To Change Color Of Links And Of Category Description
Just one more !
- By default, link color in post and some other links is grey (we use Milky way blue template). So members of the forum asked me to change to other color to see link clearly
- Please help me to change this ! But I want to change the color of links in post only, keep other color of links as it is
I'm sorry If I make you unhappy !
|
#13 Tue 12 Aug, 2008 04:46 |
|
Inactive User
|
Re: How To Change Color Of Links And Of Category Description
First, you don't make anyone unhappy - it's just that you need to be clear in the things you want to do, and if they are not finished, you need to refresh the question about what you are trying to do next.
Ok, in answer to your question:
You can't change one set of links without affecting the other links with the same colour, unless you change the .css classes in the templates, and write another class in the style.css for those links that you only want to change.
If you don't know how to do that, then you will have to learn how to manipulate html and .css markup, and if you need to find out what links have what classes; then you could use view-source to bring up that information.
|
#14 Tue 12 Aug, 2008 05:04 |
|
alphatran
Joined: August 2008
Posts: 10
|
Re: How To Change Color Of Links And Of Category Description
Thank you very much for all IcyPhoenix helped me !
|
#15 Tue 12 Aug, 2008 05:06 |
|
|
Page 1 of 1
|
Was this topic useful?
Was this topic useful?
Link this topic |
URL |
|
BBCode |
|
HTML |
|
Similar Topics
Similar Topics
Topic |
Author |
Forum |
Replies |
Last Post |
|
FAP CUSTOMIZATION - Hyper Links In Descrip...
|
Honeysmom |
Archived phpBB Topics (Styles, Mods, Support) |
1 |
Sat 24 Feb, 2007 02:56 Artie |
|
FAP CUSTOMIZATION - Sub Category Descripti...
|
sympatico |
Archived phpBB Topics (Styles, Mods, Support) |
3 |
Wed 07 Nov, 2007 14:47 sympatico |
|
How Change Site Description
|
Gianni PB |
Old Support Topics |
3 |
Thu 15 Jan, 2009 21:07 LiTos |
|
Category Description In Forum Index
|
BIG BOSS |
Old Support Topics |
2 |
Sat 23 Jan, 2010 14:50 BIG BOSS |
|
Category Head Title Text, Change Color?
|
batman |
Old Support Topics |
2 |
Fri 25 Feb, 2011 14:07 batman |
You cannot post new topics You cannot reply to topics You cannot edit your posts You cannot delete your posts You cannot vote in polls You cannot attach files You can download files You cannot post calendar events
|
|
|
|