(no subject)

May 24, 2012 04:24

Name of journal: wearestarrdust
Layout Style: S2 Flexible Squares
Basic, Paid or Plus: Paid.
Problem you are having:
1. I'm trying to work out how to make the bar that houses the post title and date/time information thinner, and I can't work it out.



/*---------------------------------------------------------
layout: understated - css by itsoktonotbeok.livejournal.com
---------------------------------------------------------*/

body {
background-color: #eeeeee;
background: url('http://pics.livejournal.com/itsoktonotbeok/pic/0008h9h4');
text-align: left;
color: #929190;
font-family: "georgia", sans-serif;
font-size: 8pt;
margin: 20px 0 20px 0;
}

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

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

p, td, blockquote {
font-size: 8pt;
color: #929190;
font-weight: normal;
}

b, strong, u, emphasize, em {
color: #818282;
font-weight: normal;
}

big, i {
color: #727575;
font-weight: normal;
}

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

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

#content {
width: 510px;
margin-left: auto;
margin-right: auto;
background-color: transparent;
border: 0px solid #999999;
padding: 10px;
}

#maincontent {
width: 510px;
margin-top: 15px;
margin-left: 100px;
font-family: "georgia", sans-serif;
font-size: 8pt;
background-color: transparent;
color: #929190;
border: solid #999999 0px;
text-align: left;
}

#sidebar {
width: 300px;
padding-top: 15px;
margin-top: -10px;
margin-left: -175px;
background-color: transparent;
border: #999999 0px solid;
font-size: 8pt;
font-family: "georgia", sans-serif;
color: #929190;
float: left;
text-align: left;
}

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

#header {
width: 835px;
padding: 10px;
text-transform: lowercase;
margin-left: -175px;
text-align: center;
font-family: "georgia", sans-serif;
font-size: 10.5pt;
font-weight: normal;
letter-spacing: 6px;
border-bottom: #999999 dotted 1px;
background-color: transparent;
color: #929190;
}

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

div#header a:hover, div#footer a:hover {
color: #a7a6a4;
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: 0 3px 0 3px;
}

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

.subcontent {
}

.entry {
width: 515px;
margin: 0px 515px 0px 50px;
padding: 10px;
padding-top: 10px;
padding-bottom: 0px;
background-color: #fdfafd;
color: #a7a6a4;
font-family: "georgia",
sans-serif;
font-size: 8pt;
text-align: left;
border: 0px #cccccc solid;
}

.userpic {
position: relative;
float: right;
background-color: #f1f1f1;
padding: 15px;
margin-right: -220px;
z-index: 15;
border: 0px #eeeeee solid;
}

.date {
line-height: 150%;
top: 2px;
color: #a7a6a4;
font-family: "georgia", sans-serif;
font-size: 7.5pt;
width: 300px;
margin: 3px;
}

.subject {
margin: 0px 0px 0px 0px;
padding: 2px;
font-weight: normal;
width: 525px;
color: #757575;
font-family: "georgia", sans-serif;
font-size: 11pt;
letter-spacing: 6px;
text-weight: normal;
text-transform: lowercase;
padding-bottom: 4px;
border-bottom: 1px dotted #a7a6a4;
}

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

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

.datesubject {
background-color: #f1f1f1;
padding: 0px;
width: 535px;
margin: 0px 0px 0px 50px;
}

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

.currents, .currentmood, .currentmusic,, .currentlocation {
font-family: "georgia", sans-serif;
font-size: 8pt;
text-transform: lowercase !important;
}

.ljtags, .ljtags a, .ljtags a:link, .ljtags a:visited {
font-family: "georgia", sans-serif;
font-size: 8pt;
text-transform: lowercase !important;
font-weight: normal;
margin-top: 10px;
margin-bottom: -27px;
}

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

.comments {
font-family: "georgia", sans-serif;
font-size: 10pt;
text-align: center;
text-transform: lowercase;
background-color: #f3f3f3;
color: #929190;
padding: 3px;
position: relative;
top: 5px;
margin-left: -10px;
width: 529px;
}

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

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

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

.separator{
/* for formatting separators between entries */
height: 20px;
background-color: transparent;
}

/*------------------------------------------------------------
Special friends page customization
-------------------------------------------------------------------------------*/

.userpicfriends {
position: relative;
float: right;
background-color: #f1f1f1 !important;
padding: 15px;
padding-bottom: 2px;
z-index: 15;
border: 0px #eeeeee solid;
margin-right: -220px;
text-align: center;
font-family: "georgia", sans-serif;
font-size: 7pt;
color: #929190 !important;
z-index: 15;
}

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

