Jump to content

KodeZwerg

Members
  • Content Count

    289
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by KodeZwerg

  1. KodeZwerg

    Solved: Dark Theme for DP

    .nav-bar { color: #000000; background-color: #000000; } #elSearch input { color: #F0F0F0; background-color: #adadad; } .cForumHeader { color: #000000; background-color: #000000; } .ipsDataItem { color: #F0F0F0; background-color: #000000; } .ipsDataItem_responsivePhoto { color: #F0F0F0; background-color: #000000; } .ipsDataList.ipsDataList_zebra { color: #F0F0F0; background-color: #000000; } .ipsDataItem_responsivePhoto { color: #F0F0F0; background-color: #000000; } .cForumMiniList_multiRoot { color: #F0F0F0; background-color: #000000; } .ipsSideMenu_item { color: #F0F0F0; background-color: #000000; } CSS Code to darken many things on Main Page. Absolute Alpha Status, first tries to do such. The preview image contains wonderful Tampermonkey script by sakura/Neutral General.
  2. KodeZwerg

    Chrome/TamperMonkey for Design

    I love that compact view!!! Great Job @sakura and @Neutral General BTW: script successful tested with Opera Browser and Tampermonkey.
  3. Thanks Daniel and the Team for opening this door, i feel welcomed and comfy with all those new functions (compared to german dp) Hope all will be sweet in here aswell! I will stick around.
  4. KodeZwerg

    Where do I store my own images on Android?

    Maby this way work for you? (uses System.IOUtils) AppPath := TPath.GetHomePath; FileName := TPath.Combine(AppPath, 'Filename.ext');
  5. KodeZwerg

    How to start?

    Confirm. Thankyou for that great resource!
  6. KodeZwerg

    How to start?

    Dear Primož Gabrijelčič, on your site those links need to be fixed: ADUG 2011 - Getting Full Speed with Delphi You put %2520 inside link names = no link work. %20 would fix links.
  7. KodeZwerg

    How to start?

    Hello there, did you read http://www.omnithreadlibrary.com/documentation/ ? You will also find Examples there.
×