├── Acid ├── .svn │ ├── all-wcprops │ ├── entries │ └── text-base │ │ ├── plugins.css.svn-base │ │ ├── stable.css.svn-base │ │ └── style.css.svn-base ├── images │ ├── .svn │ │ ├── all-wcprops │ │ ├── entries │ │ ├── prop-base │ │ │ ├── about.gif.svn-base │ │ │ ├── ajax-loader.gif.svn-base │ │ │ ├── ajax-loader_h.gif.svn-base │ │ │ ├── asc.gif.svn-base │ │ │ ├── bul.gif.svn-base │ │ │ ├── bul_f.gif.svn-base │ │ │ ├── bul_l.gif.svn-base │ │ │ ├── desc.gif.svn-base │ │ │ ├── dir.gif.svn-base │ │ │ ├── disk.gif.svn-base │ │ │ ├── error.gif.svn-base │ │ │ ├── file.gif.svn-base │ │ │ ├── go.gif.svn-base │ │ │ ├── h.gif.svn-base │ │ │ ├── header.gif.svn-base │ │ │ ├── header_move.gif.svn-base │ │ │ ├── i_bg.gif.svn-base │ │ │ ├── label.gif.svn-base │ │ │ ├── menuexp.gif.svn-base │ │ │ ├── menusel.gif.svn-base │ │ │ ├── pnl_close.gif.svn-base │ │ │ ├── pnl_open.gif.svn-base │ │ │ ├── props.gif.svn-base │ │ │ ├── quest.gif.svn-base │ │ │ ├── r_bg.gif.svn-base │ │ │ ├── s.gif.svn-base │ │ │ ├── settings.gif.svn-base │ │ │ ├── starter.png.svn-base │ │ │ ├── status_down.gif.svn-base │ │ │ ├── status_up.gif.svn-base │ │ │ ├── t_bg.png.svn-base │ │ │ ├── tb_bg.gif.svn-base │ │ │ ├── toolbar.png.svn-base │ │ │ ├── tstatus.png.svn-base │ │ │ └── world.gif.svn-base │ │ └── text-base │ │ │ ├── about.gif.svn-base │ │ │ ├── ajax-loader.gif.svn-base │ │ │ ├── ajax-loader_h.gif.svn-base │ │ │ ├── asc.gif.svn-base │ │ │ ├── bul.gif.svn-base │ │ │ ├── bul_f.gif.svn-base │ │ │ ├── bul_l.gif.svn-base │ │ │ ├── desc.gif.svn-base │ │ │ ├── dir.gif.svn-base │ │ │ ├── disk.gif.svn-base │ │ │ ├── error.gif.svn-base │ │ │ ├── file.gif.svn-base │ │ │ ├── go.gif.svn-base │ │ │ ├── h.gif.svn-base │ │ │ ├── header.gif.svn-base │ │ │ ├── header_move.gif.svn-base │ │ │ ├── i_bg.gif.svn-base │ │ │ ├── label.gif.svn-base │ │ │ ├── menuexp.gif.svn-base │ │ │ ├── menusel.gif.svn-base │ │ │ ├── pnl_close.gif.svn-base │ │ │ ├── pnl_open.gif.svn-base │ │ │ ├── props.gif.svn-base │ │ │ ├── quest.gif.svn-base │ │ │ ├── r_bg.gif.svn-base │ │ │ ├── s.gif.svn-base │ │ │ ├── settings.gif.svn-base │ │ │ ├── starter.png.svn-base │ │ │ ├── status_down.gif.svn-base │ │ │ ├── status_up.gif.svn-base │ │ │ ├── t_bg.png.svn-base │ │ │ ├── tb_bg.gif.svn-base │ │ │ ├── toolbar.png.svn-base │ │ │ ├── tstatus.png.svn-base │ │ │ └── world.gif.svn-base │ ├── about.gif │ ├── ajax-loader.gif │ ├── ajax-loader_h.gif │ ├── asc.gif │ ├── bul.gif │ ├── bul_f.gif │ ├── bul_l.gif │ ├── desc.gif │ ├── dir.gif │ ├── disk.gif │ ├── error.gif │ ├── file.gif │ ├── go.gif │ ├── h.gif │ ├── header.gif │ ├── header_move.gif │ ├── i_bg.gif │ ├── label.gif │ ├── menuexp.gif │ ├── menusel.gif │ ├── pnl_close.gif │ ├── pnl_open.gif │ ├── props.gif │ ├── quest.gif │ ├── r_bg.gif │ ├── s.gif │ ├── settings.gif │ ├── starter.png │ ├── status_down.gif │ ├── status_up.gif │ ├── t_bg.png │ ├── tb_bg.gif │ ├── toolbar.png │ ├── tstatus.png │ └── world.gif ├── plugins.css ├── stable.css └── style.css ├── Agent46 ├── images │ ├── ajax-loader.gif │ ├── asc.gif │ ├── autodll-irc1.png │ ├── autodll-irc2.png │ ├── blank.gif │ ├── bul.gif │ ├── bul_f.gif │ ├── bul_l.gif │ ├── clock.png │ ├── close.png │ ├── cpu.png │ ├── desc.gif │ ├── disk.png │ ├── dlg-autodl-irc.gif │ ├── dlg-header-icons.png │ ├── dlg-header-icons.xcf │ ├── green.png │ ├── h.gif │ ├── header (copy).gif │ ├── header.gif │ ├── header_move.gif │ ├── i_bg.gif │ ├── logo.png │ ├── menuexp.gif │ ├── menusel.gif │ ├── pattern2.png │ ├── pnl_close.gif │ ├── pnl_open.gif │ ├── red.png │ ├── s.gif │ ├── s_bg.gif │ ├── sprite.png │ ├── sprite.xcf │ ├── status.png │ ├── status_down.gif │ ├── status_up.gif │ ├── toolbar.png │ ├── toolbar.xcf │ └── yellow.png ├── init.js ├── plugin.info ├── plugins.css ├── stable.css └── style.css ├── Blue ├── .svn │ ├── all-wcprops │ ├── entries │ └── text-base │ │ ├── init.js.svn-base │ │ ├── jquery.checkbox.js.svn-base │ │ ├── jquery.safari-checkbox.css.svn-base │ │ ├── plugins.css.svn-base │ │ ├── stable.css.svn-base │ │ └── style.css.svn-base ├── images │ ├── .svn │ │ ├── all-wcprops │ │ ├── entries │ │ ├── prop-base │ │ │ ├── ajax-loader.gif.svn-base │ │ │ ├── asc.gif.svn-base │ │ │ ├── bg.gif.svn-base │ │ │ ├── btn-sprite.gif.svn-base │ │ │ ├── desc.gif.svn-base │ │ │ ├── empty.png.svn-base │ │ │ ├── go.gif.svn-base │ │ │ ├── header_bg.gif.svn-base │ │ │ ├── left-corners.png.svn-base │ │ │ ├── left-right.png.svn-base │ │ │ ├── menu-parent.gif.svn-base │ │ │ ├── plugin.png.svn-base │ │ │ ├── pnl_close.gif.svn-base │ │ │ ├── pnl_open.gif.svn-base │ │ │ ├── quest.gif.svn-base │ │ │ ├── right-corners.png.svn-base │ │ │ ├── s-handle.gif.svn-base │ │ │ ├── safari-checkbox.png.svn-base │ │ │ ├── shadow-c.png.svn-base │ │ │ ├── shadow-lr.png.svn-base │ │ │ ├── shadow.png.svn-base │ │ │ ├── tab-strip-bg.gif.svn-base │ │ │ ├── tabs-bg.png.svn-base │ │ │ ├── tabs-sprite.gif.svn-base │ │ │ ├── text-bg.gif.svn-base │ │ │ ├── toolbar.png.svn-base │ │ │ ├── top-bottom.png.svn-base │ │ │ └── white-top-bottom.gif.svn-base │ │ └── text-base │ │ │ ├── ajax-loader.gif.svn-base │ │ │ ├── asc.gif.svn-base │ │ │ ├── bg.gif.svn-base │ │ │ ├── btn-sprite.gif.svn-base │ │ │ ├── desc.gif.svn-base │ │ │ ├── empty.png.svn-base │ │ │ ├── go.gif.svn-base │ │ │ ├── header_bg.gif.svn-base │ │ │ ├── left-corners.png.svn-base │ │ │ ├── left-right.png.svn-base │ │ │ ├── menu-parent.gif.svn-base │ │ │ ├── plugin.png.svn-base │ │ │ ├── pnl_close.gif.svn-base │ │ │ ├── pnl_open.gif.svn-base │ │ │ ├── quest.gif.svn-base │ │ │ ├── right-corners.png.svn-base │ │ │ ├── s-handle.gif.svn-base │ │ │ ├── safari-checkbox.png.svn-base │ │ │ ├── shadow-c.png.svn-base │ │ │ ├── shadow-lr.png.svn-base │ │ │ ├── shadow.png.svn-base │ │ │ ├── tab-strip-bg.gif.svn-base │ │ │ ├── tabs-bg.png.svn-base │ │ │ ├── tabs-sprite.gif.svn-base │ │ │ ├── text-bg.gif.svn-base │ │ │ ├── toolbar.png.svn-base │ │ │ ├── top-bottom.png.svn-base │ │ │ └── white-top-bottom.gif.svn-base │ ├── ajax-loader.gif │ ├── asc.gif │ ├── bg.gif │ ├── btn-sprite.gif │ ├── desc.gif │ ├── empty.png │ ├── go.gif │ ├── header_bg.gif │ ├── left-corners.png │ ├── left-right.png │ ├── menu-parent.gif │ ├── plugin.png │ ├── pnl_close.gif │ ├── pnl_open.gif │ ├── quest.gif │ ├── right-corners.png │ ├── s-handle.gif │ ├── safari-checkbox.png │ ├── shadow-c.png │ ├── shadow-lr.png │ ├── shadow.png │ ├── tab-strip-bg.gif │ ├── tabs-bg.png │ ├── tabs-sprite.gif │ ├── text-bg.gif │ ├── toolbar.png │ ├── top-bottom.png │ └── white-top-bottom.gif ├── init.js ├── jquery.checkbox.js ├── jquery.safari-checkbox.css ├── plugins.css ├── stable.css └── style.css ├── Dark ├── .svn │ ├── all-wcprops │ ├── entries │ └── text-base │ │ ├── plugins.css.svn-base │ │ ├── stable.css.svn-base │ │ └── style.css.svn-base ├── images │ ├── .svn │ │ ├── all-wcprops │ │ ├── entries │ │ ├── prop-base │ │ │ ├── ajax-loader.gif.svn-base │ │ │ ├── asc.gif.svn-base │ │ │ ├── bul.gif.svn-base │ │ │ ├── bul_f.gif.svn-base │ │ │ ├── bul_l.gif.svn-base │ │ │ ├── desc.gif.svn-base │ │ │ ├── dir.gif.svn-base │ │ │ ├── file.gif.svn-base │ │ │ ├── h.gif.svn-base │ │ │ ├── header.gif.svn-base │ │ │ ├── header_move.gif.svn-base │ │ │ ├── i_bg.gif.svn-base │ │ │ ├── menuexp.gif.svn-base │ │ │ ├── menusel.gif.svn-base │ │ │ ├── plugin.png.svn-base │ │ │ ├── pnl_close.gif.svn-base │ │ │ ├── pnl_open.gif.svn-base │ │ │ ├── quest.gif.svn-base │ │ │ ├── r_bg.gif.svn-base │ │ │ ├── s.gif.svn-base │ │ │ ├── s_bg.gif.svn-base │ │ │ ├── settings.gif.svn-base │ │ │ ├── status_down.gif.svn-base │ │ │ ├── status_up.gif.svn-base │ │ │ ├── t_bg.gif.svn-base │ │ │ ├── t_bg.png.svn-base │ │ │ ├── tb_bg.gif.svn-base │ │ │ ├── toolbar.png.svn-base │ │ │ ├── tstatus.png.svn-base │ │ │ └── world.gif.svn-base │ │ └── text-base │ │ │ ├── ajax-loader.gif.svn-base │ │ │ ├── asc.gif.svn-base │ │ │ ├── bul.gif.svn-base │ │ │ ├── bul_f.gif.svn-base │ │ │ ├── bul_l.gif.svn-base │ │ │ ├── desc.gif.svn-base │ │ │ ├── dir.gif.svn-base │ │ │ ├── file.gif.svn-base │ │ │ ├── h.gif.svn-base │ │ │ ├── header.gif.svn-base │ │ │ ├── header_move.gif.svn-base │ │ │ ├── i_bg.gif.svn-base │ │ │ ├── menuexp.gif.svn-base │ │ │ ├── menusel.gif.svn-base │ │ │ ├── plugin.png.svn-base │ │ │ ├── pnl_close.gif.svn-base │ │ │ ├── pnl_open.gif.svn-base │ │ │ ├── quest.gif.svn-base │ │ │ ├── r_bg.gif.svn-base │ │ │ ├── s.gif.svn-base │ │ │ ├── s_bg.gif.svn-base │ │ │ ├── settings.gif.svn-base │ │ │ ├── status_down.gif.svn-base │ │ │ ├── status_up.gif.svn-base │ │ │ ├── t_bg.gif.svn-base │ │ │ ├── t_bg.png.svn-base │ │ │ ├── tb_bg.gif.svn-base │ │ │ ├── toolbar.png.svn-base │ │ │ ├── tstatus.png.svn-base │ │ │ └── world.gif.svn-base │ ├── ajax-loader.gif │ ├── asc.gif │ ├── bul.gif │ ├── bul_f.gif │ ├── bul_l.gif │ ├── desc.gif │ ├── dir.gif │ ├── file.gif │ ├── h.gif │ ├── header.gif │ ├── header_move.gif │ ├── i_bg.gif │ ├── menuexp.gif │ ├── menusel.gif │ ├── plugin.png │ ├── pnl_close.gif │ ├── pnl_open.gif │ ├── quest.gif │ ├── r_bg.gif │ ├── s.gif │ ├── s_bg.gif │ ├── settings.gif │ ├── status_down.gif │ ├── status_up.gif │ ├── t_bg.gif │ ├── t_bg.png │ ├── tb_bg.gif │ ├── toolbar.png │ ├── tstatus.png │ └── world.gif ├── plugins.css ├── stable.css └── style.css ├── Excel ├── .svn │ ├── all-wcprops │ ├── entries │ └── text-base │ │ ├── init.js.svn-base │ │ ├── plugins.css.svn-base │ │ ├── stable.css.svn-base │ │ └── style.css.svn-base ├── images │ ├── .svn │ │ ├── all-wcprops │ │ ├── entries │ │ ├── prop-base │ │ │ ├── asc.gif.svn-base │ │ │ ├── cbg.png.svn-base │ │ │ ├── desc.gif.svn-base │ │ │ ├── header.gif.svn-base │ │ │ ├── pbg.png.svn-base │ │ │ ├── pnl_close.png.svn-base │ │ │ ├── pnl_open.png.svn-base │ │ │ ├── statbg.png.svn-base │ │ │ ├── tabbarbg.png.svn-base │ │ │ ├── tabbg.png.svn-base │ │ │ ├── tabbgf.png.svn-base │ │ │ ├── tabbgfh.png.svn-base │ │ │ ├── tabbgfhn.png.svn-base │ │ │ ├── tabbgfin.png.svn-base │ │ │ ├── tabbgh.png.svn-base │ │ │ └── tabbghfin.png.svn-base │ │ └── text-base │ │ │ ├── asc.gif.svn-base │ │ │ ├── cbg.png.svn-base │ │ │ ├── desc.gif.svn-base │ │ │ ├── header.gif.svn-base │ │ │ ├── pbg.png.svn-base │ │ │ ├── pnl_close.png.svn-base │ │ │ ├── pnl_open.png.svn-base │ │ │ ├── statbg.png.svn-base │ │ │ ├── tabbarbg.png.svn-base │ │ │ ├── tabbg.png.svn-base │ │ │ ├── tabbgf.png.svn-base │ │ │ ├── tabbgfh.png.svn-base │ │ │ ├── tabbgfhn.png.svn-base │ │ │ ├── tabbgfin.png.svn-base │ │ │ ├── tabbgh.png.svn-base │ │ │ └── tabbghfin.png.svn-base │ ├── asc.gif │ ├── cbg.png │ ├── desc.gif │ ├── header.gif │ ├── pbg.png │ ├── pnl_close.png │ ├── pnl_open.png │ ├── statbg.png │ ├── tabbarbg.png │ ├── tabbg.png │ ├── tabbgf.png │ ├── tabbgfh.png │ ├── tabbgfhn.png │ ├── tabbgfin.png │ ├── tabbgh.png │ └── tabbghfin.png ├── init.js ├── plugins.css ├── stable.css └── style.css ├── Oblivion ├── .svn │ ├── all-wcprops │ ├── entries │ └── text-base │ │ ├── init.js.svn-base │ │ ├── plugins.css.svn-base │ │ ├── stable.css.svn-base │ │ └── style.css.svn-base ├── images │ ├── .svn │ │ ├── all-wcprops │ │ ├── entries │ │ ├── prop-base │ │ │ ├── ajax-loader.gif.svn-base │ │ │ ├── asc.gif.svn-base │ │ │ ├── autodll-irc1.png.svn-base │ │ │ ├── autodll-irc2.png.svn-base │ │ │ ├── bul.gif.svn-base │ │ │ ├── bul_f.gif.svn-base │ │ │ ├── bul_l.gif.svn-base │ │ │ ├── chat.png.svn-base │ │ │ ├── chat2.png.svn-base │ │ │ ├── chat3.png.svn-base │ │ │ ├── desc.gif.svn-base │ │ │ ├── dlg-autodl-irc.gif.svn-base │ │ │ ├── dlg-rssurlrewrite.gif.svn-base │ │ │ ├── dlg-toolbars.gif.svn-base │ │ │ ├── header_move.gif.svn-base │ │ │ ├── headers.png.svn-base │ │ │ ├── logoff.png.svn-base │ │ │ ├── logoff2.png.svn-base │ │ │ ├── logoff3.png.svn-base │ │ │ ├── menus.png.svn-base │ │ │ ├── pauseui.png.svn-base │ │ │ ├── pauseuih.png.svn-base │ │ │ ├── playui.png.svn-base │ │ │ ├── playuih.png.svn-base │ │ │ ├── plugin.png.svn-base │ │ │ ├── pnl_close.gif.svn-base │ │ │ ├── pnl_close.png.svn-base │ │ │ ├── pnl_open.gif.svn-base │ │ │ ├── pnl_open.png.svn-base │ │ │ ├── r_bg.gif.svn-base │ │ │ ├── refreshui.png.svn-base │ │ │ ├── refreshuih.png.svn-base │ │ │ ├── s.gif.svn-base │ │ │ ├── s_bg.gif.svn-base │ │ │ ├── status.png.svn-base │ │ │ ├── status_icons.png.svn-base │ │ │ ├── t_bg.gif.svn-base │ │ │ ├── tb_bg.gif.svn-base │ │ │ ├── tb_bg.png.svn-base │ │ │ └── toolbar.png.svn-base │ │ └── text-base │ │ │ ├── ajax-loader.gif.svn-base │ │ │ ├── asc.gif.svn-base │ │ │ ├── autodll-irc1.png.svn-base │ │ │ ├── autodll-irc2.png.svn-base │ │ │ ├── bul.gif.svn-base │ │ │ ├── bul_f.gif.svn-base │ │ │ ├── bul_l.gif.svn-base │ │ │ ├── chat.png.svn-base │ │ │ ├── chat2.png.svn-base │ │ │ ├── chat3.png.svn-base │ │ │ ├── desc.gif.svn-base │ │ │ ├── dlg-autodl-irc.gif.svn-base │ │ │ ├── dlg-rssurlrewrite.gif.svn-base │ │ │ ├── dlg-toolbars.gif.svn-base │ │ │ ├── header_move.gif.svn-base │ │ │ ├── headers.png.svn-base │ │ │ ├── logoff.png.svn-base │ │ │ ├── logoff2.png.svn-base │ │ │ ├── logoff3.png.svn-base │ │ │ ├── menus.png.svn-base │ │ │ ├── pauseui.png.svn-base │ │ │ ├── pauseuih.png.svn-base │ │ │ ├── playui.png.svn-base │ │ │ ├── playuih.png.svn-base │ │ │ ├── plugin.png.svn-base │ │ │ ├── pnl_close.gif.svn-base │ │ │ ├── pnl_close.png.svn-base │ │ │ ├── pnl_open.gif.svn-base │ │ │ ├── pnl_open.png.svn-base │ │ │ ├── r_bg.gif.svn-base │ │ │ ├── refreshui.png.svn-base │ │ │ ├── refreshuih.png.svn-base │ │ │ ├── s.gif.svn-base │ │ │ ├── s_bg.gif.svn-base │ │ │ ├── status.png.svn-base │ │ │ ├── status_icons.png.svn-base │ │ │ ├── t_bg.gif.svn-base │ │ │ ├── tb_bg.gif.svn-base │ │ │ ├── tb_bg.png.svn-base │ │ │ └── toolbar.png.svn-base │ ├── ajax-loader.gif │ ├── asc.gif │ ├── autodll-irc1.png │ ├── autodll-irc2.png │ ├── bul.gif │ ├── bul_f.gif │ ├── bul_l.gif │ ├── chat.png │ ├── chat2.png │ ├── chat3.png │ ├── desc.gif │ ├── dlg-autodl-irc.gif │ ├── dlg-rssurlrewrite.gif │ ├── dlg-toolbars.gif │ ├── header_move.gif │ ├── headers.png │ ├── logoff.png │ ├── logoff2.png │ ├── logoff3.png │ ├── menus.png │ ├── pauseui.png │ ├── pauseuih.png │ ├── playui.png │ ├── playuih.png │ ├── plugin.png │ ├── pnl_close.gif │ ├── pnl_close.png │ ├── pnl_open.gif │ ├── pnl_open.png │ ├── r_bg.gif │ ├── refreshui.png │ ├── refreshuih.png │ ├── s.gif │ ├── s_bg.gif │ ├── status.png │ ├── status_icons.png │ ├── t_bg.gif │ ├── tb_bg.gif │ ├── tb_bg.png │ └── toolbar.png ├── init.js ├── plugins.css ├── stable.css └── style.css ├── OblivionBlue ├── images │ ├── ajax-loader.gif │ ├── asc.gif │ ├── autodll-irc1.png │ ├── autodll-irc2.png │ ├── bul.gif │ ├── bul_f.gif │ ├── bul_l.gif │ ├── chat.png │ ├── chat2.png │ ├── chat3.png │ ├── desc.gif │ ├── dlg-autodl-irc.gif │ ├── dlg-rssurlrewrite.gif │ ├── dlg-toolbars.gif │ ├── header_move.gif │ ├── headers.png │ ├── logoff.png │ ├── logoff2.png │ ├── logoff3.png │ ├── menus.png │ ├── pauseui.png │ ├── pauseuih.png │ ├── playui.png │ ├── playuih.png │ ├── plugin.png │ ├── pnl_close.gif │ ├── pnl_close.png │ ├── pnl_open.gif │ ├── pnl_open.png │ ├── r_bg.gif │ ├── refreshui.png │ ├── refreshuih.png │ ├── s.gif │ ├── s_bg.gif │ ├── status.png │ ├── status_icons.png │ ├── t_bg.gif │ ├── tb_bg.gif │ ├── tb_bg.png │ ├── toolbar.png │ └── tstatus.png ├── init.js ├── plugins.css ├── stable.css └── style.css └── README.md /Acid/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 50 4 | /svn/!svn/ver/1917/trunk/plugins/theme/themes/Acid 5 | END 6 | stable.css 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 61 10 | /svn/!svn/ver/1606/trunk/plugins/theme/themes/Acid/stable.css 11 | END 12 | style.css 13 | K 25 14 | svn:wc:ra_dav:version-url 15 | V 60 16 | /svn/!svn/ver/1697/trunk/plugins/theme/themes/Acid/style.css 17 | END 18 | plugins.css 19 | K 25 20 | svn:wc:ra_dav:version-url 21 | V 62 22 | /svn/!svn/ver/1917/trunk/plugins/theme/themes/Acid/plugins.css 23 | END 24 | -------------------------------------------------------------------------------- /Acid/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1954 5 | http://rutorrent.googlecode.com/svn/trunk/plugins/theme/themes/Acid 6 | http://rutorrent.googlecode.com/svn 7 | 8 | 9 | 10 | 2011-12-12T14:18:22.663379Z 11 | 1917 12 | novik65@gmail.com 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | f4b6cfda-67a8-11de-ba0c-230037762ff9 28 | 29 | stable.css 30 | file 31 | 32 | 33 | 34 | 35 | 2012-01-16T01:28:17.231492Z 36 | 8f077392c3d0847d75a6f9e82b5d35bb 37 | 2011-01-07T16:40:20.581526Z 38 | 1606 39 | novik65 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 1307 62 | 63 | images 64 | dir 65 | 66 | style.css 67 | file 68 | 69 | 70 | 71 | 72 | 2012-01-16T01:28:17.231492Z 73 | 0ae95d7cb3cff63121d5bd823d89bd5a 74 | 2011-06-10T09:23:43.510890Z 75 | 1697 76 | novik65 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 6894 99 | 100 | plugins.css 101 | file 102 | 103 | 104 | 105 | 106 | 2012-01-16T01:28:17.231492Z 107 | f41b07aa2a6f798563d0a7d270f39d37 108 | 2011-12-12T14:18:22.663379Z 109 | 1917 110 | novik65@gmail.com 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 1140 133 | 134 | -------------------------------------------------------------------------------- /Acid/.svn/text-base/plugins.css.svn-base: -------------------------------------------------------------------------------- 1 | div#create_btns {background-image: url(./images/ajax-loader_h.gif)} 2 | #meter-disk-td, #qmeter-disk-td {background-image: url(./images/disk.gif)} 3 | div#t div#starter {background-image: url(./images/starter.png)} 4 | div#tedit div.dlg-header, div#dlg_datadir div.dlg-header, div#dlg_starter div.dlg-header, div#dlg_unpack div.dlg-header, div#exConsole div.dlg-header, div#tskConsole div.dlg-header, div#exCommand div.dlg-header, div#exMegaupload div.dlg-header {background-image: url(./images/settings.gif)} 5 | div#dlgLoadTorrents div.dlg-header {background-image: url(./images/world.gif)} 6 | 7 | .lf li input.TextboxFocus {background-color: #BDDBDB; color: #272E36;} 8 | .lf li input.TextboxNormal {background-color: #272E36; color: #BDDBDB;} 9 | 10 | .tskconsole, .exconsole, .console, .starterConsole, #extlink_title {background: #272E36; font-weight: bold;} 11 | 12 | .tHeader {font-weight: bold;} 13 | .cCell {font-weight: bold; color: #272E36} 14 | 15 | .shieven {background: #272E36; } 16 | .shiodd {background: #323A46; } 17 | 18 | .lf_rur li input.TextboxFocus {background-color: #BDDBDB; color: #272E36;} 19 | .lf_rur li input.TextboxNormal {background-color: #272E36; color: #BDDBDB;} -------------------------------------------------------------------------------- /Acid/.svn/text-base/stable.css.svn-base: -------------------------------------------------------------------------------- 1 | .stable-head { background: #272E36; border-color: #A0A0A0 #A0A0A0 #A0A0A0 #A0A0A0; } 2 | .stable-head table tr {background: transparent url(./images/header.gif) repeat-x scroll center top} 3 | .stable-head table tr td { border-color: #A0A0A0 #A0A0A0 #A0A0A0 #A0A0A0; background: transparent url(./images/blank.gif) no-repeat scroll right center; color: #00ff00; font-weight: bold;} 4 | .stable-head div.resz {background: transparent url(./images/s.gif) no-repeat scroll left center; } 5 | .stable-body td { border-bottom: 1px solid #E0E0E0; color: #BDDBDB; font-weight: bold;} 6 | 7 | .stable-body {background: #272E36;} 8 | .stable-body tr.selected td {background: #BDDBDB; color: #272E36;} 9 | .stable-body tr.odd td {background: #323A46;} 10 | .stable-body tr.even td {background: #272E36;} 11 | .stable-move-header {position: absolute; background: transparent url(./images/header_move.gif) repeat-x scroll center top rgba(255,255,255,0.7); border: 1px solid #0099FF; } 12 | 13 | .stable-separator-header { background: #0099FF; } 14 | 15 | .meter-value { float: left; background-color: #ffffff; border: 1px inset #BBBBBB; border-bottom: none;} 16 | .meter-text { color: #ffffff;} 17 | 18 | .meter-value-start-color { background-color: #FFFF00 } 19 | .meter-value-end-color { background-color: #31cf31 } 20 | .stable-scrollpos { background: #323A46; color: #BDDBDB; } -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/about.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/ajax-loader.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/ajax-loader_h.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/asc.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/bul.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/bul_f.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/bul_l.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/desc.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/dir.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/disk.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/error.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/file.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/go.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/h.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/header.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/header_move.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/i_bg.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/label.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/menuexp.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/menusel.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/pnl_close.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/pnl_open.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/props.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/quest.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/r_bg.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/s.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/settings.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/starter.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/status_down.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/status_up.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/t_bg.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/tb_bg.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/toolbar.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/tstatus.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/prop-base/world.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/about.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/about.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/ajax-loader.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/ajax-loader.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/ajax-loader_h.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/ajax-loader_h.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/asc.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/asc.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/bul.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/bul.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/bul_f.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/bul_f.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/bul_l.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/bul_l.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/desc.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/desc.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/dir.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/dir.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/disk.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/disk.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/error.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/error.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/file.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/file.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/go.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/go.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/h.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/h.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/header.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/header.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/header_move.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/header_move.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/i_bg.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/i_bg.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/label.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/label.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/menuexp.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/menuexp.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/menusel.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/menusel.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/pnl_close.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/pnl_close.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/pnl_open.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/pnl_open.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/props.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/props.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/quest.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/quest.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/r_bg.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/r_bg.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/s.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/s.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/settings.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/settings.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/starter.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/starter.png.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/status_down.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/status_down.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/status_up.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/status_up.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/t_bg.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/t_bg.png.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/tb_bg.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/tb_bg.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/toolbar.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/toolbar.png.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/tstatus.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/tstatus.png.svn-base -------------------------------------------------------------------------------- /Acid/images/.svn/text-base/world.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/.svn/text-base/world.gif.svn-base -------------------------------------------------------------------------------- /Acid/images/about.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/about.gif -------------------------------------------------------------------------------- /Acid/images/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/ajax-loader.gif -------------------------------------------------------------------------------- /Acid/images/ajax-loader_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/ajax-loader_h.gif -------------------------------------------------------------------------------- /Acid/images/asc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/asc.gif -------------------------------------------------------------------------------- /Acid/images/bul.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/bul.gif -------------------------------------------------------------------------------- /Acid/images/bul_f.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/bul_f.gif -------------------------------------------------------------------------------- /Acid/images/bul_l.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/bul_l.gif -------------------------------------------------------------------------------- /Acid/images/desc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/desc.gif -------------------------------------------------------------------------------- /Acid/images/dir.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/dir.gif -------------------------------------------------------------------------------- /Acid/images/disk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/disk.gif -------------------------------------------------------------------------------- /Acid/images/error.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/error.gif -------------------------------------------------------------------------------- /Acid/images/file.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/file.gif -------------------------------------------------------------------------------- /Acid/images/go.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/go.gif -------------------------------------------------------------------------------- /Acid/images/h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/h.gif -------------------------------------------------------------------------------- /Acid/images/header.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/header.gif -------------------------------------------------------------------------------- /Acid/images/header_move.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/header_move.gif -------------------------------------------------------------------------------- /Acid/images/i_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/i_bg.gif -------------------------------------------------------------------------------- /Acid/images/label.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/label.gif -------------------------------------------------------------------------------- /Acid/images/menuexp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/menuexp.gif -------------------------------------------------------------------------------- /Acid/images/menusel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/menusel.gif -------------------------------------------------------------------------------- /Acid/images/pnl_close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/pnl_close.gif -------------------------------------------------------------------------------- /Acid/images/pnl_open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/pnl_open.gif -------------------------------------------------------------------------------- /Acid/images/props.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/props.gif -------------------------------------------------------------------------------- /Acid/images/quest.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/quest.gif -------------------------------------------------------------------------------- /Acid/images/r_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/r_bg.gif -------------------------------------------------------------------------------- /Acid/images/s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/s.gif -------------------------------------------------------------------------------- /Acid/images/settings.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/settings.gif -------------------------------------------------------------------------------- /Acid/images/starter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/starter.png -------------------------------------------------------------------------------- /Acid/images/status_down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/status_down.gif -------------------------------------------------------------------------------- /Acid/images/status_up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/status_up.gif -------------------------------------------------------------------------------- /Acid/images/t_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/t_bg.png -------------------------------------------------------------------------------- /Acid/images/tb_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/tb_bg.gif -------------------------------------------------------------------------------- /Acid/images/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/toolbar.png -------------------------------------------------------------------------------- /Acid/images/tstatus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/tstatus.png -------------------------------------------------------------------------------- /Acid/images/world.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Acid/images/world.gif -------------------------------------------------------------------------------- /Acid/plugins.css: -------------------------------------------------------------------------------- 1 | div#create_btns {background-image: url(./images/ajax-loader_h.gif)} 2 | #meter-disk-td, #qmeter-disk-td {background-image: url(./images/disk.gif)} 3 | div#t div#starter {background-image: url(./images/starter.png)} 4 | div#tedit div.dlg-header, div#dlg_datadir div.dlg-header, div#dlg_starter div.dlg-header, div#dlg_unpack div.dlg-header, div#exConsole div.dlg-header, div#tskConsole div.dlg-header, div#exCommand div.dlg-header, div#exMegaupload div.dlg-header {background-image: url(./images/settings.gif)} 5 | div#dlgLoadTorrents div.dlg-header {background-image: url(./images/world.gif)} 6 | 7 | .lf li input.TextboxFocus {background-color: #BDDBDB; color: #272E36;} 8 | .lf li input.TextboxNormal {background-color: #272E36; color: #BDDBDB;} 9 | 10 | .tskconsole, .exconsole, .console, .starterConsole, #extlink_title {background: #272E36; font-weight: bold;} 11 | 12 | .tHeader {font-weight: bold;} 13 | .cCell {font-weight: bold; color: #272E36} 14 | 15 | .shieven {background: #272E36; } 16 | .shiodd {background: #323A46; } 17 | 18 | .lf_rur li input.TextboxFocus {background-color: #BDDBDB; color: #272E36;} 19 | .lf_rur li input.TextboxNormal {background-color: #272E36; color: #BDDBDB;} -------------------------------------------------------------------------------- /Acid/stable.css: -------------------------------------------------------------------------------- 1 | .stable-head { background: #272E36; border-color: #A0A0A0 #A0A0A0 #A0A0A0 #A0A0A0; } 2 | .stable-head table tr {background: transparent url(./images/header.gif) repeat-x scroll center top} 3 | .stable-head table tr td { border-color: #A0A0A0 #A0A0A0 #A0A0A0 #A0A0A0; background: transparent url(./images/blank.gif) no-repeat scroll right center; color: #00ff00; font-weight: bold;} 4 | .stable-head div.resz {background: transparent url(./images/s.gif) no-repeat scroll left center; } 5 | .stable-body td { border-bottom: 1px solid #E0E0E0; color: #BDDBDB; font-weight: bold;} 6 | 7 | .stable-body {background: #272E36;} 8 | .stable-body tr.selected td {background: #BDDBDB; color: #272E36;} 9 | .stable-body tr.odd td {background: #323A46;} 10 | .stable-body tr.even td {background: #272E36;} 11 | .stable-move-header {position: absolute; background: transparent url(./images/header_move.gif) repeat-x scroll center top rgba(255,255,255,0.7); border: 1px solid #0099FF; } 12 | 13 | .stable-separator-header { background: #0099FF; } 14 | 15 | .meter-value { float: left; background-color: #ffffff; border: 1px inset #BBBBBB; border-bottom: none;} 16 | .meter-text { color: #ffffff;} 17 | 18 | .meter-value-start-color { background-color: #FFFF00 } 19 | .meter-value-end-color { background-color: #31cf31 } 20 | .stable-scrollpos { background: #323A46; color: #BDDBDB; } -------------------------------------------------------------------------------- /Agent46/images/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/ajax-loader.gif -------------------------------------------------------------------------------- /Agent46/images/asc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/asc.gif -------------------------------------------------------------------------------- /Agent46/images/autodll-irc1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/autodll-irc1.png -------------------------------------------------------------------------------- /Agent46/images/autodll-irc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/autodll-irc2.png -------------------------------------------------------------------------------- /Agent46/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/blank.gif -------------------------------------------------------------------------------- /Agent46/images/bul.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/bul.gif -------------------------------------------------------------------------------- /Agent46/images/bul_f.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/bul_f.gif -------------------------------------------------------------------------------- /Agent46/images/bul_l.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/bul_l.gif -------------------------------------------------------------------------------- /Agent46/images/clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/clock.png -------------------------------------------------------------------------------- /Agent46/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/close.png -------------------------------------------------------------------------------- /Agent46/images/cpu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/cpu.png -------------------------------------------------------------------------------- /Agent46/images/desc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/desc.gif -------------------------------------------------------------------------------- /Agent46/images/disk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/disk.png -------------------------------------------------------------------------------- /Agent46/images/dlg-autodl-irc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/dlg-autodl-irc.gif -------------------------------------------------------------------------------- /Agent46/images/dlg-header-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/dlg-header-icons.png -------------------------------------------------------------------------------- /Agent46/images/dlg-header-icons.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/dlg-header-icons.xcf -------------------------------------------------------------------------------- /Agent46/images/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/green.png -------------------------------------------------------------------------------- /Agent46/images/h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/h.gif -------------------------------------------------------------------------------- /Agent46/images/header (copy).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/header (copy).gif -------------------------------------------------------------------------------- /Agent46/images/header.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/header.gif -------------------------------------------------------------------------------- /Agent46/images/header_move.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/header_move.gif -------------------------------------------------------------------------------- /Agent46/images/i_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/i_bg.gif -------------------------------------------------------------------------------- /Agent46/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/logo.png -------------------------------------------------------------------------------- /Agent46/images/menuexp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/menuexp.gif -------------------------------------------------------------------------------- /Agent46/images/menusel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/menusel.gif -------------------------------------------------------------------------------- /Agent46/images/pattern2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/pattern2.png -------------------------------------------------------------------------------- /Agent46/images/pnl_close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/pnl_close.gif -------------------------------------------------------------------------------- /Agent46/images/pnl_open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/pnl_open.gif -------------------------------------------------------------------------------- /Agent46/images/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/red.png -------------------------------------------------------------------------------- /Agent46/images/s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/s.gif -------------------------------------------------------------------------------- /Agent46/images/s_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/s_bg.gif -------------------------------------------------------------------------------- /Agent46/images/sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/sprite.png -------------------------------------------------------------------------------- /Agent46/images/sprite.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/sprite.xcf -------------------------------------------------------------------------------- /Agent46/images/status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/status.png -------------------------------------------------------------------------------- /Agent46/images/status_down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/status_down.gif -------------------------------------------------------------------------------- /Agent46/images/status_up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/status_up.gif -------------------------------------------------------------------------------- /Agent46/images/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/toolbar.png -------------------------------------------------------------------------------- /Agent46/images/toolbar.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/toolbar.xcf -------------------------------------------------------------------------------- /Agent46/images/yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Agent46/images/yellow.png -------------------------------------------------------------------------------- /Agent46/init.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Agent46 skin and scripts for ruTorrent 3 | * Author: Mahngiel 4 | */ 5 | 6 | // Color graphs 7 | plugin.Agent46AllDone = plugin.allDone; 8 | plugin.allDone = function() 9 | { 10 | plugin.Agent46AllDone.call(this); 11 | $.each(["diskspace","quotaspace","cpuload"], function(ndx,name) 12 | { 13 | var plg = thePlugins.get(name); 14 | if(plg && plg.enabled) 15 | { 16 | plg.prgStartColor = new RGBackground("#ccf0ff"); 17 | plg.prgEndColor = new RGBackground("#07B4FB"); 18 | } 19 | }); 20 | } 21 | 22 | // Color download progress 23 | plugin.oldTableCreate = dxSTable.prototype.create; 24 | dxSTable.prototype.create = function(ele, styles, aName) 25 | { 26 | plugin.oldTableCreate.call(this, ele, styles, aName); 27 | this.prgStartColor = new RGBackground("#ccf0ff"); 28 | this.prgEndColor = new RGBackground("#07B4FB"); 29 | } 30 | 31 | // add entry into About 32 | var Mahngiel = "Theme development by Mahngiel

