Board index FAQ Search View unanswered posts View active topics Members Register Login
redhair.is.dreaming.org forums
With the new subMerged v3 theme
Page 1 of 1 [ 13 posts ] Post new topic Post new topic   Reply to topic Reply to topic

First unread post
Moderators : redhair, Lostmind
Print view
Users browsing this forum: Yahoo [Bot] and 1 guest
Post Categorys and forums color... Posted: 18 Jun 2008 04:15
Bob
Offline
Forum Guppy
Forum Guppy
Hello and greetins from Trois-Rivières, Québec...

I have been using Submerged since my site was created.... great theme.

I have now a few questons:

If I want to change de colors in categorys, could you tell me what file to edit and what should I look for. Same for forum colors and/or description.
Profile Email
Post Re: Categorys and forums color... Posted: 20 Jun 2008 17:55
Lostmind
Offline
subMerged Guru
Bob wrote:
Hello and greetins from Trois-Rivières, Québec...

I have been using Submerged since my site was created.... great theme.

I have now a few questons:

If I want to change de colors in categorys, could you tell me what file to edit and what should I look for. Same for forum colors and/or description.


You can make these changes in the stylesheet.css file in the themes folder.
Profile Email
Post Re: Categorys and forums color... Posted: 16 Jul 2008 21:02
Bob
Offline
Forum Guppy
Forum Guppy
Thank You Lostmind

I played with all colors in the styleshett and changed every thing exept what I wanted to change....

Would it be somewhere else....

Image

Thank's

Bob
Profile Email
Post Re: Categorys and forums color... Posted: 07 Aug 2008 15:13
Lostmind
Offline
subMerged Guru
Please give link to your forum and I wll look.
Profile Email
Post Re: Categorys and forums color... Posted: 12 Aug 2008 21:42
Bob
Offline
Forum Guppy
Forum Guppy
Hello

...thank's in looking into this matter...

Here is the link:

http://jaquettes.bobdata.ca/forum/index.php
Login: Test
Pass: 123456

If you need other access I will give them via Private Message

Thank You
Profile Email
Post Re: Categorys and forums color... Posted: 21 Aug 2008 22:06
Lostmind
Offline
subMerged Guru
Bob wrote:
Hello

...thank's in looking into this matter...

Here is the link:

http://jaquettes.bobdata.ca/forum/index.php
Login: Test
Pass: 123456

If you need other access I will give them via Private Message

Thank You


Bob, go to the style sheet and look search for .forumcatdesc

You should find this
Code:
.forumcatdesc {

   font-size:1.1em;
   color:#688ca8;
}


I believe that is the color you want to change. Let me know.

Sorry it took so long. I've been away from computers for a while.
Profile Email
Post Re: Categorys and forums color... Posted: 22 Aug 2008 08:44
Bob
Offline
Forum Guppy
Forum Guppy
Sorry ! this is not working.... Rolling And I have tried all that touches the forum éléments and still not getting it right.

Thanks for the help...
Profile Email
Post Re: Categorys and forums color... Posted: 22 Aug 2008 13:10
Lostmind
Offline
subMerged Guru
Bob wrote:
Sorry ! this is not working.... Rolling And I have tried all that touches the forum éléments and still not getting it right.

Thanks for the help...


Bob this is what you are looking for, but not sure if you are going to like all that it changes.

stylesheet look for:
Code:
a:link {
   color: #b9ddfd;
   text-decoration: none;
}

a:active,
a:visited {
   color: #91aac8;
   text-decoration: none;
}


I forgot those were links then change as you place your mouse across them. You get the link color when that item has not been visited and of course you get the visited color when it has. But this will effect a lot more then just that one line. If you just want to effect that line more coding would be involved. But those two colors will definitely change what you want, I've tested.
Profile Email
Post Re: Categorys and forums color... Posted: 25 Aug 2008 14:22
Bob
Offline
Forum Guppy
Forum Guppy
Hello Lostmind....

Yes this is exactly what I wanted......Thank You very much.

Also..... for the overflow auto on smilies, yes I would appreciate the code for the submerged theme.

Thank's again.

Bob
Profile Email
Post Re: Categorys and forums color... Posted: 25 Aug 2008 14:44
Lostmind
Offline
subMerged Guru
Bob wrote:
Hello Lostmind....

Yes this is exactly what I wanted......Thank You very much.

Also..... for the overflow auto on smilies, yes I would appreciate the code for the submerged theme.

Thank's again.

Bob


Open posting_body.html

find:
Code:
IF S_SMILIES_ALLOWED

there are two we are using the first one.

find:
Code:
<table width="100%" border="0" cellspacing="5" cellpadding="0" align="center">


Add Before:
Code:
<div style="overflow: auto; width: auto; height: 250px;">


That should take care of it for you.

I hope you enjoy.
Profile Email
Post Re: Categorys and forums color... Posted: 25 Aug 2008 21:38
Bob
Offline
Forum Guppy
Forum Guppy
Thank You.... added code as indicated and did no change at all.
Profile Email
Post Re: Categorys and forums color... Posted: 26 Aug 2008 00:42
Lostmind
Offline
subMerged Guru
Lostmind wrote:
Bob wrote:
Hello Lostmind....

Yes this is exactly what I wanted......Thank You very much.

Also..... for the overflow auto on smilies, yes I would appreciate the code for the submerged theme.

Thank's again.

Bob


Open posting_body.html

find:
Code:
IF S_SMILIES_ALLOWED

there are two we are using the first one.

find:
Code:
<table width="100%" border="0" cellspacing="5" cellpadding="0" align="center">


Add Before:
Code:
<div style="overflow: auto; width: auto; height: 250px;">


That should take care of it for you.

I hope you enjoy.


Soory Bob I only gave you half of the solution. in the same file

find:
Code:
<td align="center"><a class="nav" href="{U_MORE_SMILIES}" onclick="popup(this.href, 300, 350, '_phpbbsmilies'); return false;">{L_MORE_SMILIES}</a></td>
                     </tr>
                     <!-- ENDIF -->
                  </table>

after add:
Code:
</div>


Gave you the opening div but forgot the closing div. Don't forget to purge cache after you make the change.

I look forward to reading it all went well.
Profile Email
Post Re: Categorys and forums color... Posted: 26 Aug 2008 15:26
Bob
Offline
Forum Guppy
Forum Guppy
Yesssssssss

Thank You very much. All working.

Bob
Profile Email
Page 1 of 1 [ 13 posts ] Post new topic Post new topic   Reply to topic Reply to topic

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum
Jump to:  
Search for:
Display posts from previous: Sort by
cron

Powered by phpBB © 2002, 2006 phpBB Group
All times are UTC + 1 hour [ DST ]
subMerged by redhair
[ Time : 0.054s | 12 Queries | GZIP : Off ]