neutrality; flexible squares

Feb 15, 2010 11:15


A simple layout. :")



LIVE


body {
background-color: #FFFFFF;
text-align: center;
color: #bbbbbb;
font-family: "arial", sans-serif;
font-size: 11px;
margin: 100px 0 100px 0;
}

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

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

blockquote {
font-size: 10px;
}

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

h2 {
display: none;
}

ljtaglist {
list-style-type: none;
}

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

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

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

#sidebar {
padding: 15px 0px 15px 0px;
margin-top: 15px;
border-bottom: 2px double #e8e8e8;
font-size: 11px;
font-family: "courier new", sans-serif;
color: #dbdbdb;
width: auto;
float: top;
text-align: left;
}

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

#header {
display: none;
}

.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: #c6d6e1;
}

div#header a:hover, div#footer a:hover {
color: #c6d6e1;
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 {
padding: 10px;
background-color: #ffffff;
color: #bbbbbb;
font-family: "arial", sans-serif;
font-size: 11px;
text-align: justify;
letter-spacing: 0px;
}

entry_text {
margin-bottom: 20px;
}

.userpic, .userpicfriends {
position: relative;
float: left;
background-color: transparent !important;
padding: 5px;
margin: 10px 0px 0px -100px;
z-index: 15;
text-align: center;
}

.userpic img, .userpicfriends img{
height: 60px;
width: 60px;
border: 10px solid #e8e8e8;
opacity: .8;
}

.userpic img:hover, .userpicfriends img:hover{
opacity: 1.0;
}

.userpic a font, .userpicfriends a font {
color: #c6d6e1;
}

.date {
display: none;
}

.subject {
font-weight: bold;
padding: 10px;
color: #d9d9d9;
font-family: "arial", sans-serif;
font-size: 20px;
letter-spacing: -2px;
text-transform: uppercase;
}

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

.subject a:hover {
color: #d9d9d9;
}

.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 {
font-family: "courier new", sans-serif;
font-size: 11px;
text-transform: lowercase;
letter-spacing: -1px;
}

.currents strong {
font-weight: normal;
}

.ljtags {
margin-top: 20px;
font-family: "courier new", sans-serif;
font-size: 11px;
text-transform: lowercase;
letter-spacing: -1px;
}

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

.comments {
font-family: "arial", sans-serif;
font-size: 0px;
text-align: right;
padding: 0px 5px 0px 5px;
position: relative;
top: 15px;
color: #ffffff;
font-weight: bold;
}

div.comments a, div.comments a:link, div.comments a:visited{
color: #d2e1eb;
font-size: 25px;
}

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

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

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

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

.defaultuserpic {
display: none;
}

.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;
}

li.sbartitle
{
display: none;
}

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

#footer {
width: auto;
text-align: center;
font-family: "arial", sans-serif;
font-size: 20px;
font-weight: bold;
color: #d8d8d8;
z-index: 100;
clear: both;
letter-spacing: -2px;
text-transform: uppercase;
}

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;
padding: 5px;
}

table.yeartable td.yeardate, table.yeartable td.yearday {
border: 2px solid #e8e8e8;
}

table.yeartable td.yearday {
background-color: #ffffff;
border: 2px solid #e8e8e8;
text-align: center;
}

td.yearmonth {
border-style: none;
}

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

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

.userpiccomment {
position: relative;
top: -30px;
left: 0px;
margin: 10px 10px -20px 10px;
z-index: 15;
float: left;
height: 60px;
width: 60px;
border: 10px solid #e8e8e8;
}

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

input, textarea {
background-color: #ffffff;
color: #bbbbbb;
border: 1px double #e8e8e8;
padding: 3px;
font-family: courier new;
font-size: 11px;
letter-spacing: -1px;
}

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: #bbbbbb;
}

.replytosubject {
font-weight: bold;
}

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

.commentbox {

border: 2px solid #e8e8e8;
padding: 10px;
margin: 10px;
background-color: #ffffff;
}

.commentboxpartial {
padding: 10px;
margin: 10px;
background-color: #ffffff;
border: 2px single #e8e8e8;
}

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

.skiplinks {
text-align: center;
color: #ffffff;
texct-transform: uppercase;
padding: 5px;
}

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://i50.tinypic.com/2ylr5nb.jpg);
padding: 16px 17px 2px 2px !important;
}

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

.ljuser img[src="http://l-stat.livejournal.com/img/community.gif"] {
background-color:transparent;
background-image: url(http://i47.tinypic.com/35j9ndk.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://i48.tinypic.com/ig9nh4.jpg);
}

img[src="http://l-stat.livejournal.com/img/btn_scr.gif"] {
height: 0px;
width: 0px;
padding: 0px 0px 16px 16px !important;
background: url(http://i48.tinypic.com/2j4euef.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://i49.tinypic.com/do4fmx.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/122oh82.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://i49.tinypic.com/do4fmx.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://i46.tinypic.com/2lieagj.jpg);
}

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

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

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

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

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

table#lj_controlstrip td {
background-color: #ededed;
background-image: url();
color: #6D6D6D;
border-bottom: 2px solid #bbbbbb;
border: none;
}

#lj_controlstrip a {
color: #bbbbbb;
}

#lj_controlstrip_statustext {
color: #c6d6e1;
}

The navigation is via sidebar. Use this code for the navigation tiny icons:
**to add in spacing between the tiny icons, use &*nbsp;(remove the asterisk) about 3 times after each {/a}**

http://username.livejournal.com">http://i47.tinypic.com/10zwiko.jpg" border="0" alt="Image and video hosting by TinyPic">     http://username.livejournal.com/calendar">http://i48.tinypic.com/1t4qqe.jpg" border="0" alt="Image and video hosting by TinyPic">    http://username.livejournal.com/friends">http://i46.tinypic.com/sw2uls.jpg" border="0" alt="Image and video hosting by TinyPic">     http://username.livejournal.com/profile">http://i48.tinypic.com/dzz4p3.jpg" border="0" alt="Image and video hosting by TinyPic">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed a libero in lorem lacinia interdum vitae a mauris. Phasellus eleifend erat id elit volutpat eget pharetra libero accumsan. Donec adipiscing luctus felis vitae rutrum.
JOIN phailboat for more minimalist layouts.

maker: cutephail, style: flexible squares

Previous post Next post
Up