CSS Kodlar
FOOTER TEXT REKLAM KALDIRMA (DİKKAT YASAKTIR! SADECE TASARIMCILAR İÇİN PAYLAŞIYORUM)
#webme_footer_textlink_dont_hide{ display:none; }
MENÜ GİZLEME
h1#title{display: none;} h2#title span {display: none;} div.header{display: none;}
li.nav_element{list-style-type: none;} li.nav_element{display: none;}
REKLAM ORTALAMA
table {margin-left: auto;margin-right: auto}
LİNK DÜZENLEME (ANİMASYONLU)
a {
text-decoration: none;
position: relative;
color: #3498db;
}
a:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0%;
border-bottom: 2px solid #3498db;
transition: 0.4s;
}
a:hover:after {
width: 100%;
}
FOOTER TEXT REKLAM DÜZENLEME
#webme_footer_textlink_dont_hide
{ color: #545454; background-color: #eee; padding:8px; border-radius:15px; text-decoration:none; }
::-moz-selection { background:#c00; color:#fff; } ::selection { background:#c00;
color:#fff; }
SAYFA YÜKLENİYOR YAZISI
<style type="text/css">
<!--
#loading {
width: 200px;
height: 100px;
position: absolute;
left: 50%;
top: 50%;
margin-top: -50px;
margin-left: -100px;
text-align: center;
}
-->
</style>
<script type="text/javascript">
document.write('<div id="loading"><br><br><span style="font-family: Segoe UI;">
<span style="color: rgb(255, 255, 255);"><span style="font-size: large;">Sayfa Yükleniyor...
</span></span></span></div>');
window.onload=function(){
document.getElementById("loading").style.display="none";
}
</script>