View Single Post
  #4  
Old 12th November 2009, 17:05
raefor's Avatar
raefor raefor is offline
Senior Member
 
Join Date: Mar 2008
United States
Posts: 90
Default
Quote:
Originally Posted by Seedingtorrents View Post
thanks but cant find more than 3 themes here!
PHP Code:
INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'4''styles/3.css''Relaxing Blue'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'5''styles/10.css''Cool'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'6''styles/1010.css''Sober'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'7''styles/101010.css''White'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'8''styles/11.css''Creamy'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'9''styles/12.css''Nice'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'11''styles/13.css''RoScene'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'12''styles/3.css''Nice blue'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'13''styles/4.css''TorrentBits'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'14''styles/5.css''OiNK'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'15''styles/6.css''Brown'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'16''styles/7.css''Relaxing Grey'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'17''styles/8.css''Mustard'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'18''styles/8585.css''Nice white'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'19''styles/9.css''Green/white'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'20''styles/black_green.css''Black/Green'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'21''styles/blue.css''New Blue'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'22''styles/c.css''Green'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'23''styles/default.css''Dark Cream'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'24''styles/dvdrcore.css''DVDR Core'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'25''styles/filelist.css''FileList'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'26''styles/matrix.css''Matrix'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'27''styles/opTracker.css''opTracker'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'28''styles/sameh.css''Sameh'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'29''styles/seagreen.css''SeaGreen'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'30''styles/simple.css''Simple'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'31''styles/skTrdie.css''skTrdie'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'32''styles/softtone.css''Softtone'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'33''styles/torrentbits.css''TorrentBits (org)'
); 
Attached Files
File Type: rar styles.rar (35.2 KB, 452 views)
Reply With Quote