1. DLP Flash Christmas Competition + Writing Marathon 2024!

    Competition topic: Magical New Year!

    Marathon goal? Crank out words!

    Check the marathon thread or competition thread for details.

    Dismiss Notice
  2. Hi there, Guest

    Only registered users can really experience what DLP has to offer. Many forums are only accessible if you have an account. Why don't you register?
    Dismiss Notice
  3. Introducing for your Perusing Pleasure

    New Thread Thursday
    +
    Shit Post Sunday

    READ ME
    Dismiss Notice

Fanfiction.net Themes

Discussion in 'General Discussion' started by Paimon, Jul 17, 2007.

  1. Antivash

    Antivash Until we meet again... DLP Supporter Retired Staff

    Joined:
    Apr 2, 2005
    Messages:
    6,957
    Location:
    Ghost Planet
    Anyone using chrome might be interested in the Change Colors extension. I've been using it over stylish with sites that do shit like this. Single page or domain based colors with keyboard shortcuts.

    Granted, its not as advanced as Stylish/custom CSS, but if all you want is font control/color changes, it works great. And can block those retarded "cover images" they added to the left of stories on FFn.
     
  2. Oz

    Oz For Zombie. Moderator DLP Supporter

    Joined:
    Jan 31, 2008
    Messages:
    9,028
    Gender:
    Female
    Location:
    Baile Átha Cliath
  3. Richard

    Richard Supreme Mugwump

    Joined:
    Jul 5, 2006
    Messages:
    1,789
    Location:
    California
    Thanks, Vash.
     
  4. Antivash

    Antivash Until we meet again... DLP Supporter Retired Staff

    Joined:
    Apr 2, 2005
    Messages:
    6,957
    Location:
    Ghost Planet
    Chrome users may want to take a look over here. Another styling tool, much more advanced.

    Full thread here.
     
  5. Antivash

    Antivash Until we meet again... DLP Supporter Retired Staff

    Joined:
    Apr 2, 2005
    Messages:
    6,957
    Location:
    Ghost Planet
    Im doubleposting but I dont give a damn. Im also attention whoring.

    Vash's awesome FFN theme

    Might make one for each and toss them in that thread.
     
  6. Rahkesh Asmodaeus

    Rahkesh Asmodaeus THUNDAH Bawd Admin DLP Supporter

    Joined:
    Apr 3, 2005
    Messages:
    5,129
    Location:
    Atlanta
    Ugh. They messed with it again and now the text is in the center of the screen again.
     
  7. pdo91

    pdo91 Professor DLP Supporter

    Joined:
    Jan 11, 2009
    Messages:
    495
    Location:
    Colorado
    This one is actually simple. Go into your theme of choice and look for something like this:

    Code:
    #content_wrapper {
    min-width:98% ;
    }
    It's line 21 on the theme Oz posted to fix the original clusterfuck. All you need to do is add "!important" after the 98%, like so:

    Code:
    #content_wrapper {
    min-width:98% [B]!important[/B];
    }
     
  8. Rahkesh Asmodaeus

    Rahkesh Asmodaeus THUNDAH Bawd Admin DLP Supporter

    Joined:
    Apr 3, 2005
    Messages:
    5,129
    Location:
    Atlanta
    Awesome, thanks.
     
  9. Dark Syaoran

    Dark Syaoran No. 4 Admin

    Joined:
    Jun 4, 2005
    Messages:
    6,141
    Gender:
    Male
    Been meaning to post this for awhile. White buttons on the login page. I'm fairly sure they crop up in a few other places, as well.
     

    Attached Files:

  10. Antivash

    Antivash Until we meet again... DLP Supporter Retired Staff

    Joined:
    Apr 2, 2005
    Messages:
    6,957
    Location:
    Ghost Planet
    Code:
    div.ext {
        background-color: #0a1c0b !important;
    }
    Try adding that to the bottom of your stylish code, Syaobro. Fixes the ones on Login, dunno if those turn up elsewhere or it that will fix those..
     
  11. Dark Syaoran

    Dark Syaoran No. 4 Admin

    Joined:
    Jun 4, 2005
    Messages:
    6,141
    Gender:
    Male
    ...here we go again. The post comment box is alright, but the rest need to be changed in some way to fit with the theme.
     

    Attached Files:

  12. pdo91

    pdo91 Professor DLP Supporter

    Joined:
    Jan 11, 2009
    Messages:
    495
    Location:
    Colorado
    Code:
    #review_name, span.xinput_style {
    background: #0a1c0b !important;
    color: #cce1cf !important;
    }
    Slap that in to change the colors. Doesn't change how ugly the new layout is, but at least the color scheme will be consistent.
     
  13. Dark Syaoran

    Dark Syaoran No. 4 Admin

    Joined:
    Jun 4, 2005
    Messages:
    6,141
    Gender:
    Male
    They changed something again. Down the bottom of a story page.
     

    Attached Files:

  14. Dark Syaoran

    Dark Syaoran No. 4 Admin

    Joined:
    Jun 4, 2005
    Messages:
    6,141
    Gender:
    Male
    Bump bump bump...
     
  15. Nuit

    Nuit Dark Lord

    Joined:
    Feb 14, 2010
    Messages:
    1,934
    Location:
    The Peach State
  16. pdo91

    pdo91 Professor DLP Supporter

    Joined:
    Jan 11, 2009
    Messages:
    495
    Location:
    Colorado
    Just another little blurb to fix this one. Take the last addition, ie this:
    Code:
    #review_name, span.xinput_style {
    background: #0a1c0b !important;
    color: #cce1cf !important;
    }
    Then add "div.xinput_style" to the selectors, so the finished product looks like this:

    Code:
    #review_name, span.xinput_style, [B]div.xinput_style[/B] {
    background: #0a1c0b !important;
    color: #cce1cf !important;
    }
    In other news, whichever dipshit over at FFN that's responsible for this incremental fuckery needs to be shot.
     
  17. Rahkesh Asmodaeus

    Rahkesh Asmodaeus THUNDAH Bawd Admin DLP Supporter

    Joined:
    Apr 3, 2005
    Messages:
    5,129
    Location:
    Atlanta
    It's become a pain in the ass to even favorite a story now. I don't want ffnet to fucking spam my email inbox so I have to uncheck the "follow" buttons and check only the favorite story option. I don't know who the fuck designs ffnet, but they're fucking retarded. Take something simple and make it complex and irritating to use.
     
  18. Oz

    Oz For Zombie. Moderator DLP Supporter

    Joined:
    Jan 31, 2008
    Messages:
    9,028
    Gender:
    Female
    Location:
    Baile Átha Cliath
  19. Gizmore

    Gizmore Minister of Swedish Affairs DLP Supporter

    Joined:
    Jul 11, 2006
    Messages:
    787
    Location:
    Sweden
    Now is the time to push PC!
     
  20. Dark Syaoran

    Dark Syaoran No. 4 Admin

    Joined:
    Jun 4, 2005
    Messages:
    6,141
    Gender:
    Male
    Found something else - blue link things.

    Also:
     

    Attached Files:

Loading...