Wide userstyle for Firefox/Chrome users (Stylish)

Discussion in 'BukkitDev Information and Feedback' started by NuclearW, Dec 7, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    NuclearW

    Another small bit of client-side fun for those of you who use Firefox or Chrome and have Stylish (which you should get: http://userstyles.org/stylish)

    It sets the width to 95% of your screen's width, but it won't ever let it get smaller than it normally is. Obviously for those with larger screens.

    Here's an example what it does, a before and after:
    [​IMG]

    Grab it from here

    Source (open)
    Code:
    @namespace url(http://www.w3.org/1999/xhtml);
     
    @-moz-document domain("bukkit.org") {
        .pageWidth {
            width: 95% !important;
        }
        .signature {
            max-width: 90% !important;
        }
        .bbCodeBlock {
            margin: 1em 0 !important;
        }
    }
    @-moz-document domain("dev.bukkit.org") {
        #hd, #bd, #ft .site-navigation, #ft .network-navigation {
            width: 95% !important;
            min-width: 1000px !important;
        }
        header.main-header {
            width: 100% !important;
            min-width: 1000px !important;
        }
    }
    @-moz-document domain("dl.bukkit.org") {
        .pageWidth {
            width: 980px !important;
        }
    }
     
    Hoolean, Cirno, PatrickFreed and 9 others like this.
  2. Offline

    Perdog

    I like! :D
     
  3. Offline

    NuclearW

    Glad you enjoy it.
     
  4. Offline

    matter123

    thank you it works so well, but you dont need a large screen it works great if your screen is just wide screen. mine is only 17.3" i hardly call that large
     
  5. Offline

    M1sT3rM4n

    OR, allow auto forum width resizing under Appearance tab in xF.
     
    NeonJ likes this.
  6. Offline

    jasvecht

    *cough* it's time to infract yourself, this is not the proper forum for this thread :p

    Also, doesn't it make it kind of .... empty.... by widening the theme?
     
    M1sT3rM4n likes this.
  7. Offline

    M1sT3rM4n

    Some people like the auto resizing features :p
     
  8. Offline

    NuclearW

    Whoops, how about I just update it to work on BukkitDev too and we'll call if even. (Meaning, it is updated and now works on BukkitDev too)
     
    r3Fuze likes this.
  9. Offline

    jasvecht

    Mmmm, smart move Mr Bond. Smart move.

    Someone should make a desktop application for Bukkit. Provide us with update notifications, bukkitdev and bukkit forums alerts, fast and easy to use plugin list perhaps even powered by BukkitGet... The possibilities...


    That said, BukkitGet is nice, but will I ever be able to use "yum install bukkit-worldedit" ? Not sure how Yum and Apt-get work, but from what I heard it should be pretty possible...
     
  10. Offline

    SwearWord

  11. Offline

    jasvecht

    Ooh! I... I don't know what to say... You... You make me so happy..... I .... I ... .I... I hoped you'd say that but...... Oh my.... It's just.... I never thought we'd... Be married..... This is.... so beautiful!

    Mmm, maybe someone should start something in general for server software's as a whole....
     
    Daniel Heppner likes this.
  12. Offline

    Mukrakiish

    Whooaa. Little disorientating at first having this much....Bukkit everywhere! Much thanks.
     
    agafaba likes this.
  13. Offline

    NuclearW

    Glad you like it.
     
  14. Offline

    cheese5505

    Awesome! Thanks!
     
  15. Now with BukkitDev?
    Its gets better!
     
  16. REQUEST: Make for Spout forums also :)
     
  17. Offline

    NuclearW

  18. Offline

    Afforess

    Now I am wishing I had a wide github style. :p
     
    tips48 likes this.
  19. Offline

    jasvecht

    HTML:
    @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("github.org")
    {
    .site { width: 95% !important; }
    #header { width: 95% !important; }
    .pagehead { width: 95% !important; }
     } 
    That'l do for github. Isn't pretty though, their CSS isn't very "almighty" :p Little tweaks on his code, I am sure he'll come with a better one :p
     
  20. Offline

    Jamy

    Nice one ;P
     
  21. Offline

    Hubok

    Update for latest Firefox please?
     
  22. Offline

    NuclearW

    Using the latest firefox I see no issues?
     
  23. You should do a gitub one...And give it to @Afforess ...Who should give it to me :p
     
  24. Offline

    Hubok

    Nevermind, it worked this time. Not sure why my Firefox was on a newer version.

    Wow, this is great! Apparently Bukkit's XenForo theme is optimized for 800x600, which is kind of odd.
     
  25. Offline

    xGhOsTkiLLeRx

    Perfect! +1
     
  26. It's so pretty. I will cherish it forever.
     
  27. Offline

    iPhysX

    :[
    I use Opera
    Otherwise, this looks cool.
     
  28. Offline

    Deleted user

    I love you sir. No homo.
     
  29. Offline

    PatrickFreed

    This is great, thanks. :)
     
Thread Status:
Not open for further replies.

Share This Page