flexible squares: so i thought

Jun 15, 2010 18:59




LIVE

EDIT: fixed friends page userpic text.



body {
background-image: url(http://i47.tinypic.com/e8rf3k.jpg);
background-repeat: repeat-xy;
background-color: #ffffff;
color: #b3b3b3;
font-family: "arial", sans-serif;
margin: 20px 0 20px 0;
}

a, a:link, a:visited {
color: #E3C2B4;
text-decoration: none;
font-family: georgia;
}

a:hover {
color: #D57060;
text-decoration: none;
}

blockquote {
font-size: 11px;
padding: 10px;
border-left: 10px solid #EFEFEF;
font-family: courier new;
color: #D57060;
}

code, kbd, pre, tt {
font-family: monospace;
}

h2 {
display: none;
}

.ljtaglist {
list-style-type: none;
}

/*---------------------------------------------------------------------
General page alignment and width
------------------------------------------------------------------------*/

#content
{
width: 550px;
margin-left: auto; margin-right: auto;
padding: 0px;
}

#maincontent {
font-family: "arial", sans-serif;
font-size: 10px;
color: #b3b3b3;
text-align: left;
}

#sidebar {
padding: 10px;
background-color: #f6f6f6;
font-size: 10px;
font-family: "arial", sans-serif;
color: #b3b3b3;
width: auto;
float: top;
text-align: left;
}

/*-----------------------------------------------------------------------------
Header - you can add a header image with either #header or .headerimage
--------------------------------------------------------------------------------*/

#header {
width: auto;
padding: 20px 0px 10px 0px;
margin: 0px;
text-align: left;
font-family: "georgia", sans-serif;
font-size: 10px;
font-weight: normal;
letter-spacing: 0px;
background-color: #e4e4e4;
color: #b3b3b3;
text-transform: lowercase;
}

.headerimage {
background-image: url();
margin-left: auto;
margin-right: auto;
height: 0px;
width: 0px;
}

/*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: #E3C2B4;
}

div#header a:hover, div#footer a:hover {
color: #E3C2B4;
text-decoration: none;
}

/*title and subtitle*/
.title, .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: 20px 15px 10px 10px;
background-color: #ffffff;
margin-right: -2px;
}

ul.navheader li:hover {
background-color: #f3f3f3;
}

/*-----------------------------------------------------------------------------
Entry stuff
------------------------------------------------------------------------*/

.subcontent {
background-color: #ffffff;
border-top: 1px dashed #dedede;
}

.entry {
margin: 0px 30px 10px 30px;
padding: 10px;
background-color: #ffffff;
color: #b3b3b3;
font-family: "arial", sans-serif;
font-size: 11px;
text-align: left;
line-height: 130%;
}

.entry_text {
padding-bottom: 20px;
}

.userpic, .userpicfriends {
position: relative;
float: right;
background-color: transparent !important;
padding: 5px;
margin: -3px -110px 0px 0px;
z-index: 15;
text-align: right;
}

.userpic img, .userpicfriends img {
background-color: #FFFFFF;
padding: 18px;
height: 70px;
width: 70px;
}

.userpic a font, .userpicfriends a font {
color: #b3b3b3;
text-align: right;
}

.date {
display: none;
}

.subject {
font-weight: normal;
padding: 10px;
color: #81736D;
font-family: "georgia", sans-serif;
font-size: 20px;
}

.subject a, .subject a:link, .subject a:visited {
color: #81736D;
}

.subject a:hover {
color: #81736D;
}

.datesubject {
background-color: #ffffff;
padding: 5px;
text-transform: lowercase;
}

.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
------------------------------------------------------------------------*/

.currentlocation, .ljtags, .currentmood, .currentgroups, .currentmusic {
padding: 2px 0 2px 14px;
background: transparent none no-repeat scroll 0 50%;
}

