S2 FLEXIBLE SQUARES: Just Like the Movies

Sep 11, 2012 22:13





just like the movies
s2 flexible squares


IMAGE PREVIEWLIVE PREVIEW

instructions

→ Go to CUSTOMIZE and choose any S2 Flexible Squares layout, apply it, then scroll down and make sure ads are set to BETWEEN ENTRIES and sidebar placement is on the LEFT.
→ Go to CUSTOMIZE JOURNAL STYLE and then to CUSTOM CSS.
→ Set dropdown menus to YES/NO/YES, paste the code in, and save!
→ This is just a preference thing, but I also went to DISPLAY and set the controlstrip to LIGHT GRAY.
→ Another preference thing: I highly recommend disabling a default userpic in your sidebar, because it looks weird with the sidebar image.
→ Because I'm weird I feel the need to mention that this layout is named after the Regina Spektor song, not the Katy Perry one lol.

code

/*--Just Like the Movies by Tessisamess--*/
/*--Made On: September 2012--*/
/*--S2 Style: Flexible Squares--*/

@font-face {
font-family: 'Marck Script';
font-style: normal;
font-weight: 400;
src: local('Marck Script'), local('MarckScript-Regular'), url(http://themes.googleusercontent.com/static/fonts/marckscript/v4/O_D1NAZVOFOobLbVtW3bcnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

h1,h2,h3 {
font-family: 'Marck Script';
font-weight:normal;
}

ul {
list-style-type:circle;
}

h4,h5,h6 {
font-family: Courier New;
font-weight:normal;
}

blockquote {
text-shadow: 1px 1px 1px #ffffff;
filter: dropshadow(color=#ffffff, offx=1, offy=1);
-webkit-border-radius: 15px 0px 0px 15px;
border-radius: 15px 0px 0px 15px;
padding:15px;
text-align:justify;
color:#000;
font-family:courier new;
border-left: 7px solid #F08080;
background: #eee url(http://ic.pics.livejournal.com/customtesst/49854412/27946/27946_original.png) top left repeat;
}

body {
background: #eee url(http://ic.pics.livejournal.com/customtesst/49854412/27888/27888_original.png) top left repeat fixed;
text-align: center;
color: #eee;
font-family: "Arial", sans-serif;
font-size: 11px;
margin: 40px 0 0 0;
}

a, a:link, a:visited {
color: #F08080;
text-decoration: none;
}

a:hover {
color: #FFC0CB;
text-decoration: none;
}

p, td, blockquote {
font-size: 11px;
}

code, kbd, pre, tt {
font-family: monospace;
}

/*--GENERAL--*/

#content {
width: 80%;
min-width: 900px;
margin-left: auto;
margin-right: auto;
background: #111 url(http://ic.pics.livejournal.com/customtesst/49854412/25579/25579_original.png) top left repeat fixed;
border: none;
padding: 15px;
}

#maincontent {
margin-top: 15px;
font-family: "Arial", sans-serif;
font-size: 11px;
background: transparent;
color: #eee;
border: none;
margin-left: 250px;
text-align: left;
}

#sidebar {
line-height:160%;
padding-top: 130px;
margin-top: 0px;
background: transparent url(http://ic.pics.livejournal.com/customtesst/49854412/26335/26335_original.gif) center top no-repeat;
border: none;
font-size: 11px;
font-family: "Arial", sans-serif;
color: #f9f9f9;
width: 230px;
float: left;
text-align: justify;
}

/*--HEADER--*/

#header {
width: 100%;
padding: 5px 0px 5px 0px;
margin: -30px 0 30px 0;
text-align: left;
font-family: Courier;
font-size: 11px;
font-weight: normal;
letter-spacing: 2px;
border: none;
background: transparent;
color: #000000;
}

li.view {
background: #F08080;
padding:10px!important;
margin-left:5px;
}

