Merhaba Arkadaşlar Elimde Mybb Plugin var fakat mesaj kutusu sayfanın sağ tarafında kalıyor kodları versem bu kutuyu ekranın tam ortasına gelecek şekilde hizalayabilirmisiniz ?
kodlar :
.avviso {
background: #000;
margin-right: 7px;
color: #fff;
font-size: 13px;
border: 0px solid #94c2e8;
padding: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
filter:alpha(opacity=88);
-moz-opacity:.88; opacity:.88;
-moz-box-shadow:5px 5px 5px #191919;
-webkit-box-shadow:5px 5px 5px #191919;
box-shadow:2px 2px 5px #191919;
width: 300px;
position: fixed;
top: 50%;
right: 2%;
text-align: left;
z-index: 10000000;
}
.avviso a:link {
color: #fff; text-decoration: none;
}
.avviso a:visited {
color: #fff; text-decoration: none;
}
.avviso a:hover, #avviiso a:active {
color: #fff; text-decoration: underline;
}
.close {
background: url(images/+.png) no-repeat;
height: 19px;
width: 18px;
border: none;
margin-left: 5px;
float: right;
}
.close:hover {
background: url(images/-.png) no-repeat;
cursor: pointer;
}