The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Online banner not showing on messages

2 posters

Go down

Online banner not showing on messages Empty Online banner not showing on messages

Post by perca December 5th 2009, 6:46 pm

Hello once again!

I'm having some issues with my message layout. Since I started messing with my css, I think I did something wrong and messed up withe the setting of the "online banner" on the avatar's side that appears on the members messages when they're online.

There goes my css, in case anyone could let me know what is making the image dissapear:

The CSS I added on the CSS window

Code:
div.row1 {
background : #000000;
}
div.row2 {
background : #080808;
}

#search_keywords {
-moz-border-radius : 5px 0 0 5px;
-webkit-border-radius : 5px 0 0 5px;
background : #000;
border : 1px solid #666;
color : #CCC;
}

#search{
display:none;
}

.module {
   margin-bottom: 4px;
   padding: 0 10px;
   background-color: #212121;
   color: #cccccc;
   overflow: hidden;
   }

h3, .h3 {
   font-family: Verdana,Arial,Helvetica,sans-serif;
   text-transform: uppercase;
   border-bottom: 1px solid #212121;
   margin-bottom: 3px;
   padding-bottom: 2px;
   font-size: 1.05em;
   color: #ffffff;
   margin-top: 20px;
   }

ul.forums {
   background-color: #5E5D2A;
   background-image: none;}


.postprofile a:hover, .postprofile dt.author a:hover {
   text-decoration: none;
   color: #fdfcf7;}


text-decoration: none;

a:active{
    color: #a33232;
    text-decoration: none;}

a.forumtitle:hover {
   color: #fdfcf7;
   text-decoration: none;
   }

a.topictitle:hover {
   color: #fdfcf7;
   text-decoration: none;
   }

.postprofile a:hover, .postprofile dt.author a:hover {
   text-decoration: none;
   color: #fdfcf7;
   }

.right, .rightside {
display:none !important;}

ul.topiclist {
   background-repeat: no-repeat;
background-position: right;
   }

.linklist {
display:none !important;}

dd.moderation span {display:none !important;}


blockquote {
   margin: 1em 1px 1em 25px;
   padding: 5px;
   background: #212121 url("http://img30.imageshack.us/img30/6306/staryd.png") 6px 8px no-repeat;
   border: 1px dashed #d0d455;
   font-size: 0.95em;
   margin: 1em 1px 1em 25px;
   overflow: hidden;
   }
blockquote div {
    margin-left: 20px;
    }
blockquote blockquote {
   background-color: #000000;
   font-size: 1em;
   margin: 0.5em 1px 0pt 15px;
   }
blockquote blockquote blockquote {
    background-color: #212121;
    }
blockquote cite {
   font-style: normal;
   font-weight: bold;
   display: block;
   font-size: 0.9em;
   }
blockquote cite cite {
    font-size: 1em;
    }
blockquote.uncited {
    padding-top: 25px;
    }

.second_nav {
        padding: 0 0 0 0;
        background-image: url('');
        border-color: transparent;
        width:98%;
        }

#twitter_div a:link{
color: #fff;

}
#twitter_div a:hover{
color: #03a5b4;
}
#twitter_div{
color: #006383;
}.twitterfeed{
background-image: url(http://i33.tinypic.com/14kblfo.png); /* desired twitter image */
background-repeat: no-repeat;
}


ul.linklist li.footer-home {
  float: left;
  display: none;
}

ul.linklist li.rightside {
  color: #000000;
  float: left;
  margin-left: 200px;
}

div#page-footer ul.linklist {
list-style-type: none;
width: auto;
font-size: 9px;
color: #090909;
line-height: 2.6em;
display: none;
}
div#page-footer ul.linklist a:link{
color: #090909;
}
div#page-footer ul.linklist a:hover{
color: #090909;
}

div#page-footer .linklist strong a:link{
color: #090909;
}

div#page-footer .linklist strong a:hover{
color: #090909;
}

a.copyright {
color : #090909;
}