div#header a, div#header a:link, div#header a:visited {
background: #F08080;
padding:10px;
margin-left:5px;
color: #111;
-webkit-box-shadow:none;
box-shadow:none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

div#header a:hover {
color: #fff;
text-decoration: none;
-webkit-box-shadow:inset -15px -15px 50px #000;
box-shadow:inset -15px -15px 50px #000;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

div#footer a, div#footer a:link, div#footer a:visited {
color: #5674b9;
}

div#footer a:hover {
color: #7aa1f8;
text-decoration: none;
}

.title {
display:none;
}

.subtitle{
display:none;
}

ul.navheader
{
padding: 0px;
margin: 0px;
}

ul.navheader li {
display: inline;
padding: 0 3px 0 3px;
}

/*--ENTRIES--*/

.subcontent {
background: #f9f9f9;
}

.entry {
margin: 0 0 15px 0;
padding: 10px;
background: transparent;
color: #111;
font-family: "Arial", sans-serif;
font-size: 11px;
text-align: left;
border: none;
line-height:180%;
}

.entry img {
max-width:500px;
}

.entry a {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.entry a:hover {
color:#111;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.userpic {
position: relative;
float: right;
background: #111 url(http://ic.pics.livejournal.com/customtesst/49854412/25579/25579_original.png);
padding: 5px;
margin: 2px 1px 10px 10px;
z-index: 15;
border: none;
box-shadow:none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.userpic:hover {
-webkit-box-shadow:inset -35px -35px 40px #F08080;
box-shadow:inset -35px -35px 40px #F08080;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.userpic img {
height: 65px;
width: 65px;
}

.date {
line-height: 200%;
top: 5px;
color: #000000;
font-family: "Arial", sans-serif;
font-size: 8px;
}

.subject {
font-weight: normal;
padding: 2px;
color: #111;
font-family: 'Marck Script';
font-size: 24px;
}

.subject a, .subject a:link, .subject a:visited {
color: #111;
text-shadow:0 0 0 #111;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.subject a:hover {
color: #F08080;
text-shadow:0 0 10px #F08080;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.datesubject {
background: #eee url(http://ic.pics.livejournal.com/customtesst/49854412/27946/27946_original.png) top left repeat;
padding: 15px 5px 5px 5px;
min-height:60px;
}

.entry ul li
{
padding-left: 5px;
margin-left: 15px;
}

.entry ol li
{
padding-left: 5px;
margin-left: 15px;
}

/*--CURRENTS & LJ TAGS--*/

.currents {
margin-top:-30px;
}

.currents, .currentmood, .currentmusic {
font-family: "Arial", sans-serif;
font-size: 11px;
font-weight: bold;
}

.ljtags {
margin-top: 40px;
font-weight: bold;
}

/*--COMMENT LINKS--*/

.comments {
color:transparent;
font-family: Courier New;
font-size: 12px;
text-align: right;
background: transparent;
padding: 0px;
position: relative;
top: 15px;
}

div.comments a, div.comments a:link, div.comments a:visited{
background:#111;
padding:5px;
color: #ffffff;
-webkit-box-shadow:none;
box-shadow:none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

div.comments a:hover {
color: #111;
text-decoration: none;
-webkit-box-shadow:inset -15px -15px 50px #F08080;
box-shadow:inset -15px -15px 50px #F08080;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

/*--SEPARATOR--*/

.separator{
height: 35px;
}

/*--FRIENDS PAGE--*/

.userpicfriends {
background: #111 !important;
position: relative;
float: right;
padding: 5px;
margin: 2px 1px 10px 10px;
text-align: center;
border: none;
font-family: Courier New;
font-size: 10px;
z-index: 15;
-webkit-box-shadow:none;
box-shadow:none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.userpicfriends:hover {
-webkit-box-shadow:inset -35px -35px 40px #F08080;
box-shadow:inset -35px -35px 40px #F08080;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.userpicfriends img {
height: 55px;
width: 55px;
}

.userpicfriends a font {
color:#fff;
}

/*--SIDEBAR--*/

.defaultuserpic {
text-align: center;
}

.sbarheader {
padding: 0;
}

.sbarbody {
padding: 0;
}

.sbarbody2 {
padding: 0;
}

div#sidebar a, div#sidebar a:link, div#sidebar a:visited{
color: #F08080;
text-shadow:0 0 0 #F08080;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

div#sidebar a:hover {
color: #FFC0CB;
text-decoration: none;
text-shadow:0 0 10px #FFC0CB;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

/*--SIDEBAR CALENDAR--*/

table.calendar {
width: 100%;
margin-right: auto;
margin-left: auto;
}

.sbarcalendar {
border: none;
text-align: center;
font-family: "Arial", sans-serif;
font-size: 11px;
}

.sbarcalendarposts {
border: none;
background: #eee url(http://ic.pics.livejournal.com/customtesst/49854412/27946/27946_original.png) top left repeat;
text-align: center;
font-family: "Arial", sans-serif;
font-size: 11px;
}

/*--SIDEBAR LINKS & TITLES--*/

ul.sbarlist {
padding-left: 0px;
margin-left: 0px;
list-style: none;
}

li.sbaritem {
font-family: Courier New;
letter-spacing:2px;
padding-left: 5px;
list-style: none;
}

li.sbartitle {
font-family: 'Marck Script';
color: #fff;
font-size: 24px;
padding-left: 0;
list-style: none;
border: none;
background: transparent;
margin-bottom: 10px;
margin-top: 10px;
}

#sidebar_summary li.sbaritem {
text-align:left !important;
border:none;
}

/*--FOOTER--*/

#footer {
width: 230px;
text-align: center;
font-family: Courier New;
font-size: 12px;
font-weight: normal;
letter-spacing: 1px;
background: #f9f9f9;
color: #000000;
border: none;
z-index: 100;
clear: both;
}

ul.navfooter{
padding: 0px;
margin: 0px;
}

ul.navfooter li {
display: inline;
margin: 0 5px 0 5px;
}

.clearfoot {
clear: both;
}

/*--ARCHIVE--*/

ul.year {
font-family: 'Marck Script';
font-size:25px;
text-align: center;
padding-bottom: 20px;
}

ul.year li {
display: inline;
}

table.yeartable {
padding:8px;
color:#111;
background:#f9f9f9;
width:80%;
margin-left: auto;
margin-right: auto;
}

table.yeartable td.yeardate, table.yeartable td.yearday {
border: none;
}

table.yeartable td.yearday {
font-family: 'Marck Script';
color:#111;
font-size:16px;
background: #eee url(http://ic.pics.livejournal.com/customtesst/49854412/27946/27946_original.png) top left repeat;
text-align: center;
}

td.yearmonth {
border-style: none;
}

/*--COMMENTS--*/

.datesubjectcomment {
color: #111;
background: #eee url(http://ic.pics.livejournal.com/customtesst/49854412/27946/27946_original.png) top left repeat;
padding: 5px;
margin-top: 20px;
}

.userpiccomment {
position: relative;
border: none;
background: #111;
top: -30px;
left: 0px;
padding: 5px;
margin: 5px 10px 5px 5px;
z-index: 15;
float: left;
width:65px;
height:65px;
-webkit-box-shadow:none;
box-shadow:none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.userpiccomment:hover {
-webkit-box-shadow:inset -35px -35px 40px #F08080;
box-shadow:inset -35px -35px 40px #F08080;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.box {
border: none;
padding: 10px;
clear: right !important;
}

input, textarea {
background: #eee;
color: #000000;
}

textarea.textbox {
width: 90% !important;
}

.reply {
position: relative;
margin: 20px 10px 10px 10px;
padding: 25px 10px 10px 10px;
text-align: left;
font-family: "Arial", sans-serif;
font-size: 11px;
line-height: 125%;
background: #F9F9F9;
color: #000000;
}

.replytosubject {
font-weight: bold;
}

.commentreply {
position: relative;
margin: 10px;
font-size: 11px;
font-family: "Arial", sans-serif;
color: #000000;
}

.commentbox {
border: none;
padding: 10px;
margin: 10px;
background: #F9F9F9;
}

.datesubjectcomment a:link, .datesubjectcomment a:visited {
color: #111;
}

.datesubjectcomment a:hover {
color: #FFC0CB;
}

.commentboxpartial {
border: none;
padding: 10px;
margin: 10px;
background: #eee url(http://ic.pics.livejournal.com/customtesst/49854412/27946/27946_original.png) top left repeat;
}

.commentinfo {
background: #eee;
margin-top: 10px;
width: 100%;
}

.skiplinks {
text-align: center;
}

/*--MISC--*/

.clear {
height: 15px;
}

/* Generated by Malionette's Tiny Icon Generator
http://malionette.net/generator/tinylite.html */

span.i-ljuser img[src*="img/userinfo.gif"] {width: 0 !important; height: 0 !important;
background: transparent url(http://ic.pics.livejournal.com/customtesst/49854412/26705/26705_600.png) no-repeat !important; padding: 16px 0 0 16px !important; }
span.i-ljuser img[src*="img/community.gif"] {width: 0 !important; height: 0 !important;
background: transparent url(http://ic.pics.livejournal.com/customtesst/49854412/26442/26442_600.png) no-repeat !important; padding: 16px 0 0 16px !important; }
img[src*="img/icon_protected.gif"] {width: 0 !important; height: 0 !important;
background: transparent url(http://ic.pics.livejournal.com/customtesst/49854412/27536/27536_600.png) no-repeat !important; padding: 16px 0 0 16px !important; }
img[src*="img/icon_private.gif"] {width: 0 !important; height: 0 !important;
background: transparent url(http://ic.pics.livejournal.com/customtesst/49854412/27370/27370_600.png) no-repeat !important; padding: 16px 0 0 16px !important; }
img[src*="img/icon_groups.gif"] {width: 0 !important; height: 0 !important;
background: transparent url(http://ic.pics.livejournal.com/customtesst/49854412/27536/27536_600.png) no-repeat !important; padding: 16px 0 0 16px !important; }

img[src*="img/icon_sticky.png"] {
width: 0 !important;
height: 0 !important;
background: transparent url(http://ic.pics.livejournal.com/customtesst/49854412/27124/27124_600.png) no-repeat !important;
padding: 16px 0 0 17px !important;
}

.lj-view-tags #maincontent > h2 {
color:#111;
font-weight:normal;
text-align:center;
font-size: 25px;
margin-bottom:-50px;
margin-top:50px;
}

.ljtaglist {
line-height:180%;
text-align:center;
color:#111;
background:#f9f9f9;
padding-top:50px;
padding-bottom:25px;
min-width:300px;
width:80%;
margin:0 auto;
}

.ljtaglist ul {
padding:5px;
}

.ljtaglist li {
display:inline-block;
list-style:none;
margin-right:18px;
}
To change the colors, please go HERE and insert the stylesheet into the textbox; it will give you the HEX codes and the color each one represents. To change the SIDEBAR IMAGE. Your sidebar image/gif absolutely must be 230x130 unless you know CSS well enough to change the things that need changing to allow for a different size.

notes

Hidden: Title and subtitle.
Custom: Comment page, archive page, tags page, tinyicons by Famfamfam, easily changed header image.

credit

Credit when using this layout is a must, no matter how much you change in the code. Comments are nice, but not necessary.

You can credit in your profile with a text link, lj usertag going to layouttesst, or a button (in your journal's linklist or blurb is fine too).

rules

→ Leave my credit in the stylesheet.
→ You may change colors, fonts, widths, etc.
→ That's it!

check it




style: flexible squares, maker: tessisamess

Previous post Next post
Up