layout: Blanket, “central”
Instructions
- Go to your Customize page.
- Under "Select a New Theme", type "Blanket" in the Search box.
- Find "Peach" (by
sforzinda) and click Apply Theme
- Click the button that says Customize Your Theme.
- Click Custom CSS on the left. Uncheck use layout's stylesheets! It should look like this!
- Copy and paste the following into the custom stylesheet box and click "Save Changes":
Adding a header
I tried to design a layout it was easy to add a header image to! The layout is 700px wide by default, so I recommend you make your header image 700px wide as well. Here is a preview of the layout with a header.
To add the header, find these lines of code (hint: they're at the very top for easy editing) and replace YOUR URL HERE and YOUR HEIGHT HERE with the url of the image you want to use!
#header { background-color: transparent; margin: 1em auto 2em; background-image:url(YOUR URL HERE); height: YOUR HEIGHT HERE; width: 700px; }
Colors used (for easy replacing)
#f45962 · links, journal subtitle
#e15169 · link hover
#9ecf95 · date/time, reply link hover
#7cb173 · reply link
#ca0f0e · module titles, navigation hover
You can credit to terra or
vigils. Feel free to modify/redistribute however you like! This layout uses icons by Paul Armstrong, licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.
no subject
Is there any way to put the "recent entries" etc. navigation links in the center of the strip rather than on the left, though?
no subject
.module-navlinks { color: #888; background-color: #E3E3E3; background-image: url(http://spoonybard.org/dwidth/central/lighttitle.gif); background-repeat: no-repeat; bottom: 0; margin: 0 auto; padding: .75em; position: fixed; width: 100%; z-index: 100; opacity: 0.7; text-align: center; }
find .module-navlinks and add the text-align: center; to the code.
no subject