PHP
.eventalert {
padding: 10px;
font-family: PT Sans Caption;
font-family: Ubuntu;
font-weight: 400;
background: #DBDBDB;
border-top: 4px solid #FFFFFF;
border-bottom: 4px solid #C9C9C9;
width: 300px;
height: 205px;
border-radius: 5px;
-webkit-box-shadow: 0 0 0 1px #000;
box-shadow: 0 0 0 1px #000;
left: 50%;
top: 50%;
margin-left: -200px;
position: relative;
margin-top: 220px;
}
.eventalert .head {
height: 20px;
line-height: 20px;
text-align: center;
text-shadow: 0 1px 1px #FFF;
font-size: 14px;
font-weight: 700;
color: #000;
}
.eventalert .close {
float: right;
height: 20px;
width: 20px;
background: url('<?php echo $path; ?>/public/images/client/illumina/close.png');
margin-right: 5px;
margin-top: 0px;
cursor: pointer;
color: #000;
}
.eventalert .inner {
font-family: PT Sans Caption;
background: #FFF;
margin-top: 20px;
height: 60px;
border: 1px solid #000;
border-radius: 3px;
padding: 10px;
font-size: 13px;
color: #000;
}
.eventalert .goroom {
font-size: 12px;
color: #000;
font-weight: bold;
float: right;
width: 140px;
height: 25px;
margin-top: 30px;
line-height: 25px;
text-align: center;
border-radius: 4px;
background: #E2E2E2;
border-top: 3px solid #FFF;
border-bottom: 3px solid #D9D9D9;
-webkit-box-shadow: 0 0 0 1px #919191;
box-shadow: 0 0 0 1px #919191;
cursor: pointer;
}
Alles anzeigen
Versuch das mal so.