Layout FAQ
Jul. 25th, 2010 01:34 pmI've decided to try and build some sort of layout FAQ post. It'll be edited/updated as the questions keep coming.
- Please credit me in your profile/sidebar/public entry.
layout by
visualwit
-Copy the above text into your blurb/profile.
- I don't do requests, as I have no real time commitment for them. I will occasionally ask for suggestions, but again, it's at my discretion.
- Here's a great tutorial by
antagonist if you're interested in importing a stylesheet.
- The LiveJournal version of this site is at
visualwit. Layouts can be found under their tag here.
- Select Journal Style
- Select any Tabula Rasa style layout.
- Then select "2 Column (sidebar on right)". This is important. Repeat this step if the layout's sidebar looks off.
- Go to Custom CSS and uncheck the "Use layout's stylesheet(s)" option.
- Paste code in 'Custom Stylesheet' text box
- Select Journal Style
- Select any Transmogrified style layout.
- Go to Custom CSS and uncheck the "Use layout's stylesheet(s)" option.
- Paste code in 'Custom Stylesheet' text box
- Certainly!
- Customize here.
- Color codes look like this: "#948664". Replace this 6 digit hex-code with the code of your choice.
- I highly recommend the "FIND & REPLACE" function as you do this.
- HERE are some hex-codes for some commonly used colors.
- Paste this code :
- Keep in mind that I do NOT test headers on my layouts. This is primarily because I like leaving the layout as customizable as possible. You're always free to add a header (and I'll warn you otherwise (e.g., pattern based layouts where the layout is the header image).
- Does not work in Internet Explorer, as far as I know. I've personally tested it in Firefox but it may work in other browsers:
- You may also post to
style_system for questions on editing/modifying your layout.
- I'm a Firefox convert. Get it.

→ How to Credit:
- Please credit me in your profile/sidebar/public entry.
layout by
-Copy the above text into your blurb/profile.
→ Requests:
- I don't do requests, as I have no real time commitment for them. I will occasionally ask for suggestions, but again, it's at my discretion.
→ How to install a LiveJournal based layout:
- Here's a great tutorial by
- The LiveJournal version of this site is at
→ How to install a layout (Tabula Rasa)
- Select Journal Style
- Select any Tabula Rasa style layout.
- Then select "2 Column (sidebar on right)". This is important. Repeat this step if the layout's sidebar looks off.
- Go to Custom CSS and uncheck the "Use layout's stylesheet(s)" option.
- Paste code in 'Custom Stylesheet' text box
→ How to install a layout (Transmogrified):
- Select Journal Style
- Select any Transmogrified style layout.
- Go to Custom CSS and uncheck the "Use layout's stylesheet(s)" option.
- Paste code in 'Custom Stylesheet' text box
→ Can I edit the stylesheet?
- Certainly!
→ How to customize links on the sidebar:
- Customize here.
→ How to change colors:
- Color codes look like this: "#948664". Replace this 6 digit hex-code with the code of your choice.
- I highly recommend the "FIND & REPLACE" function as you do this.
- HERE are some hex-codes for some commonly used colors.
→ How to add a header (Tabula Rasa):
- Paste this code :
#canvas {
padding-top: HEADER_IMAGE_HEIGHTpx;
background-image: url('YOURIMAGEURLHERE');
background-repeat: no-repeat;
background-position: center top;
}- Edit accordingly.- Keep in mind that I do NOT test headers on my layouts. This is primarily because I like leaving the layout as customizable as possible. You're always free to add a header (and I'll warn you otherwise (e.g., pattern based layouts where the layout is the header image).
→ How to add rounded corners to certain elements of your DW page:
- Does not work in Internet Explorer, as far as I know. I've personally tested it in Firefox but it may work in other browsers:
-webkit-border-radius: 000px;
-moz-border-radius: 000px;→ Other Resources:
- You may also post to
- I'm a Firefox convert. Get it.

no subject
Date: 2012-06-15 05:12 pm (UTC)I'm using Line Up on my journal as a system layout (yay! it's a gorgeous layout) and am trying to align the username to the left on my reading page. At the moment I've got
.poster, .entry-poster {background-color: #ffffff;
float: left;
margin: 0 -100px 20px 5px;
padding: 0 0px 10px 5px;
}
in my custom CSS but there's a gap between the username and the entry text with some journals but not with others. I'm probably missing something incredibly obvious, but any ideas why this is happening?
no subject
Date: 2013-04-15 04:53 am (UTC)