*Update: Looks like rutorrent has decided to feature my theme in their latest release 3.2!
So i finally broke down, i just couldn't handle how ugly the rutorrent webui. It's a great web front-end for rtorrent with great features but since i spend so much time looking at it it should atleast look descent. I went ahead and developed my own theme and hope that others will benefit from it. It's called "Oblivion", Here is a screenshot to wet your appetite:
Here is a quick disclaimer... I developped this theme myself and you'll notice i gave it the TI feel so we'd all feel at home. One thing to note, i used a fair amount of CSS3 and only tested it on Safari 5 and Chrome (Firefox should be fine...but any others....) in OSX.
*Update: I've fixed the issues with Chrome for PC, it's now confirmed for Safari 4,5 (OSX), Chrome(OSX,PC), Firefox (OSX,PC).
1. Download the following file:
Download
2. Unzip the directory and place the folder into your plugins directory, usually: (your www root)/rutorrent/plugins/
The final path should then be: (your www root)/rutorrent/plugins/oblivion/
Make sure to delete the darkpal theme if you are using it.
3. The theme should work right away but you'll notice a couple issues:
- The scrollbars won't match the theme
- The Download/Upload meters wont have the right color scheme
- The CPU/HDD meters wont have the right color scheme
We can fix these so the theme looks just like the screenshot but you'll need to do a couples little hacks.
- To get the scrollbars working and the dl/ul color matched you need to add the following 3 lines to /rutorrent/css/style.css
Code:.meter-value-start-color { background-color: #E05400 }Code:.meter-value-end-color { background-color: #8FBC00 }Code:::-webkit-scrollbar {width:12px;height:12px;padding:0px;margin:0px;}- To get the HDD color meter scheme matching we need to edit the following file: /rutorrent/plugins/diskspace/init.js
Once you've opened the file you need to change lines 17 and 18 to:
Code:plugin.prgStartColor = new RGBackground("#9ADC00");Code:plugin.prgEndColor = new RGBackground("#F90009");- To get the CPU color matching we need to edit the following file:
/rutorrent/plugins/cpuload/init.js
Once you've opened the file you need to change lines 87 and 88 to:
Code:plugin.prgStartColor = new RGBackground("#9ADC00");Code:plugin.prgEndColor = new RGBackground("#F90009");
For those of you who would like to continue the customization and are a little web saavy you can have your tracker icons appear in the left hand menu (like in the screenshot) but doing the following:
- Copy the trackers favicon ico file to the following directory: /rutorrent/plugins/oblivion/images/trackers/
- Now open the following file: /rutorrent/plugins/oblivion/style.css
- Go to the very bottom and you'll see where the trackers i've already done are, here is the formula for adding yours, assuming the tracker is mytracker.com you would add the following line to the end of the style.css file:
Make sure you have the "\" before the period in the idCode:#mytracker\.com {background: transparent url(./images/trackers/mytracker.ico) no-repeat 3px center;}
I hope you enjoy it and i'd love any feedback or comments.









2Likes
LinkBack URL
About LinkBacks
Reply With Quote







