Hi everyone!
I've changed my layout to Expressive/Trees-Noir
here. After searching in the comm and trying out some solutions, I still can't do following:
1. change the font of all sidebar widget headers but the Profile (there was one solution, working *only* for colour) -> SOLVED!
the wonderful
angryhamster brought the solution:
for font changes, you're going to have to do them all manually in the custom css box, using this (editing fonts, obviously):
.about-me-widget .widget-header {
font-family: times new roman;
}
and so on.
note: in the TreesNoir in my LJ the code worked for all widgets *but* profile
for the profile widget header I used:
/*header profile modul*/
.widget-header,
.widget-header a,
.widget.widget-header a,
.widget-header .edit a {
color: #000000;
font-weight: bold;
font-family: Arial Narrow;
font-size : 18px;
border-bottom-color: #000000;
}
thank you again,
angryhamster !!!
2. get rid of a mysterious vertical dark line, appearing like a border on the left to *some* entries, but not all - as for now, no patters recognisable to me
[ETA]: the line is apparently caused by (BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px") I used in my earlier layout. Is there any way to get rid of it without editing all the earlier entries? -> SOLVED! (after determining what caused it, found the solution in
this entry)
3. [ETA]: I just noticed, that my background image appears differently in Firefox and IE than in Opera (my standard browser). You can see what I want it to look like
here. Any ideas for that one? -> SOLVED!
the solution for the background was to move it from #content to #gamma
The layers are viewable.
Thanks for any help in advance!