16-06-2014 Saat: 20:27
Yeni bir footer kodldım kendimi geliştirmek amacıyla böle tasarımlar yapıyorum..
global.css ekle
Şablolar>kullandığınız tema>Footer Şablonlar gir ve hepsini sil ekle:
Demo:TIKLA
global.css ekle
Kod:
.footer {
background: #1dd35c;
width: 93.40%;
padding: 40px;
border-bottom: 4px solid #1c9b45;
margin-left: -8px;
margin-top: -5px;
color: #fff;
}
#Yazı tr td a {
text-decoration: none;
color: #fff;
}
.Yazı2{
text-decoration: none;
color: #fff;
font-family: Arial;
font-size: 11px;
font-weight: bold;
}
Kod:
</div>
</div>
</div>
</style>
<div class="footer">
<table width="98%" border="0" id="Yazı">
<tr>
<td width="20%" align="center"><font size="3" face="Arial" color="#eb6642"><strong>Dost Siteler</strong></font><br>
<img src="http://i.hizliresim.com/4m3VWq.png"/><a href="#" >Eklenecek</a><br>
<img src="http://i.hizliresim.com/4m3VWq.png"/><a href="#">Eklenecek</a><br>
<img src="http://i.hizliresim.com/4m3VWq.png"/><a href="#">Eklenecek</a><br>
<img src="http://i.hizliresim.com/4m3VWq.png"/><a href="#">Eklenecek</a><br>
</td>
<td width="90%" align="center"><font size="3" face="Arial" color="#e9312f"><strong>Hakkımızda</strong></font><br>
<font size="2" color="#fff"><strong>Batuhann tasarim 2013 tarihinde kurulan bir <br>tasarım sitesidir. Temaları sizlere sunuyor!</strong></font><br>
<div class="Yazı2">Türkçe Çeviri:<a href="www.mybbdestek.com" target="_blank">MyBB</a> Kodlayanlar <a href="http://www.mybb.com/" target="_blank">MyBB</a> © 2002-2014<a href="http://mybb.com/" target="_blank">MyBB Group</a>.</div>
</td>
</tr>
</table>
</div>
Demo:TIKLA