Page 2 of 2 FirstFirst 1 2
Results 11 to 17 of 17
  1. #11
    Player Kennocha's Avatar
    Join Date
    Mar 2011
    Posts
    27
    Character
    Mikobiko
    World
    Asura
    Main Class
    WAR Lv 99
    I.. honestly am baffled here. The code is right, firebug says its correct.For some reason the rules just don't seem to be getting processed in FF in Stylish.

    I tried other webpages etc, it seems to work there, so there must be something weird that Stylish doesn't like on the forums. I used firebug and verified my code, it fix's it for sure in firefox as well, just doesn't seem to work in Stylish. I might ask their developers.
    (0)

  2. #12
    Player Linku's Avatar
    Join Date
    Mar 2011
    Posts
    20
    Character
    Linku
    World
    Sylph
    Main Class
    WAR Lv 99
    I've been doing some testing of my own, it seems like Stylish is getting overruled by the site's CSS.
    (1)

  3. #13
    Player Kennocha's Avatar
    Join Date
    Mar 2011
    Posts
    27
    Character
    Mikobiko
    World
    Asura
    Main Class
    WAR Lv 99
    Yea, It's quite odd. It might have something to do with the way Firefox's API with rendering pages. Only their developers would know more I suppose. The code is definitely valid for FF Though
    (0)

  4. #14
    Player Nerji's Avatar
    Join Date
    Mar 2011
    Posts
    6
    Character
    Nerji
    World
    Phoenix
    Main Class
    RNG Lv 99
    thanks for that, looks great now
    (0)

  5. #15
    Player rog's Avatar
    Join Date
    Mar 2011
    Posts
    1,208
    Just add !important to everything to override the site's css.

    Code:
    body {
            width:910px !important;
            min-width:650px !important;
            max-width:auto !important;
            margin: 38px 0px 0px 57px !important;
            font-size:13px !important;
            color:#3e3e3e !important;
            line-height:1.230 !important;
            margin-left: auto !important;
            margin-right: auto !important;
        }
    (0)
    Last edited by rog; 03-15-2011 at 10:57 PM.

  6. #16
    Player Linku's Avatar
    Join Date
    Mar 2011
    Posts
    20
    Character
    Linku
    World
    Sylph
    Main Class
    WAR Lv 99
    Works great rog, thanks! I thought Stylish did override by default, guess not. Are you the same rog from Alla?
    (0)

  7. #17
    Player rog's Avatar
    Join Date
    Mar 2011
    Posts
    1,208
    Quote Originally Posted by Linku View Post
    Are you the same rog from Alla?
    I am.

    1234567890
    (0)

Page 2 of 2 FirstFirst 1 2