Rightthen.

Jan 19, 2012 09:54

As of right-now-exactly January 19, 9:48 p./m.:

html {
overflow: auto;
overflow-y: scroll; /* always show scrollbar on right */
}

body {
color: #000;
background: #fff;
font: normal 13px verdana, arial, helvetica, sans-serif;
line-height: 1.4 !important;
}

#container {
background-color: #ccc;

/* background: #000000; Old browsers - but setting to paler one */
background: -moz-linear-gradient(top, #000000 0%, #cccccc 60%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(60%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #000000 0%,#cccccc 60%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #000000 0%,#cccccc 60%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #000000 0%,#cccccc 60%); /* IE10+ */
background: linear-gradient(top, #000000 0%,#cccccc 60%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

}

#container-inner {
width: 97%;
/* border: 3px solid #f00; */
}

#page {
/* border: 3px solid #0f0; */
}

/* alpha surrounds Previous/Next, title, posts, comments */
#alpha
{
width:81%;
margin: 0;
/* border: 2px dotted #00f; */
float: left;
background-color: #eee;
}

#alpha-inner
{
width:95% !important; /* 100% extends too far right in FF */
}

#asset {
width:95%;
border: 9px solid #000;
}

/* the sidebar */
/* display:none !important; will hide */
#beta
{
/* float: right; */
background-color: #ccc;
/* width: 160px; /* means content and sidebar fit together at 1024; too small? */
width: 170px;
}

#header
{
/* display:none !important; */
color: #058;
/* font-weight: bold; */
text-shadow: #333333 0px 0px 1.5em;
padding: 10px;
}

#header-inner {
width:100%;
/* border: #f00 solid 5px; */
}

/*
#header-text {
text-align:center;
list-style:none;
} */

#header-text ul {
margin-left:40%;
/* margin-right:32%; */
width: 40%;
font-size: 100%;
position: relative;
top:20px;
padding-left: 5px;
}

#header-text ul.li {
/* padding: 30px 20px 0px 20px;
margin-top: 30px; */
/* display: block; */
/* list-style:none; */
display:inline;
}

#header-name {
font-size: 250%;
letter-spacing: 0.1em;
margin-top: -25px;
}

#header-name a {
text-decoration: none;
font-weight: normal;
}

#header-name a:hover {
text-decoration: underline;
text-shadow: #555555 -1px -2px 0.5em;
}

#header-description {
font-size: 125%;
font-style: italic;
padding-left: 12px;
font-variant:small-caps;
margin-top: -10px;
}

a {
color: #309;
}

a:visited {
color: #058;
font-style: normal;
}

a:hover {
text-shadow: #eeeeff -1px -2px 0.5em;
}

.datetime {
font-size:0.9em;
line-height: 1;
top: -1em;
}

/* the individual page:

html #js > body #home .asset-stream layout-tw lj-view-entry > div #container > div #container-inner > div #page > div #page-inner > div #content > div #content-inner > div #alpha > div #alpha-inner > div #asset-estdeus_innobis-446033 .post-asset asset > div .asset-inner > div .asset-content > div .asset-body

*/

reference

Previous post Next post
Up