readme.txt 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #######################################################################
  2. # #
  3. # BlueFlux theme for Torrentflux (http://www.torrentflux.com) #
  4. # #
  5. # By: Micke (RaWeN @ torrentflux forums) #
  6. # Contact: ICQ 32133138 HTTP www.riskaka.com #
  7. # #
  8. #######################################################################
  9. Installation (Optional steps within [])
  10. ----------------------------------------
  11. 1. Unzip and upload the BlueFlux folder to /*your_torrentflux_directory*/themes/
  12. [ 2. BACKUP YOUR CURRENT FILES BEFORE PROCEEDING! ]
  13. [ 3. Replace the icons in /*your_torrentflux_directory/images with the ones in BlueFlux/main-icons/ ]
  14. [ 4. Edit the files below to get the final touches. ]
  15. 5. Enjoy your new theme =)
  16. Changed files:
  17. --------------
  18. # downloaddetails.php
  19. Original: <table width="100%" cellpadding="0" cellspacing="0" border="0">
  20. New: <table width="100%" cellpadding="0" cellspacing="0" border="0" class="detailbar">
  21. * Also the heights of the to <td> below this line is changed from 13 to 12
  22. # functions.php
  23. Original: <table width="100%" border="0" cellpadding="0" cellspacing="0">
  24. New: <table width="100%" border="0" cellpadding="0" cellspacing="0" class="detailbar">
  25. Changelog (not much but hey, why not!):
  26. ---------------------------------------
  27. 20051120 - 1.0: First official release
  28. Changed since last time
  29. * More icons
  30. * Added instructions on how to change files
  31. * Added .detailbar class in style.css
  32. .
  33. 20051118 - 0.1: The all new blueflux theme.