.pagelink a:nth-last-child(2), .pagelink a:nth-child(2) { font-weight: bold; font-size: 110%; } /* Fix dla ma³ej ilo¶ci stron */ .pagelink a:nth-child(3) { font-weight: normal; font-size: 100%; }
Offline
Wersja poprawiona:
/* pogrubienie pierwszego ostatniego linka w li¶cie stron tematu */ .pagelink a:nth-last-child(2), .pagelink a:nth-child(2), .pagelink strong:last-child, .pagelink strong:nth-child(1) { font-weight: bold; font-size: 110%; } .pagelink a:nth-child(3), .pagelink a:nth-child(4), .pagelink strong + a:nth-child(2) { font-weight: normal; font-size: 100%; } .pagelink strong:first-child ~ a:nth-last-child(2), .pagelink strong:first-child + a[href$="&p=2"]:nth-last-child(2) { font-weight: bold; font-size: 110%; }
Offline