It shouldn't be difficult at all to format your DW layout to resemble your LJ layout. But unless someone knows a quick fix, it will be time-consuming - the reason why you can't just copy the Minimal css is that the classes etc. presumably aren't named the same. So you have to go through the source code and find the name of each tag/div/class and use the appropriate css.
In the custom css box, try putting:
#header h1 { font-weight: bold; }
#header h2 { font-style: italic; }
Does that bold your title/italicize your subtitle? If so, you can look at the source code for your journal entry page and figure out what else you need to change.
Feel free to ask more questions if you need to :o)
no subject
In the custom css box, try putting:
#header h1 {
font-weight: bold;
}
#header h2 {
font-style: italic;
}
Does that bold your title/italicize your subtitle? If so, you can look at the source code for your journal entry page and figure out what else you need to change.
Feel free to ask more questions if you need to :o)