.defaultuserpic {
text-align: center;
}

.sbarheader {
padding: 5px;
}

.sbarbody {
padding: 2px;
}

.sbarbody2 {
padding: 2px;
}

div#sidebar a, div#sidebar a:link, div#sidebar a:visited{
color: #757575;
}

div#sidebar a:hover {
color: #a7a6a4;
text-decoration: none;
}

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

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

.sbarcalendar {
width: 298px;
border-color: #333333;
border-width: 1px;
border-style: dotted;
text-align: center;
font-family: "georgia", sans-serif;
font-size: 8pt;
}

.sbarcalendarposts {
border-color: #757575;
border-width: 1px;
border-style: solid;
background-color: #ffffff;
text-align: center;
font-family: "georgia", sans-serif;
font-size: 8pt;
}

/*------------------------------------------------------------
Sidebar - link box contents and sidebar box titles
-------------------------------------------------------------------------------*/

ul.sbarlist {
padding-top: -5px;
margin-left: -40px;
list-style: none;
width: 300px;
}

li.sbartitle {
list-style: none;
margin-left: 0px;
margin-right: 0px;
margin-bottom: -5px;
text-align: center;
text-transform: lowercase;
color: #676767;
font-size: 10.5pt;
font-family: georgia;
font-weight: normal;
letter-spacing: 4px;
padding-left: 1px;
padding-bottom: 2px;
}

li.sbaritem {
padding: 3px 3px 3px 1px;
border-bottom: 1px solid #a7a6a4;
list-style: none;
}

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

#footer {
text-align: center;
z-index: 100;
clear: both;
text-transform: lowercase;
width: 835px;
padding: 10px;
margin-left: -175px;
font-family: "georgia", sans-serif;
font-size: 10.5pt;
font-weight: normal;
letter-spacing: 6px;
border-bottom: #999999 dotted 1px;
background-color: transparent;
color: #929190;
}

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: #ccccccc;
text-align: center;
}

td.yearmonth {
border-style: none;
}

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

.datesubjectcomment {
background-color: #f1f1f1;
padding: 5px;
margin-top: 20px;
font-size: 7.5pt;
}

.userpiccomment {
position: relative;
border: 0px solid #cccccc;
background-color: #ffffff;
top: -30px;
left: 0px;
padding: 0px;
margin: 10px 10px -20px 10px;
z-index: 15;
float: left;
}

.box {
border: 0px;
padding: 10px;
clear: left;
margin-left: 35px;
margin-right: -100px;
}

input, textarea {
background-color: #ffffff;
color: #757575;
}

textarea.textbox {
width: 100% !important;
}

.reply {
position: relative;
margin: 20px 30px 10px 30px;
padding: 25px 10px 10px 10px;
text-align: left;
font-family: "georgia", sans-serif;
font-size: 8pt;
line-height: 125%;
background-color: #f1f1f1;
color: #757575;
border: 0px;
}

.replytosubject {
font-weight: normal;
}

.commentreply {
position: relative;
margin: 10px;
font-size: 8pt;
font-family: "georgia", sans-serif;
color: #929190;
}

.commentbox {
border-color: #dddddd;
border-width: 1px;
border-style: solid;
padding: 10px;
margin: 10px;
background-color: #ffffff;
}

.datesubjectcomment a:link, .datesubjectcomment a:visited {
color: #929190;
}

.datesubjectcomment a:hover {
color: #929190;
}

.commentboxpartial {
border-color: #999999;
border-width: 1px;
border-style: dotted;
padding: 10px;
margin: 10px;
background-color: #ffffff;
}

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

.skiplinks {
text-align: center;
text-transform: lowercase;
}

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

.clear {
height: 15px;
}

/*--------------------------------------------
Contextual Pop-up, LJ Icons (user image, etc.)
-----------------------------------------*/

/* replace default ljuser icon */

.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://img208.imageshack.us/img208/8418/docel7.png);
padding: 12px 12px 0 12px;
}

