Page 1 of 2 1 2 LastLast
Results 1 to 10 of 17
  1. #1
    Player Kennocha's Avatar
    Join Date
    Mar 2011
    Posts
    27
    Character
    Mikobiko
    World
    Asura
    Main Class
    WAR Lv 99

    Forums not center aligned (Fix inside)

    I got incredibly irritated at the center align issue of these new forums. So here are the fix's you need to add to center it. There are addons that you may use to do this manually, but my hope is SE implements them seeing as it takes less than 5 seconds.

    html {
    background:#555046 url(images/elevenb/doc_bg.jpg) repeat-y ;

    }

    Needs to be:

    html {
    background:#555046 url(images/elevenb/doc_bg.jpg) repeat-y ;
    background-position:top center;
    }

    And:

    body {
    width:910px;
    min-width:650px;
    max-width:auto;
    margin: 38px 0px 0px 57px;
    font-size:13px;
    color:#3e3e3e;
    line-height:1.230;
    }

    Needs to be:

    body {
    width:910px;
    min-width:650px;
    max-width:auto;
    margin: 38px 0px 0px 57px;
    font-size:13px;
    color:#3e3e3e;
    line-height:1.230;
    margin-left: auto;
    margin-right: auto;
    }

    Tested in Chrome 10.

    Hope you can implement these changes
    (0)

  2. #2
    Player Kennocha's Avatar
    Join Date
    Mar 2011
    Posts
    27
    Character
    Mikobiko
    World
    Asura
    Main Class
    WAR Lv 99
    As a quick update, in chrome I was able to apply this using https://chrome.google.com/extensions...oegfcffe?hl=en

    Hope it helps someone
    (0)

  3. #3
    Player Alhanelem's Avatar
    Join Date
    Mar 2011
    Location
    Bastok
    Posts
    10,119
    Character
    Tahngarthor
    World
    Shiva
    Main Class
    SMN Lv 99
    First: I'm pretty sure SE has competent web developers on staff and they don't need to be told how to do this.

    Second, it might be intentional. it is a little odd, I agree, but as both forums do this and a default vBulletin configuration would be centered (I can tell they're using vBulletin, with some modificaitons), it may have been intended to be that way.
    (0)

  4. #4
    Player Kennocha's Avatar
    Join Date
    Mar 2011
    Posts
    27
    Character
    Mikobiko
    World
    Asura
    Main Class
    WAR Lv 99
    Quote Originally Posted by Alhanelem View Post
    First: I'm pretty sure SE has competent web developers on staff and they don't need to be told how to do this.

    Second, it might be intentional. it is a little odd, I agree, but as both forums do this and a default vBulletin configuration would be centered (I can tell they're using vBulletin, with some modificaitons), it may have been intended to be that way.
    The fix's were more for anyone who uses add-ons to apply them. I am sure SE has people who can do it however, an omission like this appears to be more oversight than not. It's quite easy to tell this is VB, the second line in the source code says that as well
    (0)

  5. #5
    Player Linku's Avatar
    Join Date
    Mar 2011
    Posts
    20
    Character
    Linku
    World
    Sylph
    Main Class
    WAR Lv 99
    Doesn't work at all in Firefox
    (0)

  6. #6
    Player Nerji's Avatar
    Join Date
    Mar 2011
    Posts
    6
    Character
    Nerji
    World
    Phoenix
    Main Class
    RNG Lv 99
    how do you apply the fix with that plugin kennocha.
    (0)

  7. #7
    Player Kennocha's Avatar
    Join Date
    Mar 2011
    Posts
    27
    Character
    Mikobiko
    World
    Asura
    Main Class
    WAR Lv 99
    You would:

    Open the icon and then hit options
    Hit Add new style
    Name it "FFXI"
    For the code add one of the ones I said to replace in one block.
    Click add Another Section
    Add the other code I said to replace.
    Click specify for both blocks
    Select URL's Starting with
    Enter: "http://forum.square-enix.com/ffxi/"
    Click save.
    (0)

  8. #8
    Player Kennocha's Avatar
    Join Date
    Mar 2011
    Posts
    27
    Character
    Mikobiko
    World
    Asura
    Main Class
    WAR Lv 99
    Or better yet:

    http://userstyles.org/styles/45016/f...g?r=1299691686

    If you have stylish installed, just click install and you don't have to muck with anything

    It will also center the FFXIV forums if you use them as well.
    (0)
    Last edited by Kennocha; 03-10-2011 at 02:34 AM.

  9. #9
    Player Linku's Avatar
    Join Date
    Mar 2011
    Posts
    20
    Character
    Linku
    World
    Sylph
    Main Class
    WAR Lv 99
    Quote Originally Posted by Kennocha View Post
    Or better yet:

    http://userstyles.org/styles/45016/f...g?r=1299691686

    If you have stylish installed, just click install and you don't have to muck with anything

    It will also center the FFXIV forums if you use them as well.
    Doesn't work in Firefox still.
    (0)

  10. #10
    Player Kennocha's Avatar
    Join Date
    Mar 2011
    Posts
    27
    Character
    Mikobiko
    World
    Asura
    Main Class
    WAR Lv 99
    Tinkering with Firefox now Will let you know if I get it right.
    (0)

Page 1 of 2 1 2 LastLast