#tabs .activetab a:hover span {
   color: #f05234;
   background-position: 100% 0;
   }

fieldset dl:hover dt label {
   color: #f05234;
   }

.postlink {
   color: #fff;
   border-bottom-color: #fff;
   }
.postlink:visited {
   color: #f05234;
   border-bottom-color: #fff;
   }
.postlink:active {
    color: #9ab53b;
    }
.postlink:hover {
   background-color: #f05234;
   color: #000;
   }

.row .pagination {
   display: block;
   float: right;
   width: auto;
   margin-top: 0;
   padding: 1px 0 1px 15px;
   font-size: 0.9em;
   background: url("http://2img.net/i/fa/empty.gif") 0 50% no-repeat;
   }

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
   background-color: #;
   color: #9ab53b;
   }

#search_menu , #plus_menu {
background : #080808;
}

ul.linklist li a img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 0.5;}

ul.linklist li a img:hover {
filter:alpha(opacity=100);
-moz-opacity: 0.85;
opacity: 1.0;
position: relative;
top: -2px;}


dl.codebox {
padding: 3px;
background-color: lightyellow;
border: 1px solid #C9D2D8;
font-size: 1em;
}

dl.codebox dt {color: purple;}

.codebox dd {color: brown;}

dl.codebox code {color: darkgrey;}

select {
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-weight: normal;
   cursor: pointer;
   vertical-align: middle;
   border: 1px solid #d0d455;
   padding: 1px;
        color: #fff;
   background-color: #000;}


#search-box #keywords {
   width: 95px;
   background-color: #000000;}

.resizebox {
   background-color: #000000;
   max-width: 100%;
   line-height: 1.1em;
   cursor: default;
   font-size: 10px;
   font-weight: normal;
   font-style: normal;
   margin: 0;
   text-align: left;
   display: inline-block;
   }


input {
background-color: #000000;
color : #000000;
}

a.button1, input.button1, a.button2, input.button2, button.button2 {
   width: auto !important;
   padding: 2px 3px;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   color: #000000;
   background-repeat: repeat-x;
   background-color: #000000;
   background-image: url('http://2img.net/i/fa/prosilver/bg_button.gif');
   background-position: top;
   overflow: visible;
   }


a.button1, a.button2,  button.button2 {
-moz-border-radius : 0 5px 5px 0;
-webkit-border-radius : 0 5px 5px 0;
background : #ccc;
border : 1px solid #666;
color : #000;
}

.inputbox {
   background-color: #000000;
   border: 1px solid #BCBCBC;
   color: #ffffff;
   padding: 2px;
   cursor: text;
   }


.inputbox:hover {
    border: 1px solid #97b33c;
    }
.inputbox:focus {
   border: 1px solid #f05234;
   color: #ffffff;
   }


a.button1:link, a.button1:visited, a.button1:active, a.button2:link, a.button2:visited, a.button2:active {
   color: #fff;
   text-decoration: none;
   background-repeat: repeat-x;
   background-color: #000000;
   background-image: url('http://2img.net/i/fa/prosilver/bg_button.gif');
   background-position: top;
   overflow: visible;
   }


a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, button.button2:hover {
   color: #f05234;
background-repeat: repeat-x;
   background-color: #000000;
   background-image: url('http://2img.net/i/fa/prosilver/bg_button.gif');
   background-position: top;
   overflow: visible;
   }

I've been having that issue since the last forum I had on Forumotion, didn't manage to solve this myself, sadly. I thank you in advance for your time and attention.
perca
perca
Forumember

Female Posts : 75
Reputation : 0
Language : Portuguese
Location : Brazil

http://limestripe.englishboards.com/

Back to top Go down

Online banner not showing on messages Empty Re: Online banner not showing on messages

Post by luxuryugg December 7th 2009, 9:20 am

er,Very sorry,it's hard for me.I can't give you a hand.


URL Removed
:wouhou:
avatar
luxuryugg
New Member

Posts : 3
Reputation : 0
Language : English

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum