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. Dark Syaoran

    Dark Syaoran No. 4 Admin

    Joined:
    Jun 4, 2005
    Messages:
    6,141
    Gender:
    Male
    Nice work. Less strain on the eyes.
     
  2. Manatheron

    Manatheron Headmaster

    Joined:
    Dec 12, 2006
    Messages:
    1,166
    WTF? Why is my firefox saying that I can't install the add-on? Something about failure in 'chrome registration' or something....
     
  3. Jamven

    Jamven Headmaster DLP Supporter

    Joined:
    Nov 2, 2006
    Messages:
    1,120
    Location:
    Hunting Bullwinkle's assassin
    Make sure that you are running Firefox with the latest patch. I know that they rolled out a new patch a week or two ago. Also, what other add-on's do you have currently installed? Both enabled and disabled? And is this the first time you have had this problem?
     
    Last edited: Oct 26, 2007
  4. Manatheron

    Manatheron Headmaster

    Joined:
    Dec 12, 2006
    Messages:
    1,166
    after my old computer crashed I never bothered to re-find the add-ons I had, ergo, I have none. Also, firefox claimed that it's up to date...
     
  5. Jamven

    Jamven Headmaster DLP Supporter

    Joined:
    Nov 2, 2006
    Messages:
    1,120
    Location:
    Hunting Bullwinkle's assassin
    Firefox V.2.0.0.8?

    Have you tried uninstalling the plug-in that you got? I honestly do not know much about the "chrome reg." If worst comes to worse, you my have to uninstall/reinstall Firefox itself. Try posting this problem in the Support forum. More people might be able to help you there. Sorry I didn't provide much help.
     
  6. Manatheron

    Manatheron Headmaster

    Joined:
    Dec 12, 2006
    Messages:
    1,166
    No worries, Thanks for the help.
     
  7. Zyloch

    Zyloch Fourth Year

    Joined:
    Jun 2, 2007
    Messages:
    116
    If you have large text, and the story you read has large paragraphs, you may also want to try increasing the line-height to something like 1.4em.

    Just click the Stylish icon on the bottom right, Manage Styles..., double click FF.net style, above the final }, just add and save:

    Code:
    #storytext {
        line-height: 1.4em !important;
    }
    Great job on the colors, Jon.
     
  8. Jon

    Jon The Demon Mayor Admin DLP Supporter

    Joined:
    Jun 5, 2006
    Messages:
    8,014
    Location:
    Australia
    Ff.dlp V3.0

    Latest -working- version;

    Code:
    @-moz-document domain("fanfiction.net") {
    
    /* start ad removal */
    
    center + script + div,
    table + script[type="text/javascript"] + div,
    hr[noshade] + table[width="100%"] + div,
    /* right side ads */
    
    center div[align="center"], 
    /* top ad div */
    
    table[width="728"][height="90"][cellpadding="1"], 
    br + center *,
    /* bottom ad */
    
    table.myborder_only_bottom[cellpadding="4"][cellspacing="0"][width="100%"] tbody tr td[align="center"],
    /* front page ad. */
    
    span[id^="AdBrite"],
    /* Full Page Ads */
    
    table.myborder tr td[valign="top"] div:not([id="bio"])
    
    {display:none !important;} 
    
    /* end ad removal */
    
    span.storytext, span#storytext {
      display: block !important;
    }
    
    /* start recolor */
    
    body {
      background: #0a1c0b !important;
      color: #cce1cf !important;
    }
    
    a { color: #93be91 !important; }
    a:visited { color: #93be91 !important; }
    a:hover,a:visited:hover { color: #34d238 !important; }
    
    select,input,textarea {
      background: #041702 !important;
      color: #93be91 !important;
      border: 1px solid #ccc !important;
    }
    select:hover,select:focus,input:hover,input:focus,textarea:hover,textarea:focus { border: 1px solid #fff !important; }
    
    td { background: none !important; }
    
    div.yuimenu, div.yuimenubar, .menulinks {
      color: #555 !important;
    }
    
    div.yuimenu a, div.yuimenubar a, div.yuimenu a:visited, div.yuimenubar a:visited, .menulinks a,.menulinks a:visited { color: #999 !important; }
    div.yuimenu a:hover, div.yuimenubar a:hover, div.yuimenu a:visited:hover, div.yuimenubar a:visited:hover, .menulinks a:hover,.menulinks a:visited:hover { color: #fff !important; }
    
    form[name=fido] table tr td { background: #000 !important; }
    form[name=fido] table tr td img { display: none !important; }
    
    hr { border-color: #fff !important; border: none !important; border-bottom: 1px solid !important; height: 0px !important; }
    
    .xui, .xui ul, div.yuimenu, div.yuimenubar {
      background-color: #000 !important;
    }
    
    .xui li:hover, .xui li.sfhover,
    div.yuimenu li.selected,
    div.yuimenubar li.selected {
        background-color:#000 !important;
    
    }
    
    .x-high {
      background-color: #041702 !important;
    }
    
    #addthis_dropdown a {
      color:#333333 !important; 
    }
    
    #addthis_dropdown a:hover {
      background-color: #E5E5E5 !important;
    }
    
    /* end recolor */
    
    }
     
  9. BioPlague

    BioPlague The Senate DLP Supporter

    Joined:
    Jun 22, 2006
    Messages:
    2,598
    Location:
    United States
    Way to go Jon. Awesome shit. KUDOS, YOU ARE THE SHIT!

    YOU ARE THE SHIT!
     
  10. TikiTDO

    TikiTDO Squib

    Joined:
    Dec 9, 2007
    Messages:
    16
    Location:
    Ontario, Canada
    Wow, what a small world this is. If I knew someone would use that poor excuse for code to build something, I would have tried to clean it up at least a tiny bit. Sorry about that to whoever had to clean up for me. Small note though, you may want to re-merge some of the newer recolor components from my style. It seems your current style does not cover several user management page elements and leaves the majority of forum elements white.

    Anyway, you guys should definitely think of posting the result on the userstyles site. If the style is on there, whenever you make up update you need only direct your users to manage styles, then find updates. This makes life a whole lot easier as a whole.
     
  11. Paimon

    Paimon That fucking cat

    Joined:
    Dec 20, 2006
    Messages:
    308
    Jon's latest seems to work. All the rest need revamping though.
    Also,I knew I had seen your name somewhere before. :p
     
  12. Rahkesh Asmodaeus

    Rahkesh Asmodaeus THUNDAH Bawd Admin DLP Supporter

    Joined:
    Apr 3, 2005
    Messages:
    5,129
    Location:
    Atlanta
    That's where you're from. I knew that your name was familiar, I just didn't know from where. Props for the style dude, changed my fanfiction life. :p
     
  13. Dark Syaoran

    Dark Syaoran No. 4 Admin

    Joined:
    Jun 4, 2005
    Messages:
    6,141
    Gender:
    Male
    Jon knows about those white things. I told him about it awhile ago, yet when he tried, they wouldn't go away.

    Anyway, I'm just wondering if anyone is having trouble with the "Home Just In Communities Forums Dictionary Search" bar at the top. Mine has turned white and isn't turning back. You might have to alter the code, unless it's just me...
     
  14. CGB

    CGB Auror

    Joined:
    May 7, 2006
    Messages:
    644
    Location:
    Germany
    I had that, too. Add
    Code:
    .xxmenu {
    background-color: #000 !important;
    }
    At the bottom just above the /* end recolor */
    It worked for me
     
  15. Solomon

    Solomon Heir

    Joined:
    Jul 11, 2007
    Messages:
    2,744
    Location:
    Minnesota
    The DLP style is awesome; great work, Jon.

    I do have one problem, though. I installed Firefox 3 Beta - in turn fixing a completely different problem - and set this up. The problem is, the buttons for next chapter, review, etc. are white with a light green text; seeing it is kind of uncomfortable. Any info on what to change to fix this?
     
  16. TikiTDO

    TikiTDO Squib

    Joined:
    Dec 9, 2007
    Messages:
    16
    Location:
    Ontario, Canada
    If you would like to help out me, Jon, or anyone else working on alternate styles there is actually something you can do to make life easier.

    First you'll need to download and install the firebug extension for Firefox. You can get it here.

    Next refer to this image.

    First browse to the page with the problem. Click on the fiebug icon labeled 1 in the image. If necessary enable the extension when it asks you. Next click the inspect button labeled 2. Now move your mouse over the miscolored item and click. To make your life easier there will be a blue square around the selected element, as seen in 3. Now post the attributes you see in the window labeled 4. For the above example the attribute you would want to post is "input." If the background-color for your attribute is not there, or crossed out you may need to scroll down to find the first attribute with that option that is not crossed out. To make life even easier you can just take a screen shot and post it for all to see.

    If you are feeling adventurous you may click on the color given by the 6 digit number, "#777777" above, and play around with it to see how it would look.

    This would be particularly useful in tracking down some rare error cases that you may get from running the beta and whatnot.
     
    Last edited: Dec 17, 2007
  17. Solomon

    Solomon Heir

    Joined:
    Jul 11, 2007
    Messages:
    2,744
    Location:
    Minnesota
    ...Now this is just strange. I went to FF.Net to open Firebug ala your instructions, and noticed that the chapter/review/etc. buttons were Black and Green, much like they should be. Whatever the problem was, it was a temporary one; that is, it fixed itself, so to speak.

    Sorry for wasting your time...
     
  18. Dark Syaoran

    Dark Syaoran No. 4 Admin

    Joined:
    Jun 4, 2005
    Messages:
    6,141
    Gender:
    Male
    Thanks CGB. I only just remembered to check this thread and see if anything had been posted. About time I fixed that bloody bar.

    Once again, thank you.
     
  19. Bucks

    Bucks Headmaster DLP Supporter

    Joined:
    Apr 10, 2008
    Messages:
    1,024
    Ok I downloaded firebug, but your next link isn't working and I have no clue what to do next to be working.
     
  20. Militis

    Militis Supreme Mugwump

    Joined:
    Jun 24, 2008
    Messages:
    1,683
    Location:
    Online
    I am very, very, sorry about the necro.

    I'm having the same problem, except nothing I do (intentional or unintentional) seems to fix it.

    I'd like to think I'm fairly competent with CSS, but this is serving to prove me wrong. Does anyone have any ideas? I can post screenshots if need be.

    Also, on a some-what similar topic, does anyone have a DLP style for PatronusCharm? I've got a basic (read: horrifying) one that allows me to be able to read the stories, but I've got lots of things that are still white. It is almost as disgusting as Ginny. Almost.
     
Loading...