roximonoxide (
roximonoxide) wrote2019-06-26 10:04 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Coal Box [Community Style]
Here's a community layout I did a million years ago. It's super messy because I never cleaned it up, but I like the look and thought I'd share it with anyone who might want it for something.
Title: Coal Box
Credit:
roximonoxide
Base style: Dreamer for Dusty Foot
Type: CSS
Tested in: Chrome, Opera (lightly in IE & Safari)
Features: Fixed width entries.

[Click for FullSize Preview]
Installation:
1. Select Dreamer for Dusty Foot (by timeasmymeasure) as your base style.
2. Visit Customize Your Theme > Presentation Tab > Page Setup: 2 Columns (sidebar on the right)
3. Visit Customize Your Theme > Custom CSS > Disable Use layout's stylesheet(s)
4. Copy and past the following code intothe Use embedded CSS text box:
Title: Coal Box
Credit:
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Base style: Dreamer for Dusty Foot
Type: CSS
Tested in: Chrome, Opera (lightly in IE & Safari)
Features: Fixed width entries.

[Click for FullSize Preview]
Installation:
1. Select Dreamer for Dusty Foot (by timeasmymeasure) as your base style.
2. Visit Customize Your Theme > Presentation Tab > Page Setup: 2 Columns (sidebar on the right)
3. Visit Customize Your Theme > Custom CSS > Disable Use layout's stylesheet(s)
4. Copy and past the following code intothe Use embedded CSS text box:
no subject
no subject
no subject
no subject
Here's an example of how I inserted it simply into the header.
#header {
width: 75%;
background-image: url(https://i.imgur.com/646yBWd.png);
background-size: contain;
}
You can see this live at
If this is the placement you're looking for you might want to nudge the nav module down depending on the content in the header image.
Alternatively, if you want it to span the full width of the browser window it would have to modify #canvas > div.inner instead.