ShipScript's Free Auction Tools and Tips

Does the top of your blog look goofy?

OK, let's try this in plain English, LOL.

If you have added a stylesheet to your blog any time in the past year and notice that the title bar only goes halfway across because of the orange RSS icon, then you need a stylesheet patch.

You can patch your blog stylesheet by adding the red codes to your advanced customization settings. If you don't know where to find your settings, post back here an I'll include more instructions.

I changed the patch on Feb 24 because this one seems to work better. This patch was also incorporated into the Blog Styler tool on Feb 24.


/* -------------------------------- */
/*   Main Blog title bar at top     */
/* -------------------------------- */

#titlebar,.titlebar,#titlebar2  {
  Border:none;
  Background-color:#EF8010;
  Color:#FFFFFF;
  Font-family:verdana,arial,sans-serif;
  Border-bottom:2px solid #EF8010;
  Background-repeat:repeat;
  Border-top:3px solid #F5B574;
  Border-bottom: 3px solid #944F09;
  Margin:0px;
  width:100%;
  float:none;

}

/* RSS Patch  */

.srblog {width:99%; padding:0px; margin:0px;}
.outersyntitle {width:100%; margin:0px; padding:0px;}
.syndiv {position:relative; width:100%; text-align:right; padding:0px; margin:0px; left:-10px; top:-20px; height:5px;
}

/* -------------------------------- */
/*   color logo bar at top          */
/* -------------------------------- */



Below is the older patch that I've had people use up until Feb 23.  It works just fine unless your blog title is so long that it takes two lines. Then it doesn't work so well. In that case, the top patch works much better.

/* -------------------------------- */
/*   Main Blog title bar at top     */
/* -------------------------------- */

#titlebar,.titlebar,#titlebar2,.srblog   {
  Border:none;
  Background-color:#EF8010;
  Color:#FFFFFF;
  Font-family:verdana,arial,sans-serif;
  Border-bottom:2px solid #EF8010;
  Background-repeat:repeat;
  Border-top:3px solid #F5B574;
  Border-bottom: 3px solid #944F09;
  Margin-bottom:0px;
}

/* RSS Patch  */

.titlebar { border:none; background:none; }
.srblog   { position:relative; width:100%; height:60px;}
.syndiv   { position:relative; float:left; width:50px; font-size:10px; padding:5px; }

/* -------------------------------- */
/*   color logo bar at top          */
/* -------------------------------- */




If you have a plain blog and want to add a colorful style to it, you can do so using the BlogStyler tool here:

http://www.isdntek.com/tagbot/blog.htm


dilemmas247
you call that plain english?? LMAO j/k can you check mine please...not sure where to look for this?
Feb-22-08 21:32:26 PST Report this comment
joy6860
Thanks!:)
Feb-22-08 21:32:44 PST Report this comment
mary-ava
Keep up the good work! :o)
Feb-22-08 21:35:01 PST Report this comment
joy6860
(ShipScript's Free Auction Tools and Tips)

I think that bar like that up there?
Feb-22-08 21:35:30 PST Report this comment
joy6860
mines cut off too....fix it tomorrow
Feb-22-08 21:36:09 PST Report this comment
shipscript
dilemmas... I'm still waiting for your page to load. When it does, I'll check it out. :-)
Joy ... yep, you need a patch.
Feb-22-08 21:36:17 PST Report this comment
joy6860
yes thanks:)
wish I was as smart as you :)
Feb-22-08 21:37:02 PST Report this comment
olivia-alexa
hi, mine is off, how can i fix it?
Feb-22-08 21:37:14 PST Report this comment
dilemmas247
oh thank you ship!!
Feb-22-08 21:37:15 PST Report this comment
shipscript
mary-ava...yours if fixed. Looks nice!
dilemmas.... you have half a patch already (the .srblog at the top). You need to add the second half.
Feb-22-08 21:38:58 PST Report this comment
eeyore3066
to answer from your last post:

