Show DevBest vBulletin BB Code: Red Warning

Owen

Mar 20, 2013
1,208
614
This is ripped from Rasta's index but seeing as if other people who have forums need help then why not use this but try make their own edit. Sorry if you didn't want this ripped anyway Rasta:/ - just felt it would be nice to put here for people to get educated.
Replacement:
HTML:
<div class="shoutboxWarning">
{param}
</div>
CSS:
PHP:
.forum_list .shoutboxWarning {
margin: 0 10px 10px 10px;
}
.shoutboxWarning {
text-align: center;
font-size: 11px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
background: #B65858;
color: #FFF;
padding: 7px;
text-shadow: 0 0 0 transparent,1px 1px 1px #000;

8SKsYPE.png
 
Last edited:

xhilaration

New Member
Mar 14, 2015
30
5
Most appreciative, thank you

Was thinking different background color but like bloodred font would be good maybe :)
 

Kristo

Website & Software Developer
Feb 5, 2015
269
69
Thanks, I have been looking for this for a while
 
.forum_list .shoutboxWarning {
margin: 0 10px 10px 10px;
}
.
shoutboxWarning {
text-align: center;
font-size: 11px;
-
webkit-border-radius: 3px;
-
moz-border-radius: 3px;
-
khtml-border-radius: 3px;
border-radius: 3px;
background: #B65858;
color: #FFF;
padding: 7px;
text-shadow: 0 0 0 transparent,1px 1px 1px #000;

I am interested in changing the opacity of the code, how could I go about doing that?
 

LeChris

i drain to live
Sep 30, 2013
2,750
1,340
Thanks, I have been looking for this for a while
 


I am interested in changing the opacity of the code, how could I go about doing that?
Just add opacity:0.7; or however much you want. If you want to change the Hex go to
 

Users who are viewing this thread

Top