.ljtags {
text-transform: lowercase;
margin-top: 20px;
margin-bottom: -20px !important;
background-image: url(http://i45.tinypic.com/zbmhf.jpg);
}

.currentlocation {
background-image: url(http://i50.tinypic.com/fnd3d2.jpg);
}

.currentmood{
background-image: url(http://i49.tinypic.com/2wggbyp.jpg);
}

.currentgroups {
background-image: url(http://i47.tinypic.com/33dxjcn.jpg);
}

.currentmusic {
background-image: url(http://i47.tinypic.com/x1yhpi.jpg);
}

.currents strong, .currentlocation strong, .currentmood strong, .currentgroups strong, .currentmusic strong {
display:none;
}

/*---------------------------------------------------------------------
Entry Stuff - Comments
------------------------------------------------------------------------*/

.comments {
font-family: "georgia", sans-serif;
font-size: 15px;
text-align: right;
background-color: #ffffff;
padding: 15px;
position: relative;
top: 15px;
color: #ffffff;
}

div.comments a, div.comments a:link, div.comments a:visited{
color: #D57060;
}

div.comments a:hover {
color: #E3C2B4;
text-decoration: none;
}

/*---------------------------------------------------------------------
Entry Stuff - Separator
------------------------------------------------------------------------*/

.separator{
/* for formatting separators between entries */
height: 35px;
}

/*------------------------------------------------------------
Sidebar
-------------------------------------------------------------------------------*/

.defaultuserpic {
text-align: center;
}

.sbarheader {
padding: 0px 5px 0px 5px;
}

.sbarbody {
padding: 0px 5px 0px 5px;
}

.sbarbody2 {
padding: 0 15px 0 15px;
}

/*------------------------------------------------------------
Sidebar - Calendar
-------------------------------------------------------------------------------*/

table.calendar {
display: none;
}

.sbarcalendar {
display: none;
}

.sbarcalendarposts {
display: none;
}

/*------------------------------------------------------------
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;
display: inline;
}

li.sbartitle
{
display: none;
}

/*----------------------------------------------------
footer
----------------------------------------------------------------*/

#footer {
width: auto;
text-align: center;
font-family: "georgia", sans-serif;
font-size: 20px;
font-weight: normal;
letter-spacing: 1px;
color: #b3b3b3;
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: 20px 10px;
}

ul.year li {
display: inline;
}

table.yeartable {
margin-left: auto;
margin-right: auto;
}

table.yeartable td.yeardate, table.yeartable td.yearday {
background-color: #ffffff;
border: 1px dashed #dedede;
}

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

td.yearmonth {
border-style: none;
}

/*----------------------------------------------------
Comments pages
----------------------------------------------------------------*/

.datesubjectcomment {
background-color: #ffffff;
padding: 5px;
margin-top: 20px;
}

.userpiccomment {
height: 70px;
width: 70px;
position: relative;
background-color: #ffffff;
top: -30px;
left: 0px;
padding: 10px;
margin: 10px 10px -20px 10px;
z-index: 15;
float: left;
background-image: url(http://i47.tinypic.com/e8rf3k.jpg);
}

.box {
padding: 10px;
clear: left;
}

input, textarea {
background-color: #efefef;
border: 2px solid #ffffff;
color: #b3b3b3;
}

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: 10px;
line-height: 125%;
background-color: #ffffff;
color: #b3b3b3;
}

.replytosubject {
font-weight: normal;
}

.commentreply {
position: relative;
margin: 10px;
font-size: 10px;
font-family: "arial", sans-serif;
color: #b3b3b3;
background-color: #ffffff;
}

.commentbox {
padding: 10px;
margin: 10px;
background-color: #ffffff;
}

.commentboxpartial {
padding: 10px;
margin: 10px;
background-color: #ffffff;
}

.commentinfo {
background-color: #ffffff;
margin-top: 10px;
width: 100%;
}

.skiplinks {
text-align: center;
padding: 10px;
background-color: #ffffff;
color: #ffffff;
}

form#qrform table {
border-width: 0px !important;
}

/*--------------------------------------------
Misc
-----------------------------------------*/

.clear {
height: 0px;
}

/*----------------------------------------------------
Tiny Icons
----------------------------------------------------------------*/

.subject img[src="http://l-stat.livejournal.com/img/icon_protected.gif"]{
display: none;
}

.subject img[src="http://l-stat.livejournal.com/img/icon_private.gif"]{
display: none;
}

.ljuser img {
width: 0;
height: 0;
background-repeat: no-repeat;
background-color: transparent;
background-image: url(http://i46.tinypic.com/i4kcir.jpg);
padding: 16px 16px 0px 2px !important;
}

.ljuser img[src="http://l-stat.livejournal.com/img/userinfo.gif"] {
background-color:transparent;
background-image: url(http://i46.tinypic.com/i4kcir.jpg);
padding: 16px 16px 0 2px;
}

.ljuser img[src="http://l-stat.livejournal.com/img/community.gif"] {
background-color:transparent;
background-image: url(http://i50.tinypic.com/2yl79kp.jpg);
padding: 16px 16px 0 2px;
}

img[src="http://l-stat.livejournal.com/img/btn_del.gif"] {
height: 0px;
width: 0px;
padding: 0px 0px 16px 16px !important;
background: url(http://i32.tinypic.com/33vnako.png);
}

img[src="http://l-stat.livejournal.com/img/btn_scr.gif"] {
height: 0px;
width: 0px;
padding: 0px 0px 16px 16px !important;
background: url(http://i45.tinypic.com/2v34yue.jpg);
}

img[src="http://l-stat.livejournal.com/img/btn_unscr.gif"] {
height: 0px;
width: 0px;
padding: 0px 0px 16px 16px !important;
background: url(http://i45.tinypic.com/2v34yue.jpg);
}

img[src="http://l-stat.livejournal.com/img/btn_freeze.gif"] {
height: 0px;
width: 0px;
padding: 0px 0px 16px 16px !important;
background: url(http://i45.tinypic.com/w6pch2.jpg);
}

img[src="http://l-stat.livejournal.com/img/btn_unfreeze.gif"] {
height: 0px;
width: 0px;
padding: 0px 0px 16px 16px !important;
background: url(http://i45.tinypic.com/w6pch2.jpg);
}

img[src="http://l-stat.livejournal.com/img/btn_track.gif"] {
height: 0px;
width: 0px;
padding: 0px 0px 16px 16px !important;
background: url(http://i32.tinypic.com/23jjs5s.png);
}

img[src="http://l-stat.livejournal.com/img/btn_tracking.gif"] {
height: 0px;
width: 0px;
padding: 0px 0px 16px 16px !important;
background: url(http://i25.tinypic.com/igaxpc.png);
}

img[src="http://l-stat.livejournal.com/img/anonymous.gif"] {
height: 0px;
width: 0px;
padding: 0px 0px 16px 16px !important;
background: url(http://i31.tinypic.com/1zxkxu8.png);
}

img[src="http://l-stat.livejournal.com/img/openid-profile.gif"] {
height: 0px;
width: 0px;
padding: 0px 0px 16px 16px !important;
background: url(http://i29.tinypic.com/191jz8.png);
}

img[src="http://l-stat.livejournal.com/img/talk/none.gif"] {
display: none;
}

img[src="http://l-stat.livejournal.com/img/help.gif"] {
height: 0px;
width: 0px;
padding: 0px 0px 16px 16px !important;
background: url(http://i32.tinypic.com/m7zus3.png);
}

img[src="http://l-stat.livejournal.com/img/btn_edit.gif"] {
height: 0px;
width: 0px;
padding: 0px 0px 16px 16px !important;
background: url(http://i47.tinypic.com/v7dy68.jpg);
}

table#lj_controlstrip td {
background-color: #ffffff;
background-image: url();
color: #413632;
border: none;
}

#lj_controlstrip a {
color: #81736D;
}

#lj_controlstrip_statustext {
color: #413632;
}

01. comment
02. credit
03. don't edit+repost
04. join phailboat for more~
04. enjoy!

maker: cutephail, style: flexible squares

Previous post Next post
Up