Hi!
I hope this hasn't been asked already, but I couldn't find an answer anywhere, so...
My problem is this: I uploaded
premade-ljs's
Travel away with me layout and it works just fine on Chrome.
But on Firefox, the entry title doesn't display when I post a new entry (which is in fact crossposted from Dreamwidth). I tried posting a new entry directly from LJ and it displays alright, but another try via crosspost didn't work.
I tried manually changing the title in the crossposted entry, but it doesn't display either. I have disabled Greasemonkey just in case, still nothing.
Here is a copy of the LJ on Firefox
and here with Chrome
This is the code I'm currently using. I don't think the problem comes from this, as it displays alright in Chrome, but just in case...
If somebody can help me with this... pretty please with a cherry on top ^^
SOLVED, THANKS TO
mordyn4's help!
TURNS OUT THAT I ONLY NEEDED TO ADD SOME CODE BECAUSE THE LINK TURNED DARK AFTER HAVING BEEN VISITED:
so, after
.entryHeader a{
color: #e9c6a6;
}
add
.entryHeader a:visited {
color: #e9c6a6;
}
/* PAGE */
body {
margin: 0px;
background-color: #000;
}
a {
color: #a56c27;
font-weight: bold;
text-decoration: none;
}
a:visited {
color: #a56c27;
font-weight: bold;
text-decoration: none;
}
a:hover {
color: #553119;
font-weight: bold;
text-decoration: none;
}
.pageblock{
width:769px;
margin: 0 auto;
background-color:#e9c6a6;
}
.pagefooterblock{
background-color: transparent;
color: #622a1d;
padding: 5px;
margin-top: 0px;
text-align: center;
background: url(
http://img.photobucket.com/albums/v297/troubion/s2%20layouts/travelawaycredt.jpg); background-repeat: no-repeat;
background-position: center;
margin: 0px;
padding-bottom: 50px;
font-family: tahoma;
font-size: 11px;
font-style: italic;
}
.pagefooterblock a, .pagefooterblock a:visited {
color: #000000;
}
/* HEADER */
.pageheaderblock {
text-align: left;
background: url(
http://img.photobucket.com/albums/v297/troubion/s2%20layouts/travelawayheader.jpg); background-repeat: no-repeat;
width: 769px;
height: 401px;
margin: 0px;
border-top: 0px;
}
.header-title {
color: #c57053;
left: 546px;
position: relative;
top: 190px;
font-size: 22px;
width: 215px;
text-align: left;
font-family: tahoma;
font-weight: bold;
}
.header-subtitle {
color: #e9c6a6;
left: 546px;
position: relative;
top: 200px;
font-size: 13px;
width: 215px;
text-align: left;
text-transform: uppercase;
font-family: tahoma;
}
.header-icon {
top: 0px;
right: 0px;
position: absolute;
z-index: 1;
}
.header-menu {
padding: 2px 0px 0px 0px;
background-color: transparent;
font-family: tahoma;
font-size: 11px;
text-transform: uppercase;
text-align: center;
padding-left: 543px;
position:absolute;
top:25px;
display: block;
width: 200px;
border-top: 0px;
}
.header-menu a, .header-menu a:visited {
white-space: nowrap;
text-align: left;
padding: 4px;
color: #e9c6a6;
text-decoration: none;
display: block;
background-color: ;
margin: 3px;
}
.header-menu a:hover {
color: #fff;
background-color: #c06e49;
}
.header-menu ul, #footer-menu ul {
margin: 0px;
padding: 0px;
}
.header-menu li, #footer-menu li {
display: inline;
}
/* BODY */
.bodyblock {
padding: 0px;
margin-left: 9px;
border-top: 0px;
margin-right: 9px;
margin-top: -60px;
}
.bodyheaderblock {
display: none;
border-top: 0px;
}
.bodynavblock {
background-color: transparent;
color: #000;
margin: 10px 0px 4px 0px;
padding: 4px;
border-top: 0px;
text-align: center;
}
.bodynavblock a, .bodynavblock a:visited {
color: #000;
text-align: center;
}
.body-title {
display: none;
}
.body-midtitle {
font-family: tahoma;
font-size: 6px;
color: #fff;
text-align: left;
padding-left: 8px;
}
/*ENTRIES*/
.entryHolder {
color: #000;
font-family: tahoma;
font-size: 11px;
margin: 0px;
text-align: justify;
border-top: 0px;
}
.entryUserinfo {
text-align: center;
margin: 3px;
background-color: transparent;
}
.entryUserinfo-usericon img {
padding: 2px;
border: 0px;
}
.entryText {
padding: 6px;
}
.entryHeader {
background-color: transparent;
color: #404040;
font-family: tahoma;
padding: 5px;
font-weight: normal;
text-transform: uppercase;
}
.entryHeader a{
color: #e9c6a6;
}
.entryHeaderSubject {
font-weight: bold;
display: block;
color: #e9c6a6;
padding-bottom: 2px;
font-size: 11px;
background-color: #622a1d;
padding: 3px;
background-image: url(
http://img.photobucket.com/albums/v297/troubion/s2%20layouts/travelawaysubj-1.jpg); background-position: bottom;
padding-bottom: 7px;
}
.entryHeaderDate a {
color: #622a1d;
text-decoration : none;
}
.entryHeaderDate {
color: #622a1d;
text-decoration : none;
font-size: 11px;
font-weight: bold;
}
.entryHeaderDate a:hover {
color: #000000;
text-decoration : underline;
}
.entryMetadata {
padding-left: 6px;
}
.entryMetadata ul {
margin: 0px;
padding: 0px;
}
.entryMetadata li {
list-style: none;
display: inline;
padding-right: 10px;
}
.entryMetadata-label {
font-weight: bold;
padding-right: 4px;
}
.entryLinkbar {
font-family: tahoma;
font-size: 11px;
color: #000000;
text-align: center;
padding: 4px 0px 4px 0px;
background-color: #c79c71;
}
.entryLinkbar a:link, a:visited{
color: #553119;
font-weight: bold;
}
.entryLinkbar a:hover{
color: #b46135;
}
.entryLinkbar ul {
margin: 0px;
padding: 0px;
}
.entryLinkbar li {
padding: 0px 2px 0px 2px;
margin: 0px;
display: inline;
}
blockquote{
background-color: #fff;
color: #7a90ae;
padding: 5px;
border: 1px solid #7a90ae;
}
/*FOOTER*/
#footer-menu {
font-size: 11px;
background-color: #ddb184;
}
#footer-menu a, .footer-menu a:visited {
color: #000;
white-space: nowrap;
padding: 2px;
text-align: center;
font-family: tahoma;
}
/*SIDEBAR*/
.sidebar {
font-family: tahoma;
font-size: 11px;
margin-right: 0px;
width: 230px;
}
.sidebar a{
font-family: tahoma;
font-size: 11px;
margin-right: 0px;
width: 230px;
color: #f7e9dd;
}
.sidebox {
color: #000;
background-color: #c79c71;
margin-right: 8px;
padding-bottom: 5px;
}
.sideboxTitle {
color: #e9c6a6;
font-family: tahoma;
font-size: 11px;
padding: 3px;
background-color: #622a1d;
padding: 3px;
background-image: url(
http://img.photobucket.com/albums/v297/troubion/s2%20layouts/travelawaysubj-1.jpg); background-position: bottom;
padding-bottom: 7px;
text-align: center;
text-transform: uppercase;
font-weight: bold;
border-top: 0px;
}
.sideboxContent {
text-align: justify;
padding: 2px 4px 2px 4px;
}
.sidebox #profile, .sidebox #latestmonth, .sidebox #search {
text-align: center;
}
.sidebox #tags_sidebox {
text-align: center;
}
.sidebox #systemlinks {
text-align: center;
}
.sidebox #latestmonth table{
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 4px;
background-color: transprent;
padding: 2px;
color: #622a1d;
font-weight: bold;
}
.sidebox #latestmonth table a{
font-weight: bold;
padding: 0px;
color: #f7e9dd;
background-color: #b46135;
padding: 1px;
}
.listtitle {
font-weight: bold;
}
.profile-label {
font-weight: bold;
}
/*OTHER PAGES*/
/* COMMENT PAGE */
.commentHolder {
color: #000;
background-color: #c79c71;
font-family: tahoma;
font-size: 11px;
margin: 10px;
text-align: justify;
padding: 4px;
}
.commentUserinfo {
text-align: center;
margin: 5px 6px 3px 5px;
background-color: transparent;
}
.commentUserinfo-usericon img {
padding: 2px;
}
.commentText {
padding: 6px;
}
.commentHeader {
color: #e9c6a6;
font-family: tahoma;
font-size: 11px;
padding: 3px;
background-color: #622a1d;
padding: 3px;
background-image: url(
http://img.photobucket.com/albums/v297/troubion/s2%20layouts/travelawaysubj-1.jpg); background-position: bottom;
padding-bottom: 7px;
text-align: center;
text-transform: uppercase;
font-weight: bold;
border-top: 0px;
}
.commentHeader a{
color: #000000;
}
.commentHeaderScreened {
font-family: ;
font-size: 12px;
background-color: #cccccc;
padding: 4px 0px 4px 8px;
}
.commentHeaderSubject {
font-weight: bold;
}
.commentLinkbar {
font-family: ;
font-size: 11px;
color: #000000;
text-align: right;
padding-top: 4px;
padding-bottom: 4px;
}
.commentLinkbar ul {
margin: 0px;
padding: 0px;
}
.commentLinkbar li {
padding: 0px 5px 0px 5px;
margin: 0px;
display: inline;
}
.replyform {
background-color: #f2f4f8;
color: #000000;
padding-left: 10px;
}
#commenttext{
width:100%;
}
/*ARCHIVE PAGE*/
.yearlinks{
text-align: right;
}
.yearlink{
padding-left:4px;
padding-right: 4px;
}
.month {
width: 400px;
margin: 8px 8px 8px 40px;
}
.daysubjects {
color: #622a1d;
padding: 8px 8px 8px 40px;
}
.daytitles {
text-align: center;
background: transparent;
color: #622a1d;
}
.day-blank {
border: 0px solid #8a8a8a;
}
.day {
border: 0px solid #8a8a8a;
}
.day-date {
border-right: 1px solid #8a8a8a;
border-bottom: 1px solid #8a8a8a;
color: #622a1d;
width: 50%;
text-align: center;
background-color: #e8b890;
}
.day-count {
width: 50%;
text-align: center;
float: right;
font-size: 20px;
}
.day-count a {
text-decoration: none;
color: #c3883c;
}
/*TAGS PAGE*/
.tagstable, .tagstable td {
border: 1px solid #dddddd;
}
.tagstable { width: 400px; }
.subject a {
color: #e9c6a6 !important;
font-size: 11px !important;
font-family: tahoma !important;
text-decoration: none !important;
font-weight: bold !important;
}