sireesanwar (
sireesanwar.livejournal.com) wrote in
layoutlounge2015-02-20 04:51 pm
![[identity profile]](https://www.dreamwidth.org/img/silk/identity/openid.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
92. Spring Wide
Layout Style: S2 Flexible Squares
Features: Embedded Fonts, Colorful Sidebar, Header Image
Layout Width: 1100px

All embedded in coding from Google Fonts
Additional Layout Directions:
Images
credit
graffitigraphic
Helpful Tutorials:
More Images:
More Headers: Layout Lounge: Headers
More Background Images: Layout Lounge Site
More Tiny Icons: Layout Lounge Site
RULES:
No Hotlinking Images #4 under general
Header can be changed
Background image can be changed or removed.
Credit Necessary.
Features: Embedded Fonts, Colorful Sidebar, Header Image
Layout Width: 1100px

All embedded in coding from Google Fonts
Additional Layout Directions:
- The header image doesn't have to be used. The layout is using a header image of 1100x250. If your header image is a different height you can change the height in the .headerimage coding.
- For additional help see the Helpful Tutorials list below the images.
Images

![[livejournal.com profile]](https://www.dreamwidth.org/img/external/lj-community.gif)
Helpful Tutorials:
- Theme and Layout Change Tutorial
- Image Tutorial: Adding Background & Header Images in Coding
- Sidebar: What I Do and Do NOT Want On It
- LJ Advertisements: What is that weird box on my LJ?
More Images:
More Headers: Layout Lounge: Headers
More Background Images: Layout Lounge Site
More Tiny Icons: Layout Lounge Site
RULES:
No Hotlinking Images #4 under general
Header can be changed
Background image can be changed or removed.
Credit Necessary.
Having Trouble? Try:
Theme and Layout Change Tutorial or Helpful Hints
If that didn't work. Comment Below with example if possible.
Theme and Layout Change Tutorial or Helpful Hints
If that didn't work. Comment Below with example if possible.
no subject
no subject
no subject
Thanks in advance.
no subject
Second, I would just copy the code again and repaste it. It should work without you doing much of anything except adding and header image if you want to.
no subject
no subject
Thank you so much!
no subject
I'll definitely steal it for my LJ ... and credit, of course. :o)
Thanks a lot for sharing.
no subject
no subject
1. Would you mind if I used a different header/color? (It's for a private LJ that I only use at this point, but still, I wanted to ask.)
2. Is there any way to use this layout but have the icons instead the comments as opposed to hanging out?
Thank you so much.
no subject
Sure if you aren't sure how to do it you can go to the below coding in your custom css section and just change that margin line. The last number is for the left margin and you just need to make it 0 or 5px or something. You can also move the float to right if you wish and mess with the margins to see where you want it. Go for it.
.userpic, .userpicfriends {
float: left;
margin: -1px 15px 25px -110px;
padding: 15px;
width: 100px;
height: 100px;
text-align: center;
color: #FFFFFF !important;
background-color: #8B9635 !important;
-webkit-box-shadow: #CCC 0 0 5px;
-moz-box-shadow: #CCC 0 0 5px;
-ms-box-shadow: #CCC 0 0 5px;
-o-box-shadow: #CCC 0 0 5px;
box-shadow: #CCC 0 0 5px;
}