When I add the path the background for my blog title does go all the way across, but it gets rid of my blog title. I've done a lot of work on mine though. I'm sure I can use your info, if I rework it a bit. It's just too late for me to do a lot of thinking. :)
Feb-22-08 21:39:20 PST Report this comment
shipscript
olivia... you need the full patch.
• Go to "customize" in your left navigation.
• you will see "Select a Style for Your Blog, Advanced"
• Click the "Advanced"
That will show your codes. Look for the top codes and look at the code in my post. You will see where to copy and paste the one red word and then copy and paste the additional red section of code.
Save and you are done.
Feb-22-08 21:42:24 PST Report this comment
letys3
Thank you shipscript
Feb-22-08 21:42:35 PST Report this comment
shipscript
eeyore3066, ok let's wait until you're peppier, LOL. If you need help just let me know :-)
Feb-22-08 21:44:44 PST Report this comment
olivia-alexa
that sounds really complicated, i am blonde, lol, will try :)
Feb-22-08 21:44:57 PST Report this comment
dilemmas247
OMG ship!!! WHAT SECOND HALF??? OH NO..... IM LOST ....
Feb-22-08 21:45:12 PST Report this comment
dilemmas247
ok ship...i have calmed down, now......can you give me explicit instructions please? thank you ever so much.
Feb-22-08 21:47:40 PST Report this comment
eeyore3066
another one that I posted about a while back was the white space on the right side of a lot of blogs. The backgrounds aren't set to 100% width. A little change fixes it.



/* -------------------------------- */
/* page background */
/* -------------------------------- */

table#content {
background-color:#ffffff;
background-image:url( http: something.com);
background-repeat:repeat;
background-position:center top;
background-attachment:fixed; width:100%;
}
Feb-22-08 21:47:44 PST Report this comment
shipscript
letys... hmmm, there must be something about a two-line title. I'll have to look into that because your white text doesn't show up... :-(
Feb-22-08 21:48:55 PST Report this comment
notmywifesthing
I look kinda goofy too,so we(my blog)are a perfect match!!LOL
Feb-22-08 21:50:06 PST Report this comment
eeyore3066
it's the height: 60px that is keeping letys title from showing all the way. What about leaving the height out?
Feb-22-08 21:51:50 PST Report this comment
shipscript
Letys.. it shows ok in Internet Explorer, just not so well in Firefox. I'll have to explore that.

Thanks, eeyore3066. eBay started out with a lot of peculier code that had to be overridden. They have slowly changed their styles, and I think I need to rip up the whole thing and start over again. The stylesheet needs to be able to cancel out all of their preset stylesheets and needs to be tested on several different browsers. I'll check out your patch. :-)
Feb-22-08 21:53:28 PST Report this comment
olivia-alexa
i tied it, did exactly, and my title disappered!? so i put it back :(
Feb-22-08 21:53:39 PST Report this comment
shipscript
dilemmas, look up there where I answered olivia. Do those instructions make sense?

notmywifesthing... you just using eBay's default style there?
Feb-22-08 21:55:56 PST Report this comment
shipscript
olivia, are you using firefox or internet explorer?
Feb-22-08 21:59:35 PST Report this comment
eeyore3066
I think I got it working on mine. I took out one of my settings first. I also removed the 60px for the height.
Feb-22-08 22:04:36 PST Report this comment
dilemmas247
i think so....lol...i will print this out....and take it from there....thank you
Feb-22-08 22:12:29 PST Report this comment
shipscript
I was just on your blog and saw the change.. :-D

I really do need to revamp the entire styler tool. I asked eBay if they were finished changing the blog styles because they kept breaking our pages, and they said they had no more changes in the near future. Not all the stylesheets can be patched simply, because eBay has evolved the page and styles over the 18 month life of the blogs, and the tool has changed too. So time to bite the bullet and get back into some heavy programming, in which case we may have to just suggest creating a new stylesheet rather than applying a patch. ;-)
Feb-22-08 22:15:29 PST Report this comment
shipscript
Long post was to eeyore

dilemmas... give it a try and let me know if you get stuck.

olivia... ok, I'll probably have to look at your stylesheet more closely. It won't happen right now (my dialup is just too sloooowww), but perhaps tonight or tomorrow.
Feb-22-08 22:17:30 PST Report this comment
shipscript
I'm going to log off now and go into my test account to work on some of these styles. I'll check back here later. :-)
Feb-22-08 22:25:51 PST Report this comment

About eBay | Announcements | Security Center | eBay Toolbar | Policies | Government Relations | Site Map | Help
Copyright © 1995-2008 eBay Inc. All Rights Reserved. Designated trademarks and brands are the property of their respective owners. Use of this Web site constitutes acceptance of the eBay User Agreement and Privacy Policy.
eBay official time