Not So Smooth Sailing - RESOLVED

Aug 24, 2011 11:31

Journal Preview: yummy-codes
Style Name: Smooth Sailing
Account Type: Paid Trial (will be basic if that helps)

Problem/Question:

I'm trying to get back into making codes after being gone from designing quite a while, and I cannot for the life of me change the 'top of the page' link color at the bottom. I know its bodynavblock and I changed the colors, but it won't change to the blue that I want it to. Thanks in advance!


/* PAGE */

body {
font-family: verdana;
font-size: 11px;
margin: 0px;
background-color: #000306;
color: #62BECB;
background-image: url('');
}
a {
text-decoration: none;
font-weight: bold;
color: #62BECB;
}
a:visited {
text-decoration: none;
font-weight: bold;
color: #62BECB;
}

.pageblock{
width:70%;
margin: 0 auto;
}
.pagefooterblock {
display: none;
border-top: 2px solid #ffffff;
background-color: #aabbdd;
color: #62BECB;
padding: 4px 4px 4px 24px;
margin-top: 4px;
}
.pagefooterblock a, .pagefooterblock a:visited {
color: #62BECB;
}

/* HEADER */

.pageheaderblock {
text-align: left;
}

.header-title {
display: none;
background-color: #6b7da6;
font-family: verdana;
font-size: 30px;
color: #ffffff;
padding: 0px 20px 0px 20px;
}
.header-subtitle {
display: none;
background-color: #6b7da6;
color: #d4ddee;
font-family: verdana;
font-size: 24px;
padding: 0px 24px 0px 24px;
}
.header-icon {
top: 0px;
right: 0px;
position: absolute;
z-index: 1;
border-left: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
}
.header-menu {
display: none;
padding: 0px;
background-color: #aabbdd;
border-top: 2px solid #ffffff;
padding-left: 19px;
font-family: verdana;
font-size: 11px;
line-height: 20px;
}
.header-menu a, .header-menu a:visited {
white-space: nowrap;
text-align: left;
padding: 2px 6px 2px 6px;
color: #000000;
text-decoration: none;
}
.header-menu a:hover {
text-decoration: none;
font-weight: bold;
background-color: #6b7da6;
color: #000000;
}
.header-menu ul, #footer-menu ul {
margin: 0px;
padding: 0px;
}
.header-menu li, #footer-menu li {
display: inline;
}

/* BODY */

.bodyblock {
padding: 10px 20px 0px 20px;
}
.bodyheaderblock {
display: none;
border-top: 2px solid #ffffff;
background-color: #d4ddee;
padding: 4px 0px 4px 0px;
}
.bodynavblock {
width: 600px;
border-top: 2px solid #0E4E5A;
color: #62BECB;
font-color: #62BECB;
margin: 10px 0px 4px 300px;
padding: 8px;
}
.bodynavblock a, .bodynavblock a:visited {
color: #62BECB;
}
.body-title {
font-family: verdana;
font-size: 18px;
color: #62BECB;
text-align: left;
padding-left: 24px;
}
.body-midtitle {
font-family: verdana;
font-size: 18px;
color: #62BECB;
text-align: left;
padding-left: 8px;
}

/*ENTRIES*/
.entryHolder {
position: fixed
width: 750px;
color: #ffffff;
border-left: 15px solid #0E4E5A;
border-right: 15px solid #0E4E5A;
border-bottom: 15px solid #0E4E5A;
background-color: #5B3E38;
font-family: verdana;
font-size: 11px;
margin: 25px 0px 4px 300px;
}
.entryUserinfo {
position: absolute;
background-color: #0E4E5A;
border-top: 10px solid #0E4E5A;
border-left: 10px solid #0E4E5A;
border-right: 10px solid #0E4E5A;
border-bottom: 10px solid #0E4E5A;
text-align: center;
font-size: 11px;
font-color: #62BECB;
margin: -21px 0px 0px 600px;
}
.entryUserinfo-username img[src*="userinfo.gif"],
.entryUserinfo-username img[src*="community.gif"],
.entryUserinfo-username img[src*="partnercomm.gif"],
.entryUserinfo-username img[src*="newsinfo.gif"],
.entryUserinfo-username img[src*="syndicated.gif"] {
display:none;
}
.entryUserinfo-usericon img {
border: 0;
}
.entryText {
color: #62BECB;
padding: 6px;
}
.entryHeader {
background-color: #0E4E5A;
color: #000000;
font-family: verdana;
font-size: 11px;
padding: 4px 0px 4px 8px;
}
.entryHeader a{
color: #62BECB;
}
.entryHeaderSubject {
font-weight: bold;
}
.entryHeaderDate a {
color : #62BECB;
text-decoration : none;
}
.entryHeaderDate a:hover {
text-decoration: none;
color : #62BECB;
text-decoration : none;
}
.entryMetadata {
color: #62BECB;
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: verdana;
font-size: 11px;
color: #62BECB;
text-align: right;
padding: 4px 0px 4px 0px;
}
.entryLinkbar ul {
margin: 0px;
padding: 0px;
}
.entryLinkbar li {
padding: 0px 5px 0px 5px;
margin: 0px;
display: inline;
}