.ljuser img[src="http://l-stat.livejournal.com/img/userinfo.gif"] {
background-color:transparent;
background-image: url(http://img208.imageshack.us/img208/8418/docel7.png);
padding: 12px 12px 0 12px;
}

.ljuser img[src="http://l-stat.livejournal.com/img/community.gif"] {
background-color:transparent;
background-image: url(http://img440.imageshack.us/img440/9982/documentsms5.gif);
padding: 12px 12px 0 12px;
}

.ljuser img[src="http://l-stat.livejournal.com/img/syndicated.gif"] {
background-image: url(http://i240.photobucket.com/albums/ff38/notxpictured/ljicons/feed.png);
padding: 0 16px 16px 0;
}

.ljuser img[src="http://l-stat.livejournal.com/img/newsinfo.gif"] {
background-image: url(http://i240.photobucket.com/albums/ff38/notxpictured/ljicons/16h3r6u.gif);
padding: 12px 11px 0 11px;
}

.ljuser img[src="http://l-stat.livejournal.com/img/openid-profile.gif"] {
background-image: url(http://i240.photobucket.com/albums/ff38/notxpictured/ljicons/16-member-profile.png);
padding: 0 16px 16px 0;
}

.subject img[src="http://l-stat.livejournal.com/img/icon_protected.gif"] {
width: 0;
height: 0;
padding: 0 7px 9px 0;
background: url(http://i240.photobucket.com/albums/ff38/notxpictured/ljicons/5k3e34-1.gif);
}

.subject img[src="http://l-stat.livejournal.com/img/icon_private.gif"] {
width: 0;
height: 0;
padding: 0 7px 9px 0;
background: url(http://i240.photobucket.com/albums/ff38/notxpictured/ljicons/5k3e34-1.gif);
}

.ljcmt, .commentbox img[src="http://l-stat.livejournal.com/img/btn_del.gif"] {
width:0;
height:0;
padding: 0 16px 16px 0;
background: url(http://i240.photobucket.com/albums/ff38/notxpictured/ljicons/delete.png);
}

.ljcmt, .commentbox img[src="http://l-stat.livejournal.com/img/btn_scr.gif"] {
width:0;
height: 0;
padding: 0 16px 16px 0;
background: url(http://i240.photobucket.com/albums/ff38/notxpictured/ljicons/page_white.png);
}

.ljcmt, .commentbox img[src="http://l-stat.livejournal.com/img/btn_freeze.gif"] {
width: 0;
height: 0;
padding: 0 16px 15px 0;
background: url(http://i240.photobucket.com/albums/ff38/notxpictured/ljicons/6tfqxxv.gif);
}

.ljcmt, .commentbox img[src="http://l-stat.livejournal.com/img/btn_track.gif"] {
width: 0;
height: 0;
padding: 0 16px 16px 0;
background: url(http://i240.photobucket.com/albums/ff38/notxpictured/ljicons/link_add.png);
}

.ljcmt, .commentbox img[src="http://l-stat.livejournal.com/img/btn_edit.gif"] {
width:0;
height: 0;
padding: 0 16px 16px 0;
background: url(http://i240.photobucket.com/albums/ff38/notxpictured/ljicons/comment_edit.png);
}

.box img[src="http://l-stat.livejournal.com/img/anonymous.gif"]{
width: 0;
height: 0;
padding: 0 16px 16px 0;
background: url(http://i240.photobucket.com/albums/ff38/notxpictured/ljicons/eye.png);
}

.box img[src="http://l-stat.livejournal.com/img/openid-profile.gif"]{
width: 0;
height: 0;
padding: 0 16px 16px 0;
background: url(http://i240.photobucket.com/albums/ff38/notxpictured/ljicons/starbx2.gif);
}

.box img[src="http://l-stat.livejournal.com/img/help.gif"]{
width: 0;
height: 0;
padding: 0 16px 16px 0;
background: url(http://i240.photobucket.com/albums/ff38/notxpictured/ljicons/box_help.png);
}

#ljuser_row img[src="http://l-stat.livejournal.com/img/userinfo.gif"]{
width: 0;
height: 0;
padding: 0 16px 16px 0;
background: url(http://i240.photobucket.com/albums/ff38/notxpictured/ljicons/16-member-heart.png);
}

/*--------------------------------------------
Userpic Pop Up
-----------------------------------------*/

div.ContextualPopup div.Inner {
background:transparent!important;
color: #ababab!important;
border:none;
padding:10px;
width: 250px;
font-family: "Georgia", Helvetica, sans-serif; text-transform: lowecase;
}

div.ContextualPopup .Content {
padding: 7px 10px 7px 10px;
margin-right: 80px;
line-height: 1.4;
background: #fff; font-size: 10px;
border:1px solid #cccccc; text-transform: lowecase;
}

div.ContextualPopup .Userpic {
padding: 10px;
background: #f6f4f4;
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: #aaa !important; text-transform: lowecase;
}

div.ContextualPopup .Relation {
letter-spacing:0px;
border-bottom: 1px solid #cccccc;
margin-bottom: 4px;
padding-bottom: 4px; text-transform: lowecase;
}

Previous post Next post
Up