02 Haz 2023 15:32 Yeni Konu Oluştur

Haberler:

Sitemiz Smf 2.1 ve Smf 2.0 sürümleri için Destek ve Tema paylaşım forumudur


Smf Sayfa Numaraları Sitili Pagination Style

Başlatan gevv, 07 Nis 2018 14:48

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

*

  1. 202

  2. 54

  3. 136
07 Nis 2018 14:48 Son düzenlenme: 11 Nis 2018 15:28 gevv Sebep: ekleme

Selam,

bölüm, konu vb.  bölümlerinde görünen ""Sayfa: 1 2 3..... ""  kısmının biraz daha belirgin ve şık durması için  css düzenlemesi

[attach name=pagi.png type=image/png]1372[/attach]


kodların kaynağı http://custom.simplemachines.org/mods/index.php?mod=3235

yukarıda ki mod smf 2 uyumludur smf 2.1 için   kodları temanızın index.css  dosyasına ekleyeceksiniz

/* Smart Pagination */
.pagelinks strong,
.pagesection strong,
.mlist_above strong,
#mlist_below strong,
.smalllinks strong
{
 background: #CFE2FD;
 border: 1px solid #8FC6F8;
 color: #3E3E3E;
 padding: 2px 6px;
 margin-right: 3px;
}
.navPages, small[id*="pages"] a{
 border: 1px solid #BAD6FD;
 color: #666666;
 padding: 2px 6px;
 text-decoration: none;
}
.navPages:hover, small[id*="pages"] a:hover{
 background: #DFEBFD;
 border: 1px solid #BAD6FD;
 color: #666666;
 text-decoration: none;
}
a[href="#top"], a[href="#bot"], a[href="#lastPost"] {
 background: none transparent !important;
}
a[href="#top"]:hover, a[href="#bot"]:hover, a[href="#lastPost"]:hover {
 text-decoration: none;
}
.pagesection {padding: 0.3em}


Ayrıca @snrj  hocamın smf 2.1 için paylaşımlarına göz atmanızı öneririm

http://smf.konusal.com/index.php?topic=1098.0
http://smf.konusal.com/index.php?topic=1099.0




Benzer Konular (5)


MENU ×