/*FOOTER*/

#footer-menu {
background-color: #000000;
text-align: right;
font-size: 11px;
}
#footer-menu a, .footer-menu a:visited {
color: #ffffff;
white-space: nowrap;
padding: 6px;
text-align: left;
}

/*SIDEBAR*/

.sidebar {
position: absolute;
width: 50px;
font-family: verdana;
font-size: 11px;
margin-top: 25px;
margin-left: -10px;
}
.sidebox {
float: left;
color: #62BECB;
background-color: #000000;
margin: 4px 0px 4px 0px;
}
.sideboxTitle {
display: none;
background-color: #dddddd;
color: #000000;
border-top: 2px solid #ffffff;
font-family: verdana;
font-size: 11px;
padding: 4px 0px 4px 8px;
text-align: ;
}
.sideboxContent {
margin-left: 0px;
text-align: justify;
padding: 2px 4px 2px 4px;
width: 300px;
}
.sidebox #profile, .sidebox #latestmonth, .sidebox #search {
text-align: right;
}
.sidebox #tags_sidebox {
text-align: right;
}
.sidebox #systemlinks {
font-size: 16px;
text-align: right;
margin-top: 10px;
margin-right: 0px;
}
.sidebox #latestmonth table{
width: 90%;
margin-left: auto;
margin-right: auto;
margin-top: 4px;
}
.listtitle {
font-weight: bold;
}
.profile-label {
font-weight: bold;
}

/*OTHER PAGES*/

/* COMMENT PAGE */

.commentHolder {
color: #000000;
background-color: #f8f8f8;
border-top: 2px solid #ffffff;
font-family: verdana;
font-size: 11px;
margin: 4px 0px 4px 0px;
}
.commentUserinfo {
text-align: center;
margin: 0px 8px 8px 0px;

background-color: #f8f8f8;
}
.commentUserinfo-usericon img {
border: 0;
}
.commentText {
padding: 6px;
}
.commentHeader {
background-color: #dddddd;
color: #000000;
font-family: verdana;
font-size: 11px;
padding: 4px 0px 4px 8px;
}
.commentHeader a{
color: #000000;
}
.commentHeaderScreened {
font-family: verdana;
font-size: 11px;
background-color: #cccccc;
padding: 4px 0px 4px 8px;
}
.commentHeaderSubject {
font-weight: bold;
}
.commentLinkbar {
font-family: verdana;
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: #f8f8f8;
color: #000000;
padding-left: 10px;
}
#commenttext{
width:100%;
}

/*ARCHIVE PAGE*/
.yearlinks{
text-align: right;
}
.yearlink{
padding-left:4px;
padding-right: 4px;
}
.month {
width: 500px;
border: 1px solid #dddddd;
margin: 8px 8px 8px 40px;
}
.daysubjects {
color: #000000;
padding: 8px 8px 8px 40px;
}
.daytitles {
text-align: center;
border: 1px solid #dddddd;
background: #eeeeee;
color: #000000;
}
.day-blank {
border: 1px solid #dddddd;
}
.day {
border: 1px solid #dddddd;
}
.day-date {
border-right: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
color: #000000;
width: 50%;
text-align: center;
}
.day-count {
width: 50%;
text-align: center;
float: right;
font-size: 20px;
}
.day-count a {
text-decoration: none;
color: #000000;
}

/*TAGS PAGE*/

.tagstable, .tagstable td {
border: 1px solid #dddddd;
}
.tagstable { width: 500px; }

resolved

Previous post Next post
Up