Konuyu Oyla:
  • Toplam: 1 Oy - Ortalama: 4
  • 1
  • 2
  • 3
  • 4
  • 5
Mod Kontrol Paneli İconları
#1
Arkadaşlar kullanıcı paneli iconları kaybolduğu gibi mod kontrol paneli iconları da kayboldu. İconları kaybolanlar için..

Admin KP ► Şablon & Stil ► Kullandığınız Tema ► modcp.css ► Stil Sayfasını Düzenle: Gelişmiş Mod burayı şu kodla değiştirin;


Kod:
.modcp_nav_item {
    display: block;
    padding: 1px 0 1px 23px;
}

.modcp_nav_home {
    background: url(http://st.10tl.net/tema/admin2/images/modcp/home.gif) no-repeat left center;
}

.modcp_nav_announcements {
    background: url(http://st.10tl.net/tema/admin2/images/modcp/announcements.gif) no-repeat left center;
}

.modcp_nav_reports {
    background: url(http://st.10tl.net/tema/admin2/images/modcp/reports.gif) no-repeat left center;
}

.modcp_nav_modqueue {
    background: url(http://st.10tl.net/tema/admin2/images/modcp/modqueue.gif) no-repeat left center;
}

.modcp_nav_modlogs {
    background: url(http://st.10tl.net/tema/admin2/images/modcp/modlogs.gif) no-repeat left center;
}

.modcp_nav_editprofile {
    background: url(http://st.10tl.net/tema/admin2/images/modcp/editprofile.gif) no-repeat left center;
}

.modcp_nav_banning {
    background: url(http://st.10tl.net/tema/admin2/images/modcp/banning.gif) no-repeat left center;
}

.modcp_nav_warninglogs {
    background: url(http://st.10tl.net/tema/admin2/images/modcp/warninglogs.gif) no-repeat left center;
}

.modcp_nav_ipsearch {
    background: url(http://st.10tl.net/tema/admin2/images/modcp/ipsearch.gif) no-repeat left center;
}

.modqueue_message {
    overflow: auto;
    max-height: 250px;
}

.modqueue_controls {
    width: 270px;
    float: right;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
    padding: 6px;
    font-weight: bold;
}

.modqueue_controls label {
    margin-right: 8px;
}

.label_radio_ignore, .label_radio_delete, .label_radio_approve {
    font-weight: bold;
}

.modqueue_meta {
    color: #444;
    font-size: 95%;
    margin-bottom: 8px;
}

.modqueue_mass {
    list-style: none;
    margin: 0;
    width: 150px;
    padding: 0;
}

.modqueue_mass li {
    margin-bottom: 4px;
    padding: 0;
}

.modqueue_mass li a {
    display: block;
    padding: 4px;
    border: 1px solid transparent;
}

.modqueue_mass li a:hover {
    background: #efefef;
    border: 1px solid #ccc;
    text-decoration: none;
}
Ara
Cevapla PGM
Teşekkür verenler:
#2
paylaşım için saol
Ara
Cevapla PGM
Teşekkür verenler:
#3
Kod:
.modcp_nav_item {
    display: block;
    padding: 1px 0 1px 23px;
}

.modcp_nav_home {
    background: url(images/modcp/home.gif) no-repeat left center;
}

.modcp_nav_announcements {
    background: url(images/modcp/announcements.gif) no-repeat left center;
}

.modcp_nav_reports {
    background: url(images/modcp/reports.gif) no-repeat left center;
}

.modcp_nav_modqueue {
    background: url(images/modcp/modqueue.gif) no-repeat left center;
}

.modcp_nav_modlogs {
    background: url(images/modcp/modlogs.gif) no-repeat left center;
}

.modcp_nav_editprofile {
    background: url(images/modcp/editprofile.gif) no-repeat left center;
}

.modcp_nav_banning {
    background: url(images/modcp/banning.gif) no-repeat left center;
}

.modcp_nav_warninglogs {
    background: url(images/modcp/warninglogs.gif) no-repeat left center;
}

.modcp_nav_ipsearch {
    background: url(images/modcp/ipsearch.gif) no-repeat left center;
}

.modqueue_message {
    overflow: auto;
    max-height: 250px;
}

.modqueue_controls {
    width: 270px;
    float: right;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
    padding: 6px;
    font-weight: bold;
}

.modqueue_controls label {
    margin-right: 8px;
}

.label_radio_ignore, .label_radio_delete, .label_radio_approve {
    font-weight: bold;
}

.modqueue_meta {
    color: #444;
    font-size: 95%;
    margin-bottom: 8px;
}

.modqueue_mass {
    list-style: none;
    margin: 0;
    width: 150px;
    padding: 0;
}

.modqueue_mass li {
    margin-bottom: 4px;
    padding: 0;
}

.modqueue_mass li a {
    display: block;
    padding: 4px;
    border: 1px solid transparent;
}

.modqueue_mass li a:hover {
    background: #efefef;
    border: 1px solid #ccc;
    text-decoration: none;
}

Okadar Up Etmene Gerek yoktu ama +REP VERDİM
Ara
Cevapla PGM
Teşekkür verenler:
#4
Yorumlar için teşekkürler..

(13-08-2012 Saat: 12:38)InfeqTecq Nickli Kullanıcıdan Alıntı:
Kod:
.modcp_nav_item {
    display: block;
    padding: 1px 0 1px 23px;
}

.modcp_nav_home {
    background: url(images/modcp/home.gif) no-repeat left center;
}

.modcp_nav_announcements {
    background: url(images/modcp/announcements.gif) no-repeat left center;
}

.modcp_nav_reports {
    background: url(images/modcp/reports.gif) no-repeat left center;
}

.modcp_nav_modqueue {
    background: url(images/modcp/modqueue.gif) no-repeat left center;
}

.modcp_nav_modlogs {
    background: url(images/modcp/modlogs.gif) no-repeat left center;
}

.modcp_nav_editprofile {
    background: url(images/modcp/editprofile.gif) no-repeat left center;
}

.modcp_nav_banning {
    background: url(images/modcp/banning.gif) no-repeat left center;
}

.modcp_nav_warninglogs {
    background: url(images/modcp/warninglogs.gif) no-repeat left center;
}

.modcp_nav_ipsearch {
    background: url(images/modcp/ipsearch.gif) no-repeat left center;
}

.modqueue_message {
    overflow: auto;
    max-height: 250px;
}

.modqueue_controls {
    width: 270px;
    float: right;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
    padding: 6px;
    font-weight: bold;
}

.modqueue_controls label {
    margin-right: 8px;
}

.label_radio_ignore, .label_radio_delete, .label_radio_approve {
    font-weight: bold;
}

.modqueue_meta {
    color: #444;
    font-size: 95%;
    margin-bottom: 8px;
}

.modqueue_mass {
    list-style: none;
    margin: 0;
    width: 150px;
    padding: 0;
}

.modqueue_mass li {
    margin-bottom: 4px;
    padding: 0;
}

.modqueue_mass li a {
    display: block;
    padding: 4px;
    border: 1px solid transparent;
}

.modqueue_mass li a:hover {
    background: #efefef;
    border: 1px solid #ccc;
    text-decoration: none;
}

Okadar Up Etmene Gerek yoktu ama +REP VERDİM

Çok uzun sürmedi zaten. Rep için sağ ol.
Ara
Cevapla PGM
Teşekkür verenler:
#5
(13-08-2012 Saat: 12:37)kaan4865 Nickli Kullanıcıdan Alıntı: paylaşım için saol
Tekrar Genel Şef...
ÜCRETLİ TASARIM İŞLERİNİZ YAPILIR !
Ara
Cevapla PGM
Teşekkür verenler:
#6
Konu için teşekkürler.

Bilinen Problemlere Taşındı !
GÖREVİNİ BIRAKTI
Önce AHLAK ve MANEVİYAT

Hakk’ın tesisi için çalışmamakla Batıl’ın hakimiyeti için çalışmak arasında fark yoktur.



Prof. Dr. Necmettin ERBAKAN


TÜM KONULARIM

Başaɾının içeɾiğindeki en önemli, biɾicik malzeme, insanlaɾla nasıl geçineceğini iyi bilmektiɾ. / Theodore Roosevelt
Ara
Cevapla PGM
Teşekkür verenler:
#7
Güzel konu yapmışsın +repp verdim.
Ara
Cevapla PGM
Teşekkür verenler:
#8
Sabitlenmeli.
Ara
Cevapla PGM
Teşekkür verenler:
#9
10tl.net Dışı Domain//Edit:TaaRRuz
Ara
Cevapla PGM
Teşekkür verenler:
#10
Teşekkürler yararlı bir konu.
“Mazlumun zalimden öcünü alacağı gün,
şüphesiz zalimin zulmettiği günden daha çetin olacaktır !"
Hz. Ali (r.a)

Kuş ölür, sen uçuşu hatırla...
Ara
Cevapla PGM
Teşekkür verenler:
#11
(26-08-2012 Saat: 20:25)TaaRRuz Nickli Kullanıcıdan Alıntı: Teşekkürler yararlı bir konu.
Ara
Cevapla PGM
Teşekkür verenler:
#12
Önemli değil.
Ara
Cevapla PGM
Teşekkür verenler:
#13
Benimkilerde gitmişti ama şimdi süper oldu, teşekkürler.
Ara
Cevapla PGM
Teşekkür verenler:
#14
Saol YaRaRlı Konu....
Eskilerden Eser Yok Oldu
Ara
Cevapla PGM
Teşekkür verenler:
#15
Rica ederim.

Güncel.
Ara
Cevapla PGM
Teşekkür verenler:


Hızlı Menü:


Şu anda bu konuyu okuyanlar: 1 Ziyaretçi



Reklam yaziniz bostur. ayarlardan duzenleyiniz:medi -

Online Shopping App
Online Shopping - E-Commerce Platform
Online Shopping - E-Commerce Platform
Feinunze Schmuck Jewelery Online Shopping