( layout ) first edition.

Jun 22, 2011 18:43



live | image

/* -- f i r s t e d i t i o n
layout by prix@lj
flexible squares

you may edit this code however you like, but please keep the credit at the top. -- */

body {
background-color: #ffffff;
margin: 0px;
font-family: arial, sans-serif;
font-size: 11px;
color: #ffffff;
}

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

a:hover {
text-transform: uppercase;
}

blockquote {
margin: 0 0 0 15px;
border-left: #C6C6C6 5px solid;
}

code, kbd, pre, tt {
font-family: "courier new", sans-serif;
}

/* -- header -- */

#header {
display: none;
}

/* -- entry -- */

#content {
margin-left: auto;
margin-right: auto;
width: 1000px;
}

#maincontent {
margin-top: 25px;
font-family: arial, sans-serif;
font-size: 11px;
color: #4E4E4E;
text-align: justify;
text-transform: uppercase;
}

.subcontent {
min-height: 150px;
}

.entry {
width: 525px;
margin-left: 140px;
padding: 15px 15px 0 15px;
background-color: #F6F6F6;
font-family: "lucida console", serif;
font-size: 11px;
color: #4E4E4E;
text-align: justify;
border-left: #EAEAEA 15px solid;
}

/* -- date & subject -- */

.subject, .subject a, .subject a:link, .subject a:visited, .subject a:hover {
font-family: arial, serif;
font-size: 20px;
color: #4E4E4E;
font-weight: bold;
letter-spacing: -2px;
text-transform: uppercase;
margin-top: 5px;
}

.date {
line-height: 10%;
font-family: arial;
font-size: 12px;
color: #C6C6C6;
text-transform: lowercase;
}

.datesubject {
background-color: #ffffff;
margin-left: 140px;
text-align: left;
}

/* -- currents & tags -- */

.currents, .currentmood, .currentmusic {
font-family: arial, sans-serif;
font-size: 10px;
color: #C6C6C6;
text-transform: lowercase;
text-align: right;
text-transform: lowercase;
border-right: #4E4E4E 5px solid;
}

.ljtags {
margin-top: 30px;
padding-top: 20px;
font-family: arial, sans-serif;
font-size: 11px;
text-transform: uppercase;
color: #4E4E4E;
text-align: right;
}

/* -- comments -- */

.comments {
font-family: arial;
font-size: 11px;
color: #C6C6C6;
background: transparent;
padding: 2px;
text-align: right;
}

div.comments a, div.comments a:link, div.comments a:visited {
color: #4E4E4E;
background-color: #C6C6C6;
text-transform: lowercase;
padding: 5px;
}

div.comments a:hover {
color: #ffffff;
text-transform: lowercase;
}

/* -- separator -- */

.separator {
height: 30px;
}

/* -- userpics -- */

.userpic {
position: absolute;
float: left;
background-color: #F6F6F6;
padding: 15px;
margin: 35px 0 0 10px;
z-index: 15;
}

.userpicfriends {
position: absolute;
float: left;
padding-right: 10px;
margin: 35px 0 0 10px;
z-index: 15;
}

.userpicfriends a font {
width: 105px;
line-height: 100%;
top: 5px;
background-color: #F6F6F6;
font-family: arial, sans-serif;
font-size: 11px;
color: #4E4E4E;
padding: 2px;
text-align: center;
text-transform: uppercase;
}

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

.userpicfriends img {
width: 75px;
height: 75px;
border: #F6F6F6 15px solid;
}

/* -- sidebar -- */

#sidebar {
width: 300px;
height: 100%;
top: 0px;
margin: 0 0 0 750px;
position: fixed;
padding: 10px;
background-color: #EAEAEA;
font-family: arial, sans-serif;
font-size: 11px;
color: #4E4E4E;
text-align: justify;
border-left: #F6F6F6 15px solid;
border-right: #F6F6F6 15px solid;
float: right;
}

.defaultuserpic {
text-align: center;
}

.defaultuserpic img {
border: #ffffff 10px solid;
}

.sbarbody {
}

.sbarbody2 {
width: 250px;
margin: 70px auto 10px auto;
padding: 5px;
font-family: "lucida console", serif;
font-size: 10px;
color: #4E4E4E;
text-transform: lowercase;
}

div#sidebar a, div#sidebar a:link, div#sidebar a:visited {
font-family: arial, sans-serif;
font-size: 28px;
color: #4E4E4E;
font-weight: bold;
letter-spacing: -1px;
text-decoration: none;
text-transform: uppercase;
padding-left: 20px;
}

div#sidebar a:hover {
text-decoration: none;
}

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

li.sbaritem {
display: block;
text-align: center;
list-style: none;
margin: 5px 0 5px 0;
}

/* -- footer -- */

#footer {
bottom: 5px;
}

div#footer a, div#footer a:link, div#footer a:visited {
font-family: arial, sans-serif;
font-size: 14px;
color: #4E4E4E;
background-color: #C6C6C6;
text-decoration: none;
text-transform: uppercase;
padding: 5px;
clear: both;
}

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

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

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

.clearfoot {
clear: both;
}

/* -- archive -- */

ul.year {
text-align: center;
padding-bottom: 40px;
}

ul.year li {
display: inline;
}

table.yeartable {
margin-right: 400px;
}

table.yeartable td.yeardate, table.yeartable td.yearday {
border-width: 1px;
border-style: dashed;
border-color: #C6C6C6;
}

table.yeartable td.yearday {
background-color: #ffffff;
text-align: center;
}

td.yearmonth {
border-style: none;
}

/* -- tinyicons -- */

.ljuser img {
width: 0;
height: 0;
background: transparent url() no-repeat 0 0;
padding: 7px 7px 0px 0px !important;
vertical-align: baseline !important;
}

.ljuser img[src*="userinfo.gif"] {
background: transparent url(http://i53.tinypic.com/30skkmb.png) no-repeat 0 0 !important;
padding: 16px 16px 0px 0px !important;
}

.ljuser img[src*="community.gif"] {
width: 0;
height: 0;
background: transparent url(http://i52.tinypic.com/xof8gn.png) no-repeat scroll 0 0 !important;
padding: 12px 17px 0px 0px !important;
}

img[src*='icon_protected.gif'] {
width: 0;
height: 0;
background: url('http://i54.tinypic.com/ohtkx1.png') no-repeat;
padding: 16px 20px 0 0;
}

img[src*='icon_private.gif'] {
width: 0;
height: 0;
background: url('http://i56.tinypic.com/28anbrl.png') no-repeat;
padding: 13px 16px 0 0;
}

img[src*='icon_groups.gif'] {
width: 0;
height: 0;
background: url('http://i55.tinypic.com/zwx1yo.png') no-repeat;
padding: 16px 20px 0 0;
}

❶ Select FLEXIBLE SQUARES.
➋ Make sure all drop-down boxes say NO and copy+paste the code HERE.
➌ Turn everything off except for LINKS and BLURB.
➍ This layout has been tested in Mozilla Firefox & Google Chrome.
➎ Feel free to ask any questions and I'll do my best to answer them.
➏ Edit as you see fit as long as you keep the credit!
➐ Thanks for dropping by!

type: layout, !user: annay

Previous post Next post
Up