click on image for larger previews.
INSTRUCTIONS:
1. set your theme to flexible squares.
2. 2 Column (sidebar on right)
3. customize your theme, when ask about css put NO for all three.
4. copy&paste your new css and save.
**tags look better in a list.
layout 03 ft. kim jaejoong/junsu
/*---------------------------------------------------
Original Stylesheet By: Resplandor@livejournal.com
Edited&Added to By: lmaii@livejournal.com
Style: S2 Flexible Squares
Works best with: Free & Paid accounts
Browsers: Firefox // IE // Opera.
-----------------------------------------------------*/
body {
background-color: #E5DECE;
text-align: justify;
color: #FFFFFF;
font-family: "Tahoma", "Verdana", sans-serif;
font-size: 7pt;
margin: 20px 0 20px 0;
}
.ljuser img {
width: 0;
height: 0;
background-repeat: no-repeat;
background-color:transparent;
/* so that IE users will still see an image */
background-image: url(
http://i256.photobucket.com/albums/hh196/mai-/layout/jaesupreyup.gif); padding: 4px 6px 6px 8px;
}
.ljuser img[src="
http://stat.livejournal.com/img/userinfo.gif"] {
background-color:transparent;
background-image: url(
http://i256.photobucket.com/albums/hh196/mai-/layout/jaesupreyup.gif); padding: 4px 6px 6px 8px;
}
a, a:link, a:visited {
color: #E2B1AF;
text-decoration: none;
}
a:hover {
color: #B1BCBC!important;
text-decoration: none!important;
}
p, td {
font-size: 7pt;
}
code, kbd, pre, tt {
font-family: monospace;
}
blockquote {
margin-left: 15px 15px;
padding: 5px;
border-left: 3px solid #899998;
border-right: 1px dashed #899998;
border-bottom: 1px dashed #899998;
border-top: 1px dashed #899998;
background-image: url();
background-repeat: repeat;
background-position: top left;
}
/*---------------------------------------------------------------------
General page alignment and width
------------------------------------------------------------------------*/
#content{
width: 669px;
margin-left: auto; margin-right: auto;
background-color: #EDEBDF;
border-width: 0px;
border-style: solid;
border-color: #cccccc;
padding: 15px;
}
#maincontent {
margin-top: 15px;
font-family: "Tahoma", "Verdana", sans-serif;
font-size: 7pt;
background-color: #E5DECE;
color: #999999;
border-style: solid;
border-color: #cccccc;
border-width: 0px;
margin-right: 180px;
text-align: justify;
}
#sidebar {
padding-top: 15px;
margin-top: 15px;
background-color: #E5DECE;
border-color: #cccccc;
border-width: 0px;
border-style: solid;
font-size: 7pt;
font-family: "Tahoma", "Verdana", sans-serif;
color: #899998;
width: 160px;
float:right;
text-align: justify;
}
/*-----------------------------------------------------------------------------
Header
--------------------------------------------------------------------------------*/
#header {
width: 100%;
padding: 10px 0px 20px 0px;
margin: 0px;
text-align: center;
font-family: "Tahoma", "Verdana", sans-serif;
font-size: 7pt;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 3px;
border-style: solid;
border-color: #cccccc;
border-width: 0px;
background-color: #EDEBDF;
background-image: url("");
color: #999999;
}
/*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: #E1BBB0;
}
div#header a:hover, div#footer a:hover {
color: #899998;
text-decoration: none;
background-color: #899998;
}
/*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
------------------------------------------------------------------------*/
.subcontent {
}
.entry {
margin: 0px 10px 10px 10px;
padding: 10px;
background-color: #E5DECE;
color: #999999;
font-family: "Tahoma", "Verdana", sans-serif;
font-size: 7pt;
text-align: justify;
border-width: 0px;
border-color: #969696;
border-style: solid;
}
.userpic {
position: relative;
float: left;
background-color:transparent;
padding: 5px;
margin: 10px;
z-index: 15;
border-width: 0px;
border-color: #cccccc;
border-style: solid;
}
.date {
line-height: 200%;
top: 5px;
color: #899998;
font-family: "Tahoma", "Verdana", sans-serif;
font-size: 7pt;
}
.subject {
padding: 2px;
font-weight: light;
font-size: 7pt;
color:#899998;
font-family: "Tahoma", "Verdana", sans-serif;
text-align: left;
text-transform:uppercase;
background-color: #E5DECE;
background-image: url('');
background-repeat: repeat;
letter-spacing: 2pt;
}
.subject a, .subject a:link, .subject a:visited {
color: #999999;
}
.subject a:hover {
color: none;
}
.datesubject {
background-color: #transparent;
padding: 5px;
}
.entry ul li
{
padding-left: 5px;
margin-left: 15px;
}
.entry ol li
{
padding-left: 5px;
margin-left: 15px;
}
/*---------------------------------------------------------------------
Entry - Current Mood, Music and Location
------------------------------------------------------------------------*/
.currents, .currentmood, .currentmusic {
font-family: "Tahoma", "Verdana", sans-serif;
font-size: 7pt;
}
/*---------------------------------------------------------------------
Entry - Comments
------------------------------------------------------------------------*/
.comments {
font-family: "Tahoma", "Verdana", sans-serif;
font-size: 7pt;
text-align: right;
background-color: transparent;
padding: 0px 5px 0px 5px;
position: relative;
top: 15px;
}
div.comments a, div.comments a:link, div.comments a:visited{
color: #999999;
}
div.comments a:hover {
color: #899998!important;
text-decoration: none!important;
}
/*---------------------------------------------------------------------
Entry - Separator
------------------------------------------------------------------------*/
.separator{
/* for formatting separators between entries */
height: 35px;
}
/*------------------------------------------------------------
Special friends page and comment page customization
-------------------------------------------------------------------------------*/
.userpicfriends {
position: relative;
float: left;
padding: 5px;
margin: 10px;
text-align: center;
border-style: solid;
border-width: 1px;
border-color: #EBE6DA;
font-family: "Tahoma", "Verdana", sans-serif;
font-size: 7pt;
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: #999999;
}
div#sidebar a:hover {
color: #899998!important;
text-decoration: none!important;
background-color: #transparent;
}
/*------------------------------------------------------------
Sidebar - Calendar
-------------------------------------------------------------------------------*/
table.calendar {
margin-right: auto;
margin-left: auto;
}
.sbarcalendar {
color: #999999;
border-color: #EDEBDF;
border-width: 1px;
border-style: solid;
text-align: center;
font-family: "Tahoma", "Verdana", sans-serif;
font-size: 7pt;
}
.sbarcalendarposts {
color: #D5D5D5;
border-color: #E2B1AF;
border-width: 1px;
border-style: solid;
background-color: #E5DECE;
text-align: center;
font-family: "Tahoma", "Verdana", sans-serif;
font-size: 7pt;
}
/*------------------------------------------------------------
Sidebar - link box contents and sidebar box titles
-------------------------------------------------------------------------------*/
ul.sbarlist{
padding-left: 0px;
margin-left: 0px;
list-style: none;
}
li.sbaritem {
margin: 5px 2px 2px 2px;
padding: 2px 2px 2px 7px;
list-style: none;
background: #E5DECE;
}
li.sbaritem:hover {
background: #EDEBDF!important;
}
li.sbartitle
{
padding-left: 15px;
list-style: none;
border-style: solid;
border-width: 0px;
border-color: #cccccc;
background-color: #E5DECE;
margin-bottom: 8px;
margin-top: 8px;
text-transform: uppercase;
}
/*----------------------------------------------------
footer
----------------------------------------------------------------*/
#footer {
width: 100%;
text-align: right;
font-family: "Tahoma", "Verdana", sans-serif;
font-size: 7pt;
font-weight: normal;
letter-spacing: 3px;
background-color: #EDEBDF;
color: #899998;
border-color: #cccccc;
border-width: 0px;
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: #EDEBDF;
text-align: center;
}
td.yearmonth {
border-style: none;
}
/*--------------------------------------------
Misc
-----------------------------------------*/
.clear {
height: 15px;
}
.headerimage {
position: top center;
width: 699px;
height: 320px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0 !important;
background-image: url("
http://i256.photobucket.com/albums/hh196/mai-/layout/jaesupreyheader.jpg");
background-repeat: no-repeat;
}
extra FOB & icons:
IF JUST VIEWVING:
please leave a comment and tell me what you think :D
PLEASE:
1. comment& MUST credit if taking/using.
2. don't edit images, unless given permission.
3. css overrides by
resplandor , i edited and added to it.
*userpic icons are made by me.
CREDITS:
pictures:
dbsg patterns: crazykira@deviantart.com