pesterchum/themes/trollian/style.js

344 lines
13 KiB
JavaScript
Raw Normal View History

2011-02-03 01:56:59 -05:00
{"main":
2011-02-06 19:50:21 -05:00
{"style": "background-color:rgba(0,0,0,0); background-repeat: no-repeat;",
"background-image": "$path/tnbg2.png",
2011-02-03 01:56:59 -05:00
"size": [650, 450],
"icon": "$path/trayicon.png",
"newmsgicon": "$path/trayicon2.png",
"windowtitle": "TROLLIAN",
2011-03-02 00:50:09 -05:00
"close": { "image": "$path/x.png",
2011-02-03 01:56:59 -05:00
"loc": [635, 2]},
2011-03-02 00:50:09 -05:00
"minimize": { "image": "$path/m.png",
2011-02-14 11:23:36 -05:00
"loc": [621, 8]},
2011-02-03 01:56:59 -05:00
"menubar": { "style": "font-family: 'Arial'; font-size: 11px; color: rgba(0,0,0,0);" },
"menu" : { "style": "font-family: 'Arial'; font-size: 11px; background-color: #c2c2c2; border:1px solid #545454;",
2011-02-04 16:17:27 -05:00
"selected": "background-color: #545454",
"menuitem": "margin-right:14px;",
"loc": [14,90]
2011-02-03 01:56:59 -05:00
},
"sounds": { "alertsound": "$path/alarm.wav",
"memosound": "$path/alarm2.wav"},
2011-02-03 01:56:59 -05:00
"menus": {"client": {"_name": "Trollian",
"options": "Options",
2011-02-04 16:17:27 -05:00
"memos": "Memos",
"logviewer": "Pesterlogs",
2011-02-03 01:56:59 -05:00
"userlist": "Fresh Targets",
"addgroup": "Add Group",
2011-02-06 19:50:21 -05:00
"import": "import U2;",
"reconnect": "Reconnect",
"idle": "Idle",
2011-02-03 01:56:59 -05:00
"exit": "Abscond"},
"profile": {"_name": "View",
"switch": "Trolltag",
"theme": "Theme",
"color": "Hemospectrum",
"block": "Chumpdump",
2011-02-06 20:11:10 -05:00
"quirks": "Annoying" },
2011-02-14 11:23:36 -05:00
"help": { "_name": "Help",
2011-05-10 02:33:59 -04:00
"about": "About",
"help": "Help",
"calsprite": "CalSprite",
"nickserv": "NickServ" },
2011-02-03 01:56:59 -05:00
"rclickchumlist": {"pester": "Troll",
"removechum": "Trash",
2011-04-13 02:12:19 -04:00
"report": "Remove",
2011-02-03 01:56:59 -05:00
"blockchum": "Block",
"addchum": "Add Chump",
"viewlog": "View Pesterlog",
2011-02-06 01:02:39 -05:00
"unblockchum": "Mercy",
"removegroup": "Remove Group",
"renamegroup": "Rename Group",
"movechum": "Move To",
2011-02-06 19:50:21 -05:00
"banuser": "Ban",
2011-02-08 02:56:30 -05:00
"opuser": "Promote",
2011-05-09 21:59:36 -04:00
"voiceuser": "Let Speak",
2011-02-06 20:11:10 -05:00
"quirksoff": "Quirks Off" }
2011-02-03 01:56:59 -05:00
},
2011-02-14 11:23:36 -05:00
"chums": { "style": "font-size: 12px; background: white; border:0px; font-family: 'Arial';selection-background-color:rgb(200,200,200); ",
2011-02-11 04:07:07 -05:00
"scrollbar": { "style" : "background-color:#c2c2c2;",
"handle": "background-color:#e02413;height:20px;border:2px solid #ff2612;",
"downarrow": "",
"darrowstyle": "",
"uparrow": "",
"uarrowstyle": ""
},
2011-03-03 03:00:38 -05:00
"loc": [477, 91],
"size": [171, 357],
2011-02-03 03:51:22 -05:00
"userlistcolor": "black",
2011-02-04 16:17:27 -05:00
"moods": {
2011-02-04 16:17:27 -05:00
"chummy": { "icon": "$path/chummy.png", "color": "#63ea00" },
2011-02-04 16:17:27 -05:00
"rancorous": { "icon": "$path/rancorous.png", "color": "#7f7f7f" },
2011-02-04 16:17:27 -05:00
"offline": { "icon": "$path/offline.png", "color": "black"},
2011-02-04 16:17:27 -05:00
"pleasant": { "icon": "$path/pleasant.png", "color": "#d69df8" },
2011-02-04 16:17:27 -05:00
"distraught": { "icon": "$path/distraught.png", "color": "#706eba" },
2011-02-10 13:00:06 -05:00
"pranky": { "icon": "$path/pranky.png", "color": "blue" },
2011-02-04 16:17:27 -05:00
"smooth": { "icon": "$path/smooth.png", "color": "red" },
2011-02-04 16:17:27 -05:00
"ecstatic": { "icon": "$path/ecstatic.png", "color": "#99004d" },
2011-02-04 16:17:27 -05:00
"relaxed": { "icon": "$path/relaxed.png", "color": "#078446" },
2011-02-04 16:17:27 -05:00
"discontent": { "icon": "$path/discontent.png", "color": "#a75403" },
2011-02-04 16:17:27 -05:00
"devious": { "icon": "$path/devious.png", "color": "#008282" },
2011-02-04 16:17:27 -05:00
"sleek": { "icon": "$path/sleek.png", "color": "#a1a100" },
2011-02-04 16:17:27 -05:00
"detestful": { "icon": "$path/detestful.png", "color": "#6a006a" },
2011-02-04 16:17:27 -05:00
"mirthful": { "icon": "$path/mirthful.png", "color": "#450077" },
2011-02-04 16:17:27 -05:00
"manipulative": { "icon": "$path/manipulative.png", "color": "#004182" },
2011-02-04 16:17:27 -05:00
"vigorous": { "icon": "$path/vigorous.png", "color": "#0021cb" },
2011-02-04 16:17:27 -05:00
"perky": { "icon": "$path/perky.png", "color": "#406600" },
2011-02-04 16:17:27 -05:00
"acceptant": { "icon": "$path/acceptant.png", "color": "#a10000" },
2011-02-04 16:17:27 -05:00
"protective": { "icon": "$path/protective.png", "color": "white" },
2011-02-04 16:17:27 -05:00
"blocked": { "icon": "$path/blocked.png", "color": "black" }
2011-02-04 16:17:27 -05:00
}
2011-02-03 01:56:59 -05:00
},
2011-02-04 16:17:27 -05:00
"trollslum": {
2011-02-03 01:56:59 -05:00
"style": "background: rgb(190, 19, 4); font-family: 'Arial'",
"size": [175, 461],
"label": { "text": "Chumpdump",
"style": "color: rgba(0, 0, 0, 100%) ;font:bold; font-family: 'Arial';border: 0px;" },
"chumroll": {"style": "border: 0px; background-color: white; padding: 5px; font-family: 'Arial';selection-background-color:rgb(200,200,200); " }
},
"mychumhandle": { "label": { "text": "",
2011-02-05 22:27:13 -05:00
"loc": [0,0],
2011-02-03 01:56:59 -05:00
"style": "color:rgba(0,0,0,0);" },
"handle": { "style": "background: rgba(0,0,0,0); color:rgba(0,0,0,0);",
"loc": [0,0],
"size": [0,0] },
"colorswatch": { "loc": [0,0],
"size": [0,0],
"text": "" }
},
2011-02-04 16:17:27 -05:00
"defaultwindow": { "style": "background: #c2c2c2; font-family:'Arial';font:bold;selection-background-color:#545454; "
2011-02-03 01:56:59 -05:00
},
"addchum": { "style": "background: rgba(0,0,0,0); border:0px; color: rgba(0,0,0,0);",
"loc": [475, 67],
"size": [175, 18],
"text": ""
},
"pester": { "style": "background: rgba(0,0,0,0); border:0px; color: rgba(0,0,0,0);",
2011-02-04 16:17:27 -05:00
"loc": [0,0],
"size": [0, 0],
"text": ""
},
2011-02-03 01:56:59 -05:00
"block": { "style": "background: rgba(0,0,0,0); border:0px; color: rgba(0,0,0,0);",
2011-02-04 16:17:27 -05:00
"loc": [1500,202],
"size": [71, 22],
"text": ""
},
2011-02-03 01:56:59 -05:00
"defaultmood": 7,
"moodlabel": { "style": "",
2011-02-04 16:17:27 -05:00
"loc": [0, 0],
"text": ""
},
2011-02-03 01:56:59 -05:00
"moods": [
2011-02-04 16:17:27 -05:00
{ "style": "border:0px;",
"selected": "background-image:url($path/moodcheck1.png); border:0px;",
2011-04-21 04:20:37 -04:00
"loc": [16, 141],
"size": [38, 270],
2011-02-04 16:17:27 -05:00
"text": "",
"icon": "",
"mood": 17
},
{ "style": "border:0px;",
"selected": "background-image:url($path/moodcheck2.png); border:0px;",
2011-04-21 04:20:37 -04:00
"loc": [51, 141],
"size": [38, 270],
2011-02-04 16:17:27 -05:00
"text": "",
"icon": "",
"mood": 9
},
{ "style": "border:0px;",
"selected": "background-image:url($path/moodcheck3.png); border:0px;",
2011-04-21 04:20:37 -04:00
"loc": [86, 141],
"size": [38, 270],
2011-02-04 16:17:27 -05:00
"text": "",
"icon": "",
"mood": 11
},
{ "style": "border:0px;",
"selected": "background-image:url($path/moodcheck4.png); border:0px;",
2011-04-21 04:20:37 -04:00
"loc": [121, 141],
"size": [38, 270],
2011-02-04 16:17:27 -05:00
"text": "",
"icon": "",
"mood": 1
},
{ "style": "border:0px;",
"selected": "background-image:url($path/moodcheck5.png); border:0px;",
2011-04-21 04:20:37 -04:00
"loc": [156, 141],
"size": [38, 270],
2011-02-04 16:17:27 -05:00
"text": "",
"icon": "",
"mood": 16
},
{ "style": "border:0px;",
"selected": "background-image:url($path/moodcheck6.png); border:0px;",
2011-04-21 04:20:37 -04:00
"loc": [191, 141],
"size": [38, 270],
2011-02-04 16:17:27 -05:00
"text": "",
"icon": "",
"mood": 8
},
{ "style": "border:0px;",
"selected": "background-image:url($path/moodcheck7.png); border:0px;",
2011-04-21 04:20:37 -04:00
"loc": [226, 141],
"size": [38, 270],
2011-02-04 16:17:27 -05:00
"text": "",
"icon": "",
"mood": 10
},
{ "style": "border:0px;",
"selected": "background-image:url($path/moodcheck8.png); border:0px;",
2011-04-21 04:20:37 -04:00
"loc": [261, 141],
"size": [38, 270],
2011-02-04 16:17:27 -05:00
"text": "",
"icon": "",
"mood": 14
},
{ "style": "border:0px;",
"selected": "background-image:url($path/moodcheck9.png); border:0px;",
2011-04-21 04:20:37 -04:00
"loc": [296, 141],
"size": [38, 270],
2011-02-04 16:17:27 -05:00
"text": "",
"icon": "",
"mood": 15
},
{ "style": "border:0px;",
"selected": "background-image:url($path/moodcheck10.png); border:0px;",
2011-04-21 04:20:37 -04:00
"loc": [331, 141],
"size": [38, 270],
2011-02-04 16:17:27 -05:00
"text": "",
"icon": "",
"mood": 13
},
{ "style": "border:0px;",
"selected": "background-image:url($path/moodcheck11.png); border:0px;",
2011-04-21 04:20:37 -04:00
"loc": [366, 141],
"size": [38, 270],
2011-02-04 16:17:27 -05:00
"text": "",
"icon": "",
"mood": 12
},
{ "style": "border:0px;",
"selected": "background-image:url($path/moodcheck12.png); border:0px;",
2011-04-21 04:20:37 -04:00
"loc": [401, 141],
"size": [38, 270],
2011-02-04 16:17:27 -05:00
"text": "",
"icon": "",
"mood": 7
},
2011-02-04 16:17:27 -05:00
{ "style": "border:0px;color: rgba(0, 0, 0, 0%);",
"selected": "border:0px; color: rgba(0, 0, 0, 0%);",
"loc": [12, 117],
"size": [435, 18],
"text": "",
"icon": "",
"mood": 2
}
2011-02-03 01:56:59 -05:00
]
},
"convo":
2011-02-03 04:08:28 -05:00
{"style": "background: rgb(190, 19, 4); font-family: 'Arial';",
2011-02-06 19:50:21 -05:00
"scrollbar": { "style" : "", "handle": "" },
2011-02-04 16:17:27 -05:00
"margins": {"top": 22, "bottom": 9, "left": 10, "right": 4 },
"size": [400, 250],
2011-02-14 11:23:36 -05:00
"size": [400, 250],
"chumlabel": { "style": "background-image:url($path/chumlabelbg.png);background-color:rgb(255,38,18); background-repeat: no-repeat; color: white; padding: 2px; border:1px solid #c2c2c2; margin-bottom: 4px;",
2011-02-04 16:17:27 -05:00
"align": { "h": "left", "v": "center" },
2011-02-14 11:23:36 -05:00
"minheight": 22,
"maxheight": 36,
2011-02-04 16:17:27 -05:00
"text" : "trolling: $handle"
2011-02-03 01:56:59 -05:00
},
"textarea": {
2011-02-11 04:07:07 -05:00
"style": "background: white; border:2px solid #c2c2c2; font-size: 14px;"
2011-02-03 01:56:59 -05:00
},
"input": {
2011-02-05 22:27:13 -05:00
"style": "background: white;margin-top:5px; border:1px solid #c2c2c2; margin-right: 54px; font-size: 12px; height: 19px;"
2011-02-03 01:56:59 -05:00
},
2011-02-24 20:03:17 -05:00
"tabwindow" : {
"style": "background: rgb(190, 19, 4); font-family: 'Arial'"
2011-02-24 20:03:17 -05:00
},
2011-02-03 01:56:59 -05:00
"tabs": {
"style": "",
"selectedstyle": "",
"newmsgcolor": "red",
"tabstyle": 0
},
"text": {
"beganpester": "began trolling",
"ceasepester": "gave up trolling",
"blocked": "blocked",
"unblocked": "mercifully forgave",
"openmemo": "opened memo on board",
"joinmemo": "responded to memo",
2011-02-06 01:02:39 -05:00
"closememo": "ceased responding to memo",
"kickedmemo": "You have been banned from this memo!"
2011-02-03 01:56:59 -05:00
},
"systemMsgColor": "#646464"
2011-02-04 16:17:27 -05:00
},
"memos":
{"memoicon": "$path/memo.png",
"style": "background: rgb(190, 19, 4); font-family: 'Arial';",
2011-02-05 22:27:13 -05:00
"size": [450,300],
"tabs": {
"style": "",
"selectedstyle": "",
"newmsgcolor": "red",
"tabstyle": 0
},
2011-02-05 22:27:13 -05:00
"label": { "text": "Bulletin Board: $channel",
2011-02-14 11:23:36 -05:00
"style": "background-image:url($path/chumlabelbg.png);background-color:rgb(255,38,18); background-repeat: no-repeat; color: white; padding: 2px; border:1px solid #c2c2c2; margin-bottom: 4px;",
2011-02-05 22:27:13 -05:00
"align": { "h": "left", "v": "center" },
2011-02-14 11:23:36 -05:00
"minheight": 18,
"maxheight": 36
},
"textarea": {
2011-02-11 04:07:07 -05:00
"style": "background: white; border:2px solid #c2c2c2; font-size: 12px;"
},
"input": {
2011-02-05 22:27:13 -05:00
"style": "background: white;margin-top:5px; border:1px solid #c2c2c2; font-size: 12px; height: 19px; margin-bottom: 5px; "
},
2011-02-05 22:24:10 -05:00
"margins": {"top": 22, "bottom": 10, "left": 9, "right": 4 },
2011-02-05 22:27:13 -05:00
"userlist": { "width": 125,
2011-02-11 04:07:07 -05:00
"style": "font-size: 12px; background: white; margin-left: 5px; margin-bottom: 5px; border:2px solid #c2c2c2; padding: 5px; font-family: 'Arial';selection-background-color:rgb(200,200,200);"
},
"time": { "text": { "width": 75,
"style": "color: black; font:bold; border:1px solid #c2c2c2; background: white; height: 19px;"
2011-02-05 13:56:25 -05:00
},
2011-02-05 22:27:13 -05:00
"slider": { "style": " border:1px solid #c2c2c2;",
2011-02-06 01:02:39 -05:00
"groove": "border-image:url($path/timeslider.png);",
"handle": "image:url($path/acceptant.png);"
2011-02-05 13:56:25 -05:00
},
"buttons": { "style": "border:1px solid #a68168; height: 17px; width: 50px; color: #cd8f9d; font-family: 'Arial'; background: rgb(190, 19, 4); margin-left: 2px;" },
"arrows": { "left": "$path/leftarrow.png",
2011-02-05 13:56:25 -05:00
"right": "$path/rightarrow.png",
2011-02-05 22:27:13 -05:00
"style": "width: 19px; height: 19px; border:0px; margin-left: 2px;"
}
},
2011-02-08 02:56:30 -05:00
"systemMsgColor": "#646464",
2011-05-09 21:59:36 -04:00
"op": { "icon": "$path/op.png" },
"voice": { "icon": "$path/voice.png" }
}
}