Forum Bugs & Suggestions (33 Viewers)

B3N

Floro Fckin' Flores
May 16, 2010
6,623
@Mark do you wanna try this code for Serie A table on home page? no fixed width to break the layout

SATable.PNG
SATable-mobile.PNG

I think adding the link to their site, FcTables.com , is also optional.

Code:
<iframe frameborder="0"  scrolling="no" width="100%" height="500" src="https://www.fctables.com/italy/serie-a/iframe/?type=table&lang_id=2&country=108&template=17&team=&timezone=America/New_York&time=24&po=1&ma=1&wi=1&dr=1&los=1&gf=0&ga=0&gd=0&pts=1&ng=0&form=0&width=100%&height=500&font=Verdana&fs=12&lh=20&bg=FFFFFF&fc=222222&logo=1&tlink=1&ths=1&thb=1&thba=333333&thc=f2f2f2&bc=dddddd&hob=f5f5f5&hobc=ebe7e7&lc=333333&sh=1&hfb=1&hbc=d7d7d7&hfc=141414"></iframe>
 

Mark

The Informer
Administrator
Dec 19, 2003
97,622
@Mark do you wanna try this code for Serie A table on home page? no fixed width to break the layout

SATable.PNG
SATable-mobile.PNG

I think adding the link to their site, FcTables.com , is also optional.

Code:
<iframe frameborder="0"  scrolling="no" width="100%" height="500" src="https://www.fctables.com/italy/serie-a/iframe/?type=table&lang_id=2&country=108&template=17&team=&timezone=America/New_York&time=24&po=1&ma=1&wi=1&dr=1&los=1&gf=0&ga=0&gd=0&pts=1&ng=0&form=0&width=100%&height=500&font=Verdana&fs=12&lh=20&bg=FFFFFF&fc=222222&logo=1&tlink=1&ths=1&thb=1&thba=333333&thc=f2f2f2&bc=dddddd&hob=f5f5f5&hobc=ebe7e7&lc=333333&sh=1&hfb=1&hbc=d7d7d7&hfc=141414"></iframe>
like this?
 
OP
Marty

Marty

tuz
Administrator
Jul 2, 2005
16,991
  • Thread Starter
  • Thread Starter #1,286
    Sorted a mini logo for mobile view for most of the styles and uploaded the new logos.

    High resolution > big logos (the ones added a few days ago)
    Normal resolution > normal logos (the new ones from today)
    Low resolution > small logo
     

    B3N

    Floro Fckin' Flores
    May 16, 2010
    6,623
    oh, no Juventus highlighted, must be highlighted. :D Will check if I can fix that.
    If you're customizing from scratch, make sure to put 100% for width (to avoid overflow) and don't add the last part (#5 link to their site)
     
    OP
    Marty

    Marty

    tuz
    Administrator
    Jul 2, 2005
    16,991
  • Thread Starter
  • Thread Starter #1,291
    The "post automatically merged" banner is ugly and unnecessary
    Yeah I fixed that before, thought it looked silly. Should be the same as on the old forum. Which style are you on? Probably not fixed in that particular style.
     

    B3N

    Floro Fckin' Flores
    May 16, 2010
    6,623
    @Mark or @Marty

    Sticky threads on Juventuz style are a bit dark / off , in case you and others like this change:

    ST-dark.PNG


    ST-light.PNG

    Code:
    .structItemContainer-group--sticky {
    
        border-bottom: 4px solid;
        color: #505050;
        background-color: #D7D7D7;
    
    }
    
    .structItem-minor {
    
        font-size: 12px;
        color: #777777;
    
    }
     

    Mark

    The Informer
    Administrator
    Dec 19, 2003
    97,622
    @Mark or @Marty

    Sticky threads on Juventuz style are a bit dark / off , in case you and others like this change:

    ST-dark.PNG


    ST-light.PNG

    Code:
    .structItemContainer-group--sticky {
    
        border-bottom: 4px solid;
        color: #505050;
        background-color: #D7D7D7;
    
    }
    
    .structItem-minor {
    
        font-size: 12px;
        color: #777777;
    
    }
    I'll let Marty play with these. :D

    can't seem to have mentions in a different color than the actual black text. :think:
     
    OP
    Marty

    Marty

    tuz
    Administrator
    Jul 2, 2005
    16,991
  • Thread Starter
  • Thread Starter #1,297
    OK well going out for dinner with the company now so I'll let Mark do it instead :p I changed it to a lighter colour but perhaps too light?

    FYI: Style properties > Color palette > Color 1
     

    B3N

    Floro Fckin' Flores
    May 16, 2010
    6,623
    I'll let Marty play with these. :D

    can't seem to have mentions in a different color than the actual black text. :think:
    not sure if I target the element correctly, but if Marty add this rule to CSS (for defualt Juventuz Style), it should highlight the mentions in posts

    Code:
    a[data-xf-init="member-tooltip"] {
      color: #f2930d;
    }

    data-MemberTT.PNG
     
    Last edited:
    OP
    Marty

    Marty

    tuz
    Administrator
    Jul 2, 2005
    16,991
  • Thread Starter
  • Thread Starter #1,299
    not sure if I target the element correctly, but if Marty add this rule to CSS, it should highlight the mentions in posts

    Code:
    a[data-xf-init="member-tooltip"] {
      color: #f2930d;
    }

    data-MemberTT.PNG
    Nice job :) we'll give that a whirl later, looks about right.
     

    Users Who Are Viewing This Thread (Users: 0, Guests: 33)