im searching for the "transparent shoutout box" here, but i cant find it ..
can anyone here give me the code for that?
thanks in advance..
Recently, someone ask this code.
I just edited this code to make your shout transparent.
@viewers: I have specify the code if you want to edit it by parts.
[spoiler]/* SHOUTOUT MESSAGE */
.controlpanel .so {
position: relative;
background: transparent !important;
color: #HEXCOLOR;
font-weight: none;
text-align: center;
border-width: 2px;
border-style: insent;
border-color: #HEXCOLOR;}
.minicontrolpanel .so {
position: relative;
background: transparent !important;
color: #HEXCOLOR;
font-weight: none;
text-align: center;
border-width: 2px;
border-style: insent;
border-color: #HEXCOLOR;}
.controlpanel .so a {
color: #HEXCOLOR;}
.minicontrolpanel .so a {
color: #HEXCOLOR;}
.controlpanel .so div#cpShoutoutBox {
padding-top: 7px;
padding-left: 7px;
padding-right: 5px;
padding-bottom: 7px;
margin: 0px;}
.controlpanel .so div#cpShoutoutEditBox {
padding-top: 7px;
padding-left: 7px;
padding-right: 5px;
padding-bottom: 7px;
margin: 0px;}
.minicontrolpanel .so div#cpShoutoutBox {
padding-top: 7px;
padding-left: 7px;
padding-right: 5px;
padding-bottom: 7px;
margin: 0px;}
.minicontrolpanel .so div#cpShoutoutEditBox {
padding-top: 7px;
padding-left: 7px;
padding-right: 5px;
padding-bottom: 7px;
margin: 0px;}
.controlpanel .so div#cpShoutoutEditBox{
display: none;}
.minicontrolpanel .so div#cpShoutoutEditBox {
display: none;}
.controlpanel .sol {
position: absolute;
left: -5px;
top: 8px;
width: 6px;
height: 11px;
background: transparent !important;}
.minicontrolpanel .sol {
position: absolute;
left: -5px;
top: 8px;
width: 6px;
height: 11px;
background: transparent !important;}
.controlpanel .sob {
width: 257px;
height: 2px;
background: transparent !important;
line-height: 0px;
font-size: 0px;}
.minicontrolpanel .sob {
width: 257px;
height: 2px;
background: transparent !important;
line-height: 0px;
font-size: 0px;}
.controlpanel .label {
text-align: left;
font-weight: bold;
margin-top: 10px
margin-left: 0px;
margin-right: 0px;
margin-bottom: 3px;
color: #HEXCOLOR;}
.minicontrolpanel .label {
text-align: left;
font-weight: bold;
margin-top: 10px
margin-left: 0px;
margin-right: 0px;
margin-bottom: 3px;
color: #HEXCOLOR;}[/spoiler]
Try this code in your CSS extension.