Search found 110 matches
- Mon Feb 09, 2009 3:14 am
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: author font gigantic!
- Replies: 6
- Views: 7472
Re: author font gigantic!
now your content.css is correct : /* Post author */ p.author { margin: 0 1em 0.6em 0; padding: 0 0 5px 0; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 1em; line-height: 1.2em; } that was all you needed to do was download content.css, change and upload. your forum now looks correct ...
- Mon Feb 09, 2009 1:52 am
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: author font gigantic!
- Replies: 6
- Views: 7472
Re: author font gigantic!
Open theme/content.css
FIND
and change font-size: 10em; to font-size: 1em; 
FIND
Code: Select all
/* Post author */
p.author {
margin: 0 15em 0.6em 0;
padding: 0 0 5px 0;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10em;
line-height: 1.2em;

- Mon Feb 09, 2009 1:34 am
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: author font gigantic!
- Replies: 6
- Views: 7472
Re: author font gigantic!
what file changes have you done recently?
- Mon Feb 09, 2009 1:24 am
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: Need to know if my banner shows correctly...
- Replies: 5
- Views: 8519
Re: Need to know if my banner shows correctly...
Untitled-12236555new.gif looks good. nice work.
only quibble will be with smaller monitors resolutions - your image is wide and stays outside the bounds of the forum style in a smaller browser window.
only quibble will be with smaller monitors resolutions - your image is wide and stays outside the bounds of the forum style in a smaller browser window.
- Mon Feb 09, 2009 1:20 am
- Forum: phpBB 3.0.x Support
- Topic: Changing font size
- Replies: 21
- Views: 19879
Re: Changing font size
@ guyver0 : what changes have you made to your forum recently?
- Mon Feb 09, 2009 12:24 am
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: dirtyboard banner problem
- Replies: 2
- Views: 4883
Re: dirtyboard banner problem
check this post : http://area51.phpbb.com/phpBB/viewtopic.php?f=72&t=30867#p198047 It has the necessary instructions to replace the default all in the one reply. be sure to understand that the default banner is in the theme/images folder - NOT the imageset folder (which is the small site-logo that m...
- Mon Feb 09, 2009 12:16 am
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: subsilver2 hyper link usernames to profile?
- Replies: 10
- Views: 11729
Re: subsilver2 hyper link usernames to profile?
check the little globe thingie below my avatar.
I can check your forum from here if you supply the url.
It should be a simple and painless procedure followed by years of enjoyment (well, perhaps we'll see about that for subsilver2 in the future).
I can check your forum from here if you supply the url.
It should be a simple and painless procedure followed by years of enjoyment (well, perhaps we'll see about that for subsilver2 in the future).

- Sun Feb 08, 2009 9:30 pm
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: subsilver2 hyper link usernames to profile?
- Replies: 10
- Views: 11729
Re: subsilver2 hyper link usernames to profile?
did you refresh your template - check my site to see the exact same code working.
- Sun Feb 08, 2009 9:10 pm
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: Icon images for dark background
- Replies: 6
- Views: 11048
Re: Icon images for dark background
nicely done camm15h. 

- Sun Feb 08, 2009 9:05 pm
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: subsilver2 hyper link usernames to profile?
- Replies: 10
- Views: 11729
Re: subsilver2 hyper link usernames to profile?
Open viewtopic_body.html Find <b class="postauthor"<!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR}"<!-- ENDIF -->>{postrow.POST_AUTHOR}</b> Replace with <a class="username-coloured" <!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR}"<!...