Style: Flexible Squares
Works with: Free, Paid, maybe Sponsored
Sidebar: Yes
Directions:
Go to manage and select customize.
In the 'basic' tab make sure 's2' is selected.
In the 'look and feel' tab select 'flexible squares' under layout and language drop-down.
In the 'custom options' tab:
--go to 'presentation' and under 'Set the user picture position for each entry' put it to 'right'.
--go to 'sidebar' and under 'set sidebar position' put it to 'left'.
--go to 'custom css' and put all the drop down boxes to 'no.'
--paste the layout code in the stylesheet box.
Orange and White layout code:
/*---------------------------------------------------
Custom layout by: keb91
Style: Flexible Squares
Extra Stuff: The color #ff6600 is all the orange text.
-----------------------------------------------------*/
body {
background-color: #dddddd;
background-image: url();
background-position: center;
background-attachment: scroll;
text-align: center;
color: #888888;
font-family: "Verdana", sans-serif;
font-size: 10px;
margin: 0px 0 0px 0;
}
a, a:link, a:visited {
color: #ff6600;
text-decoration: none;
}
a:hover {
color: #ff6600;
font-weight: bold;
text-decoration: none;
}
p, td, blockquote {
font-size: 10px;
}
b, i, s, u, emphasise, abbr, strong, strike {
color: #ff6600;
}
code, kbd, pre, tt {
font-family: monospace;
}
/*---------------------------------------------------------------------
General page alignment and width
------------------------------------------------------------------------*/
#content
{
width: 700px;
margin-left: auto; margin-right: auto;
background-color: #ffffff;
border-top: solid 0px #ffffff;
border-bottom: solid 0px #ffffff;
padding: 15px;
text-align: justify;
}
#maincontent {
margin-top: 0px;
font-family: "Verdana", sans-serif;
font-size: 11px;
background-color: #ffffff;
color: #888888;
margin-left: 170px; /*width of sidebar*/
text-align: justify;
}
#sidebar {
padding-top: 3px;
margin-top: 10px;
margin-right: 8px;
background-color: #ffffff;
font-size: 10px;
font-family: "Verdana", sans-serif;
color: #888888;
width: 170px;
float: left;
text-align: center;
}
/*-----------------------------------------------------------------------------
Header - you can add a header image with either #header or .headerimage
--------------------------------------------------------------------------------*/
#header {
padding-top: 0px;
padding-bottom: 0px;
margin: 0px;
text-align: center;
font-family: "Verdana", sans-serif;
font-size: 10px;
font-weight: bold;
letter-spacing: 2px;
background-color: #ffffff;
color: #ff6600;
}
/*look and color of links (also partly for footer)*/
div#header a, div#header a:link, div#header a:visited, div#footer a, div#footer a:link, div#footer a:visited {
color: #999999;
}
div#header a:hover, div#footer a:hover {
color: #ff6600;
text-decoration: none;
}
/*title and subtitle*/
.title {
font-family: "Verdana", sans-serif;
font-size: 13px;
color: #888888;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;
margin-top: 10px;
}
.subtitle{
font-family: "Verdana", sans-serif;
color: #888888;
font-size: 11px;
font-weight: normal;
letter-spacing: 1px;
}
/*-----------------------------------------------------------------------------
Header - top navigation
--------------------------------------------------------------------------------*/
/* header -- links to views; title of journal; subtitle of journal */
ul.navheader
{
padding: 0px;
margin: 0px;
font-size: 12px;
}
ul.navheader li {
display: inline;
padding: 0 3px 0 3px;
font-size: 12px;
}
/*-----------------------------------------------------------------------------
Entry stuff
------------------------------------------------------------------------*/
.subcontent {
}
.entry {
margin: 0px 0px 0px 0px;
margin-left: 170px /*width of sidebar*/
padding: 11px;
background-color: #ffffff;
color: #888888;
font-family: "Verdana", sans-serif;
font-size: 10px;
text-align: justify;
}
.userpic {
float: right;
text-align: center;
padding: 0px;
margin: 10px;
z-index: 15;
font-size: 8px
border-width: 1px;
border-color: #ffffff;
border-style: solid;
}
.date {
line-height: 200%;
top: 5px;
color: #999999;
text-transform: uppercase;
text-align: left;
font-family: "Verdana", sans-serif;
font-size: 10px;
}
.subject {
font-weight: bold;
padding: 1px;
text-align: left;
text-transform: uppercase;
letter-spacing: 1px;
color: #888888;
font-family: "Verdana", sans-serif;
font-size: 11px;
border-bottom: 1px dotted #dbdbdb;
}
.subject a, .subject a:link, .subject a:visited {
color: #888888;
}
.subject a:hover {
color: #ff6600;
}
.datesubject {
background-color: #ffffff;
padding: 5px;
}
.entry ul li
{
padding-left: 5px;
margin-left: 10px;
}
.entry ol li
{
padding-left: 5px;
margin-left: 10px;
}
/*---------------------------------------------------------------------
Entry Stuff - Current Mood, Music and Location
------------------------------------------------------------------------*/
.currents, .currentmood, .currentmusic {
font-family: "Verdana", sans-serif;
font-size: 10px;
color: #AAAAAA;
text-align: left;
}
.ljtags {
font-family: "arial", sans-serif;
font-size: 10px;
color: #7F7F7F;
margin-top: 14px;
margin-bottom:2px;
text-transform: lowercase;
font-weight: bold;
position: left;
}
/*---------------------------------------------------------------------
Entry Stuff - Comments
------------------------------------------------------------------------*/
.comments {
font-family: "Verdana", sans-serif;
font-size: 11px;
text-align: right;
background-color: #ffffff;
padding: 0px 5px 0px 5px;
position: relative;
top: 15px;
}
div.comments a, div.comments a:link, div.comments a:visited{
color: #ff6600;
}
div.comments a:hover {
color: #888888;
text-decoration: none;
font-size: 12px;
padding: 3px
}
/*---------------------------------------------------------------------
Entry Stuff - Separator
------------------------------------------------------------------------*/
.separator{
/* for formatting separators between entries */
height: 9px;
}
/*------------------------------------------------------------
Special friends page customization
-------------------------------------------------------------------------------*/
.userpicfriends {
background-color:#ffffff !important;
position: relative;
float: left;
padding: 5px;
margin: 10px;
text-align: center;
font-family: "Verdana", sans-serif;
font-size: 11px;
z-index: 15;
}
/*------------------------------------------------------------
Sidebar
-------------------------------------------------------------------------------*/
.defaultuserpic {
text-align: center;
}
.sbarheader {
padding: 0px 5px 0px 5px;
}
.sbarbody {
padding: 0px 5px 0px 5px;
}
.sbarbody2 {
padding: 0 15px 0 15px;
}
div#sidebar a, div#sidebar a:link, div#sidebar a:visited{
color: #ff6600;
}
div#sidebar a:hover {
color: #ff6600;
text-decoration: none;
}
/*------------------------------------------------------------
Sidebar - Calendar
-------------------------------------------------------------------------------*/
table.calendar {
margin-right: auto;
margin-left: auto;
}
.sbarcalendar {
border-color: #ffffff;
border-width: 1px;
border-style: solid;
text-align: center;
font-family: "Verdana", sans-serif;
font-size: 10px;
}
.sbarcalendarposts {
border-color: #ffffff;
border-width: 1px;
border-style: solid;
background-color: #ffffff;
text-align: center;
font-family: "Verdana", sans-serif;
font-size: 10px;
}
/*------------------------------------------------------------
Sidebar - link box contents and sidebar box titles
-------------------------------------------------------------------------------*/
ul.sbarlist
{
padding-left: 0px;
margin-left: 0px;
list-style: none;
}
li.sbaritem
{
padding-left: 15px;
list-style: none;
}
li.sbartitle
{
padding-left: 15px;
text-align: center;
list-style: none;
border-style: dotted;
border-width: 0px;
border-color: #ff6600;
background-color: #ffffff;
margin-bottom: 10px;
margin-top: 10px;
font-size: 13px;
color: #888888;
}
/*----------------------------------------------------
footer
----------------------------------------------------------------*/
#footer {
width: 100%;
text-align: center;
font-family: "Verdana", sans-serif;
font-size: 11px;
font-weight: bold;
letter-spacing: 1px;
background-color: #ffffff;
color: #888888;
border-color: #ffffff;
border-width: 1px;
border-style: solid;
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 Pages
----------------------------------------------------------------*/
ul.year {
text-align: center;
padding-bottom: 40px;
}
ul.year li {
display: inline;
}
table.yeartable {
margin-left: auto;
margin-right: auto;
}
table.yeartable td.yeardate, table.yeartable td.yearday {
border-width: 1px;
border-style: solid;
border-color: #999999;
}
table.yeartable td.yearday {
background-color: #ff6600;
text-align: center;
}
td.yearmonth {
border-style: none;
}
/*----------------------------------------------------
Comments pages
----------------------------------------------------------------*/
.datesubjectcomment {
background-color: #ffffff;
padding: 5px;
margin-top: 20px;
}
.userpiccomment {
position: relative;
background-color: #ffffff;
top: -30px;
left: 0px;
padding: 5px;
margin: 10px 10px -20px 10px;
z-index: 15;
float: left;
}
.box {
border-style: solid;
border-width: 1px 0px 0px 0px;
border-color: #999999;
padding: 10px;
clear: left;
}
input, textarea {
background-color: #ffffff;
color: #000000;
}
textarea.textbox {
width: 100% !important;
}
.reply {
position: relative;
margin: 20px 30px 10px 30px;
padding: 25px 10px 10px 10px;
text-align: left;
font-family: "Verdana", sans-serif;
font-size: 11px;
line-height: 125%;
background-color: #ffffff;
color: #000000;
}
.replytosubject {
font-weight: bold;
}
.commentreply {
position: relative;
margin: 10px;
font-size: 11px;
font-family: "Verdana", sans-serif;
color: #000000;
}
.commentbox {
border-color: #999999;
border-width: 1px;
border-style: solid;
padding: 10px;
margin: 10px;
background-color: #ffffff;
}
.datesubjectcomment a:link, .datesubjectcomment a:visited {
color: #000000;
}
.datesubjectcomment a:hover {
color: #888888;
}
.commentboxpartial {
border-color: #999999;
border-width: 1px;
border-style: solid;
padding: 10px;
margin: 10px;
background-color: #ffffff;
}
.commentinfo {
background-color: #ffffff;
margin-top: 10px;
width: 100%;
}
.skiplinks {
text-align: center;
}
/*--------------------------------------------
Misc
-----------------------------------------*/
.clear {
height: 15px;
}
.headerimage {
position: relative;
width: 0px; /* Width of the banner, in pixels */
height: 0px; /* Height of the banner, in pixels */
margin-left: auto; /* To center image leave as auto */
/* To right align leave as auto */
/* To left align change to 20px */
margin-right: auto; /* To center image leave as auto */
/* To right align change to 20px */
/* To left align leave as auto */
margin-bottom: 20px; /* Space between bottom of image and outer box of style */
background-image: url (""); /* Header image URL */
background-repeat: no-repeat;
}
Blue and black layout code:
/*---------------------------------------------------
Custom layout by: keb91
Style: Flexible Squares
Extra Stuff: The color #339999 is all the blue text.
-----------------------------------------------------*/
body {
background-color: #333333;
background-image: url();
background-position: center;
background-attachment: scroll;
text-align: center;
color: #888888;
font-family: "arial", sans-serif;
font-size: 10px;
margin: 0px 0 0px 0;
}
a, a:link, a:visited {
color: #339999;
text-decoration: none;
}
a:hover {
color: #339999;
font-weight: bold;
text-decoration: none;
}
p, td, blockquote {
font-size: 10px;
}
b, i, s, u, emphasise, abbr, strong, strike {
color: #339999;
}
code, kbd, pre, tt {
font-family: monospace;
}
/*---------------------------------------------------------------------
General page alignment and width
------------------------------------------------------------------------*/
#content
{
width: 700px;
margin-left: auto; margin-right: auto;
background-color: #000000;
border-top: solid 0px #999;
border-bottom: solid 0px #999;
padding: 15px;
text-align: justify;
}
#maincontent {
margin-top: 0px;
font-family: "arial", sans-serif;
font-size: 11px;
background-color: #000000;
color: #888888;
margin-left: 170px; /*width of sidebar*/
text-align: justify;
}
#sidebar {
padding-top: 3px;
margin-top: 10px;
background-color: #000000;
font-size: 10px;
font-family: "arial", sans-serif;
color: #888888;
width: 170px;
float: left;
text-align: center;
}
/*-----------------------------------------------------------------------------
Header - you can add a header image with either #header or .headerimage
--------------------------------------------------------------------------------*/
#header {
padding-top: 0px;
padding-bottom: 0px;
margin: 0px;
text-align: center;
font-family: "arial", sans-serif;
font-size: 10px;
font-weight: bold;
letter-spacing: 2px;
background-color: #000000;
color: #339999;
}
/*look and color of links (also partly for footer)*/
div#header a, div#header a:link, div#header a:visited, div#footer a, div#footer a:link, div#footer a:visited {
color: #999999;
}
div#header a:hover, div#footer a:hover {
color: #339999;
text-decoration: none;
}
/*title and subtitle*/
.title {
font-family: "arial", sans-serif;
font-size: 13px;
color: #888888;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;
margin-top: 10px;
}
.subtitle{
font-family: "arial", sans-serif;
color: #888888;
font-size: 11px;
font-weight: normal;
letter-spacing: 1px;
}
/*-----------------------------------------------------------------------------
Header - top navigation
--------------------------------------------------------------------------------*/
/* header -- links to views; title of journal; subtitle of journal */
ul.navheader
{
padding: 0px;
margin: 0px;
font-size: 12px;
}
ul.navheader li {
display: inline;
padding: 0 3px 0 3px;
font-size: 12px;
}
/*-----------------------------------------------------------------------------
Entry stuff
------------------------------------------------------------------------*/
.subcontent {
}
.entry {
margin: 0px 0px 0px 0px;
margin-left: 170px /*width of sidebar*/
padding: 11px;
background-color: #000000;
color: #888888;
font-family: "arial", sans-serif;
font-size: 11px;
text-align: justify;
}
.userpic {
position: relative;
float: right;
text-align: center;
padding: 0px;
margin: 10px;
z-index: 15;
font-size: 8px
border-width: 1px;
border-color: #000000;
border-style: solid;
}
.date {
line-height: 200%;
top: 5px;
color: #999999;
text-transform: uppercase;
text-align: left;
font-family: "arial", sans-serif;
font-size: 10px;
}
.subject {
font-weight: bold;
padding: 1px;
text-align: left;
text-transform: uppercase;
letter-spacing: 1px;
color: #888888;
font-family: "arial", sans-serif;
font-size: 13px;
border-bottom: 1px dotted #dbdbdb;
}
.subject a, .subject a:link, .subject a:visited {
color: #888888;
}
.subject a:hover {
color: #339999;
}
.datesubject {
background-color: #000000;
padding: 5px;
}
.entry ul li
{
padding-left: 5px;
margin-left: 10px;
}
.entry ol li
{
padding-left: 5px;
margin-left: 10px;
}
/*---------------------------------------------------------------------
Entry Stuff - Current Mood, Music and Location
------------------------------------------------------------------------*/
.currents, .currentmood, .currentmusic {
font-family: "arial", sans-serif;
font-size: 10px;
color: #AAAAAA;
text-align: left;
}
.ljtags {
font-family: "arial", sans-serif;
font-size: 10px;
color: #7F7F7F;
margin-top: 14px;
margin-bottom:2px;
text-transform: lowercase;
font-weight: bold;
position: left;
}
/*---------------------------------------------------------------------
Entry Stuff - Comments
------------------------------------------------------------------------*/
.comments {
font-family: "arial", sans-serif;
font-weight: bold;
font-size: 11px;
text-align: right;
background-color: #000000;
padding: 0px 5px 0px 5px;
position: relative;
top: 15px;
}
div.comments a, div.comments a:link, div.comments a:visited{
color: #339999;
}
div.comments a:hover {
color: #888888;
text-decoration: none;
font-size: 12px;
padding: 3px
}
/*---------------------------------------------------------------------
Entry Stuff - Separator
------------------------------------------------------------------------*/
.separator{
/* for formatting separators between entries */
height: 9px;
}
/*------------------------------------------------------------
Special friends page customization
-------------------------------------------------------------------------------*/
.userpicfriends {
background-color:#000000 !important;
position: relative;
float: left;
padding: 5px;
margin: 10px;
text-align: center;
font-family: "arial", sans-serif;
font-size: 11px;
z-index: 15;
}
/*------------------------------------------------------------
Sidebar
-------------------------------------------------------------------------------*/
.defaultuserpic {
text-align: center;
}
.sbarheader {
padding: 0px 5px 0px 5px;
}
.sbarbody {
padding: 0px 5px 0px 5px;
}
.sbarbody2 {
padding: 0 15px 0 15px;
}
div#sidebar a, div#sidebar a:link, div#sidebar a:visited{
color: #339999;
}
div#sidebar a:hover {
color: #339999;
text-decoration: none;
}
/*------------------------------------------------------------
Sidebar - Calendar
-------------------------------------------------------------------------------*/
table.calendar {
margin-right: auto;
margin-left: auto;
}
.sbarcalendar {
border-color: #000000;
border-width: 1px;
border-style: solid;
text-align: center;
font-family: "arial", sans-serif;
font-size: 10px;
}
.sbarcalendarposts {
border-color: #000000;
border-width: 1px;
border-style: solid;
background-color: #000000;
text-align: center;
font-family: "arial", sans-serif;
font-size: 10px;
}
/*------------------------------------------------------------
Sidebar - link box contents and sidebar box titles
-------------------------------------------------------------------------------*/
ul.sbarlist
{
padding-left: 0px;
margin-left: 0px;
list-style: none;
}
li.sbaritem
{
padding-left: 15px;
list-style: none;
}
li.sbartitle
{
padding-left: 15px;
text-align: center;
list-style: none;
border-style: dotted;
border-width: 0px;
border-color: #339999;
background-color: #000000;
margin-bottom: 10px;
margin-top: 10px;
font-size: 13px;
color: #888888;
}
/*----------------------------------------------------
footer
----------------------------------------------------------------*/
#footer {
width: 100%;
text-align: center;
font-family: "arial", sans-serif;
font-size: 11px;
font-weight: bold;
letter-spacing: 1px;
background-color: #000000;
color: #888888;
border-color: #000000;
border-width: 1px;
border-style: solid;
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 Pages
----------------------------------------------------------------*/
ul.year {
text-align: center;
padding-bottom: 40px;
}
ul.year li {
display: inline;
}
table.yeartable {
margin-left: auto;
margin-right: auto;
}
table.yeartable td.yeardate, table.yeartable td.yearday {
border-width: 1px;
border-style: solid;
border-color: #999999;
}
table.yeartable td.yearday {
background-color: #339999;
text-align: center;
}
td.yearmonth {
border-style: none;
}
/*----------------------------------------------------
Comments pages
----------------------------------------------------------------*/
.datesubjectcomment {
background-color: #000000;
padding: 5px;
margin-top: 20px;
}
.userpiccomment {
position: relative;
background-color: #000000;
top: -30px;
left: 0px;
padding: 5px;
margin: 10px 10px -20px 10px;
z-index: 15;
float: left;
}
.box {
border-style: solid;
border-width: 1px 0px 0px 0px;
border-color: #999999;
padding: 10px;
clear: left;
}
input, textarea {
background-color: #FFFFFF;
color: #000000;
}
textarea.textbox {
width: 100% !important;
}
.reply {
position: relative;
margin: 20px 30px 10px 30px;
padding: 25px 10px 10px 10px;
text-align: left;
font-family: "arial", sans-serif;
font-size: 11px;
line-height: 125%;
background-color: #ffffff;
color: #000000;
}
.replytosubject {
font-weight: bold;
}
.commentreply {
position: relative;
margin: 10px;
font-size: 11px;
font-family: "arial", sans-serif;
color: #000000;
}
.commentbox {
border-color: #999999;
border-width: 1px;
border-style: solid;
padding: 10px;
margin: 10px;
background-color: #ffffff;
}
.datesubjectcomment a:link, .datesubjectcomment a:visited {
color: #000000;
}
.datesubjectcomment a:hover {
color: #888888;
}
.commentboxpartial {
border-color: #999999;
border-width: 1px;
border-style: solid;
padding: 10px;
margin: 10px;
background-color: #ffffff;
}
.commentinfo {
background-color: #000000;
margin-top: 10px;
width: 100%;
}
.skiplinks {
text-align: center;
}
/*--------------------------------------------
Misc
-----------------------------------------*/
.clear {
height: 15px;
}
.headerimage {
position: relative;
width: 0px; /* Width of the banner, in pixels */
height: 0px; /* Height of the banner, in pixels */
margin-left: auto; /* To center image leave as auto */
/* To right align leave as auto */
/* To left align change to 20px */
margin-right: auto; /* To center image leave as auto */
/* To right align change to 20px */
/* To left align leave as auto */
margin-bottom: 20px; /* Space between bottom of image and outer box of style */
background-image: url (""); /* Header image URL */
background-repeat: no-repeat;
}
EXTRA STUFF:
--please credit
keb91or
painfuldefeat in your journal :]
--feel free to customize any which way you want, just don't repost as your own
--this is my first ever layout, so if there are any problems w/ coding, please tell me and I will try to fix it
--enjoy!!
ETA: The header image code in the above stylesheets are wrong. Replace them with this:
.headerimage {
position: relative;
width: 0px;
height: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background-image: url("");
background-repeat: no-repeat;
}
Sorry 'bout that :]
Layouts will now be posted at
vapores.
Watch there instead of here for further updates, thanks! :)