I just converted my journal from Component (the style it has had since 2004) to Minimalist Green (Expressive). Reading through this community, I've found a few tricks already: changing the background color for the body, and making it so bullets don't go into the user picture. There are still some things I'd like to do: I've searched the community
(
Read more... )
Re: #2: Solved.
Re: #3: I still don't have true hanging indents -- when I remove the "inside", the bullet moves closer to the userpic box, or goes into the userpic box, or repeats on both sides.
Re: #4: Solved.
Feel free to look at my journal to see how things are working out so far. You should find some bulleted lists a few days ago to see what I mean. As noted above, I'm using mimimalist green with the following custom CSS:
body, #page-inner, #header, #footer, .asset-name-hover
{ color: black; background-color: #E6FFE6; }
.asset-body ol { margin-top: 10px; list-style: decimal inside; }
.asset-body ul { margin-top: 10px; list-style: disc inside; }
.user-icon {
float: left;
margin-right: 15px;
padding-left: 5px;
padding-right: 15px;
font-size: 10px;
}
.asset-body blockquote {
margin-top: 10px;
}
body {
font-family: lucida sans;
}
#page, #header, #content, #footer {
position: absolute;
left: 0;
}
#content {
top: 150px;
}
#header-inner {
width: 1280px;
}
#header-inner {
background: url("http://www.cahighways.org/lj-images/lj-journal-head.jpg");
height: 140px;
}
.post-asset .asset-body blockquote {
background: inherit;
}
.widget-header {
font-weight: bold;
}
Reply
#header-inner, #container-inner { width: 1280px; }
#alpha { width:1090px; }
.layout-tw #alpha-inner { width:1050px; }
although, you'll need to remove the part in your current CSS that does the absolute positioning.
For #2 and #3, I know there have been problems with list bullets intruding into floated images (like userpics). Although I can't find the posts now, I'm almost positive it's an issue across several browsers, not something specific to LJ or Expressive. I'm not sure what effect you're trying to achieve, though ...?
Reply
As for the hanging bullets, it could be a browser issue. What I want is bullets that look like:
o tes tes test tes tes test
tes tes tes tes tes tes
tes tes tes tes tes tes
instead of:
o tes tes tes tes tes tes tes
tes tes tes tes tes tes tes
tes tes tes tes tes
tes tes
Still, I think how I have tweaked things is starting to look better. Thanks.
Reply
.asset-body ol { margin-top: 10px; list-style: decimal inside; }
.asset-body ul { margin-top: 10px; list-style: disc inside; }
and change the "inside" to "outside".
Reply
Reply
Reply
Reply
Reply
Heres the line introducing the list:
o abc abc abc acb acb
abc abc acba
What I want is:
Here's the line introducing the list:
o jfklds jfklds jfkls fjklds
jfkdlsf jdksl fjklds fjskl
jfkdls fjdksl fdjskl fdsjkl
What I get, at least next to the userpic, is:
Here's the line introducting the list:
o Jjkflds jklfds jfklds fjklds jffds
jfklds jkl fjdsklf jdskl fjkdsl
fjdskl fjkdls; fjksld; fjkdslf jskl;
Reply
Reply
Reply
Leave a comment