36 |
kaklik |
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 |
|
|
|
10 |
|
|
|
11 |
Installation (Optional steps within [])
|
|
|
12 |
----------------------------------------
|
|
|
13 |
1. Unzip and upload the BlueFlux folder to /*your_torrentflux_directory*/themes/
|
|
|
14 |
|
|
|
15 |
[ 2. BACKUP YOUR CURRENT FILES BEFORE PROCEEDING! ]
|
|
|
16 |
[ 3. Replace the icons in /*your_torrentflux_directory/images with the ones in BlueFlux/main-icons/ ]
|
|
|
17 |
[ 4. Edit the files below to get the final touches. ]
|
|
|
18 |
|
|
|
19 |
5. Enjoy your new theme =)
|
|
|
20 |
|
|
|
21 |
|
|
|
22 |
|
|
|
23 |
Changed files:
|
|
|
24 |
--------------
|
|
|
25 |
|
|
|
26 |
# downloaddetails.php
|
|
|
27 |
|
|
|
28 |
Original: <table width="100%" cellpadding="0" cellspacing="0" border="0">
|
|
|
29 |
New: <table width="100%" cellpadding="0" cellspacing="0" border="0" class="detailbar">
|
|
|
30 |
|
|
|
31 |
* Also the heights of the to <td> below this line is changed from 13 to 12
|
|
|
32 |
|
|
|
33 |
|
|
|
34 |
# functions.php
|
|
|
35 |
|
|
|
36 |
Original: <table width="100%" border="0" cellpadding="0" cellspacing="0">
|
|
|
37 |
New: <table width="100%" border="0" cellpadding="0" cellspacing="0" class="detailbar">
|
|
|
38 |
|
|
|
39 |
|
|
|
40 |
|
|
|
41 |
Changelog (not much but hey, why not!):
|
|
|
42 |
---------------------------------------
|
|
|
43 |
20051120 - 1.0: First official release
|
|
|
44 |
|
|
|
45 |
Changed since last time
|
|
|
46 |
* More icons
|
|
|
47 |
* Added instructions on how to change files
|
|
|
48 |
* Added .detailbar class in style.css
|
|
|
49 |
.
|
|
|
50 |
|
|
|
51 |
20051118 - 0.1: The all new blueflux theme.
|