Annawantest Wiki
Register
Advertisement
/* Message Wall */
blockquote.speech-bubble-message > textarea#WallMessageTitle {
    background:#FFFFFF;
    color:#000000;
    border:0.5px solid #000000;
    border-radius:5px;
}
 
blockquote.speech-bubble-message > textarea#WallMessageBody {
    background:#FFFFFF;
    color:#000000;
    border:0.5px solid #000000;
    border-radius:5px;
}
 
blockquote.speech-bubble-message > textarea#WallMessageBody.body.focus {
    box-shadow:0 0 5px #005568;
    color:#000000;
    border-radius:5px;
}
 
blockquote.speech-bubble-message > textarea#WallMessageTitle.title.focus {
    box-shadow:0 0 5px #005568;
    color:#000000;
    border-radius:5px;
}
 
div#Wall.Wall > ul.comments > li.SpeechBubble.message > blockquote.speech-bubble-message > div.msg-title > a {
    color:#000000;
}
 
.Wall .SortingBar, .WallHistory .SortingBar { 
    background: none repeat scroll 0 0 transparent;
    border-top: 1px solid #191919;
    font-size: 12px;
    height: 25px;
    text-align: right;
}
 
ul.comments > li.SpeechBubble.message > ul.replies > li.SpeechBubble.new-reply > blockquote.speech-bubble-message > textarea {
    background:#FFFFFF;
    color:#000000;
    border-radius:5px;
}
 
ul.comments > li.SpeechBubble.message > ul.replies > li.SpeechBubble.new-reply > blockquote.speech-bubble-message > textarea.focus {
    box-shadow:0 0 5px #005568;
    color:#000000;
    border-radius:5px;
}
 
div#column-one > div#p-personal.portlet > div.pBody > ul > li#pt-wall-notifications > a.wall-notifications-monobook {
    padding-right:10px;
    float:right;
}
Advertisement