image //
live Theme: S2 Flexible Squares
Best Viewed: Firefox, Safari; works in IE but you shouldn't use that anyway :P
Account: Basic, Plus & Paid
Features: Comment pages
Instructions: Under
Custom CSS, set everything to "No". :D
Stylesheet:
/*::::::
'baby blue' -do not steal-
coded by spring.livejournal.com
available at community.livejournal.com
::::::*/
body {
background-color: #ececec;
background-image: url(
http://i37.tinypic.com/sfwbb7.jpg); background-repeat: repeat-all;
text-align: center;
color: #909090;
font-family: "Verdana", sans-serif;
font-size: 11px;
margin: 0 0 20px 0;
}
a, a:link, a:visited {
color: #cee3e7;
text-decoration: none;
}
a:hover {
color: #dadada;
border-bottom: 2px dashed #ece2d4;
}
p, td {
font-size: 11px;
}
blockquote {
font-family:"verdana";
font-size: 9px;
background-color: transparent;
padding:5px;
border:0px dashed;
color:#909090;
text-align: justify;
}
code, kbd, pre, tt {
font-family: monospace;
}
/*::::::General page alignment and width::::::*/
#content {
width: 650px;
margin-left: auto; margin-right: auto;
background-color: #ffffff;
padding: 0px;
margin-top:0px;
}
#maincontent {
margin-top: 0px;
font-family: "Verdana", sans-serif;
font-size: 11px;
background-color: #ffffff;
color: #909090;
margin-right: 10px;
text-align: justify;
}
#sidebar {
display: none;
padding-top: 15px;
margin-top: 0px;
background-color: #ffffff;
font-size: 11px;
font-family: "Verdana", sans-serif;
color: #909090;
width: 160px;
float: right;
text-align: justify;
}
/*::::::Header - you can add a header image with either #header or .headerimage::::::*/
#header {
width: 100%;
padding: 10px 0px 10px 0px;
margin: 0px;
text-align: right;
font-family: "courier new", sans-serif;
font-size: 8px;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
background-color: #d4e4e8;
border-top: 125px solid #f2f6f8;
color: #736357;
}
.headerimage {
/* for formatting header image */
}
/*::::::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: #7D6A62;
}
div#header a:hover, div#footer a:hover {
color: #ae9d90;
border-bottom: 2px dashed #d4e4e8;
}
/*::::::Title & subtitle::::::*/
.title {
display:none;
}
.subtitle{
display:none;
}
/*::::::Header - top navigation::::::*/
ul.navheader
{
padding: 0px;
margin: 0px;
}
ul.navheader li {
display: inline;
padding: 0 3px 0 3px;
}
/*::::::Entry stuff::::::*/
.subcontent {
}
.entry {
margin: 0px 10px 10px 20px;
padding: 10px;
background-color: transparent;
color: #707070;
font-family: "Lucida Grande", sans-serif;
font-size: 11px;
text-align: justify;
}
.userpic {
background-color: #FFFFFF !important;
margin: 10px 10px 3px 10px;
position: relative;
float: right;
}
.userpicfriends {
background-color: #FFFFFF !important;
padding: 5px;
text-align: center;
font-family: franklin gothic medium;
font-size: 7pt;
margin: 10px 10px 3px 10px;
position: relative;
float: right;
}
.userpic img, .userpicfriends img {
background-color:#ffffff !important;
}
.userpicfriends a font {
color: #ced4dd;
}
.userpicfriends a:hover font {
color: #f3e5e2;
}
.date {
line-height: 200%;
top: 5px;
color: #dadada;
font-family: "arial", sans-serif;
text-transform: uppercase;
font-size: 10px;
}
.subject {
font-weight: bold;
padding: 5px;
color: #cee3e7;
font-family: "courier new", sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 20px;
border-bottom: 1px dashed #c7ced8;
}
.subject a, .subject a:link, .subject a:visited {
color: #ffffff;
}
.subject a:hover {
color: #b0b9c8;
}
.datesubject {
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 {
background-color: transparent;
color: #A4A4A4;
}
.currents strong{
font-weight: normal;
font-family: "franklin gothic medium";
text-transform: lowercase;
font-size: 9px;
color: #A4A4A4;
}
.currentlocation {
padding-left: 12px;
font-size: 7pt;
background: url('
http://i37.tinypic.com/2z5iteq.png') 0px 2px no-repeat;
}
.currentmood {
padding-left: 12px;
font-size: 7pt;
background: url('
http://i35.tinypic.com/10gitlg.jpg') 0px 2px no-repeat;
background-position: center left;
}
.currentmusic {
padding-left: 12px;
font-size: 7pt;
background: url('
http://i33.tinypic.com/2dj4awl.jpg') 0px 2px no-repeat;
}
.ljtags {
margin-top: 25px;
padding-left: 12px;
text-transform: lowercase;
font-size: 7pt;
color: #999999;
background: url('
http://i33.tinypic.com/o6l8it.jpg') 0px 2px no-repeat;
}
/*::::::Entry Stuff - Comments::::::*/
.comments {
font-family: "arial", sans-serif;
font-size: 11px;
text-align: right;
padding: 0px 5px 0px 5px;
position: relative;
top: 15px;
}
div.comments a, div.comments a:link, div.comments a:visited{
color: #cee3e7;
}
div.comments a:hover {
color: #dadada;
border-bottom: 2px dashed #ece2d4;
}
/*::::::Entry Stuff - Separator::::::*/
.separator{
height:10px;
}
/*::::::Special friends page customization::::::*/
.userpicfriends {
position: relative;
float: right;
padding: 3px;
margin: 10px;
text-align: center;
font-family: "arial", sans-serif;
color="
font-size: 10px;
z-index: 15;
}
/*::::::footer::::::*/
#footer {
width: 100%;
text-align: right;
font-family: "franklin gothic medium", sans-serif;
font-size: 8px;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
background-color: #ffffff;
color: #909090;
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;
font-style: italic;
font-weight: bold;
letter-spacing: 1px;
font-size: 14px;
font-family: "courier new", sans-serif;
text-transform: uppercase;
}
ul.year li {
display: inline;
}
table.yeartable {
margin-left: auto;
margin-right: auto;
}
table.yeartable td.yeardate, table.yeartable td.yearday {
color:#909090;
border-width: 1px;
border-style: solid;
border-color: #c9c4bc;
}
table.yeartable td.yearday {
background-color: #cee3e7;
text-align: center;
}
td.yearmonth {
color:#707070
border-style: none;
font-weight: normal;
font-style: italic;
letter-spacing: 1px;
font-size: 11px;
font-family: "courier new", sans-serif;
text-transform: lowercase;
}
/*::::::Comments pages::::::*/
.clear {
display: none;
}
.skiplinks {
text-transform: lowercase;
text-align: center;
padding: 10px;
color: #999999;
}
.datesubjectcomment {
margin: 5px 0 5px 0;
padding: 5px 0 5px 0;
border-top: 1px solid #FCF9F7;
border-bottom: 1px dashed #EFDED7;
}
.userpiccomment {
position: relative;
top: -10px;
left: 0px;
margin: 0px 10px -20px -10px;
z-index: 15;
float: left;
padding: 10px;
color: #f8ede4;
border: 1px dashed #efefef;
background-color: #ffffff !important;
color: #ffffff;
}
.box {
width: auto;
clear: left;
padding: 25px;
}
textarea, input, select{
border: 1px solid #cccccc;
color: #909090;
font-size: 10px;
font-family:"franklin gothic medium";
padding:2px;
}
textarea.textbox{
border: 1px dashed #efefef;
width: 95% !important;
}
.reply{
position: relative;
margin: 5px 5px 5px 5px;
padding: 5px 5px 5px 5px;
text-align: left;
font-size: 10px;
line-height: 125%;
color: #36C7AC;
}
.replytosubject {
font-weight: bold;
}
.commentreply {
position: relative;
padding: 10px 10px 20px 130px;
font-size: 10px;
color: #777777;
}
.commentbox {
padding: 15px 0px 15px 0px;
margin: 5px;
}
.datesubjectcomment a:link, .datesubjectcomment a:visited {
color: #555555;
}
.datesubjectcomment a:hover {
color: #bbbbbb;
}
.commentboxpartial {
background-color: #ffffff;
padding: 5px;
margin: 12px;
}
.commentinfo {
margin-top: 10px;
width: 100%;
}
/*::::::Misc::::::*/
.clear {
height: 15px;
}
/*::::::Contextual Popup::::::*/
div.ContextualPopup div.Inner {
background:transparent!important;
color: #ababab!important;
border:none;
padding:10px;
width: 250px;
font-family:trebuchet ms;
}
div.ContextualPopup .Content {
padding:7px 10px 7px 10px;
margin-right:80px;
line-height: 1.4;
background:#fdfdfd;
border:1px solid #cccccc;
}
div.ContextualPopup .Userpic {
padding:10px;
background:#fdfdfd;
margin:0px;
border:1px solid #cccccc;
}
div.ContextualPopup div.Inner a, div.ContextualPopup div.Inner a:visited {
text-decoration: none !important;
font-weight: normal;
color: #cee3e7 !important;
}
div.ContextualPopup .Relation {
letter-spacing:1px;
border-bottom: 1px dashed #cccccc;
margin-bottom:4px;
padding-bottom:4px;
}
/*::::::Tiny Icons::::::*/
.subject img[src="
http://p-stat.livejournal.com/img/icon_protected.gif"]{
width: 0;
height: 0;
padding: 16px 16px 0px 0px;
background: url(
http://i35.tinypic.com/neb4gw.png); }
.subject img[src="
http://p-stat.livejournal.com/img/icon_private.gif"]{
width: 0;
height: 0;
padding: 16px 16px 0px 0px;
background: url(
http://i35.tinypic.com/15n4ln5.jpg); }
.ljuser img {
width: 0;
height: 0;
background-repeat: no-repeat;
background-color: transparent;
background-image: url(
http://i36.tinypic.com/im0477.png); padding: 16px 17px 2px 2px !important;
}
.ljuser img[src="
http://p-stat.livejournal.com/img/userinfo.gif"] {
background-color:transparent;
background-image: url(
http://i38.tinypic.com/2luypo3.png); padding: 16px 16px 0 2px;
}
.ljuser img[src="
http://p-stat.livejournal.com/img/community.gif"] {
background-color:transparent;
background-image: url(
http://i36.tinypic.com/im0477.png); padding: 16px 16px 0 2px;
}
Credit: mini icons by
famfamfam &
minty_peach. Background pattern was not done by me! Let me know if it's yours so I can credit you :)
Please credit
papercherry :)