![]() |
| |||||||
| phpBB2 skinning Help Need help customizing the looks of your phpBB2 forum? Post here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #2 (permalink) |
| Member | -------------------------------------------------- HEADER (TITLE PICTURE) -------------------------------------------------- Admin CP -> Skins & Templates -> Style Sheets. Now click on the Edit link located in the middle right hand side corner. Now find the following line in your CSS content and edit the text marked in blue with the URL of the gradient's you wish to change these main bars to: Quote: .titlemedium { font-weight:bold; color:#3A4F6C; padding:7px; margin:0px; background-image: url(style_images/<#IMG_DIR#>/tile_sub.gif) } .titlemedium* a:link, .titlemedium* a:visited, .titlemedium* a:active* { text-decoration: underline; color: #3A4F6C } .maintitle { vertical-align:middle;font-weight:bold; color:#FFF; padding:8px 0px 8px 5px; background-image: url(style_images/<#IMG_DIR#>/tile_back.gif) } .maintitle a:link, .maintitle* a:visited, .maintitle* a:active { text-decoration: none; color: #FFF } .maintitle a:hover { text-decoration: underline } The .maintitle is the first blue bar you see on the default skin. The .titlemeduim is the second blue bar you see on the default skin (it's a bit lighter then the first one - .maintitle). By editing the text marked in blue you can change these images (called gradients) to suit your needs, once you've edited the URL click on the link at the bottom of the page entitled Edit stylesheet and your new gradient's should be up -------------------------------------------------- ------------------------------------------------- BACKGROUND -------------------------------------------------- To add a background image onto your boards skin follow this path: Admin CP -> Skins & Templates -> Style Sheets. Now click the Edit link in the middle right handside corner, this will lead you to a new screen, in your CSS content find the following line: Quote: BODY { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; color: #000000; margin:0px 10px 0px 10px; background-color:#FFFFFF } Edit it to look like this with the bolded part added and the text in green to whatever the backgrounds image URL is: Quote: BODY { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; color: #000000; margin:0px 10px 0px 10px; background-color:#FFFFFF; background-image: url(http://www.domain.com/image.gif) } Once you've completed that click on the Edit stylesheet link -------------------------------------------------- -------------------------------------------------- CENTERING THE LOGO -------------------------------------------------- Centering The Logo Way #1 Follow this path: Admin CP -> Skins & Templates -> HTML Templates -> Manage HTML. Now click on Global HTML elements and choose edit next to Board Header (logo, links, etc). Find this: Quote: <div id='logostrip'> * <img src='{ibf.vars.img_url}/logo4.gif' alt='Powered by Invision Power Board' border="0" /> </div> And add the text marked in red: Quote: <div id='logostrip' align="center"> * <img src='{ibf.vars.img_url}/logo4.gif' alt='Powered by Invision Power Board' border="0" /> </div> -------------------------------------------------- -------------------------------------------------- BACKGROUND COLOR -------------------------------------------------- If you've ever wondered how you can change your boards background color it can be done by following this path: Admin CP -> Skinning & Styles -> Manage Style Sheets In your CSS contents find the following line and edit the text marked in Red: Quote: BODY { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; color: #000000; margin:0px 10px 0px 10px; background-color:#FFFFFF } Once completed click on the Edit CSS button to save your changes. -------------------------------------------------- -------------------------------------------------- |
| |
| | #3 (permalink) |
| Member | Still Doesn't Work Mate. Just Explain It, Don't Copy/Paste. Write In your Own Words. My Board Is Powered By Phbb. If that Helps. |
| |
| | #4 (permalink) | |
| Member | Quote:
| |
| |
| | #6 (permalink) |
| VIP Team | Junnon I'm closing this as you ahve already started a thread exactly like this, here: http://forum.forumer.com/showthread.php?t=15338 Majicman ![]() |
![]() | |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Changing Background Image | Nestor | phpBB2 skinning Help | 5 | 01-13-2005 04:43 PM |
| Need Background Image For My Forum | belisarius | Graphics and Web Design (free) | 5 | 09-23-2004 02:52 AM |
| [resolved]*I Still Don't Get It. | Cobra | IPB General Support | 3 | 05-15-2004 10:51 AM |