What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » Forum & Website » [split] customizing the forum CSS

[split] customizing the forum CSS
Author: Message:
MeEtc
Patchou's look-alike
*****

Avatar
In the Shadow Gallery once again

Posts: 2200
Reputation: 60
38 / Male / Flag
Joined: Nov 2004
Status: Away
RE: The snow is melting!
quote:
Originally posted by SonicSam
Explain for the newbs how to do it please :)?
1. Get Firefox
2. Get Stylish
3. Create custom CSS file

for the header image in particular, you'll want to make a script containing this
code:
@-moz-document domain(msghelp.net) {

#header{
   height:75px !important; // change to the height of your logo or BG, whichever is taller
}

#header h1{
   margin:0 0 0 18px  !important; //offset from the left of the screen
   background: url(' ### URL to header logo here ### ') no-repeat 0 0  !important;
   //I'm using http://img215.imageshack.us/img215/4192/plusentryji0.png
   width:425px !important; //CHANGE to the dimensions
   height:75px !important; //of your header image
}

#container{
   background: url(' ### URL to header background here ### ') repeat-x !important;
   //I'm using http://img241.imageshack.us/img241/4993/bggradientyy0.png 
}


}

[Image: signature/]     [Image: sharing.png]
I cannot hear you. There is a banana in my ear.
03-31-2007 04:12 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On