xF 2.0 Theme

xF 2.0 Theme 1.5.24

No permission to download
Loving this. I have just changed node icons in style properties but my icons show under the default ones. How do i remove the default ones?
 
This theme is great!
Any idea how to fix the 'Go to First Unread' box?
 

Attachments

  • Clip1.webp
    Clip1.webp
    4.7 KB · Views: 10
DohTheme updated xF 2.0 Theme with a new update entry:
  • 'Go to First Unread' box bug fixed

This box was still to small in some situations, because in my language it needs more space :)
I changed this in page_nav.css to make it work:
HTML:
.PageNav a.text
    {
        width: auto;
        padding-left: 5px;
        padding-right: 5px;           
    }

.PageNav a.distinct
    {
        margin-left: @pageNavLinkSpacing;
    }
 
This box was still to small in some situations, because in my language it needs more space :)
I changed this in page_nav.css to make it work:
HTML:
.PageNav a.text
    {
        width: auto;
        padding-left: 5px;
        padding-right: 5px;          
    }

.PageNav a.distinct
    {
        margin-left: @pageNavLinkSpacing;
    }

I configured it as English language but you made good work
 
How to fix a category view, make as a forum?
cafe4107240e4a92b269d899154b0578.png
 
Top Bottom