Hi all, I have a couple of questions I hope you can help me with:
1. I'm trying to get my subject line to show when I click on the entry. Right now it's not showing up and I can't see where in my css code I need to make a change to get it to appear. I checked .entryHeaderSubject but that doesn't seem to be hidden.
1. SOLVED It turned out that I had my properties mixed and it had nothing to do with .entryHeaderSubject - .body-title, .body-midtitle was hidden. Once I made it visible I was able to style the midtitle to show.
My css is here:
/* --- stylesheet by INTROJECT (at) UNEQUALLY ---
--- (s2 smooth sailing : the slow equilibrium)
--- found at unequally.livejournal.com --- */
/* ------------------- BODY ------------------- */
body { background: url('
http://i83.photobucket.com/albums/j302/sansespoir/livejournal/tan_bgnew.jpg');
font-size: 8pt; margin: 0; color: #444; font-family: "georgia", serif; }
a, a:visited, .day-count a, .entryHeader a, div.ContextualPopup .Relation {
text-decoration: none; color: #904443; padding: 3px; }
a:hover {color: #5F5841; position: relative; top: 1px; left: 1px; padding: 3p;}
b, u {color:#664e3a;} i, em {color:#6b6b6b;}
blockquote { padding:15px; border: 3px double #664E3A; background:#F0E9D3 scroll 0 100%; color:#2C2B26; }
code {font-family: monospace; display:block; padding:5px; border:1px dashed #eeeeee; font-size: 12px; }
input, textarea, select { font-family: Arial, Tahoma, Verdana, sans-serif; font-size: 12px;
color: #4F4A4A; background:#fafafa;line-height: 150%; padding: 2px; border:1px solid #d8d2b2;}
/* -------------------------------------------
------------------- PAGE ---------------------
---------------------------------------------- */
.bodyblock {padding: 0px 15px; margin-right:auto; margin-left: auto; width: 950px;}
.body-title, .body-midtitle { display:none; }
.bodyheaderblock { border: 0px; color: #888888;padding: 0px; }
.bodynavblock { color: #777777; margin: 0px 0px 4px 0px; padding: 8px;}
.bodynavblock a, .bodynavblock a:visited { color: #444;}
.pageblock{ margin:0px; }
/* -------------------------------------------
------------------- HEADER -------------------
---------------------------------------------- */
.pageheaderblock { background: transparent url(
http://i62.photobucket.com/albums/h103/DJ_Aida/00_m7_walls-1.png) no-repeat top center;width: 900px;height: 200px;padding-top: 250px;margin: auto;text-align: center;
border-top: 0px solid #FAF0E6;}
.pageblock{ margin:0;}
.header-title, .header-subtitle, .header-icon { display:none;}
.header-menu {position: relative;font-family: Georgia;font-size: 9pt;color: #800000;text-transform: lowercase;text-align: left;background-color: transparent;margin-left: 95px;width: auto;border: 0;padding-top: 10px;}
.header-menu ul {margin: 0px;padding-left: 0px;list-style-type: none;}
.header-menu li {position: relative;display: block;padding: 0px;left: -90px;right: 0px;line-height: 24px;}
.header-menu a, .header-menu a:visited, .header-menu a:active { text-decoration: none;white-space: normal;font-weight: bold;padding: 0px 8px 0px 8px;}
.header-menu a:hover {text-decoration: none;background: transparent url(
http://i62.photobucket.com/albums/h103/DJ_Aida/bullet-1.png)
no-repeat left;padding-left: 15px;}
/* -------------------------------------------
----------------- FOOTER ---------------------
---------------------------------------------- */
#footer-menu { background: url('
http://i41.tinypic.com/302qddg.png'); font-size: 11px; padding: 25px 15px;}
#footer-menu a, .footer-menu a:visited { text-align: left; color:#333; background:#eae3cd; padding: 5px; }
#footer-menu a:hover {color:#b4ad8f;}
.pagefooterblock { background-color: #131313; color: #444; font-family: "arial"; letter-spacing: .3pt; text-align: right; padding: 12px 15px; margin-top: -4px;}
.pagefooterblock a, .pagefooterblock a:visited { color: #69D2E7; }
#footer-menu li { display: inline; }
#footer-menu ul { margin: 0px; padding: 0px; }
/* -------------------------------------------
------------------- ENTRY --------------------
---------------------------------------------- */
.entryHolder { line-height: 1.75; margin: 0px 0px 2px 0px; background: url('
http://i41.tinypic.com/302qddg.png');}
.entryUserinfo {text-align: center;
padding: 5px; margin: 5px; background-color: transparent;font-weight: normal !important;font-size: 10px;color: #9e9e9e !important;position: relative; z-index: 10;}
.entryUserinfo a {font-size: 11px;letter-spacing: 1px;font-weight: bold; padding: 3px;}
.entryUserinfo-usericon img {padding: 5px; margin: 5px; background-color: #DFD6B5; border: 1px solid #e6e6e6; }
.entryText { font-size: 10pt; padding: 15px; min-height: 30px; border-left:1px solid #EAE3C6;}
.entryText dl {font-weight: bold; }
.entryText dd { font-weight: normal; font-style: italic; }
.entryText quote {font-style: italic;padding-left: 20px;}
.entryText img { max-width: 500px;}
/* ---------------- SUBJECT ------------------ */
.entryHeader { color: #eee; font-family: "georgia", sans-serif; text-decoration: none; text-align: right; padding: 15px 20px 0px 0px; font-size:0px; letter-spacing: -.5pt; border-bottom:1px solid #e9e2c5; min-height: 7px; }
.entryHeader a{ color:#800000;}
.entryHeaderSubject {display:block; font-size: 12pt; color: #f3edda; text-transform: lowercase;}
.entryHeaderSubject a {font-size: 18pt; font-style: italic;}
/* ----------------- DATE -------------------- */
.entryHeaderDate { display:block; text-transform: lowercase; color:#777; margin-bottom: -3px; font-size:10pt !important; font-family: "georgia"; line-height:1px;}
.entryHeaderDate a {color: #ccc; text-decoration: none;}
.entryHeaderDate a:hover { color: #dddddd; text-decoration :underline; }
/* ---------------- METADATA ------------------ */
.entryMetadata { padding-bottom: 18px; padding-left: 40px; font-family: "franklin gothic medium"; color: #696969; border-left:1px solid #EAE3C6;}
.entryMetadata ul { margin: 0px; padding: 0px; }
.entryMetadata li { list-style: none; font-size: 8pt; clear:left;}
.entryMetadata-label {font-weight: bold; padding-right: 3px; }
.entryMetadata a:hover {color:#BFAE9B;}
.entryMetadata img {vertical-align:middle !important; display: block;position:left;padding-top: 3px;padding-right: 5px;padding-bottom: 5px;}
/* -------------- COMMENT LINKS ---------------- */
.entryLinkbar { border-top:1px solid #eae3c6; font-family: "georgia", sans-serif;
text-transform: lowercase; letter-spacing: .2pt; font-size: 8pt; text-align: right; padding: 0px;}
.entryLinkbar ul {margin: 0px 0px; padding: 20px 0px; background: transparent url(
http://i62.photobucket.com/albums/h103/DJ_Aida/7men-1.png) no-repeat bottom left;}
.entryLinkbar li { padding: 20px 12px; margin: 0px; border-left: 1px solid #eae3c6; display: inline; }
.entryLinkbar li:hover {background:#FFFCEF; padding: 20px 12px; }
.entryLinkbar a:hover {color:#5F553B; }
/* -------------------------------------------
------------------ SIDEBAR -------------------
---------------------------------------------- */
.sidebar {margin: auto; width: 190px; font-family: "arial"; color: #555; padding: 10px; padding-bottom: 270px;font-size: 8pt; line-height: 100%; background: transparent url(
http://i62.photobucket.com/albums/h103/DJ_Aida/maude_sb.png) no-repeat bottom center;}
.sidebox #profile {text-align: center; }
img.profile-userpic { text-align: center; border: 5px solid #F0E9D3; margin: 5px; padding: 5px;}
.sideboxTitle { text-transform: smallcaps; font-family: "georgia"; text-decoration: none;
font-size: 14pt; font-style: italic;padding: 8px 8px 8px 8px; color: #664E3A; text-align: left;
letter-spacing: 1px; background:url(
http://i62.photobucket.com/albums/h103/DJ_Aida/hr-01.png) repeat-x bottom left;margin:5px auto;}
.sideboxContent { text-align: left; padding: 2px 4px 2px 4px;}
.sidebox #tags_sidebox a { display: block; text-align: left; padding-left: 10px; font-family: "georgia",sans-serif; font-size: 12px; font-weight: normal; border-bottom: 1px solid #CFBC9B; background: transparent url(
http://i62.photobucket.com/albums/h103/DJ_Aida/b002.gif)
no-repeat left;padding-left: 13px;}
.sidebox #tags_sidebox { text-align: left; font-size:0 !important; }
.sidebox #freetext {text-align: left; line-height: 100%; }
.sidebox #search { text-align: right; }
.sidebox #summary { text-align: left; font-size: 7.5pt; font-family: "franklin gothic medium"; }
.sidebox #systemlinks a { text-align: left; font-weight: normal;}
.sidebox #systemlinks .listitem { border-bottom: 1px solid #CFBC9B; background: transparent url(
http://i62.photobucket.com/albums/h103/DJ_Aida/b002.gif)no-repeat left; padding-top:7px; padding-left: 13px; padding-bottom:3px; line-height: 120%; }
.listitem {font-size: 9pt; font-family: "georgia", sans-serif;text-align: left;border-bottom: 1px solid #CFBC9B; background: transparent url(
http://i62.photobucket.com/albums/h103/DJ_Aida/b002.gif)no-repeat left; padding-left: 13px;}
.sideboxContent input#SearchTerm, select#SearchType, input { border:1px solid #d9cfad; }
.sidebox #latestmonth {
text-align: left;
}
.sidebox #latestmonth table {
width: 100%;
margin-left: auto;
margin-right: auto;
}
#latestmonth table td {
padding: 1px;
text-align: center;
color: #553E30;
border: 1px solid #D6CEC0;
}
.latestmonth-inactive {
background-color: #EFE5D2;
text-align: center;
padding: 3px;
}
.latestmonth-active {
background-color: #FAF0E6;
text-align: center;
padding: 3px;
border:1px solid #DAB781;
}
.latestmonth-active a {
text-decoration: none;
}
.latestmonth-active a:hover {
color: #800000;
}
.listtitle {font-size: 9pt; font-weight: bold; border-bottom: 1px solid #BEAE8A;}
.profile-label,
.profile-content { display:none; }
/* -------------------------------------------
------ CUSTOM COMMENT PGS (PAID ONLY) --------
---------------------------------------------- */
.commentUserinfo { text-align: center; margin: 0px 8px 8px 0px; }
.commentUserinfo-usericon img { margin-left: 10px; border:0px; padding: 8px; background:#DFD6B5;}
.commentHolder { background: url('
http://i41.tinypic.com/302qddg.png'); padding: 0px;
margin: 15px 10px; }
.commentText { text-align: justify; padding: 10px; }
.commentHeader { color: #444; font-weight: bold; text-transform: lowercase; font-family: "georgia"; font-size: 10pt; padding: 8px; }
.commentHeaderScreened { background-color: #EFE8D1; padding: 8px; }
.commentHeaderSubject { font-weight: bold; }
.commentLinkbar { text-align: right; font-size: 7pt; border-top: 1px solid #e9e2c6; padding: 6px; }
.commentLinkbar ul { margin: 0px; padding: 0px; }
.commentLinkbar li { padding: 12px 12px 8px 12px; margin: 0px; border-left: 1px solid #e9e2c6; display: inline; }
.commentLinkbar li:hover {background:#FFF8DF; color:#5F5841; }
.replyform { padding-left: 10px; margin: auto; }
/* -------------------------------------------
----------------- TAGS PG --------------------
---------------------------------------------- */
.tagstable { width: 100%; }
.tagstable, .tagstable td { border: 1px solid #eee4c9; margin: 1px; }
/* -------------------------------------------
----------------- ARCHIVES -------------------
---------------------------------------------- */
.yearlinks{ text-align: center; }
.yearlink{ padding-left:4px; padding-right: 4px; }
.month { text-align: center; margin-right: auto; margin-left:auto; width: 55%; }
.daysubjects { color: #888888; padding: 8px 8px 8px 40px; }
.daytitles { text-align: center; text-transform: lowercase; text-decoration: bold; border-top: 1px solid #e9e3c1; background: #f1ecd9; font-family: "georgia"; }
.day-blank, .day { border-top: 1px solid #e9e3c1; border-left: 1px solid #e9e3c1;}
.day-count { text-align: right; font-size: 1.5em; }
.day-count a { text-decoration: none; color: #888; }
/* -------------------------------------------
---------- CONTEXTUAL POP-UPS ----------------
---------------------------------------------- */
div.ContextualPopup div.Inner {
background: #F3F5F2;
border: 1px solid #990000;
padding: 5px;
color: #828282 !important;
font-family:Verdana;
}
div.ContextualPopup div.Inner a:link, div.ContextualPopup div.Inner a:visited {
text-decoration: none !important;
font-weight: bold;
border-bottom-width: 0pt;
border-bottom-style: none;
border-bottom-color: -moz-use-text-color;
font-weight: bold;
color: #828282 !important;
}
div.ContextualPopup .Relation, div.ContextualPopup .Content .OnlineStatus {
font-weight: bold !important;
color: #990000;
}
div.ContextualPopup .Content {
color: #9E9E9E;
}
div.ContextualPopup .Userpic {
padding:10px;
background:#f6f4f4;
margin:4px;
border:1px solid #cccccc;
}
div.ContextualPopup .Relation {
letter-spacing:1px;
border-bottom: 1px dashed #cccccc;
margin-bottom:4px;
padding-bottom:4px;
}
/* -------------------------------------------
-------------- LJ TINY ICONS -----------------
---------------------------------------------- */
.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://i62.photobucket.com/albums/h103/DJ_Aida/user_gray.png);padding:0px 7px 17px 12px !important;
}
.ljuser img[src="
http://l-stat.livejournal.com/img/userinfo.gif"] {
background-color:transparent;
background-image: url(
http://i62.photobucket.com/albums/h103/DJ_Aida/user_gray.png);padding:0px 7px 17px 12px !important;
}
.ljuser img[src="
http://l-stat.livejournal.com/img/community.gif"] {
background-color:transparent;
background-image: url(
http://i62.photobucket.com/albums/h103/DJ_Aida/house.png);padding:0px 7px 17px 12px !important;
}
img[src="
http://l-stat.livejournal.com/img/syndicated.gif"] {
background-color:transparent;
background-image: url('
http://i83.photobucket.com/albums/j302/sansespoir/livejournal/feed.png');
padding: 17px 16px 0 2px !important;
background-position: center left;
background-repeat: no-repeat;
width: 0px;
height: 0px;
}
img[src="
http://l-stat.livejournal.com/img/newsinfo.gif"] {
background: transparent url('
http://i83.photobucket.com/albums/j302/sansespoir/livejournal/gear.png') no-repeat;
padding: 17px 16px 0 2px !important;
background-repeat: no-repeat;
width: 0px;
height: 0px;
}
img[src="
http://l-stat.livejournal.com/img/anonymous.gif"] {
height: 0;
width: 0;
background: url('
http://i83.photobucket.com/albums/j302/sansespoir/livejournal/question_frame.png') no-repeat;
padding: 0px 0px 16px 16px !important;
}
img[src="
http://l-stat.livejournal.com/img/openid-profile.gif"] {
height: 0;
width: 0;
background: url('
http://i83.photobucket.com/albums/j302/sansespoir/livejournal/book_key.png') no-repeat;
padding: 0px 0px 16px 16px !important;
}
img[src="
http://l-stat.livejournal.com/img/talk/none.gif"] {
height: 0;
width: 0;
background: url('
http://i83.photobucket.com/albums/j302/sansespoir/livejournal/delete.png') no-repeat;
padding: 0px 0px 16px 16px !important;
}
img[src="
http://l-stat.livejournal.com/img/help.gif"] {
height: 0px;
width: 0px;
padding: 0px 0px 16px 16px !important;
background: url(
http://i38.tinypic.com/vovi8j.png) no-repeat scroll 50% 50%;
}
img[src="
http://l-stat.livejournal.com/img/pencil.gif"] {
height: 0;
width: 0;
background: url('
http://i83.photobucket.com/albums/j302/sansespoir/livejournal/pencil_plus.png') no-repeat;
padding: 0px 0px 16px 16px !important;
}
img[src="
http://l-stat.livejournal.com/img/icon_protected.gif"]{
width: 0;
height: 0;
padding: 0 0 16px 16px;
background: url('
http://i40.tinypic.com/289fp7d.png');
}
img[src="
http://l-stat.livejournal.com/img/icon_private.gif"]{
width: 0;
height: 0;
padding: 0 0 16px 16px;
background: url('
http://i39.tinypic.com/mrrblj.png');
}
img[src="
http://l-stat.livejournal.com/img/icon_groups.gif"]{
width: 0;
height: 0;
padding: 0 0 16px 16px;
background: url('
http://i83.photobucket.com/albums/j302/sansespoir/livejournal/lock_disable.png');
}
/* -------------------------------------------
------------------- CONTROL STRIP ------------
---------------------------------------------- */
#lj_controlstrip {background:#131313;}
#lj_controlstrip_statustext, #lj_controlstrip a {color:#777;}
#lj_controlstrip_user, #lj_controlstrip_actionlinks, #lj_controlstrip_search,
#lj_controlstrip_login, #lj_controlstrip_loggedout_userpic, #lj_controlstrip_login td, #lj_controlstrip td td {
border:none !important; }
#lj_controlstrip input {
background:#181818 !important;
color:#777 !important; font-family: "courier new"; }
#lj_controlstrip_search_input_text, #lj_controlstrip select,
#lj_controlstrip_search_submit, input#Logout, #lj_controlstrip input#xc_user, #lj_controlstrip input#xc_password,
#lj_controlstrip input#xc_remember {
background:#131313 !important;
color:#777 !important; border: 1px solid #444; font-family: "courier new";
}
#lj_controlstrip .ljuser a b {
color:#666; font-family: georgia;
text-decoration:none !important;
}
/* -------------------------------------------
------------------- MISC ---------------------
---------------------------------------------- */
html body {}
::-moz-selection{ background: #131313; color: #FFFBEF;}
.sticky {background-image: url(
http://i62.photobucket.com/albums/h103/DJ_Aida/mag7FO.jpg);background-repeat: no-repeat;float:right;height: 290px;padding: 5px 10px 50px 200px;}
.stext {text-align: right; line-height:20px; margin-left: -10px;}
2. Is it possible for a generic title to show up on an entry when you forget to put one in? What about the same thing for communities: if a poster doesn't put in a title, can I set one up that shows a generic message?