Everything Booklikes & Leafmarks discussion
Booklikes - discussions
>
Raise your hand if you've got it DOWN!
message 1:
by
Mollie
(new)
Oct 24, 2013 08:14PM

reply
|
flag

I'm done customizing my pages and I'm quite happy with the result.


This helped me change sidebar color - http://silverthistle.booklikes.com/po...-
If you have trouble scrolling to css box to follow those directions - http://silverthistle.booklikes.com/po...-

Petra, your post on making a shelf exclusive is even better than customizing. ;)

Petra, your post on making a shelf exclusive is even better than customizing. ;)"
I didn't write that, I must have reblogged it. I can't even change the font back to what it was. I want someone to give my password to and then get them to make my site beeeeoooootiful. Or at least really plain and with curves.

Me too.

www.thaliasbooks.booklikes.com"
WOW! Just, WOW. I'm beyond impressed.
Jamais deux sans trois. Me too.

www.thaliasbooks.booklikes.com"
WOW! Just, WOW. I'm beyond impressed."
So Nice!


Still working on trying to fix my widget text though. I screwed something up with the coding :(
Maybe someday if I'm not lazy, I'll photoshop a custom header.
How DOES one change the colour of the star rating?

You have to replace the default image. To make mine match my page, I downloaded their stars image, recolored it in an image editing program, and then replaced the url in the code for their orange one with the url for my blue one.
If you are using the DEFAULT template, the star rating image is here: http://booklikes.com/theme/default/im...
If you're using a different template, you'll need to download the image specific to yours because they're different and won't fit right otherwise. The background-positions will also be different on different templates.
Recolor it in Photoshop or whatever you have, upload it someplace, and then paste this into the custom CSS box, putting the url for your newly recolored image inside the parentheses:
div.post-review {
top: 0px;
right: 0px;
height: 96px;
width: 96px;
background: url(your url here) 0 0 no-repeat; }
div.post-review-10 { background-position: -96px 0; }
div.post-review-20 { background-position: -192px 0; }
div.post-review-30 { background-position: -288px 0; }
div.post-review-40 { background-position: -384px 0; }
div.post-review-50 { background-position: -480px 0; }
div.post-review-05 { background-position: -576px 0; }
div.post-review-15 { background-position: -672px 0; }
div.post-review-25 { background-position: -768px 0; }
div.post-review-35 { background-position: -864px 0; }
div.post-review-45 { background-position: -960px 0; }
It is very important that you keep the transparency of the image background when you edit it (programs like Paint will change the transparent layer to white, and the jpeg format will not keep transparency so you'll need to save it as a .png file instead). And it is important that you do not resize the image at all. The colored bits must stay in the same spots. If you don't have Photoshop or something like it, GIMP is a similar program that you can download for free. It is easy to adjust the color of the star banners using the "Colorize" option.
If you wanted to replace it with totally different images, that'd be more involved.
Mirkat wrote: "Jenny, how do you get the star-rating list on your sidebar?"
I wrote it into the widget box.
Edited to fix messed up code.
I feel so inadequate! I'm using one of the basic themes provided and I hate it. I need to read the tutorial from Silver Thist and figure this out.
Thanks, Jenny, but I think I'm leaving mine the same now ;)


Hah -- exactly! That's what I like about it, too. Well, it really IS like creating an online home for our reviews, isn't it?



I'm not a Luddite, I'm a yahoo and therefore exempt from manners, Gary. :-)

Yahoos have their own code of behavior, whereas Luddites can't be held to any standard because we can't figure out how to do anything. (Because we're hopeless.)



Yep, it was Silver Thistle's tutorials that got me though it.

www.thaliasbooks.booklikes.com"
I like it! Makes me want to have a picnic.

I would like that a lot. Three default ones is not much to choose from, from those of us who don't want to fool with programming languages.


And now I'm off to change the color of my stars! :D

You have to replace the default image. To make mine match my page, I downloaded their stars..."
Jenny, when I do what you say, my stars stop showing up entirely--it's the color I want, but it makes everything look like it's rated no stars. :( I recolored in Photoshop and uploaded the image to tinypic--any idea what I'm doing wrong?





Petra, I was you. So for my second go-round w/ BL, I did one thing at a time and if it worked, C&P entire HTML onto Notepad (as Mikela suggested in #40). Then tried second thing... wash/rinse/repeat. Seems tedious but it enabled me to save what worked along the way for those moments when I goofed and screwed something up.
Of course, now that I'm nearly done, I'm starting to realise that my preference for having links on right side (n/a for default theme #1) is overcoming my dislike for the notebook look in another default theme. :/

Chocolate and raw fish sounds icky. I guess you are a yahoo.:)

And yeah, I've exported my customized HTML into notepad so I have a copy of it when needed.

I did that this morning. The notebook thing. I did one thing at a time on Stylebot, saved it, copied it to notepad and when everything looked good, put it in the css thing on BookLikes. Background colour wrong, font size wrong. Luckily I had the old and semi-adequate html on another notepad so it's back to that.
I can see that the solution is to do one element at a time but that would take days. Font on this header, select, change colour, change size, save. Copy on to Booklikes, save, go to blog, see how it looks, great. Go back to Stylebot, next header... I don't have that much time!

Yes, definitely time-consuming but after my initial feck-up, I decided that I'd fix or tweak 1 or 2 related things every time I log on. Earlier this morning, drank java & played around w/ some Custom CSS stuff. Actually managed to get a couple of things to work so guess my hand is halfway raised. :)
ETA: Oh, some of the Custom CSS may work for you b/c it address headers, font sizes & colour (e.g., sidebar links).

"
Meh, okay. I was hoping you could just replace the image part of the code, but you're going to have to replace the whole code. Do this instead:
div.post-review {
top: 0px;
right: 0px;
height: 96px;
width: 96px;
background: url(your url here) 0 0 no-repeat; }
div.post-review-10 { background-position: -96px 0; }
div.post-review-20 { background-position: -192px 0; }
div.post-review-30 { background-position: -288px 0; }
div.post-review-40 { background-position: -384px 0; }
div.post-review-50 { background-position: -480px 0; }
div.post-review-05 { background-position: -576px 0; }
div.post-review-15 { background-position: -672px 0; }
div.post-review-25 { background-position: -768px 0; }
div.post-review-35 { background-position: -864px 0; }
div.post-review-45 { background-position: -960px 0; }

MMM, chocolate.
Authors mentioned in this topic
Gore Vidal (other topics)Gore Vidal (other topics)