boji (
boji) wrote in
getting_started2010-04-01 03:33 am
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
Tabula Rasa query
I built my layout using Tabula Rasa, and the theme wizard. Googled my way to adding a pinch of CSS code (while being utterly code illiterate) so my icons right justify and there's an added border on the left. I really like what I was able to achieve.
BUT I'm looking for some help in tweaking the look of comments on the page i.e. here. They look too cluttered to me.
What really I want to do is find a way to let the date/time of the comment and the user details (IP Address) be in a far smaller font, or be outlined in a box, so that they don't detract from whatever the actual comment is.
Can anyone help? And how complicated would this be to code so that only the comment boxes changed?
x-posted to
layout
BUT I'm looking for some help in tweaking the look of comments on the page i.e. here. They look too cluttered to me.
What really I want to do is find a way to let the date/time of the comment and the user details (IP Address) be in a far smaller font, or be outlined in a box, so that they don't detract from whatever the actual comment is.
Can anyone help? And how complicated would this be to code so that only the comment boxes changed?
x-posted to
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
no subject
Of course, it's also possible to add a different background color in there, too. If you want to change just the header of the comment - which is the date/time, subject, etc. and just put a box around that change .comment to
#comments .header
Let me know if you have any other questions. I'd be happy to help!
no subject
These tweaks were the easiest things I attempted this evening. And I have to say I have had some success (link to page with comments: see here if curious) with my tweaks.
As I added A LOT of CSS customization, can I ask if you'd be willing to take a look at my code for - er, sleeper gremlins - if I posted it into an entry?
I also wanted to ask you:
I noticed a set of entry-management-icons repeating in Tabula Rasa. They sit at the bottom of an entry AND the bottom of that particular entries comment box - and as much as I'd love to switch them off/delete the second set off the page, I can't even find them in layout coding.
Any idea how I could make them disappear? Or in which comm I could ask such a thing?
Thanks.
no subject
You can tweak with the font size there, of course.
Thanks & another question
I regret to say that the code, as above, didn't work for me. That said, it was a good starting point and got me poking and tweaking CSS code for most of this evening. Barmy, I know!
All I can say is thank God for people who post CSS code with their new shiny layouts, so that those of us who are code illiterate can, read through, then poke, prod, pray and - fingers crossed - make some small improvement to our pages.
My commments 'page' now looks far, far better. Eg:
There doesn't seem to be a way to place the poster's id/ip in the header along with date and time, so instead I've switched off logging ip's of people who aren't anonymous. That should help me un-clutter.
One other thing remains, stubbornly in the bottom of the comment box (per entry, not per comment) a repeat of what I think must be: entry-management-links
They sit at the bottom of the entry AND the bottom of the particular entries comment box.
I'd love to switch them off/delete them. Any idea how I could do that? I did take a peak at my CSS layout code in Advanced Customisation but nothing looks apt.
Any advice will be cherished.
Thank you.
Re: Thanks & another question
If you don't want the bottom entry management links to show I think the appropriate CSS is:
If you really want to get down and dirty with CSS coding and exploring it, I cannot recommend Firebug enough if you have access to Firefox. It will let you select an element, highlight it in the HTML of the page to see what ID it has or classes it belongs to, and also show you the CSS that applies to it. It's amazing. You can even use it to edit the CSS on the fly to test out what the changes you want to make do before you put them into the CSS for your layout.
Re: Thanks & another question
That said am off to try and tweak the entry.management.links.
Wish me luck.
Thank you for the firebug recommendation. I will check it out. Am a Camino girl for the most part but am happy to download and use Firefox is it helps me get a handle on this. Really I am.
Thanks again!
Re: Thanks & another question
bottom entry management links have vanished. Seriously, you are a marvellous font of wisdom. Why oh why isn't there an easy list of such terminology that newbie's can scroll through and poke at?
*Grin*
Re: Thanks & another question
gasp!