Page 1 of 1

Hiding top line in pBlog CSS tags

PostPosted: Thu Jul 21, 2011 11:58 am
by exposed
I have copied pBase pBlog CSS timmyg_pblog using Firefox and web_dev addon.

Then inserted the script I use for hiding top row in my pBase galleries. However in the pBlog css this has no effect. I presume the pBlog scripting is therefore different to remove the top row.

Could anyone point me to a pBlog where I can locate the correct insert using my duplicate of timmyg_pblog css

Re: Hiding top line in pBlog CSS tags

PostPosted: Fri Jul 22, 2011 1:47 pm
by mardoli
I’m not sure to fully understand, it’s not your fault, but my poor knowledge of English one…
If what you would like to do is to hide the top row where there are the buttons of PBase in a page where you use as CSS timmyg_pblog, then you have simply to add the code that a very kind member of PBase , Arjun, created some time ago.
I have tried and for me it works in the Pblog version you wanted.
I hope it can help.
Best
Marisa
PS
If your question was related to something else and I just misunderstood, I apologize in advance.
Code: Select all
/* Arjun’s code to hide Pbase upper bar*/
body table td a img { display:none;}
.thumbnails table img {display:none;}
table img {display:block;}
.display,.display img {display:block;}
.thumbnails table,.thumbnails table img, .display,p.small{
display: inline;}
body div.galleryheader table td a img {display:inline;}

Re: Hiding top line in pBlog CSS tags

PostPosted: Sat Jul 23, 2011 4:14 pm
by exposed
Perfect ! This is exactly what I was trying to solve.

Thanks

Re: Hiding top line in pBlog CSS tags

PostPosted: Sat Jul 23, 2011 5:14 pm
by mardoli
I'm sincerely glad I could be of some help!