layout: Blanket, “central”
January 20th, 2012 09:11 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
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
Date: January 21st, 2012 05:59 am (UTC)no subject
Date: January 21st, 2012 06:01 am (UTC)no subject
Date: January 21st, 2012 02:12 pm (UTC)(Not using because I have no account to use it on, but I still like it very much. ;)
no subject
Date: January 22nd, 2012 06:49 am (UTC)no subject
Date: January 26th, 2012 03:04 pm (UTC)no subject
Date: January 31st, 2012 11:30 pm (UTC)no subject
Date: January 31st, 2012 11:51 pm (UTC)ul.entry-management-links { padding: 1em; background-color: #E3E3E3; background-image: url(http://spoonybard.org/dwidth/central/lighttitle.gif); margin: 0; }
You can change it to any deeper grey that you want, but the background-image might look a bit off. You can just delete the background-image line, though, if you run into that problem!
(no subject)
From:(no subject)
From:(no subject)
From:no subject
Date: February 5th, 2012 09:02 am (UTC)no subject
Date: February 10th, 2012 03:23 pm (UTC)no subject
Date: February 11th, 2012 04:02 am (UTC)no subject
Date: February 17th, 2012 01:43 am (UTC)I am having a bit of trouble with the modules at the bottom. In your live preview, you have three columns of modules and also a full-justify section custom text. Mine are showing up in the first two columns only, and the custom text is not full-justify. In the customize modules section, I have them all sequentially numbered. What am I doing wrong? How do I manipulate how these modules display?
Thanks for sharing this beautiful layout, and for any help you can give!
no subject
Date: February 17th, 2012 04:10 am (UTC)no subject
Date: February 21st, 2012 04:07 pm (UTC)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
Date: February 21st, 2012 07:39 pm (UTC).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)
From:no subject
Date: March 2nd, 2012 02:41 am (UTC)no subject
Date: March 17th, 2012 07:57 pm (UTC)no subject
Date: March 19th, 2012 07:57 am (UTC)Thanks a lot!
(no subject)
From:(no subject)
From:no subject
Date: April 4th, 2012 02:32 pm (UTC)no subject
Date: April 21st, 2012 12:22 pm (UTC)no subject
Date: April 30th, 2012 11:12 pm (UTC)no subject
Date: April 30th, 2012 11:43 pm (UTC)(no subject)
From:(no subject)
From:(no subject)
From:no subject
Date: July 18th, 2012 11:35 am (UTC)no subject
Date: July 28th, 2012 07:15 pm (UTC)no subject
Date: August 14th, 2012 01:40 am (UTC)no subject
Date: August 21st, 2012 08:10 am (UTC)no subject
Date: September 21st, 2012 09:14 am (UTC)no subject
Date: September 28th, 2012 03:57 pm (UTC)Could also please tell me how I could change the page background from light grey to black?
no subject
Date: September 28th, 2012 04:03 pm (UTC)body {
color: #888888;
background-color: #e1e1e1;
background-image:url(http://spoonybard.org/dwidth/central/bg.gif);
font-family: Georgia, "Times New Roman", Times, serif; font-size: 1em;
margin: 0;
padding: 0;
text-align: center;
}
You can change that to
background-color: #000;
orbackground-color: black;
.(no subject)
From:(no subject)
From:(no subject)
From:no subject
Date: October 31st, 2012 02:09 pm (UTC)no subject
Date: November 3rd, 2012 07:48 pm (UTC)no subject
Date: December 1st, 2012 05:41 pm (UTC)I have but one question, though! How do I put the userpic outside the entries similar to this? Thank you!Ah! Nevermind, figured it out. :>