"; 33 | var target = $('#dlgAbout').children('.content').children('center'); 34 | $(Mahngiel).insertBefore(target); 35 | 36 | // Remove parentheses 37 | jQuery(function() { 38 | setTimeout(function() { 39 | $('#CatList li').each(function() { 40 | $(this).html( $(this).html().replace(/\/g, '').replace(/\(\)/g, 'span>') ); 41 | }); 42 | }, 500); 43 | }); -------------------------------------------------------------------------------- /Agent46/plugin.info: -------------------------------------------------------------------------------- 1 | plugin.description: Agent46 Theme by Mahngiel with plugins. 2 | plugin.author: Mahngiel 3 | plugin.runlevel: 99 4 | plugin.version: .1 5 | plugin.help: http://code.google.com/p/rutorrent/wiki/PluginTracklabels -------------------------------------------------------------------------------- /Agent46/stable.css: -------------------------------------------------------------------------------- 1 | /* Stable */ 2 | .stable {border: none; border-color: #D0D0D0 #FFFFFF #FFFFFF #D0D0D0; overflow: hidden; display: block; -moz-user-select: none; -moz-user-focus: normal; -moz-user-input: enabled; } 3 | .stable td {font: menu; white-space: nowrap; padding: 1px} 4 | 5 | /* Head */ 6 | .stable-head {position: absolute; background: #F5F5F5; overflow: hidden; -moz-user-select: none; border: none; border-color: #FFFFFF #D0D0D0 #D0D0D0 #FFFFFF; border-bottom: 0; z-index: 10} 7 | .stable-head table {table-layout: fixed; width: 0} 8 | .stable-head table tr {background: transparent url(./images/header.gif) repeat-x scroll center top} 9 | .stable-head table tr td {height: 14px; font-size: 11px; font-family: inherit; border: 1px solid; border-color: #FFFFFF #D0D0D0 #2b2b2b #FFFFFF; background: transparent url(./images/blank.gif) no-repeat scroll right center; line-height: 14px; overflow: hidden; white-space: nowrap; vertical-align: top; text-shadow: 1px 1px #f1f1f1;} 10 | .stable-head td div {padding: 0 12px 0 4px} 11 | .stable-head div.resz {border: 1px solid #FF0000; width: 5px; height: 14px; padding: 0 !important; float: right; background: transparent url(./images/s.gif) no-repeat scroll left center; cursor: e-resize} 12 | .stable-head .rowcover { position: absolute; left: 0; top: 0; height: 20px; width: 1000px; background: transparent; display: none; } 13 | 14 | /* Body */ 15 | .stable-body {background: window; overflow: auto; background: #F5F5F5;} 16 | .stable-body table {table-layout: fixed; width: 0; } 17 | .stable-body tr {cursor: pointer} 18 | .stable-body tr.selected td {background-color: #2b2b2b; color: #f0f0f0; font-weight: 600;} 19 | .stable-body tr td:first-child {border-left: 2px solid #999;} 20 | .stable-body tr.selected td:first-child {border-left: 2px solid #fff;} 21 | .stable-body tr.odd td {background-color: #EEE;} 22 | .stable-body tr.even td {background-color: #F9F9F9;} 23 | .stable-body td {border-color: #FFFFFF #CFCFCF #CFCFCF #FFFFFF; border-style: solid; border-width: 1px 0; padding: 0; text-align: center; vertical-align: middle; height: 16px; overflow: hidden;} 24 | .stable-body td div { margin: 0 2px 0 2px !important; font-size: 11px; line-height: 16px; font-family: inherit; overflow: hidden; height: 16px !important;} 25 | 26 | .ie .stable-body td, .ie .stable-body td div {zoom: 1 !important; height: 16px !important; line-height: 16px !important; vertical-align: top; float: none; white-space: nowrap !important} 27 | .konqueror .stable-body td div { margin: 0 0px 0 0px !important } 28 | 29 | .stable-icon {width: 16px; height: 16px; margin-right: -6px; margin: 0 5px; padding: 0 !important; float: left; background-image: url("./images/sprite.png")} 30 | .ie .stable-icon {} 31 | 32 | /* Move & Resize */ 33 | .stable-move-header {position: absolute; background: transparent url(./images/header_move.gif) repeat-x scroll center top rgba(255,255,255,0.7); top: 0px; font: menu; padding: 2px 12px 2px 4px; line-height: 12px; -moz-user-select: none; visibility: visible; border: 1px solid #0099FF; overflow: hidden; } 34 | .gecko .stable-move-header {background: rgba(255,255,255,0.7); -moz-opacity: 0.7;} 35 | .ie .stable-move-header {background: rgba(255,255,255,0.7); filter:alpha(opacity=70)} 36 | .webkit .stable-move-header {background: rgba(255,255,255,0.7);} 37 | .opera .stable-move-header {background: rgba(255,255,255,0.7);} 38 | 39 | .stable-active-header {border-color: threedface !important} 40 | .stable-separator-header {position: absolute; top: 0px; left: 0px; font: menu; height: 1em; width: 1px; overflow: hidden; background: #0099FF; padding: 3px 0px} 41 | .stable-resize-header { position: absolute; background-color: #A0A0A0; width: 1px; top: 0px; font: menu; -moz-user-select: none; visibility: hidden; overflow: hidden; z-index: 100; } 42 | 43 | .stable-virtpad {width: 10px; height: 0px} 44 | .stable-lpad {width: 5px; height: 16px; margin: 0; padding: 0; float: left; } 45 | .stable-scrollpos {width: 80%; height: 16px; left: 10%; top: 50%; position: absolute; padding: 0 5px; margin-top: -8px; background: #FFFFFF; color: #AAAAAA; font-size: 11px; font-family: inherit; font-weight: bold; text-align: center; overflow: hidden; display: none; white-space: nowrap} 46 | 47 | /* Meter */ 48 | .meter-value { float: left; background-color: #99D699; border: 1px inset #BBBBBB; border-bottom: none;} 49 | .meter-text { position: relative; text-align: left; float: left; width: 0px; height: 0px; overflow: visible; left: 40%; font-size: 11px; font-family: inherit; z-index: 1; } 50 | .meter-value-start-color { background-color: #FFFF00 } 51 | .meter-value-end-color { background-color: #99D699 } 52 | -------------------------------------------------------------------------------- /Blue/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 50 4 | /svn/!svn/ver/1917/trunk/plugins/theme/themes/Blue 5 | END 6 | jquery.checkbox.js 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 69 10 | /svn/!svn/ver/1652/trunk/plugins/theme/themes/Blue/jquery.checkbox.js 11 | END 12 | stable.css 13 | K 25 14 | svn:wc:ra_dav:version-url 15 | V 61 16 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Blue/stable.css 17 | END 18 | style.css 19 | K 25 20 | svn:wc:ra_dav:version-url 21 | V 60 22 | /svn/!svn/ver/1917/trunk/plugins/theme/themes/Blue/style.css 23 | END 24 | plugins.css 25 | K 25 26 | svn:wc:ra_dav:version-url 27 | V 62 28 | /svn/!svn/ver/1917/trunk/plugins/theme/themes/Blue/plugins.css 29 | END 30 | init.js 31 | K 25 32 | svn:wc:ra_dav:version-url 33 | V 58 34 | /svn/!svn/ver/1697/trunk/plugins/theme/themes/Blue/init.js 35 | END 36 | jquery.safari-checkbox.css 37 | K 25 38 | svn:wc:ra_dav:version-url 39 | V 77 40 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Blue/jquery.safari-checkbox.css 41 | END 42 | -------------------------------------------------------------------------------- /Blue/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1954 5 | http://rutorrent.googlecode.com/svn/trunk/plugins/theme/themes/Blue 6 | http://rutorrent.googlecode.com/svn 7 | 8 | 9 | 10 | 2011-12-12T14:18:22.663379Z 11 | 1917 12 | novik65@gmail.com 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | f4b6cfda-67a8-11de-ba0c-230037762ff9 28 | 29 | jquery.checkbox.js 30 | file 31 | 32 | 33 | 34 | 35 | 2012-01-16T01:28:17.858119Z 36 | df8ad905bcef72895ab3bc740e1e2c17 37 | 2011-03-22T15:53:38.129278Z 38 | 1652 39 | novik65 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 4184 62 | 63 | stable.css 64 | file 65 | 66 | 67 | 68 | 69 | 2012-01-16T01:28:17.858119Z 70 | 9ac067978fa8bb0900c76d32ac6b8e9a 71 | 2010-06-01T15:07:13.087208Z 72 | 1202 73 | novik65 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 109 96 | 97 | images 98 | dir 99 | 100 | style.css 101 | file 102 | 103 | 104 | 105 | 106 | 2012-01-16T01:28:17.858119Z 107 | b5b0f20566f24eddf661d56fae819bb4 108 | 2011-12-12T14:18:22.663379Z 109 | 1917 110 | novik65@gmail.com 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 6685 133 | 134 | plugins.css 135 | file 136 | 137 | 138 | 139 | 140 | 2012-01-16T01:28:17.858119Z 141 | f7b70e18ae29083c119e199fa6016121 142 | 2011-12-12T14:18:22.663379Z 143 | 1917 144 | novik65@gmail.com 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 375 167 | 168 | init.js 169 | file 170 | 171 | 172 | 173 | 174 | 2012-01-16T01:28:17.859493Z 175 | 7f1685329c78e99f73d6dd9098e91571 176 | 2011-06-10T09:23:43.510890Z 177 | 1697 178 | novik65 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 4885 201 | 202 | jquery.safari-checkbox.css 203 | file 204 | 205 | 206 | 207 | 208 | 2012-01-16T01:28:17.859493Z 209 | 0c5fc55331a3383e6f95c3bb37010490 210 | 2010-06-01T15:07:13.087208Z 211 | 1202 212 | novik65 213 | 214 | 215 | 216 | 217 | 218 | 219 | 220 | 221 | 222 | 223 | 224 | 225 | 226 | 227 | 228 | 229 | 230 | 231 | 232 | 233 | 234 | 852 235 | 236 | -------------------------------------------------------------------------------- /Blue/.svn/text-base/jquery.safari-checkbox.css.svn-base: -------------------------------------------------------------------------------- 1 | .jquery-safari-checkbox {display: inline; font-size: 16px; line-height: 16px; cursor: pointer; cursor: hand;} 2 | .jquery-safari-checkbox .mark {display: inline;} 3 | 4 | .jquery-safari-checkbox img {vertical-align: middle; width: 16px; height: 16px; margin: 0px 3px 1px 0px} 5 | .jquery-safari-checkbox img {background: transparent url(./images/safari-checkbox.png) no-repeat;} 6 | 7 | .jquery-safari-checkbox img{ 8 | background-position: 0px 0px; 9 | } 10 | .jquery-safari-checkbox-hover img{ 11 | background-position: -16px 0px; 12 | } 13 | .jquery-safari-checkbox-checked img{ 14 | background-position: 0px -16px; 15 | } 16 | .jquery-safari-checkbox-checked .jquery-safari-checkbox-hover img { 17 | background-position: -16px -16px; 18 | } 19 | 20 | .jquery-safari-checkbox-disabled img{ 21 | background-position: 0px -32px; 22 | } 23 | .jquery-safari-checkbox-checked .jquery-safari-checkbox-disabled img{ 24 | background-position: 0px -48px; 25 | } -------------------------------------------------------------------------------- /Blue/.svn/text-base/plugins.css.svn-base: -------------------------------------------------------------------------------- 1 | .lf li input.TextboxFocus { background: #CFDEEF } 2 | .lf li input.TextboxNormal { background: #FAFAFA } 3 | #qmeter-disk-holder, #meter-disk-holder, #meter-band-holder { border-color: #99BBE8 } 4 | #PDivider { background-color: #DFE8F6; border-left: 1px solid #8DB2E3; } 5 | 6 | .lf_rur li input.TextboxFocus { background: #CFDEEF } 7 | .lf_rur li input.TextboxNormal { background: #FAFAFA } -------------------------------------------------------------------------------- /Blue/.svn/text-base/stable.css.svn-base: -------------------------------------------------------------------------------- 1 | .stable-body tr.selected td {background: #D9E8FB} 2 | .stable { border-color: #8DB2E3 #FFFFFF #FFFFFF #8DB2E3 } -------------------------------------------------------------------------------- /Blue/images/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 57 4 | /svn/!svn/ver/1917/trunk/plugins/theme/themes/Blue/images 5 | END 6 | empty.png 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 67 10 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Blue/images/empty.png 11 | END 12 | plugin.png 13 | K 25 14 | svn:wc:ra_dav:version-url 15 | V 68 16 | /svn/!svn/ver/1917/trunk/plugins/theme/themes/Blue/images/plugin.png 17 | END 18 | pnl_close.gif 19 | K 25 20 | svn:wc:ra_dav:version-url 21 | V 71 22 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Blue/images/pnl_close.gif 23 | END 24 | desc.gif 25 | K 25 26 | svn:wc:ra_dav:version-url 27 | V 66 28 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Blue/images/desc.gif 29 | END 30 | shadow-lr.png 31 | K 25 32 | svn:wc:ra_dav:version-url 33 | V 71 34 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Blue/images/shadow-lr.png 35 | END 36 | toolbar.png 37 | K 25 38 | svn:wc:ra_dav:version-url 39 | V 69 40 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Blue/images/toolbar.png 41 | END 42 | left-corners.png 43 | K 25 44 | svn:wc:ra_dav:version-url 45 | V 74 46 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Blue/images/left-corners.png 47 | END 48 | white-top-bottom.gif 49 | K 25 50 | svn:wc:ra_dav:version-url 51 | V 78 52 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Blue/images/white-top-bottom.gif 53 | END 54 | top-bottom.png 55 | K 25 56 | svn:wc:ra_dav:version-url 57 | V 72 58 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Blue/images/top-bottom.png 59 | END 60 | shadow-c.png 61 | K 25 62 | svn:wc:ra_dav:version-url 63 | V 70 64 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Blue/images/shadow-c.png 65 | END 66 | left-right.png 67 | K 25 68 | svn:wc:ra_dav:version-url 69 | V 72 70 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Blue/images/left-right.png 71 | END 72 | ajax-loader.gif 73 | K 25 74 | svn:wc:ra_dav:version-url 75 | V 73 76 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Blue/images/ajax-loader.gif 77 | END 78 | btn-sprite.gif 79 | K 25 80 | svn:wc:ra_dav:version-url 81 | V 72 82 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Blue/images/btn-sprite.gif 83 | END 84 | bg.gif 85 | K 25 86 | svn:wc:ra_dav:version-url 87 | V 64 88 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Blue/images/bg.gif 89 | END 90 | tab-strip-bg.gif 91 | K 25 92 | svn:wc:ra_dav:version-url 93 | V 74 94 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Blue/images/tab-strip-bg.gif 95 | END 96 | menu-parent.gif 97 | K 25 98 | svn:wc:ra_dav:version-url 99 | V 73 100 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Blue/images/menu-parent.gif 101 | END 102 | s-handle.gif 103 | K 25 104 | svn:wc:ra_dav:version-url 105 | V 70 106 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Blue/images/s-handle.gif 107 | END 108 | tabs-sprite.gif 109 | K 25 110 | svn:wc:ra_dav:version-url 111 | V 73 112 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Blue/images/tabs-sprite.gif 113 | END 114 | tabs-bg.png 115 | K 25 116 | svn:wc:ra_dav:version-url 117 | V 69 118 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Blue/images/tabs-bg.png 119 | END 120 | header_bg.gif 121 | K 25 122 | svn:wc:ra_dav:version-url 123 | V 71 124 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Blue/images/header_bg.gif 125 | END 126 | quest.gif 127 | K 25 128 | svn:wc:ra_dav:version-url 129 | V 67 130 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Blue/images/quest.gif 131 | END 132 | shadow.png 133 | K 25 134 | svn:wc:ra_dav:version-url 135 | V 68 136 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Blue/images/shadow.png 137 | END 138 | go.gif 139 | K 25 140 | svn:wc:ra_dav:version-url 141 | V 64 142 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Blue/images/go.gif 143 | END 144 | right-corners.png 145 | K 25 146 | svn:wc:ra_dav:version-url 147 | V 75 148 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Blue/images/right-corners.png 149 | END 150 | asc.gif 151 | K 25 152 | svn:wc:ra_dav:version-url 153 | V 65 154 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Blue/images/asc.gif 155 | END 156 | safari-checkbox.png 157 | K 25 158 | svn:wc:ra_dav:version-url 159 | V 77 160 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Blue/images/safari-checkbox.png 161 | END 162 | pnl_open.gif 163 | K 25 164 | svn:wc:ra_dav:version-url 165 | V 70 166 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Blue/images/pnl_open.gif 167 | END 168 | text-bg.gif 169 | K 25 170 | svn:wc:ra_dav:version-url 171 | V 69 172 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Blue/images/text-bg.gif 173 | END 174 | -------------------------------------------------------------------------------- /Blue/images/.svn/prop-base/ajax-loader.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Blue/images/.svn/prop-base/asc.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Blue/images/.svn/prop-base/bg.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Blue/images/.svn/prop-base/btn-sprite.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Blue/images/.svn/prop-base/desc.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Blue/images/.svn/prop-base/empty.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Blue/images/.svn/prop-base/go.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Blue/images/.svn/prop-base/header_bg.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Blue/images/.svn/prop-base/left-corners.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Blue/images/.svn/prop-base/left-right.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Blue/images/.svn/prop-base/menu-parent.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Blue/images/.svn/prop-base/plugin.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Blue/images/.svn/prop-base/pnl_close.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Blue/images/.svn/prop-base/pnl_open.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Blue/images/.svn/prop-base/quest.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Blue/images/.svn/prop-base/right-corners.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Blue/images/.svn/prop-base/s-handle.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Blue/images/.svn/prop-base/safari-checkbox.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Blue/images/.svn/prop-base/shadow-c.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Blue/images/.svn/prop-base/shadow-lr.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Blue/images/.svn/prop-base/shadow.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Blue/images/.svn/prop-base/tab-strip-bg.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Blue/images/.svn/prop-base/tabs-bg.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Blue/images/.svn/prop-base/tabs-sprite.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Blue/images/.svn/prop-base/text-bg.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Blue/images/.svn/prop-base/toolbar.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Blue/images/.svn/prop-base/top-bottom.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Blue/images/.svn/prop-base/white-top-bottom.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Blue/images/.svn/text-base/ajax-loader.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/.svn/text-base/ajax-loader.gif.svn-base -------------------------------------------------------------------------------- /Blue/images/.svn/text-base/asc.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/.svn/text-base/asc.gif.svn-base -------------------------------------------------------------------------------- /Blue/images/.svn/text-base/bg.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/.svn/text-base/bg.gif.svn-base -------------------------------------------------------------------------------- /Blue/images/.svn/text-base/btn-sprite.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/.svn/text-base/btn-sprite.gif.svn-base -------------------------------------------------------------------------------- /Blue/images/.svn/text-base/desc.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/.svn/text-base/desc.gif.svn-base -------------------------------------------------------------------------------- /Blue/images/.svn/text-base/empty.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/.svn/text-base/empty.png.svn-base -------------------------------------------------------------------------------- /Blue/images/.svn/text-base/go.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/.svn/text-base/go.gif.svn-base -------------------------------------------------------------------------------- /Blue/images/.svn/text-base/header_bg.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/.svn/text-base/header_bg.gif.svn-base -------------------------------------------------------------------------------- /Blue/images/.svn/text-base/left-corners.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/.svn/text-base/left-corners.png.svn-base -------------------------------------------------------------------------------- /Blue/images/.svn/text-base/left-right.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/.svn/text-base/left-right.png.svn-base -------------------------------------------------------------------------------- /Blue/images/.svn/text-base/menu-parent.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/.svn/text-base/menu-parent.gif.svn-base -------------------------------------------------------------------------------- /Blue/images/.svn/text-base/plugin.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/.svn/text-base/plugin.png.svn-base -------------------------------------------------------------------------------- /Blue/images/.svn/text-base/pnl_close.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/.svn/text-base/pnl_close.gif.svn-base -------------------------------------------------------------------------------- /Blue/images/.svn/text-base/pnl_open.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/.svn/text-base/pnl_open.gif.svn-base -------------------------------------------------------------------------------- /Blue/images/.svn/text-base/quest.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/.svn/text-base/quest.gif.svn-base -------------------------------------------------------------------------------- /Blue/images/.svn/text-base/right-corners.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/.svn/text-base/right-corners.png.svn-base -------------------------------------------------------------------------------- /Blue/images/.svn/text-base/s-handle.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/.svn/text-base/s-handle.gif.svn-base -------------------------------------------------------------------------------- /Blue/images/.svn/text-base/safari-checkbox.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/.svn/text-base/safari-checkbox.png.svn-base -------------------------------------------------------------------------------- /Blue/images/.svn/text-base/shadow-c.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/.svn/text-base/shadow-c.png.svn-base -------------------------------------------------------------------------------- /Blue/images/.svn/text-base/shadow-lr.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/.svn/text-base/shadow-lr.png.svn-base -------------------------------------------------------------------------------- /Blue/images/.svn/text-base/shadow.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/.svn/text-base/shadow.png.svn-base -------------------------------------------------------------------------------- /Blue/images/.svn/text-base/tab-strip-bg.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/.svn/text-base/tab-strip-bg.gif.svn-base -------------------------------------------------------------------------------- /Blue/images/.svn/text-base/tabs-bg.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/.svn/text-base/tabs-bg.png.svn-base -------------------------------------------------------------------------------- /Blue/images/.svn/text-base/tabs-sprite.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/.svn/text-base/tabs-sprite.gif.svn-base -------------------------------------------------------------------------------- /Blue/images/.svn/text-base/text-bg.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/.svn/text-base/text-bg.gif.svn-base -------------------------------------------------------------------------------- /Blue/images/.svn/text-base/toolbar.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/.svn/text-base/toolbar.png.svn-base -------------------------------------------------------------------------------- /Blue/images/.svn/text-base/top-bottom.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/.svn/text-base/top-bottom.png.svn-base -------------------------------------------------------------------------------- /Blue/images/.svn/text-base/white-top-bottom.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/.svn/text-base/white-top-bottom.gif.svn-base -------------------------------------------------------------------------------- /Blue/images/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/ajax-loader.gif -------------------------------------------------------------------------------- /Blue/images/asc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/asc.gif -------------------------------------------------------------------------------- /Blue/images/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/bg.gif -------------------------------------------------------------------------------- /Blue/images/btn-sprite.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/btn-sprite.gif -------------------------------------------------------------------------------- /Blue/images/desc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/desc.gif -------------------------------------------------------------------------------- /Blue/images/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/empty.png -------------------------------------------------------------------------------- /Blue/images/go.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/go.gif -------------------------------------------------------------------------------- /Blue/images/header_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/header_bg.gif -------------------------------------------------------------------------------- /Blue/images/left-corners.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/left-corners.png -------------------------------------------------------------------------------- /Blue/images/left-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/left-right.png -------------------------------------------------------------------------------- /Blue/images/menu-parent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/menu-parent.gif -------------------------------------------------------------------------------- /Blue/images/plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/plugin.png -------------------------------------------------------------------------------- /Blue/images/pnl_close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/pnl_close.gif -------------------------------------------------------------------------------- /Blue/images/pnl_open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/pnl_open.gif -------------------------------------------------------------------------------- /Blue/images/quest.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/quest.gif -------------------------------------------------------------------------------- /Blue/images/right-corners.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/right-corners.png -------------------------------------------------------------------------------- /Blue/images/s-handle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/s-handle.gif -------------------------------------------------------------------------------- /Blue/images/safari-checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/safari-checkbox.png -------------------------------------------------------------------------------- /Blue/images/shadow-c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/shadow-c.png -------------------------------------------------------------------------------- /Blue/images/shadow-lr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/shadow-lr.png -------------------------------------------------------------------------------- /Blue/images/shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/shadow.png -------------------------------------------------------------------------------- /Blue/images/tab-strip-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/tab-strip-bg.gif -------------------------------------------------------------------------------- /Blue/images/tabs-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/tabs-bg.png -------------------------------------------------------------------------------- /Blue/images/tabs-sprite.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/tabs-sprite.gif -------------------------------------------------------------------------------- /Blue/images/text-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/text-bg.gif -------------------------------------------------------------------------------- /Blue/images/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/toolbar.png -------------------------------------------------------------------------------- /Blue/images/top-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/top-bottom.png -------------------------------------------------------------------------------- /Blue/images/white-top-bottom.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Blue/images/white-top-bottom.gif -------------------------------------------------------------------------------- /Blue/jquery.safari-checkbox.css: -------------------------------------------------------------------------------- 1 | .jquery-safari-checkbox {display: inline; font-size: 16px; line-height: 16px; cursor: pointer; cursor: hand;} 2 | .jquery-safari-checkbox .mark {display: inline;} 3 | 4 | .jquery-safari-checkbox img {vertical-align: middle; width: 16px; height: 16px; margin: 0px 3px 1px 0px} 5 | .jquery-safari-checkbox img {background: transparent url(./images/safari-checkbox.png) no-repeat;} 6 | 7 | .jquery-safari-checkbox img{ 8 | background-position: 0px 0px; 9 | } 10 | .jquery-safari-checkbox-hover img{ 11 | background-position: -16px 0px; 12 | } 13 | .jquery-safari-checkbox-checked img{ 14 | background-position: 0px -16px; 15 | } 16 | .jquery-safari-checkbox-checked .jquery-safari-checkbox-hover img { 17 | background-position: -16px -16px; 18 | } 19 | 20 | .jquery-safari-checkbox-disabled img{ 21 | background-position: 0px -32px; 22 | } 23 | .jquery-safari-checkbox-checked .jquery-safari-checkbox-disabled img{ 24 | background-position: 0px -48px; 25 | } -------------------------------------------------------------------------------- /Blue/plugins.css: -------------------------------------------------------------------------------- 1 | .lf li input.TextboxFocus { background: #CFDEEF } 2 | .lf li input.TextboxNormal { background: #FAFAFA } 3 | #qmeter-disk-holder, #meter-disk-holder, #meter-band-holder { border-color: #99BBE8 } 4 | #PDivider { background-color: #DFE8F6; border-left: 1px solid #8DB2E3; } 5 | 6 | .lf_rur li input.TextboxFocus { background: #CFDEEF } 7 | .lf_rur li input.TextboxNormal { background: #FAFAFA } -------------------------------------------------------------------------------- /Blue/stable.css: -------------------------------------------------------------------------------- 1 | .stable-body tr.selected td {background: #D9E8FB} 2 | .stable { border-color: #8DB2E3 #FFFFFF #FFFFFF #8DB2E3 } -------------------------------------------------------------------------------- /Dark/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 50 4 | /svn/!svn/ver/1917/trunk/plugins/theme/themes/Dark 5 | END 6 | stable.css 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 61 10 | /svn/!svn/ver/1606/trunk/plugins/theme/themes/Dark/stable.css 11 | END 12 | style.css 13 | K 25 14 | svn:wc:ra_dav:version-url 15 | V 60 16 | /svn/!svn/ver/1917/trunk/plugins/theme/themes/Dark/style.css 17 | END 18 | plugins.css 19 | K 25 20 | svn:wc:ra_dav:version-url 21 | V 62 22 | /svn/!svn/ver/1917/trunk/plugins/theme/themes/Dark/plugins.css 23 | END 24 | -------------------------------------------------------------------------------- /Dark/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1954 5 | http://rutorrent.googlecode.com/svn/trunk/plugins/theme/themes/Dark 6 | http://rutorrent.googlecode.com/svn 7 | 8 | 9 | 10 | 2011-12-12T14:18:22.663379Z 11 | 1917 12 | novik65@gmail.com 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | f4b6cfda-67a8-11de-ba0c-230037762ff9 28 | 29 | stable.css 30 | file 31 | 32 | 33 | 34 | 35 | 2012-01-16T01:28:17.427492Z 36 | 061da96459aa6cf133dc59ecad081f2d 37 | 2011-01-07T16:40:20.581526Z 38 | 1606 39 | novik65 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 1482 62 | 63 | images 64 | dir 65 | 66 | style.css 67 | file 68 | 69 | 70 | 71 | 72 | 2012-01-16T01:28:17.427492Z 73 | 239c3f0e4946654988edd51a37fc4202 74 | 2011-12-12T14:18:22.663379Z 75 | 1917 76 | novik65@gmail.com 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 7114 99 | 100 | plugins.css 101 | file 102 | 103 | 104 | 105 | 106 | 2012-01-16T01:28:17.427492Z 107 | 31ddcdbf9fb3f2efd0aac355eccd40ef 108 | 2011-12-12T14:18:22.663379Z 109 | 1917 110 | novik65@gmail.com 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 166 133 | 134 | -------------------------------------------------------------------------------- /Dark/.svn/text-base/plugins.css.svn-base: -------------------------------------------------------------------------------- 1 | .tskconsole, .exconsole, .console, .starterConsole {background: #333333} 2 | .cCell {color: black} 3 | 4 | .shieven {background: #333333; } 5 | .shiodd {background: #191919; } 6 | -------------------------------------------------------------------------------- /Dark/.svn/text-base/stable.css.svn-base: -------------------------------------------------------------------------------- 1 | .stable {border: 1px solid; border-color: #333333 #181818 #181818 #333333} 2 | .stable-head { background: #181818; border-color: #181818 #333333 #333333 #181818;} 3 | .stable-head table tr {background: transparent url(./images/header.gif) repeat-x scroll center top} 4 | .stable-head table tr td { border-color: #181818 #333333 #333333 #181818; } 5 | .stable-head div.resz {border: 1px solid #FF0000; background: transparent url(./images/s.gif) no-repeat scroll left center;} 6 | .stable-body {background: window; background-color: #181818; } 7 | .stable-body td {border-bottom: 1px solid #333333; } 8 | 9 | .stable-body {background: #181818} 10 | .stable-body tr.selected td {background: #888888; color:#111111} 11 | .stable-body tr.odd td {background: #333333} 12 | .stable-body tr.even td {background: #191919} 13 | .stable-move-header { background: transparent url(./images/header_move.gif) repeat-x scroll center top; border: 1px solid #0099FF;} 14 | 15 | .stable-move-header { background: transparent url(./images/header_move.gif) repeat-x scroll center top rgba(128,128,128,0.7); border: 1px solid #0099FF; } 16 | .gecko .stable-move-header {background: rgba(128,128,128,0.7); -moz-opacity: 0.7;} 17 | .ie .stable-move-header {background: rgba(128,128,128,0.7); filter:alpha(opacity=70)} 18 | .webkit .stable-move-header {background: rgba(128,128,128,0.7);} 19 | 20 | .stable-active-header {border-color: threedface !important} 21 | .stable-separator-header {background: #181818;} 22 | .stable-scrollpos { background: #181818; color: #333333; } 23 | 24 | -------------------------------------------------------------------------------- /Dark/images/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 57 4 | /svn/!svn/ver/1917/trunk/plugins/theme/themes/Dark/images 5 | END 6 | t_bg.gif 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 66 10 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Dark/images/t_bg.gif 11 | END 12 | tb_bg.gif 13 | K 25 14 | svn:wc:ra_dav:version-url 15 | V 67 16 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Dark/images/tb_bg.gif 17 | END 18 | plugin.png 19 | K 25 20 | svn:wc:ra_dav:version-url 21 | V 68 22 | /svn/!svn/ver/1917/trunk/plugins/theme/themes/Dark/images/plugin.png 23 | END 24 | pnl_close.gif 25 | K 25 26 | svn:wc:ra_dav:version-url 27 | V 71 28 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Dark/images/pnl_close.gif 29 | END 30 | header_move.gif 31 | K 25 32 | svn:wc:ra_dav:version-url 33 | V 73 34 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Dark/images/header_move.gif 35 | END 36 | desc.gif 37 | K 25 38 | svn:wc:ra_dav:version-url 39 | V 66 40 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Dark/images/desc.gif 41 | END 42 | dir.gif 43 | K 25 44 | svn:wc:ra_dav:version-url 45 | V 65 46 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Dark/images/dir.gif 47 | END 48 | file.gif 49 | K 25 50 | svn:wc:ra_dav:version-url 51 | V 66 52 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Dark/images/file.gif 53 | END 54 | menuexp.gif 55 | K 25 56 | svn:wc:ra_dav:version-url 57 | V 69 58 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Dark/images/menuexp.gif 59 | END 60 | toolbar.png 61 | K 25 62 | svn:wc:ra_dav:version-url 63 | V 69 64 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Dark/images/toolbar.png 65 | END 66 | bul.gif 67 | K 25 68 | svn:wc:ra_dav:version-url 69 | V 65 70 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Dark/images/bul.gif 71 | END 72 | tstatus.png 73 | K 25 74 | svn:wc:ra_dav:version-url 75 | V 69 76 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Dark/images/tstatus.png 77 | END 78 | bul_f.gif 79 | K 25 80 | svn:wc:ra_dav:version-url 81 | V 67 82 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Dark/images/bul_f.gif 83 | END 84 | status_up.gif 85 | K 25 86 | svn:wc:ra_dav:version-url 87 | V 71 88 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Dark/images/status_up.gif 89 | END 90 | h.gif 91 | K 25 92 | svn:wc:ra_dav:version-url 93 | V 63 94 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Dark/images/h.gif 95 | END 96 | world.gif 97 | K 25 98 | svn:wc:ra_dav:version-url 99 | V 67 100 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Dark/images/world.gif 101 | END 102 | ajax-loader.gif 103 | K 25 104 | svn:wc:ra_dav:version-url 105 | V 73 106 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Dark/images/ajax-loader.gif 107 | END 108 | header.gif 109 | K 25 110 | svn:wc:ra_dav:version-url 111 | V 68 112 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Dark/images/header.gif 113 | END 114 | t_bg.png 115 | K 25 116 | svn:wc:ra_dav:version-url 117 | V 66 118 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Dark/images/t_bg.png 119 | END 120 | bul_l.gif 121 | K 25 122 | svn:wc:ra_dav:version-url 123 | V 67 124 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Dark/images/bul_l.gif 125 | END 126 | settings.gif 127 | K 25 128 | svn:wc:ra_dav:version-url 129 | V 70 130 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Dark/images/settings.gif 131 | END 132 | i_bg.gif 133 | K 25 134 | svn:wc:ra_dav:version-url 135 | V 66 136 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Dark/images/i_bg.gif 137 | END 138 | quest.gif 139 | K 25 140 | svn:wc:ra_dav:version-url 141 | V 67 142 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Dark/images/quest.gif 143 | END 144 | s.gif 145 | K 25 146 | svn:wc:ra_dav:version-url 147 | V 63 148 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Dark/images/s.gif 149 | END 150 | asc.gif 151 | K 25 152 | svn:wc:ra_dav:version-url 153 | V 65 154 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Dark/images/asc.gif 155 | END 156 | menusel.gif 157 | K 25 158 | svn:wc:ra_dav:version-url 159 | V 69 160 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Dark/images/menusel.gif 161 | END 162 | r_bg.gif 163 | K 25 164 | svn:wc:ra_dav:version-url 165 | V 66 166 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Dark/images/r_bg.gif 167 | END 168 | pnl_open.gif 169 | K 25 170 | svn:wc:ra_dav:version-url 171 | V 70 172 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Dark/images/pnl_open.gif 173 | END 174 | s_bg.gif 175 | K 25 176 | svn:wc:ra_dav:version-url 177 | V 66 178 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Dark/images/s_bg.gif 179 | END 180 | status_down.gif 181 | K 25 182 | svn:wc:ra_dav:version-url 183 | V 73 184 | /svn/!svn/ver/1202/trunk/plugins/theme/themes/Dark/images/status_down.gif 185 | END 186 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/ajax-loader.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/asc.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/bul.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/bul_f.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/bul_l.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/desc.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/dir.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/file.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/h.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/header.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/header_move.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/i_bg.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/menuexp.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/menusel.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/plugin.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/pnl_close.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/pnl_open.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/quest.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/r_bg.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/s.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/s_bg.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/settings.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/status_down.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/status_up.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/t_bg.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/t_bg.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/tb_bg.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/toolbar.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/tstatus.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/prop-base/world.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/ajax-loader.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/ajax-loader.gif.svn-base -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/asc.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/asc.gif.svn-base -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/bul.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/bul.gif.svn-base -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/bul_f.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/bul_f.gif.svn-base -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/bul_l.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/bul_l.gif.svn-base -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/desc.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/desc.gif.svn-base -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/dir.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/dir.gif.svn-base -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/file.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/file.gif.svn-base -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/h.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/h.gif.svn-base -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/header.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/header.gif.svn-base -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/header_move.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/header_move.gif.svn-base -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/i_bg.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/i_bg.gif.svn-base -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/menuexp.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/menuexp.gif.svn-base -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/menusel.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/menusel.gif.svn-base -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/plugin.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/plugin.png.svn-base -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/pnl_close.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/pnl_close.gif.svn-base -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/pnl_open.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/pnl_open.gif.svn-base -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/quest.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/quest.gif.svn-base -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/r_bg.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/r_bg.gif.svn-base -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/s.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/s.gif.svn-base -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/s_bg.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/s_bg.gif.svn-base -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/settings.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/settings.gif.svn-base -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/status_down.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/status_down.gif.svn-base -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/status_up.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/status_up.gif.svn-base -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/t_bg.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/t_bg.gif.svn-base -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/t_bg.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/t_bg.png.svn-base -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/tb_bg.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/tb_bg.gif.svn-base -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/toolbar.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/toolbar.png.svn-base -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/tstatus.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/tstatus.png.svn-base -------------------------------------------------------------------------------- /Dark/images/.svn/text-base/world.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/.svn/text-base/world.gif.svn-base -------------------------------------------------------------------------------- /Dark/images/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/ajax-loader.gif -------------------------------------------------------------------------------- /Dark/images/asc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/asc.gif -------------------------------------------------------------------------------- /Dark/images/bul.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/bul.gif -------------------------------------------------------------------------------- /Dark/images/bul_f.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/bul_f.gif -------------------------------------------------------------------------------- /Dark/images/bul_l.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/bul_l.gif -------------------------------------------------------------------------------- /Dark/images/desc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/desc.gif -------------------------------------------------------------------------------- /Dark/images/dir.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/dir.gif -------------------------------------------------------------------------------- /Dark/images/file.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/file.gif -------------------------------------------------------------------------------- /Dark/images/h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/h.gif -------------------------------------------------------------------------------- /Dark/images/header.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/header.gif -------------------------------------------------------------------------------- /Dark/images/header_move.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/header_move.gif -------------------------------------------------------------------------------- /Dark/images/i_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/i_bg.gif -------------------------------------------------------------------------------- /Dark/images/menuexp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/menuexp.gif -------------------------------------------------------------------------------- /Dark/images/menusel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/menusel.gif -------------------------------------------------------------------------------- /Dark/images/plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/plugin.png -------------------------------------------------------------------------------- /Dark/images/pnl_close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/pnl_close.gif -------------------------------------------------------------------------------- /Dark/images/pnl_open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/pnl_open.gif -------------------------------------------------------------------------------- /Dark/images/quest.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/quest.gif -------------------------------------------------------------------------------- /Dark/images/r_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/r_bg.gif -------------------------------------------------------------------------------- /Dark/images/s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/s.gif -------------------------------------------------------------------------------- /Dark/images/s_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/s_bg.gif -------------------------------------------------------------------------------- /Dark/images/settings.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/settings.gif -------------------------------------------------------------------------------- /Dark/images/status_down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/status_down.gif -------------------------------------------------------------------------------- /Dark/images/status_up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/status_up.gif -------------------------------------------------------------------------------- /Dark/images/t_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/t_bg.gif -------------------------------------------------------------------------------- /Dark/images/t_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/t_bg.png -------------------------------------------------------------------------------- /Dark/images/tb_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/tb_bg.gif -------------------------------------------------------------------------------- /Dark/images/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/toolbar.png -------------------------------------------------------------------------------- /Dark/images/tstatus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/tstatus.png -------------------------------------------------------------------------------- /Dark/images/world.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Dark/images/world.gif -------------------------------------------------------------------------------- /Dark/plugins.css: -------------------------------------------------------------------------------- 1 | .tskconsole, .exconsole, .console, .starterConsole {background: #333333} 2 | .cCell {color: black} 3 | 4 | .shieven {background: #333333; } 5 | .shiodd {background: #191919; } 6 | -------------------------------------------------------------------------------- /Dark/stable.css: -------------------------------------------------------------------------------- 1 | .stable {border: 1px solid; border-color: #333333 #181818 #181818 #333333} 2 | .stable-head { background: #181818; border-color: #181818 #333333 #333333 #181818;} 3 | .stable-head table tr {background: transparent url(./images/header.gif) repeat-x scroll center top} 4 | .stable-head table tr td { border-color: #181818 #333333 #333333 #181818; } 5 | .stable-head div.resz {border: 1px solid #FF0000; background: transparent url(./images/s.gif) no-repeat scroll left center;} 6 | .stable-body {background: window; background-color: #181818; } 7 | .stable-body td {border-bottom: 1px solid #333333; } 8 | 9 | .stable-body {background: #181818} 10 | .stable-body tr.selected td {background: #888888; color:#111111} 11 | .stable-body tr.odd td {background: #333333} 12 | .stable-body tr.even td {background: #191919} 13 | .stable-move-header { background: transparent url(./images/header_move.gif) repeat-x scroll center top; border: 1px solid #0099FF;} 14 | 15 | .stable-move-header { background: transparent url(./images/header_move.gif) repeat-x scroll center top rgba(128,128,128,0.7); border: 1px solid #0099FF; } 16 | .gecko .stable-move-header {background: rgba(128,128,128,0.7); -moz-opacity: 0.7;} 17 | .ie .stable-move-header {background: rgba(128,128,128,0.7); filter:alpha(opacity=70)} 18 | .webkit .stable-move-header {background: rgba(128,128,128,0.7);} 19 | 20 | .stable-active-header {border-color: threedface !important} 21 | .stable-separator-header {background: #181818;} 22 | .stable-scrollpos { background: #181818; color: #333333; } 23 | 24 | -------------------------------------------------------------------------------- /Excel/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 51 4 | /svn/!svn/ver/1840/trunk/plugins/theme/themes/Excel 5 | END 6 | stable.css 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 62 10 | /svn/!svn/ver/1620/trunk/plugins/theme/themes/Excel/stable.css 11 | END 12 | style.css 13 | K 25 14 | svn:wc:ra_dav:version-url 15 | V 61 16 | /svn/!svn/ver/1840/trunk/plugins/theme/themes/Excel/style.css 17 | END 18 | plugins.css 19 | K 25 20 | svn:wc:ra_dav:version-url 21 | V 63 22 | /svn/!svn/ver/1632/trunk/plugins/theme/themes/Excel/plugins.css 23 | END 24 | init.js 25 | K 25 26 | svn:wc:ra_dav:version-url 27 | V 59 28 | /svn/!svn/ver/1840/trunk/plugins/theme/themes/Excel/init.js 29 | END 30 | -------------------------------------------------------------------------------- /Excel/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1954 5 | http://rutorrent.googlecode.com/svn/trunk/plugins/theme/themes/Excel 6 | http://rutorrent.googlecode.com/svn 7 | 8 | 9 | 10 | 2011-09-09T14:11:45.129190Z 11 | 1840 12 | novik65 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | f4b6cfda-67a8-11de-ba0c-230037762ff9 28 | 29 | stable.css 30 | file 31 | 32 | 33 | 34 | 35 | 2012-01-16T01:28:17.295493Z 36 | c554bf2ea3590233fa1923481e0f3a63 37 | 2011-01-17T15:48:55.701344Z 38 | 1620 39 | novik65 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 575 62 | 63 | images 64 | dir 65 | 66 | style.css 67 | file 68 | 69 | 70 | 71 | 72 | 2012-01-16T01:28:17.295493Z 73 | 5b6dec627a19d8c3429e604ee11be38c 74 | 2011-09-09T14:11:45.129190Z 75 | 1840 76 | novik65 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 2737 99 | 100 | plugins.css 101 | file 102 | 103 | 104 | 105 | 106 | 2012-01-16T01:28:17.295493Z 107 | e6608afb5b2bb189ca793c00d91a16d0 108 | 2011-02-08T09:31:06.437524Z 109 | 1632 110 | novik65 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 241 133 | 134 | init.js 135 | file 136 | 137 | 138 | 139 | 140 | 2012-01-16T01:28:17.295493Z 141 | 3cb1b8f4e86e170476be6d2b5ef5b3fa 142 | 2011-09-09T14:11:45.129190Z 143 | 1840 144 | novik65 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 1627 167 | 168 | -------------------------------------------------------------------------------- /Excel/.svn/text-base/init.js.svn-base: -------------------------------------------------------------------------------- 1 | plugin.oldAllDone = plugin.allDone; 2 | plugin.allDone = function() 3 | { 4 | plugin.oldAllDone.call(this); 5 | $(".catpanel").prepend( 6 | $("").attr( { src: "plugins/theme/themes/Excel/images/pnl_open.png", hspace: 10 } ). 7 | css( { "margin-left": -31, "margin-top": 2, "vertical-align": -3 } ) ); 8 | $(".catpanel img").each( function() 9 | { 10 | var owner = $(this).parent()[0]; 11 | theWebUI.showPanel(owner,!theWebUI.settings["webui.closed_panels"][owner.id]); 12 | }); 13 | $(".tabbar li:last-child a").after( $("").attr( { src: $(".tabbar li:last-child").hasClass("selected") ? 14 | "plugins/theme/themes/Excel/images/tabbghfin.png" : 15 | "plugins/theme/themes/Excel/images/tabbgfin.png" } ). 16 | css( { "vertical-align": -3 } ) ); 17 | $(".tabbar li").css( { "vertical-align": -4 } ); 18 | } 19 | 20 | plugin.tabsShow = theTabs.show; 21 | theTabs.show = function(id) 22 | { 23 | plugin.tabsShow.call(this,id); 24 | $(".tabbar img").attr( { src: $(".tabbar li:last-child").hasClass("selected") ? 25 | "plugins/theme/themes/Excel/images/tabbghfin.png" : 26 | "plugins/theme/themes/Excel/images/tabbgfin.png" } ); 27 | } 28 | 29 | theWebUI.showPanel = function(pnl,enable) 30 | { 31 | var cont = $('#'+pnl.id+"_cont"); 32 | cont.toggle(enable); 33 | theWebUI.settings["webui.closed_panels"][pnl.id] = !enable; 34 | $('#'+pnl.id+" img").attr("src",enable ? "plugins/theme/themes/Excel/images/pnl_open.png" : "plugins/theme/themes/Excel/images/pnl_close.png"); 35 | }, 36 | 37 | plugin.speedCreate = rSpeedGraph.prototype.create; 38 | rSpeedGraph.prototype.create = function( aOwner ) 39 | { 40 | plugin.speedCreate.call(this,aOwner); 41 | this.gridColor = "#034084"; 42 | this.backgroundColor = "#ffffff"; 43 | } 44 | -------------------------------------------------------------------------------- /Excel/.svn/text-base/plugins.css.svn-base: -------------------------------------------------------------------------------- 1 | #meter-cpu-holder { background: #e4edf6; } 2 | #Chunks { border: none } 3 | 4 | #shoutbox a { color: #034084 } 5 | .shieven {background: #D2E0F0; } 6 | .shiodd {background: #e4edf6; } 7 | 8 | #rsstimer { margin-top: 3px; } 9 | 10 | .tfavicon { margin-right: 26px; } -------------------------------------------------------------------------------- /Excel/.svn/text-base/stable.css.svn-base: -------------------------------------------------------------------------------- 1 | .stable, div#List { border-color: #9eb6ce } 2 | .stable-head { border-style: none none none none; color: #000000; background: transparent url(./images/header.gif) repeat-x scroll center top } 3 | .stable-head table tr {background: transparent url(./images/header.gif) repeat-x scroll center top } 4 | .stable-head table tr td { border-color: #f8d79b #f2993c #f2993c #f8d79b } 5 | 6 | .stable-body table tr td { border-right: 1px solid #d0d7e5; border-bottom: 1px solid #d0d7e5 } 7 | .stable-body table tr.selected td {background: #cfdeef} 8 | .stable-body {background: #ffffff; color: #000000} 9 | -------------------------------------------------------------------------------- /Excel/.svn/text-base/style.css.svn-base: -------------------------------------------------------------------------------- 1 | html, body { background-color: #DFE8F6; scrollbar-arrow-color: #586585; scrollbar-base-color: #e3e9f0; scrollbar-track-color: #7797c1; } 2 | div#HDivider { width: 5px } 3 | div#CatList { border-top-style: none; border-color: #9EB6CE; background: scroll transparent url(./images/cbg.png) repeat-y 0 0 } 4 | div#CatList ul { background: scroll transparent url(./images/cbg.png) repeat-y 0 0 } 5 | div#CatList ul li { border-top: 1px solid #d0d7e5; border-bottom: 1px solid transparent; padding-left: 46px } 6 | .catpanel { border: none; background: transparent url(./images/pbg.png) repeat-x 0 0; padding: 0px 32px; height: 20px } 7 | 8 | div.table_tab { border: none } 9 | 10 | div#StatusBar { background: transparent url(./images/statbg.png) repeat-x 0 0; border-top: none; color: #034084 } 11 | .statuscell { border-color: #9EB6CE } 12 | 13 | div#t { background-color: #B5D5FB; border-bottom: 1px solid #9eb6ce } 14 | 15 | input[type="text"], input[type="password"], input[type="file"], select, textarea { background-color: #FFFFFF; border:1px solid #B5B8C8; } 16 | input[type="text"][disabled],input[type="password"][disabled],input[type="file"][disabled], select[disabled], textarea[disabled] { border: 1px solid #C0C0C0; color: #C0C0C0} 17 | 18 | div#tdcont, div.tab, div#lcont { background-color: #d2e0f0; color: #034084 } 19 | div.graph_tab { background-color: #d2e0f0; color: #034084; border-color: #ffffff } 20 | div#gcont table td.Header { background-color: #e4edf6 } 21 | div#tdcont { border-color: #9EB6CE } 22 | div#tdetails { background-color: transparent } 23 | 24 | .stg_con { background-color: #FFFFFF } 25 | div#stg .lm { background-color: #FAFAFA; border: 1px solid #D0D0D0; } 26 | .lm li a.focus {background-color: #D9E8FB} 27 | 28 | div.dlg-window { color: #000000; border-color: #9EB6CE; background-color: #FFFFFF } 29 | div.dlg-header { background: #D9E8FB url(../../../../images/blank.gif) no-repeat scroll 4px center; border-color: #9EB6CE; color: #15428B; font-weight: bold} 30 | .tabbar { background: transparent url(./images/tabbarbg.png) repeat-x 0 0 } 31 | 32 | .tabbar li a { background: transparent url(./images/tabbg.png) no-repeat 0 0; border: none; margin: 0; padding: 2px 0 2px 15px; -moz-border-radius-topleft: 0px; -moz-border-radius-topright: 0px; color: #034084 } 33 | .tabbar li a:hover { border: none; opacity: 0.8 } 34 | .tabbar li:first-child a { background: transparent url(./images/tabbgf.png) no-repeat 0 0 } 35 | .tabbar li.selected:first-child a { background: transparent url(./images/tabbgfh.png) no-repeat 0 0; border: none; margin: 0; padding: 2px 0 2px 15px; top: 3px } 36 | .tabbar li.selected a { background: transparent url(./images/tabbgh.png) no-repeat 0 0; border: none; margin: 0; padding: 2px 0 2px 15px; top: 3px; } 37 | .tabbar li.selected+li a { background: url(./images/tabbgfhn.png) no-repeat 0 0 } 38 | -------------------------------------------------------------------------------- /Excel/images/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 58 4 | /svn/!svn/ver/1620/trunk/plugins/theme/themes/Excel/images 5 | END 6 | tabbgfh.png 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 70 10 | /svn/!svn/ver/1620/trunk/plugins/theme/themes/Excel/images/tabbgfh.png 11 | END 12 | desc.gif 13 | K 25 14 | svn:wc:ra_dav:version-url 15 | V 67 16 | /svn/!svn/ver/1620/trunk/plugins/theme/themes/Excel/images/desc.gif 17 | END 18 | tabbarbg.png 19 | K 25 20 | svn:wc:ra_dav:version-url 21 | V 71 22 | /svn/!svn/ver/1620/trunk/plugins/theme/themes/Excel/images/tabbarbg.png 23 | END 24 | pbg.png 25 | K 25 26 | svn:wc:ra_dav:version-url 27 | V 66 28 | /svn/!svn/ver/1620/trunk/plugins/theme/themes/Excel/images/pbg.png 29 | END 30 | header.gif 31 | K 25 32 | svn:wc:ra_dav:version-url 33 | V 69 34 | /svn/!svn/ver/1620/trunk/plugins/theme/themes/Excel/images/header.gif 35 | END 36 | pnl_open.png 37 | K 25 38 | svn:wc:ra_dav:version-url 39 | V 71 40 | /svn/!svn/ver/1620/trunk/plugins/theme/themes/Excel/images/pnl_open.png 41 | END 42 | tabbgfhn.png 43 | K 25 44 | svn:wc:ra_dav:version-url 45 | V 71 46 | /svn/!svn/ver/1620/trunk/plugins/theme/themes/Excel/images/tabbgfhn.png 47 | END 48 | tabbgfin.png 49 | K 25 50 | svn:wc:ra_dav:version-url 51 | V 71 52 | /svn/!svn/ver/1620/trunk/plugins/theme/themes/Excel/images/tabbgfin.png 53 | END 54 | pnl_close.png 55 | K 25 56 | svn:wc:ra_dav:version-url 57 | V 72 58 | /svn/!svn/ver/1620/trunk/plugins/theme/themes/Excel/images/pnl_close.png 59 | END 60 | tabbg.png 61 | K 25 62 | svn:wc:ra_dav:version-url 63 | V 68 64 | /svn/!svn/ver/1620/trunk/plugins/theme/themes/Excel/images/tabbg.png 65 | END 66 | statbg.png 67 | K 25 68 | svn:wc:ra_dav:version-url 69 | V 69 70 | /svn/!svn/ver/1620/trunk/plugins/theme/themes/Excel/images/statbg.png 71 | END 72 | tabbghfin.png 73 | K 25 74 | svn:wc:ra_dav:version-url 75 | V 72 76 | /svn/!svn/ver/1620/trunk/plugins/theme/themes/Excel/images/tabbghfin.png 77 | END 78 | tabbgf.png 79 | K 25 80 | svn:wc:ra_dav:version-url 81 | V 69 82 | /svn/!svn/ver/1620/trunk/plugins/theme/themes/Excel/images/tabbgf.png 83 | END 84 | tabbgh.png 85 | K 25 86 | svn:wc:ra_dav:version-url 87 | V 69 88 | /svn/!svn/ver/1620/trunk/plugins/theme/themes/Excel/images/tabbgh.png 89 | END 90 | asc.gif 91 | K 25 92 | svn:wc:ra_dav:version-url 93 | V 66 94 | /svn/!svn/ver/1620/trunk/plugins/theme/themes/Excel/images/asc.gif 95 | END 96 | cbg.png 97 | K 25 98 | svn:wc:ra_dav:version-url 99 | V 66 100 | /svn/!svn/ver/1620/trunk/plugins/theme/themes/Excel/images/cbg.png 101 | END 102 | -------------------------------------------------------------------------------- /Excel/images/.svn/prop-base/asc.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Excel/images/.svn/prop-base/cbg.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Excel/images/.svn/prop-base/desc.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Excel/images/.svn/prop-base/header.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Excel/images/.svn/prop-base/pbg.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Excel/images/.svn/prop-base/pnl_close.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Excel/images/.svn/prop-base/pnl_open.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Excel/images/.svn/prop-base/statbg.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Excel/images/.svn/prop-base/tabbarbg.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Excel/images/.svn/prop-base/tabbg.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Excel/images/.svn/prop-base/tabbgf.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Excel/images/.svn/prop-base/tabbgfh.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Excel/images/.svn/prop-base/tabbgfhn.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Excel/images/.svn/prop-base/tabbgfin.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Excel/images/.svn/prop-base/tabbgh.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Excel/images/.svn/prop-base/tabbghfin.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Excel/images/.svn/text-base/asc.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/.svn/text-base/asc.gif.svn-base -------------------------------------------------------------------------------- /Excel/images/.svn/text-base/cbg.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/.svn/text-base/cbg.png.svn-base -------------------------------------------------------------------------------- /Excel/images/.svn/text-base/desc.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/.svn/text-base/desc.gif.svn-base -------------------------------------------------------------------------------- /Excel/images/.svn/text-base/header.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/.svn/text-base/header.gif.svn-base -------------------------------------------------------------------------------- /Excel/images/.svn/text-base/pbg.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/.svn/text-base/pbg.png.svn-base -------------------------------------------------------------------------------- /Excel/images/.svn/text-base/pnl_close.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/.svn/text-base/pnl_close.png.svn-base -------------------------------------------------------------------------------- /Excel/images/.svn/text-base/pnl_open.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/.svn/text-base/pnl_open.png.svn-base -------------------------------------------------------------------------------- /Excel/images/.svn/text-base/statbg.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/.svn/text-base/statbg.png.svn-base -------------------------------------------------------------------------------- /Excel/images/.svn/text-base/tabbarbg.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/.svn/text-base/tabbarbg.png.svn-base -------------------------------------------------------------------------------- /Excel/images/.svn/text-base/tabbg.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/.svn/text-base/tabbg.png.svn-base -------------------------------------------------------------------------------- /Excel/images/.svn/text-base/tabbgf.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/.svn/text-base/tabbgf.png.svn-base -------------------------------------------------------------------------------- /Excel/images/.svn/text-base/tabbgfh.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/.svn/text-base/tabbgfh.png.svn-base -------------------------------------------------------------------------------- /Excel/images/.svn/text-base/tabbgfhn.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/.svn/text-base/tabbgfhn.png.svn-base -------------------------------------------------------------------------------- /Excel/images/.svn/text-base/tabbgfin.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/.svn/text-base/tabbgfin.png.svn-base -------------------------------------------------------------------------------- /Excel/images/.svn/text-base/tabbgh.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/.svn/text-base/tabbgh.png.svn-base -------------------------------------------------------------------------------- /Excel/images/.svn/text-base/tabbghfin.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/.svn/text-base/tabbghfin.png.svn-base -------------------------------------------------------------------------------- /Excel/images/asc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/asc.gif -------------------------------------------------------------------------------- /Excel/images/cbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/cbg.png -------------------------------------------------------------------------------- /Excel/images/desc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/desc.gif -------------------------------------------------------------------------------- /Excel/images/header.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/header.gif -------------------------------------------------------------------------------- /Excel/images/pbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/pbg.png -------------------------------------------------------------------------------- /Excel/images/pnl_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/pnl_close.png -------------------------------------------------------------------------------- /Excel/images/pnl_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/pnl_open.png -------------------------------------------------------------------------------- /Excel/images/statbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/statbg.png -------------------------------------------------------------------------------- /Excel/images/tabbarbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/tabbarbg.png -------------------------------------------------------------------------------- /Excel/images/tabbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/tabbg.png -------------------------------------------------------------------------------- /Excel/images/tabbgf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/tabbgf.png -------------------------------------------------------------------------------- /Excel/images/tabbgfh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/tabbgfh.png -------------------------------------------------------------------------------- /Excel/images/tabbgfhn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/tabbgfhn.png -------------------------------------------------------------------------------- /Excel/images/tabbgfin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/tabbgfin.png -------------------------------------------------------------------------------- /Excel/images/tabbgh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/tabbgh.png -------------------------------------------------------------------------------- /Excel/images/tabbghfin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Excel/images/tabbghfin.png -------------------------------------------------------------------------------- /Excel/init.js: -------------------------------------------------------------------------------- 1 | plugin.oldAllDone = plugin.allDone; 2 | plugin.allDone = function() 3 | { 4 | plugin.oldAllDone.call(this); 5 | $(".catpanel").prepend( 6 | $("").attr( { src: "plugins/theme/themes/Excel/images/pnl_open.png", hspace: 10 } ). 7 | css( { "margin-left": -31, "margin-top": 2, "vertical-align": -3 } ) ); 8 | $(".catpanel img").each( function() 9 | { 10 | var owner = $(this).parent()[0]; 11 | theWebUI.showPanel(owner,!theWebUI.settings["webui.closed_panels"][owner.id]); 12 | }); 13 | $(".tabbar li:last-child a").after( $("").attr( { src: $(".tabbar li:last-child").hasClass("selected") ? 14 | "plugins/theme/themes/Excel/images/tabbghfin.png" : 15 | "plugins/theme/themes/Excel/images/tabbgfin.png" } ). 16 | css( { "vertical-align": -3 } ) ); 17 | $(".tabbar li").css( { "vertical-align": -4 } ); 18 | } 19 | 20 | plugin.tabsShow = theTabs.show; 21 | theTabs.show = function(id) 22 | { 23 | plugin.tabsShow.call(this,id); 24 | $(".tabbar img").attr( { src: $(".tabbar li:last-child").hasClass("selected") ? 25 | "plugins/theme/themes/Excel/images/tabbghfin.png" : 26 | "plugins/theme/themes/Excel/images/tabbgfin.png" } ); 27 | } 28 | 29 | theWebUI.showPanel = function(pnl,enable) 30 | { 31 | var cont = $('#'+pnl.id+"_cont"); 32 | cont.toggle(enable); 33 | theWebUI.settings["webui.closed_panels"][pnl.id] = !enable; 34 | $('#'+pnl.id+" img").attr("src",enable ? "plugins/theme/themes/Excel/images/pnl_open.png" : "plugins/theme/themes/Excel/images/pnl_close.png"); 35 | }, 36 | 37 | plugin.speedCreate = rSpeedGraph.prototype.create; 38 | rSpeedGraph.prototype.create = function( aOwner ) 39 | { 40 | plugin.speedCreate.call(this,aOwner); 41 | this.gridColor = "#034084"; 42 | this.backgroundColor = "#ffffff"; 43 | } 44 | -------------------------------------------------------------------------------- /Excel/plugins.css: -------------------------------------------------------------------------------- 1 | #meter-cpu-holder { background: #e4edf6; } 2 | #Chunks { border: none } 3 | 4 | #shoutbox a { color: #034084 } 5 | .shieven {background: #D2E0F0; } 6 | .shiodd {background: #e4edf6; } 7 | 8 | #rsstimer { margin-top: 3px; } 9 | 10 | .tfavicon { margin-right: 26px; } -------------------------------------------------------------------------------- /Excel/stable.css: -------------------------------------------------------------------------------- 1 | .stable, div#List { border-color: #9eb6ce } 2 | .stable-head { border-style: none none none none; color: #000000; background: transparent url(./images/header.gif) repeat-x scroll center top } 3 | .stable-head table tr {background: transparent url(./images/header.gif) repeat-x scroll center top } 4 | .stable-head table tr td { border-color: #f8d79b #f2993c #f2993c #f8d79b } 5 | 6 | .stable-body table tr td { border-right: 1px solid #d0d7e5; border-bottom: 1px solid #d0d7e5 } 7 | .stable-body table tr.selected td {background: #cfdeef} 8 | .stable-body {background: #ffffff; color: #000000} 9 | -------------------------------------------------------------------------------- /Excel/style.css: -------------------------------------------------------------------------------- 1 | html, body { background-color: #DFE8F6; scrollbar-arrow-color: #586585; scrollbar-base-color: #e3e9f0; scrollbar-track-color: #7797c1; } 2 | div#HDivider { width: 5px } 3 | div#CatList { border-top-style: none; border-color: #9EB6CE; background: scroll transparent url(./images/cbg.png) repeat-y 0 0 } 4 | div#CatList ul { background: scroll transparent url(./images/cbg.png) repeat-y 0 0 } 5 | div#CatList ul li { border-top: 1px solid #d0d7e5; border-bottom: 1px solid transparent; padding-left: 46px } 6 | .catpanel { border: none; background: transparent url(./images/pbg.png) repeat-x 0 0; padding: 0px 32px; height: 20px } 7 | 8 | div.table_tab { border: none } 9 | 10 | div#StatusBar { background: transparent url(./images/statbg.png) repeat-x 0 0; border-top: none; color: #034084 } 11 | .statuscell { border-color: #9EB6CE } 12 | 13 | div#t { background-color: #B5D5FB; border-bottom: 1px solid #9eb6ce } 14 | 15 | input[type="text"], input[type="password"], input[type="file"], select, textarea { background-color: #FFFFFF; border:1px solid #B5B8C8; } 16 | input[type="text"][disabled],input[type="password"][disabled],input[type="file"][disabled], select[disabled], textarea[disabled] { border: 1px solid #C0C0C0; color: #C0C0C0} 17 | 18 | div#tdcont, div.tab, div#lcont { background-color: #d2e0f0; color: #034084 } 19 | div.graph_tab { background-color: #d2e0f0; color: #034084; border-color: #ffffff } 20 | div#gcont table td.Header { background-color: #e4edf6 } 21 | div#tdcont { border-color: #9EB6CE } 22 | div#tdetails { background-color: transparent } 23 | 24 | .stg_con { background-color: #FFFFFF } 25 | div#stg .lm { background-color: #FAFAFA; border: 1px solid #D0D0D0; } 26 | .lm li a.focus {background-color: #D9E8FB} 27 | 28 | div.dlg-window { color: #000000; border-color: #9EB6CE; background-color: #FFFFFF } 29 | div.dlg-header { background: #D9E8FB url(../../../../images/blank.gif) no-repeat scroll 4px center; border-color: #9EB6CE; color: #15428B; font-weight: bold} 30 | .tabbar { background: transparent url(./images/tabbarbg.png) repeat-x 0 0 } 31 | 32 | .tabbar li a { background: transparent url(./images/tabbg.png) no-repeat 0 0; border: none; margin: 0; padding: 2px 0 2px 15px; -moz-border-radius-topleft: 0px; -moz-border-radius-topright: 0px; color: #034084 } 33 | .tabbar li a:hover { border: none; opacity: 0.8 } 34 | .tabbar li:first-child a { background: transparent url(./images/tabbgf.png) no-repeat 0 0 } 35 | .tabbar li.selected:first-child a { background: transparent url(./images/tabbgfh.png) no-repeat 0 0; border: none; margin: 0; padding: 2px 0 2px 15px; top: 3px } 36 | .tabbar li.selected a { background: transparent url(./images/tabbgh.png) no-repeat 0 0; border: none; margin: 0; padding: 2px 0 2px 15px; top: 3px; } 37 | .tabbar li.selected+li a { background: url(./images/tabbgfhn.png) no-repeat 0 0 } 38 | -------------------------------------------------------------------------------- /Oblivion/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 54 4 | /svn/!svn/ver/1917/trunk/plugins/theme/themes/Oblivion 5 | END 6 | stable.css 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 65 10 | /svn/!svn/ver/1642/trunk/plugins/theme/themes/Oblivion/stable.css 11 | END 12 | style.css 13 | K 25 14 | svn:wc:ra_dav:version-url 15 | V 64 16 | /svn/!svn/ver/1917/trunk/plugins/theme/themes/Oblivion/style.css 17 | END 18 | plugins.css 19 | K 25 20 | svn:wc:ra_dav:version-url 21 | V 66 22 | /svn/!svn/ver/1917/trunk/plugins/theme/themes/Oblivion/plugins.css 23 | END 24 | init.js 25 | K 25 26 | svn:wc:ra_dav:version-url 27 | V 62 28 | /svn/!svn/ver/1466/trunk/plugins/theme/themes/Oblivion/init.js 29 | END 30 | -------------------------------------------------------------------------------- /Oblivion/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1954 5 | http://rutorrent.googlecode.com/svn/trunk/plugins/theme/themes/Oblivion 6 | http://rutorrent.googlecode.com/svn 7 | 8 | 9 | 10 | 2011-12-12T14:18:22.663379Z 11 | 1917 12 | novik65@gmail.com 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | f4b6cfda-67a8-11de-ba0c-230037762ff9 28 | 29 | stable.css 30 | file 31 | 32 | 33 | 34 | 35 | 2012-01-16T01:28:17.667492Z 36 | fa5d7d7fdfe5c37cfaf28db5d91401d5 37 | 2011-02-17T14:25:13.396200Z 38 | 1642 39 | novik65 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2825 62 | 63 | images 64 | dir 65 | 66 | style.css 67 | file 68 | 69 | 70 | 71 | 72 | 2012-01-16T01:28:17.667492Z 73 | 159c410d9a43c7f0a5c0b6dfd53fb719 74 | 2011-12-12T14:18:22.663379Z 75 | 1917 76 | novik65@gmail.com 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 14881 99 | 100 | plugins.css 101 | file 102 | 103 | 104 | 105 | 106 | 2012-01-16T01:28:17.667492Z 107 | 9a66b7f38fdae001160ff83c3db8a3e0 108 | 2011-12-12T14:18:22.663379Z 109 | 1917 110 | novik65@gmail.com 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 4980 133 | 134 | init.js 135 | file 136 | 137 | 138 | 139 | 140 | 2012-01-16T01:28:17.667492Z 141 | b24abab098c56190e4270ecc397dad92 142 | 2010-10-25T12:34:58.622399Z 143 | 1466 144 | novik65 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 706 167 | 168 | -------------------------------------------------------------------------------- /Oblivion/.svn/text-base/init.js.svn-base: -------------------------------------------------------------------------------- 1 | /* 2 | * Oblivion skin for ruTorrent 3 | * Author: LesBleus 4 | */ 5 | 6 | plugin.oblivionAllDone = plugin.allDone; 7 | plugin.allDone = function() 8 | { 9 | plugin.oblivionAllDone.call(this); 10 | $.each(["diskspace","quotaspace","cpuload"], function(ndx,name) 11 | { 12 | var plg = thePlugins.get(name); 13 | if(plg && plg.enabled) 14 | { 15 | plg.prgStartColor = new RGBackground("#8fbc00"); 16 | plg.prgEndColor = new RGBackground("#d76000"); 17 | } 18 | }); 19 | } 20 | 21 | plugin.oldTableCreate = dxSTable.prototype.create; 22 | dxSTable.prototype.create = function(ele, styles, aName) 23 | { 24 | plugin.oldTableCreate.call(this, ele, styles, aName); 25 | this.prgStartColor = new RGBackground("#d76000"); 26 | this.prgEndColor = new RGBackground("#8fbc00"); 27 | } -------------------------------------------------------------------------------- /Oblivion/.svn/text-base/stable.css.svn-base: -------------------------------------------------------------------------------- 1 | .stable {border: 1px solid; border-color: #333333 #181818 #181818 #333333;} 2 | .stable td {padding:2px;} 3 | .stable-head {color:#626262;background: #181818 url(./images/headers.png) repeat-x 0px -91px; border:none; text-shadow:0px 1px 0px #000;font-family:inherit;} 4 | div#tdcont .stable-head {border:none;} 5 | div#tdcont .stable {border:none;} 6 | .stable-head table tr {background: transparent;border:none;} 7 | .stable-head table tr td { border:none; font-family:inherit;height:18px;line-height:18px;cursor:pointer;} 8 | .stable-head div.resz {border: 1px solid #FF0000; background: transparent url(./images/s.gif) no-repeat scroll left center;} 9 | .stable-body {background: window; text-shadow:0px 1px 0px #000;color:#CACCCC; } 10 | .stable-body td {border-bottom: 1px solid #333333; } 11 | .stable-body td div {font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;height: 16px !important;} 12 | .stable-body tr.odd td {background: #333333} 13 | .stable-body tr.even td {background: #191919} 14 | .stable-body tr {height:22px;} 15 | .stable-body {background: #181818} 16 | .stable-body tr.selected td{background: #000 url(./images/headers.png) repeat-x 0px 0px; color:#009DDD;text-shadow:0px -1px 0px #000;} 17 | div.stable-body table tbody tr.even td {background: #181818 url(./images/headers.png) repeat-x 0px -37px;} 18 | div.stable-body table tbody tr.even td:nth-child(2n+1) {color:#ffffff;} 19 | div.stable-body table tbody tr.even:nth-child(2n+1) td{background: #181818 url(./images/headers.png) repeat-x 0px -64px;} 20 | .stable-move-header { background: transparent url(./images/header_move.gif) repeat-x scroll center top; border: 1px solid #0099FF;} 21 | 22 | .stable-move-header { background: transparent url(./images/header_move.gif) repeat-x scroll center top rgba(128,128,128,0.7); border: 1px solid #0099FF; } 23 | .gecko .stable-move-header {background: rgba(128,128,128,0.7); -moz-opacity: 0.7;} 24 | .ie .stable-move-header {background: rgba(128,128,128,0.7); filter:alpha(opacity=70)} 25 | .webkit .stable-move-header {background: rgba(128,128,128,0.7);} 26 | 27 | .stable-active-header {border-color: threedface !important} 28 | .stable-separator-header {background: #181818;} 29 | .stable-scrollpos {background: #181818 url(./images/headers.png) repeat-x 0px -37px;height:17px;line-height:17px;border-bottom: 1px solid #333333;} 30 | .stable-scrollpos:nth-child(2n+1) {background: #181818 url(./images/headers.png) repeat-x 0px -64px;} 31 | 32 | .meter-value { float: left;border: 1px inset #1b1b1b; border-bottom: none; background: #96CE00 url(./images/headers.png) repeat-x 0px -138px;} 33 | .stable-body tr.selected span.meter-value {color:#fff;} 34 | .meter-text { line-height:16px; position: relative; text-align: left; float: left; width: 0px; height: 0px; overflow: visible; left: 40%; font-size: 11px; font-family:inherit; z-index: 1;text-shadow:0px 0px 2px #000; } 35 | 36 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/ajax-loader.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/asc.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/autodll-irc1.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/autodll-irc2.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/bul.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/bul_f.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/bul_l.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/chat.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/chat2.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/chat3.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/desc.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/dlg-autodl-irc.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/dlg-rssurlrewrite.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/dlg-toolbars.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/header_move.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/headers.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/logoff.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/logoff2.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/logoff3.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/menus.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/pauseui.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/pauseuih.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/playui.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/playuih.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/plugin.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/pnl_close.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/pnl_close.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/pnl_open.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/pnl_open.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/r_bg.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/refreshui.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/refreshuih.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/s.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/s_bg.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/status.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/status_icons.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/t_bg.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/tb_bg.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/tb_bg.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/prop-base/toolbar.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/ajax-loader.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/ajax-loader.gif.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/asc.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/asc.gif.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/autodll-irc1.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/autodll-irc1.png.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/autodll-irc2.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/autodll-irc2.png.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/bul.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/bul.gif.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/bul_f.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/bul_f.gif.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/bul_l.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/bul_l.gif.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/chat.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/chat.png.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/chat2.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/chat2.png.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/chat3.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/chat3.png.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/desc.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/desc.gif.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/dlg-autodl-irc.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/dlg-autodl-irc.gif.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/dlg-rssurlrewrite.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/dlg-rssurlrewrite.gif.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/dlg-toolbars.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/dlg-toolbars.gif.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/header_move.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/header_move.gif.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/headers.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/headers.png.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/logoff.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/logoff.png.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/logoff2.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/logoff2.png.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/logoff3.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/logoff3.png.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/menus.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/menus.png.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/pauseui.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/pauseui.png.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/pauseuih.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/pauseuih.png.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/playui.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/playui.png.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/playuih.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/playuih.png.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/plugin.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/plugin.png.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/pnl_close.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/pnl_close.gif.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/pnl_close.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/pnl_close.png.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/pnl_open.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/pnl_open.gif.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/pnl_open.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/pnl_open.png.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/r_bg.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/r_bg.gif.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/refreshui.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/refreshui.png.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/refreshuih.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/refreshuih.png.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/s.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/s.gif.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/s_bg.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/s_bg.gif.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/status.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/status.png.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/status_icons.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/status_icons.png.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/t_bg.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/t_bg.gif.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/tb_bg.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/tb_bg.gif.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/tb_bg.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/tb_bg.png.svn-base -------------------------------------------------------------------------------- /Oblivion/images/.svn/text-base/toolbar.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/.svn/text-base/toolbar.png.svn-base -------------------------------------------------------------------------------- /Oblivion/images/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/ajax-loader.gif -------------------------------------------------------------------------------- /Oblivion/images/asc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/asc.gif -------------------------------------------------------------------------------- /Oblivion/images/autodll-irc1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/autodll-irc1.png -------------------------------------------------------------------------------- /Oblivion/images/autodll-irc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/autodll-irc2.png -------------------------------------------------------------------------------- /Oblivion/images/bul.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/bul.gif -------------------------------------------------------------------------------- /Oblivion/images/bul_f.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/bul_f.gif -------------------------------------------------------------------------------- /Oblivion/images/bul_l.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/bul_l.gif -------------------------------------------------------------------------------- /Oblivion/images/chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/chat.png -------------------------------------------------------------------------------- /Oblivion/images/chat2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/chat2.png -------------------------------------------------------------------------------- /Oblivion/images/chat3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/chat3.png -------------------------------------------------------------------------------- /Oblivion/images/desc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/desc.gif -------------------------------------------------------------------------------- /Oblivion/images/dlg-autodl-irc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/dlg-autodl-irc.gif -------------------------------------------------------------------------------- /Oblivion/images/dlg-rssurlrewrite.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/dlg-rssurlrewrite.gif -------------------------------------------------------------------------------- /Oblivion/images/dlg-toolbars.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/dlg-toolbars.gif -------------------------------------------------------------------------------- /Oblivion/images/header_move.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/header_move.gif -------------------------------------------------------------------------------- /Oblivion/images/headers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/headers.png -------------------------------------------------------------------------------- /Oblivion/images/logoff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/logoff.png -------------------------------------------------------------------------------- /Oblivion/images/logoff2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/logoff2.png -------------------------------------------------------------------------------- /Oblivion/images/logoff3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/logoff3.png -------------------------------------------------------------------------------- /Oblivion/images/menus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/menus.png -------------------------------------------------------------------------------- /Oblivion/images/pauseui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/pauseui.png -------------------------------------------------------------------------------- /Oblivion/images/pauseuih.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/pauseuih.png -------------------------------------------------------------------------------- /Oblivion/images/playui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/playui.png -------------------------------------------------------------------------------- /Oblivion/images/playuih.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/playuih.png -------------------------------------------------------------------------------- /Oblivion/images/plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/plugin.png -------------------------------------------------------------------------------- /Oblivion/images/pnl_close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/pnl_close.gif -------------------------------------------------------------------------------- /Oblivion/images/pnl_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/pnl_close.png -------------------------------------------------------------------------------- /Oblivion/images/pnl_open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/pnl_open.gif -------------------------------------------------------------------------------- /Oblivion/images/pnl_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/pnl_open.png -------------------------------------------------------------------------------- /Oblivion/images/r_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/r_bg.gif -------------------------------------------------------------------------------- /Oblivion/images/refreshui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/refreshui.png -------------------------------------------------------------------------------- /Oblivion/images/refreshuih.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/refreshuih.png -------------------------------------------------------------------------------- /Oblivion/images/s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/s.gif -------------------------------------------------------------------------------- /Oblivion/images/s_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/s_bg.gif -------------------------------------------------------------------------------- /Oblivion/images/status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/status.png -------------------------------------------------------------------------------- /Oblivion/images/status_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/status_icons.png -------------------------------------------------------------------------------- /Oblivion/images/t_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/t_bg.gif -------------------------------------------------------------------------------- /Oblivion/images/tb_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/tb_bg.gif -------------------------------------------------------------------------------- /Oblivion/images/tb_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/tb_bg.png -------------------------------------------------------------------------------- /Oblivion/images/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/Oblivion/images/toolbar.png -------------------------------------------------------------------------------- /Oblivion/init.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Oblivion skin for ruTorrent 3 | * Author: LesBleus 4 | */ 5 | 6 | plugin.oblivionAllDone = plugin.allDone; 7 | plugin.allDone = function() 8 | { 9 | plugin.oblivionAllDone.call(this); 10 | $.each(["diskspace","quotaspace","cpuload"], function(ndx,name) 11 | { 12 | var plg = thePlugins.get(name); 13 | if(plg && plg.enabled) 14 | { 15 | plg.prgStartColor = new RGBackground("#8fbc00"); 16 | plg.prgEndColor = new RGBackground("#d76000"); 17 | } 18 | }); 19 | } 20 | 21 | plugin.oldTableCreate = dxSTable.prototype.create; 22 | dxSTable.prototype.create = function(ele, styles, aName) 23 | { 24 | plugin.oldTableCreate.call(this, ele, styles, aName); 25 | this.prgStartColor = new RGBackground("#d76000"); 26 | this.prgEndColor = new RGBackground("#8fbc00"); 27 | } -------------------------------------------------------------------------------- /Oblivion/stable.css: -------------------------------------------------------------------------------- 1 | .stable {border: 1px solid; border-color: #333333 #181818 #181818 #333333;} 2 | .stable td {padding:2px;} 3 | .stable-head {color:#626262;background: #181818 url(./images/headers.png) repeat-x 0px -91px; border:none; text-shadow:0px 1px 0px #000;font-family:inherit;} 4 | div#tdcont .stable-head {border:none;} 5 | div#tdcont .stable {border:none;} 6 | .stable-head table tr {background: transparent;border:none;} 7 | .stable-head table tr td { border:none; font-family:inherit;height:18px;line-height:18px;cursor:pointer;} 8 | .stable-head div.resz {border: 1px solid #FF0000; background: transparent url(./images/s.gif) no-repeat scroll left center;} 9 | .stable-body {background: window; text-shadow:0px 1px 0px #000;color:#CACCCC; } 10 | .stable-body td {border-bottom: 1px solid #333333; } 11 | .stable-body td div {font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;height: 16px !important;} 12 | .stable-body tr.odd td {background: #333333} 13 | .stable-body tr.even td {background: #191919} 14 | .stable-body tr {height:22px;} 15 | .stable-body {background: #181818} 16 | .stable-body tr.selected td{background: #000 url(./images/headers.png) repeat-x 0px 0px; color:#009DDD;text-shadow:0px -1px 0px #000;} 17 | div.stable-body table tbody tr.even td {background: #181818 url(./images/headers.png) repeat-x 0px -37px;} 18 | div.stable-body table tbody tr.even td:nth-child(2n+1) {color:#ffffff;} 19 | div.stable-body table tbody tr.even:nth-child(2n+1) td{background: #181818 url(./images/headers.png) repeat-x 0px -64px;} 20 | .stable-move-header { background: transparent url(./images/header_move.gif) repeat-x scroll center top; border: 1px solid #0099FF;} 21 | 22 | .stable-move-header { background: transparent url(./images/header_move.gif) repeat-x scroll center top rgba(128,128,128,0.7); border: 1px solid #0099FF; } 23 | .gecko .stable-move-header {background: rgba(128,128,128,0.7); -moz-opacity: 0.7;} 24 | .ie .stable-move-header {background: rgba(128,128,128,0.7); filter:alpha(opacity=70)} 25 | .webkit .stable-move-header {background: rgba(128,128,128,0.7);} 26 | 27 | .stable-active-header {border-color: threedface !important} 28 | .stable-separator-header {background: #181818;} 29 | .stable-scrollpos {background: #181818 url(./images/headers.png) repeat-x 0px -37px;height:17px;line-height:17px;border-bottom: 1px solid #333333;} 30 | .stable-scrollpos:nth-child(2n+1) {background: #181818 url(./images/headers.png) repeat-x 0px -64px;} 31 | 32 | .meter-value { float: left;border: 1px inset #1b1b1b; border-bottom: none; background: #96CE00 url(./images/headers.png) repeat-x 0px -138px;} 33 | .stable-body tr.selected span.meter-value {color:#fff;} 34 | .meter-text { line-height:16px; position: relative; text-align: left; float: left; width: 0px; height: 0px; overflow: visible; left: 40%; font-size: 11px; font-family:inherit; z-index: 1;text-shadow:0px 0px 2px #000; } 35 | 36 | -------------------------------------------------------------------------------- /OblivionBlue/images/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/ajax-loader.gif -------------------------------------------------------------------------------- /OblivionBlue/images/asc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/asc.gif -------------------------------------------------------------------------------- /OblivionBlue/images/autodll-irc1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/autodll-irc1.png -------------------------------------------------------------------------------- /OblivionBlue/images/autodll-irc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/autodll-irc2.png -------------------------------------------------------------------------------- /OblivionBlue/images/bul.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/bul.gif -------------------------------------------------------------------------------- /OblivionBlue/images/bul_f.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/bul_f.gif -------------------------------------------------------------------------------- /OblivionBlue/images/bul_l.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/bul_l.gif -------------------------------------------------------------------------------- /OblivionBlue/images/chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/chat.png -------------------------------------------------------------------------------- /OblivionBlue/images/chat2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/chat2.png -------------------------------------------------------------------------------- /OblivionBlue/images/chat3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/chat3.png -------------------------------------------------------------------------------- /OblivionBlue/images/desc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/desc.gif -------------------------------------------------------------------------------- /OblivionBlue/images/dlg-autodl-irc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/dlg-autodl-irc.gif -------------------------------------------------------------------------------- /OblivionBlue/images/dlg-rssurlrewrite.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/dlg-rssurlrewrite.gif -------------------------------------------------------------------------------- /OblivionBlue/images/dlg-toolbars.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/dlg-toolbars.gif -------------------------------------------------------------------------------- /OblivionBlue/images/header_move.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/header_move.gif -------------------------------------------------------------------------------- /OblivionBlue/images/headers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/headers.png -------------------------------------------------------------------------------- /OblivionBlue/images/logoff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/logoff.png -------------------------------------------------------------------------------- /OblivionBlue/images/logoff2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/logoff2.png -------------------------------------------------------------------------------- /OblivionBlue/images/logoff3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/logoff3.png -------------------------------------------------------------------------------- /OblivionBlue/images/menus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/menus.png -------------------------------------------------------------------------------- /OblivionBlue/images/pauseui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/pauseui.png -------------------------------------------------------------------------------- /OblivionBlue/images/pauseuih.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/pauseuih.png -------------------------------------------------------------------------------- /OblivionBlue/images/playui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/playui.png -------------------------------------------------------------------------------- /OblivionBlue/images/playuih.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/playuih.png -------------------------------------------------------------------------------- /OblivionBlue/images/plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/plugin.png -------------------------------------------------------------------------------- /OblivionBlue/images/pnl_close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/pnl_close.gif -------------------------------------------------------------------------------- /OblivionBlue/images/pnl_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/pnl_close.png -------------------------------------------------------------------------------- /OblivionBlue/images/pnl_open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/pnl_open.gif -------------------------------------------------------------------------------- /OblivionBlue/images/pnl_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/pnl_open.png -------------------------------------------------------------------------------- /OblivionBlue/images/r_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/r_bg.gif -------------------------------------------------------------------------------- /OblivionBlue/images/refreshui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/refreshui.png -------------------------------------------------------------------------------- /OblivionBlue/images/refreshuih.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/refreshuih.png -------------------------------------------------------------------------------- /OblivionBlue/images/s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/s.gif -------------------------------------------------------------------------------- /OblivionBlue/images/s_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/s_bg.gif -------------------------------------------------------------------------------- /OblivionBlue/images/status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/status.png -------------------------------------------------------------------------------- /OblivionBlue/images/status_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/status_icons.png -------------------------------------------------------------------------------- /OblivionBlue/images/t_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/t_bg.gif -------------------------------------------------------------------------------- /OblivionBlue/images/tb_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/tb_bg.gif -------------------------------------------------------------------------------- /OblivionBlue/images/tb_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/tb_bg.png -------------------------------------------------------------------------------- /OblivionBlue/images/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/toolbar.png -------------------------------------------------------------------------------- /OblivionBlue/images/tstatus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/OblivionBlue/images/tstatus.png -------------------------------------------------------------------------------- /OblivionBlue/init.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Oblivion skin for ruTorrent 3 | * Author: LesBleus 4 | */ 5 | 6 | plugin.oblivionAllDone = plugin.allDone; 7 | plugin.allDone = function() 8 | { 9 | plugin.oblivionAllDone.call(this); 10 | $.each(["diskspace","quotaspace","cpuload"], function(ndx,name) 11 | { 12 | var plg = thePlugins.get(name); 13 | if(plg && plg.enabled) 14 | { 15 | plg.prgStartColor = new RGBackground("#4a7ed5"); 16 | plg.prgEndColor = new RGBackground("#d76000"); 17 | } 18 | }); 19 | } 20 | 21 | plugin.oldTableCreate = dxSTable.prototype.create; 22 | dxSTable.prototype.create = function(ele, styles, aName) 23 | { 24 | plugin.oldTableCreate.call(this, ele, styles, aName); 25 | this.prgStartColor = new RGBackground("#d76000"); 26 | this.prgEndColor = new RGBackground("#4a7ed5"); 27 | } -------------------------------------------------------------------------------- /OblivionBlue/stable.css: -------------------------------------------------------------------------------- 1 | .stable {border: 1px solid; border-color: #333333 #181818 #181818 #333333;} 2 | .stable td {padding:2px;} 3 | .stable-head {color:#626262;background: #181818 url(./images/headers.png) repeat-x 0px -91px; border:none; text-shadow:0px 1px 0px #000;font-family:inherit;} 4 | div#tdcont .stable-head {border:none;} 5 | div#tdcont .stable {border:none;} 6 | .stable-head table tr {background: transparent;border:none;} 7 | .stable-head table tr td { border:none; font-family:inherit;height:18px;line-height:18px;cursor:pointer;} 8 | .stable-head div.resz {border: 1px solid #FF0000; background: transparent url(./images/s.gif) no-repeat scroll left center;} 9 | .stable-body {background: window; text-shadow:0px 1px 0px #000;color:#CACCCC; } 10 | .stable-body td {border-bottom: 1px solid #333333; } 11 | .stable-body td div {font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;height: 16px !important;} 12 | .stable-body tr.odd td {background: #333333} 13 | .stable-body tr.even td {background: #191919} 14 | .stable-body tr {height:22px;} 15 | .stable-body {background: #181818} 16 | .stable-body tr.selected td{background: #000 url(./images/headers.png) repeat-x 0px 0px; color:#009DDD;text-shadow:0px -1px 0px #000;} 17 | div.stable-body table tbody tr.even td {background: #181818 url(./images/headers.png) repeat-x 0px -37px;} 18 | div.stable-body table tbody tr.even td:nth-child(2n+1) {color:#ffffff;} 19 | div.stable-body table tbody tr.even:nth-child(2n+1) td{background: #181818 url(./images/headers.png) repeat-x 0px -64px;} 20 | .stable-move-header { background: transparent url(./images/header_move.gif) repeat-x scroll center top; border: 1px solid #0099FF;} 21 | 22 | .stable-move-header { background: transparent url(./images/header_move.gif) repeat-x scroll center top rgba(128,128,128,0.7); border: 1px solid #0099FF; } 23 | .gecko .stable-move-header {background: rgba(128,128,128,0.7); -moz-opacity: 0.7;} 24 | .ie .stable-move-header {background: rgba(128,128,128,0.7); filter:alpha(opacity=70)} 25 | .webkit .stable-move-header {background: rgba(128,128,128,0.7);} 26 | 27 | .stable-active-header {border-color: threedface !important} 28 | .stable-separator-header {background: #181818;} 29 | .stable-scrollpos {background: #181818 url(./images/headers.png) repeat-x 0px -37px;height:17px;line-height:17px;border-bottom: 1px solid #333333;} 30 | .stable-scrollpos:nth-child(2n+1) {background: #181818 url(./images/headers.png) repeat-x 0px -64px;} 31 | 32 | .meter-value { float: left;border: 1px inset #1b1b1b; border-bottom: none; background: #96CE00 url(./images/headers.png) repeat-x 0px -138px;} 33 | .stable-body tr.selected span.meter-value {color:#fff;} 34 | .meter-text { line-height:16px; position: relative; text-align: left; float: left; width: 0px; height: 0px; overflow: visible; left: 40%; font-size: 11px; font-family:inherit; z-index: 1;text-shadow:0px 0px 2px #000; } 35 | 36 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InAnimaTe/rutorrent-themes/fa5359d1607a2de019e27ae2fc171513382a55af/README.md --------------------------------------------------------------------------------