My third layout. I like how it came out. Note: If you like my layouts please
watch the comm instead of adding my personal journal to your F-list. Thank you.
Layout Style: Flexible Squares
Browser(s) Compatible: Tested in Firefox. Don't know if it works with I.E.
Work with Nav bar?: Yes
Work with Ads? Yes
Credit:
hanamicons or
laifan Garden of Eden
Better preview at
starwithinme » Select a Flexible Squares Layout
» Select the Sidebar On The Right option
» Choose the CSS section
» Select No in all of the drop down boxes
» Copy paste the code below
PS: You can upload the header to your own server.
Images
HeaderAlternate HeaderBackgroundContent Overrides
/* Cleaned CSS: */
/*---------------------------------------------------
Layout made by Laifan
-----------------------------------------------------*/
body {
background-color: #000000;
background-image:url(BG URL); /Background URL/
text-align: center;
color: #ffffff;
font-family: "Verdana", sans-serif;
font-size: 11px;
margin: 20px 0 20px 0;
}
a, a:link, a:visited {
color: #9999ff;
text-decoration: none;
font-style: bold;
}
a:hover {
color: #330000;
text-decoration: underline;
}
p, td, blockquote {
font-size: 11px;
}
code, kbd, pre, tt {
font-family: monospace;
}
/*---------------------------------------------------------------------
General page alignment and width
------------------------------------------------------------------------*/
#content
{
width: 968px;
margin-left: auto; margin-right: auto;
background-color: #ffffff;
border-width: 1px;
border-style: solid;
border-color: transparent;
padding: 15px;
background-image:url(C URL);
background-position: bottom right;
background-repeat: no-repeat; /Maincontent URL/
}
#maincontent {
margin-top: 15px;
font-family: "Verdana", sans-serif;
font-size: 11px;
background-color: #ffffff;
color: #990000;
border-style: solid;
border-color: transparent;
border-width: 1px;
margin-right: 180px;
text-align: left;
}
#sidebar {
padding-top: 15px;
margin-top: 15px;
background-color: #ffffff;
border-color: #990000;
border-width: 1px;
border-style: solid;
font-size: 11px;
font-family: "Verdana", sans-serif;
color: #990000;
width: 160px;
float: right;
text-align: left;
}
/*-----------------------------------------------------------------------------
Header - you can add a header image with either #header or .headerimage
--------------------------------------------------------------------------------*/
#header {
width: 968px;
padding: 10px 0px 20px 0px;
margin: 0px;
text-align: center;
font-family: "Verdana", sans-serif;
font-size: 11px;
font-weight: bold;
letter-spacing: 2px;
border-style: solid;
border-color: transparent;
border-width: 1px;
background-color: #cc3333;
color: #ffffff;
}
.headerimage {
position: relative;
width: 1000px;
height: 400px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background-image: url("HEADER URL");
background-repeat: no-repeat;
}
/*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: #ffffff;
}
div#header a:hover, div#footer a:hover {
color: #330000;
text-decoration: none;
}
/*title and subtitle*/
.title{
display:none;
}
.subtitle{
display:none;
}
/*-----------------------------------------------------------------------------
Header - top navigation
--------------------------------------------------------------------------------*/
/* header -- links to views; title of journal; subtitle of journal */
ul.navheader
{
padding: 0px;
margin: 0px;
}
ul.navheader li {
display: inline;
padding: 0 3px 0 3px;
}
/*-----------------------------------------------------------------------------
Entry stuff
------------------------------------------------------------------------*/
.subcontent {
}
.entry {
margin: 0px 10px 10px 30px;
padding: 10px;
background-color: #ffffff;
color: #990000;
font-family: "Verdana", sans-serif;
font-size: 11px;
text-align: left;
border-width: 1px;
border-color: #9999ff;
border-style: solid;
}
.userpic {
position: relative;
float: left;
background-color: #ffffff;
padding: 5px;
margin: 10px;
z-index: 15;
border-width: 1px;
border-color: #9999ff;
border-style: solid;
}
.date {
line-height: 200%;
top: 5px;
color: #ffffff;
font-family: "Verdana", sans-serif;
font-size: 11px;
}
.subject {
font-weight: bold;
padding: 10px;
color: #ffffff;
font-family: "Book Antiqua", sans-serif;
font-size: 22px;
}
.subject a, .subject a:link, .subject a:visited {
color: #330000;
font-style: bold;
}
.subject a:hover {
color: #9999ff;
}
.datesubject {
background-color: #ffffff;
padding: 5px;
}
.entry ul li
{
padding-left: 5px;
margin-left: 15px;
}
.entry ol li
{
padding-left: 5px;
margin-left: 15px;
}
/*---------------------------------------------------------------------
Entry Stuff - Current Mood, Music and Location
------------------------------------------------------------------------*/
.currents, .currentmood, .currentmusic {
font-family: "Verdana", sans-serif;
font-size: 11px;
color: #330000;
}
/*---------------------------------------------------------------------
Entry Stuff - Comments
------------------------------------------------------------------------*/
.comments {
font-family: "Verdana", sans-serif;
font-size: 11px;
text-align: right;
background-color: #cc3333;
padding: 0px 5px 0px 5px;
position: relative;
top: 15px;
border-style: solid;
border-color: #ffffff;
border-width: 1px;
}
div.comments a, div.comments a:link, div.comments a:visited{
color: #ffffff;
}
div.comments a:hover {
color: #330000;
text-decoration: none;
}
/*---------------------------------------------------------------------
Entry Stuff - Separator
------------------------------------------------------------------------*/
.separator{
/* for formatting separators between entries */
height: 20px;
}
/*------------------------------------------------------------
Special friends page customization
-------------------------------------------------------------------------------*/
.userpicfriends {
position: relative;
float: left;
padding: 5px;
margin: 10px;
text-align: center;
border-style: solid;
border-width: 1px;
border-color: #9999ff;
font-family: "Verdana", sans-serif;
font-size: 11px;
z-index: 15;
background-color: #ffffff !important;
}
/*------------------------------------------------------------
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: #990000;
}
div#sidebar a:hover {
color: #330000;
text-decoration: none;
}
/*------------------------------------------------------------
Sidebar - Calendar
-------------------------------------------------------------------------------*/
table.calendar {
margin-right: auto;
margin-left: auto;
}
.sbarcalendar {
border-color: #9999ff;
border-width: 1px;
border-style: solid;
text-align: center;
font-family: "Verdana", sans-serif;
font-size: 11px;
}
.sbarcalendarposts {
border-color: #9999ff;
border-width: 1px;
border-style: solid;
background-color: #ccccff;
text-align: center;
font-family: "Verdana", sans-serif;
font-size: 11px;
}
/*------------------------------------------------------------
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;
list-style: none;
border-style: solid;
border-width: 1px;
border-color: #9999ff;
background-color: #9999ff;
margin-bottom: 10px;
margin-top: 10px;
}
/*----------------------------------------------------
footer
----------------------------------------------------------------*/
#footer {
width: 100%;
text-align: center;
font-family: "Verdana", sans-serif;
font-size: 11px;
font-weight: bold;
letter-spacing: 1px;
background-color: transparent;
color: #cc3333;
border-color: transparent;
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: #9999ff;
color: #990000;
}
table.yeartable td.yearday {
background-color: #ccccff;
color: #990000;
text-align: center;
}
td.yearmonth {
border-style: none;
}
/*----------------------------------------------------
Comments pages
----------------------------------------------------------------*/
.datesubjectcomment {
background-color: #ffffff;
padding: 5px;
margin-top: 20px;
border-width: 1px;
border-color: #9999ff;
border-style: solid;
font-family: "Book Antiqua";
font-size: 14px;
}
.userpiccomment {
position: relative;
border-width: 5px;
border-style: solid;
border-color: #9999ff;
background-color: #ffffff;
top: -30px;
left: 0px;
padding: 5px;
margin: 10px 10px -20px 10px;
z-index: 15;
float: left;
border-width: 1px;
border-color: #9999ff;
border-style: solid;
}
.box {
border-style: solid;
border-width: 1px 0px 0px 0px;
border-color: #9999ff;
padding: 10px;
clear: left;
color: #990000;
}
input, textarea {
background-color: #cc3333;
color: #ffffff;
}
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: #ccccff;
color: #990000;
}
.replytosubject {
font-weight: bold;
}
.commentreply {
position: relative;
margin: 10px;
font-size: 11px;
font-family: "Verdana", sans-serif;
color: #ffffff;
}
.commentbox {
border-color: transparent;
border-width: 1px;
border-style: solid;
padding: 10px;
margin: 10px;
background-color: #cc3333;
}
.datesubjectcomment a:link, .datesubjectcomment a:visited {
color: #990000;
}
.datesubjectcomment a:hover {
color: #330000;
}
.commentboxpartial {
border-color: #9999ff;
border-width: 1px;
border-style: solid;
padding: 10px;
margin: 10px;
background-color: #ccccff;
}
.commentinfo {
background-color: #ccccff;
margin-top: 10px;
width: 100%;
}
.skiplinks {
text-align: center;
}
/*--------------------------------------------
Misc
-----------------------------------------*/
.clear {
height: 15px;
}
Credits
»
Header Artwork»
Background»
Content Like what you see? Feel free to
watch the comm