20-07-2017 Saat: 13:30
En son 1 yıl önce duyuru panosu kodlamıştım, çoğu şeyi unutmuşum.
Önizleme: https://codepen.io/jinpachi/pen/BZXjYM
Önizleme: https://codepen.io/jinpachi/pen/BZXjYM
PHP Kod:
<div style="background:url(https://www.planwallpaper.com/static/images/cool-wallpapers-hd-8087-8418-hd-wallpapers.jpg) no-repeat;width:244px;height:351px;padding:13px 0 0 40px"><p><font face="Arial" size="4,5" color="white">
<b> Forum Rütbe Sistemi
<html>
<head>
<style type="text/css">
div.background {
width:200px;
height:230px;
background:url('th_4.jpg') repeat;
border:1px solid black;
}
div.transbox {
width:200px;
height:230px;
margin:0px 0px;
background-color:#ffffff;
border:1px solid black;
opacity:0.6;
filter:alpha(opacity=60);
}
div.transbox p {
margin:30px 40px;
font-weight:bold;
color:#000000;
}
</style>
</head>
<body>
<div class="background">
<div class="transbox">
<font color="red">*Admin<br>
<font color="black">*Genel Sorumlu<br>
<font color="darkblue">*Süper Moderator<br>
<font color="green">*Moderator<br>
<font color="aqua">*Asistan<br>
<font color="purple">*Grafiker<br><br><br><br><br>
<font color="blue">Kodlayan: Jinpachi
</b></font></p></div>
</p>
</div>
</div>
</body>
</html>