pesterchum/themes/trollian/style.js

260 lines
7.6 KiB
JavaScript
Raw Normal View History

2011-01-28 06:17:42 -05:00
{"main":
2011-02-02 03:20:48 -05:00
{"style": "background-image:url($path/tnbg.png);background-color:rgba(255,255,255,0);",
"size": [650, 450],
"icon": "$path/trayicon2.png",
"newmsgicon": "$path/trayicon3.png",
2011-01-31 13:06:24 -05:00
"windowtitle": "TROLLIAN",
2011-01-28 06:17:42 -05:00
"close": { "image": "$path/x.gif",
2011-02-02 03:20:48 -05:00
"loc": [635, 2]},
2011-01-28 06:17:42 -05:00
"minimize": { "image": "$path/m.gif",
2011-02-02 03:20:48 -05:00
"loc": [621, 8]},
"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;",
"selected": "background-color: #545454",
"menuitem": "margin-right:14px;",
"loc": [14,90]
2011-01-28 06:17:42 -05:00
},
2011-02-02 03:20:48 -05:00
"sounds": { "alertsound": "$path/alarm.wav" },
2011-02-02 03:20:48 -05:00
"menus": {"client": {"_name": "Trollian",
"options": "Options",
"exit": "Abscond"},
"profile": {"_name": "View",
"switch": "Trolltag",
"theme": "Theme",
2011-02-02 07:26:17 -05:00
"color": "Hemospectrum",
2011-02-02 03:20:48 -05:00
"quirks": "Annoying"},
"rclickchumlist": {"pester": "Troll",
2011-02-02 07:32:41 -05:00
"removechum": "Trash",
"blockchum": "Block",
"unblockchum": "Mercy"}
2011-02-01 06:14:56 -05:00
},
2011-02-02 03:20:48 -05:00
"chums": { "style": "border: 0px; background-color: white; padding: 5px; font-family: 'Arial';selection-background-color:rgb(200,200,200); ",
"loc": [476, 90],
"size": [175, 361],
"moods": {
"chummy": { "icon": "$path/chummy.png", "color": "#63ea00" },
"rancorous": { "icon": "$path/rancorous.png", "color": "#7f7f7f" },
"offline": { "icon": "$path/offline.png", "color": "black"},
"pleasant": { "icon": "$path/pleasant.png", "color": "#d69df8" },
"distraught": { "icon": "$path/distraught.png", "color": "#706eba" },
"unruly": { "icon": "$path/unruly.png", "color": "blue" },
2011-02-02 07:26:17 -05:00
2011-02-02 03:20:48 -05:00
"smooth": { "icon": "$path/smooth.png", "color": "red" },
"ecstatic": { "icon": "$path/ecstatic.png", "color": "#99004d" },
"relaxed": { "icon": "$path/relaxed.png", "color": "#078446" },
"discontent": { "icon": "$path/discontent.png", "color": "#a75403" },
"devious": { "icon": "$path/devious.png", "color": "#008282" },
"sleek": { "icon": "$path/sleek.png", "color": "#a1a100" },
"detestful": { "icon": "$path/detestful.png", "color": "#6a006a" },
"mirthful": { "icon": "$path/mirthful.png", "color": "#450077" },
"manipulative": { "icon": "$path/manipulative.png", "color": "#004182" },
"vigorous": { "icon": "$path/vigorous.png", "color": "#0021cb" },
"perky": { "icon": "$path/perky.png", "color": "#406600" },
"acceptant": { "icon": "$path/acceptant.png", "color": "#a10000" },
2011-02-02 07:26:17 -05:00
"protective": { "icon": "$path/protective.png", "color": "white" },
"blocked": { "icon": "$path/blocked.gif", "color": "black" }
2011-02-02 03:20:48 -05:00
2011-01-28 06:17:42 -05:00
}
},
2011-02-02 03:20:48 -05:00
"mychumhandle": { "label": { "text": "",
2011-01-29 07:33:35 -05:00
"loc": [85,410],
2011-02-02 03:20:48 -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],
2011-01-29 07:33:35 -05:00
"text": "" }
},
2011-02-02 03:20:48 -05:00
"defaultwindow": { "style": "background: #c2c2c2; font-family:'Arial';font:bold;selection-background-color:#545454; "
2011-01-28 06:17:42 -05:00
},
2011-02-02 03:20:48 -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": ""
},
2011-02-02 03:20:48 -05:00
"pester": { "style": "background: rgba(0,0,0,0); border:0px; color: rgba(0,0,0,0);",
"loc": [0,0],
"size": [0, 0],
"text": ""
2011-01-29 07:33:35 -05:00
},
2011-02-02 07:26:17 -05:00
"block": { "style": "background: rgba(0,0,0,0); border:0px; color: rgba(0,0,0,0);",
"loc": [1500,202],
"size": [71, 22],
"text": ""
},
2011-02-01 06:14:56 -05:00
"defaultmood": 7,
2011-01-31 18:43:49 -05:00
"moodlabel": { "style": "",
2011-02-02 03:20:48 -05:00
"loc": [0, 0],
"text": ""
2011-01-31 18:43:49 -05:00
},
2011-01-28 21:36:12 -05:00
"moods": [
2011-02-02 03:20:48 -05:00
{ "style": "border:0px;",
"selected": "background-image:url($path/moodcheck1.png); border:0px;",
"loc": [25, 141],
"size": [20, 270],
"text": "",
"icon": "",
"mood": 17
2011-01-28 21:36:12 -05:00
},
2011-02-02 03:20:48 -05:00
{ "style": "border:0px;",
"selected": "background-image:url($path/moodcheck2.png); border:0px;",
"loc": [60, 141],
"size": [20, 270],
"text": "",
"icon": "",
2011-02-01 06:14:56 -05:00
"mood": 9
2011-01-28 21:36:12 -05:00
},
2011-02-02 03:20:48 -05:00
{ "style": "border:0px;",
"selected": "background-image:url($path/moodcheck3.png); border:0px;",
"loc": [95, 141],
"size": [20, 270],
"text": "",
"icon": "",
"mood": 11
},
{ "style": "border:0px;",
"selected": "background-image:url($path/moodcheck4.png); border:0px;",
"loc": [130, 141],
"size": [20, 270],
"text": "",
"icon": "",
"mood": 1
},
{ "style": "border:0px;",
"selected": "background-image:url($path/moodcheck5.png); border:0px;",
"loc": [165, 141],
"size": [20, 270],
"text": "",
"icon": "",
"mood": 16
},
{ "style": "border:0px;",
"selected": "background-image:url($path/moodcheck6.png); border:0px;",
"loc": [200, 141],
"size": [20, 270],
"text": "",
"icon": "",
"mood": 8
},
{ "style": "border:0px;",
"selected": "background-image:url($path/moodcheck7.png); border:0px;",
"loc": [235, 141],
"size": [20, 270],
"text": "",
"icon": "",
2011-02-01 06:14:56 -05:00
"mood": 10
2011-01-28 21:36:12 -05:00
},
2011-02-02 03:20:48 -05:00
{ "style": "border:0px;",
"selected": "background-image:url($path/moodcheck8.png); border:0px;",
"loc": [270, 141],
"size": [20, 270],
"text": "",
"icon": "",
"mood": 14
},
{ "style": "border:0px;",
"selected": "background-image:url($path/moodcheck9.png); border:0px;",
"loc": [305, 141],
"size": [20, 270],
"text": "",
"icon": "",
"mood": 15
},
{ "style": "border:0px;",
"selected": "background-image:url($path/moodcheck10.png); border:0px;",
"loc": [340, 141],
"size": [20, 270],
"text": "",
"icon": "",
"mood": 13
2011-01-28 21:36:12 -05:00
},
2011-02-02 03:20:48 -05:00
{ "style": "border:0px;",
"selected": "background-image:url($path/moodcheck11.png); border:0px;",
"loc": [375, 141],
"size": [20, 270],
"text": "",
"icon": "",
2011-02-01 06:14:56 -05:00
"mood": 12
2011-01-28 21:36:12 -05:00
},
2011-02-02 03:20:48 -05:00
{ "style": "border:0px;",
"selected": "background-image:url($path/moodcheck12.png); border:0px;",
"loc": [410, 141],
"size": [20, 270],
"text": "",
"icon": "",
"mood": 7
},
{ "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": "",
2011-02-01 06:14:56 -05:00
"mood": 2
2011-01-28 21:36:12 -05:00
}
2011-01-28 06:17:42 -05:00
]
},
"convo":
2011-02-02 03:20:48 -05:00
{"style": "background: rgb(190, 19, 4); font-family: 'Arial'",
"size": [308, 194],
"chumlabel": { "style": "background: rgb(255, 38, 18); color: white;",
"align": { "h": "center", "v": "center" },
"minheight": 30,
"maxheight": 50,
"text" : "trolling: $handle"
2011-02-01 06:14:56 -05:00
},
2011-01-28 06:17:42 -05:00
"textarea": {
2011-02-02 03:20:48 -05:00
"style": "background: white; border:0px;"
2011-01-28 06:17:42 -05:00
},
"input": {
2011-02-02 03:20:48 -05:00
"style": "background: white; border:0px solid #c48a00;margin-top:5px;"
2011-01-28 06:17:42 -05:00
},
"tabs": {
"style": "",
2011-02-02 03:20:48 -05:00
"selectedstyle": "",
"newmsgcolor": "red",
"tabstyle": 0
2011-02-01 06:14:56 -05:00
},
"text": {
"beganpester": "began trolling",
2011-02-02 07:26:17 -05:00
"ceasepester": "gave up trolling",
"blocked": "blocked",
"unblocked": "mercifully forgave"
2011-02-02 03:20:48 -05:00
},
"systemMsgColor": "#646464"
2011-01-28 06:17:42 -05:00
}
2011-02-02 03:20:48 -05:00
}