pesterchum/themes/trollian2.5/style.js

193 lines
9.5 KiB
JavaScript
Raw Normal View History

2011-03-01 13:27:26 -05:00
{"inherits": "pesterchum2.5",
"main":
{"background-image": "$path/tnbg.png",
"size": [300,620],
"icon": "$path/trayicon.png",
"newmsgicon": "$path/trayicon2.png",
"windowtitle": "TROLLIAN",
"menu" : { "style": "font-family: 'Arial'; font: bold; font-size: 14px; color: #000000; background-color: #e5000f;border:2px solid #c20f00" },
"menubar": { "style": "font-family: 'Arial'; font:bold; font-size: 14px; color: #000000;" },
2011-03-02 00:50:09 -05:00
"close": { "image": "$path/x.png",
"loc": [272, 0]},
2011-03-02 00:50:09 -05:00
"minimize": { "image": "$path/m.png",
"loc": [248, 2]},
2011-03-01 13:27:26 -05:00
"defaultwindow": { "style": "background: #e5000f; font-family:'Arial';font:bold;selection-background-color:#919191; " },
"chums": { "style": "border:2px solid #ffa4a4; background-color: black;color: white;font: bold;font-size:14px;font-family: 'Arial';selection-background-color:#646464; ",
"moods": {
2011-03-01 13:27:26 -05:00
2011-03-02 00:50:09 -05:00
"chummy": { "icon": "$path/chummy.png", "color": "white" },
2011-03-01 13:27:26 -05:00
2011-03-02 00:50:09 -05:00
"rancorous": { "icon": "$path/rancorous.png", "color": "red" },
2011-03-01 13:27:26 -05:00
2011-03-02 00:50:09 -05:00
"offline": { "icon": "$path/offline.png", "color": "#646464"},
2011-03-01 13:27:26 -05:00
2011-03-02 00:50:09 -05:00
"pleasant": { "icon": "$path/pleasant.png", "color": "white" },
2011-03-01 13:27:26 -05:00
2011-03-02 00:50:09 -05:00
"distraught": { "icon": "$path/distraught.png", "color": "white" },
2011-03-01 13:27:26 -05:00
2011-03-02 00:50:09 -05:00
"pranky": { "icon": "$path/pranky.png", "color": "white" },
2011-03-01 13:27:26 -05:00
2011-03-02 00:50:09 -05:00
"smooth": { "icon": "$path/smooth.png", "color": "white" },
2011-03-01 13:27:26 -05:00
2011-03-02 00:50:09 -05:00
"mystified": { "icon": "$path/mystified.png", "color": "white" },
2011-03-01 13:27:26 -05:00
2011-03-02 00:50:09 -05:00
"amazed": { "icon": "$path/amazed.png", "color": "white" },
2011-03-01 13:27:26 -05:00
2011-03-02 00:50:09 -05:00
"insolent": { "icon": "$path/insolent.png", "color": "white" },
2011-03-01 13:27:26 -05:00
2011-03-02 00:50:09 -05:00
"bemused": { "icon": "$path/bemused.png", "color": "white" },
2011-03-01 13:27:26 -05:00
2011-03-02 00:50:09 -05:00
"ecstatic": { "icon": "$path/ecstatic.png", "color": "red" },
2011-03-01 13:27:26 -05:00
2011-03-02 00:50:09 -05:00
"relaxed": { "icon": "$path/relaxed.png", "color": "red" },
2011-03-01 13:27:26 -05:00
2011-03-02 00:50:09 -05:00
"discontent": { "icon": "$path/discontent.png", "color": "red" },
2011-03-01 13:27:26 -05:00
2011-03-02 00:50:09 -05:00
"devious": { "icon": "$path/devious.png", "color": "red" },
2011-03-01 13:27:26 -05:00
2011-03-02 00:50:09 -05:00
"sleek": { "icon": "$path/sleek.png", "color": "red" },
2011-03-02 00:50:09 -05:00
"detestful": { "icon": "$path/detestful.png", "color": "red" },
2011-03-01 13:27:26 -05:00
2011-03-02 00:50:09 -05:00
"mirthful": { "icon": "$path/mirthful.png", "color": "red" },
2011-03-01 13:27:26 -05:00
2011-03-02 00:50:09 -05:00
"manipulative": { "icon": "$path/manipulative.png", "color": "red" },
2011-03-01 13:27:26 -05:00
2011-03-02 00:50:09 -05:00
"vigorous": { "icon": "$path/vigorous.png", "color": "red" },
2011-03-01 13:27:26 -05:00
2011-03-02 00:50:09 -05:00
"perky": { "icon": "$path/perky.png", "color": "red" },
2011-03-01 13:27:26 -05:00
2011-03-02 00:50:09 -05:00
"acceptant": { "icon": "$path/acceptant.png", "color": "red" },
2011-03-01 13:27:26 -05:00
2011-03-02 00:50:09 -05:00
"protective": { "icon": "$path/protective.png", "color": "#00ff00" },
2011-03-01 13:27:26 -05:00
2011-03-02 00:50:09 -05:00
"blocked": { "icon": "$path/blocked.png", "color": "black" }
}
},
"mychumhandle": { "label":
2011-03-01 13:27:26 -05:00
{ "text": "TROLLTAG:",
"style": "color: black ;font:bold; font-family: 'Arial';"
2011-03-01 13:27:26 -05:00
},
"handle": { "style": "background-color: black; padding: 3px; padding-left: 25px; color:white; font-family:'Arial'; font:bold; text-align:left; border:2px solid #ffa4a4;" }
2011-03-01 13:27:26 -05:00
},
"addchum": { "style": "background: #ffa4a4; border:2px solid #780000; font: bold; color: black; font-family:'Arial';"
},
"pester": { "style": "background: #ffa4a4; border:2px solid #780000; font: bold; color: black; font-family:'Arial';"
},
"block": { "style": "background: #ffa4a4; border:2px solid #780000; font: bold; color: black; font-family:'Arial';"
},
"moodlabel": { "style": "font:bold;font-family:'Arial';color:black;"
},
2011-03-04 05:12:56 -05:00
"defaultmood": 1,
2011-03-01 13:27:26 -05:00
"moods": [
{ "style": "text-align:left; background:#ffa4a4;border:2px solid #780000;color: black; font-family:'Arial'; font:bold; padding-left:3px;",
"selected": "text-align:left; background:white; border:2px solid #780000; color: black; font-family:'Arial'; font:bold; padding-left:3px;",
"loc": [15, 485],
"size": [135, 30],
"text": "ECSTATIC",
"icon": "$path/estatic.png",
"mood": 7
},
{ "style": "text-align:left; background:#ffa4a4;border:2px solid #780000;color: black; font-family:'Arial'; font:bold; padding-left:3px;",
"selected": "text-align:left; background:white; border:2px solid #780000; color: black; font-family:'Arial'; font:bold; padding-left:3px;",
"loc": [15, 513],
"size": [135, 30],
"text": "RELAXED",
"icon": "$path/relaxed.png",
"mood": 8
},
{ "style": "text-align:left; background:#ffa4a4;border:2px solid #780000;color: black; font-family:'Arial'; font:bold; padding-left:3px;",
"selected": "text-align:left; background:white; border:2px solid #780000; color: black; font-family:'Arial'; font:bold; padding-left:3px;",
"loc": [15, 541],
"size": [135, 30],
"text": "DISCONTENT",
"icon": "$path/discontent.png",
"mood": 9
},
{ "style": "text-align:left; background:#ffa4a4;border:2px solid #780000;color: black; font-family:'Arial'; font:bold; padding-left:3px;",
"selected": "text-align:left; background:white; border:2px solid #780000; color: black; font-family:'Arial'; font:bold; padding-left:3px;",
"loc": [148, 485],
"size": [135, 30],
"text": "DEVIOUS",
"icon": "$path/devious.png",
"mood": 10
},
{ "style": "text-align:left; background:#ffa4a4;border:2px solid #780000;color: black; font-family:'Arial'; font:bold; padding-left:3px;",
"selected": "text-align:left; background:white; border:2px solid #780000; color: black; font-family:'Arial'; font:bold; padding-left:3px;",
"loc": [148, 513],
"size": [135, 30],
"text": "SLEEK",
"icon": "$path/sleek.png",
"mood": 11
},
{ "style": "text-align:left; background:#ffa4a4;border:2px solid #780000;color: black; font-family:'Arial'; font:bold; padding-left:3px;",
"selected": "text-align:left; background:white; border:2px solid #780000; color: black; font-family:'Arial'; font:bold; padding-left:3px;",
"loc": [148, 541],
"size": [135, 30],
"text": "DETESTFUL",
"icon": "$path/detestful.png",
"mood": 12
},
{ "style": "text-align:center; border:2px solid #780000; background:black;color: white; font-family:'Arial'; font:bold;padding-left:3px;",
"selected": "text-align:left; background:white; border:2px solid #780000; padding: 5px;color: black; font-family:'Arial'; font:bold;padding-left:3px;",
"loc": [15, 569],
"size": [270, 30],
"text": "ABSCOND",
"icon": "$path/offline.png",
"mood": 2
}
2011-03-01 13:27:26 -05:00
]
2011-03-01 19:34:21 -05:00
},
2011-03-01 13:27:26 -05:00
"convo": {
"style": "background-color: #e5000f;border:2px solid #780000; font-family: 'Arial';",
"chumlabel": { "style": "margin-bottom: 21px;background: #ffa4a4; color: black; border:0px; font-size: 14px;",
"text" : ":: trolling: $handle ::" },
"textarea": {
"style": "background: white; font-size: 14px;font:bold; border:2px solid #ffa4a4;text-align:center; margin-right:10px; margin-left:10px;font-family: 'Arial'"
},
2011-03-01 13:27:26 -05:00
"input": { "style": "background: white; border:2px solid #ffa4a4;margin-top:5px; margin-right:10px; margin-left:10px; font-size: 12px;" },
"tabwindow" : {
"style": ""
},
"tabs": {
"style": "",
"selectedstyle": "",
"newmsgcolor": "#ff0000"
},
"scrollbar": null
2011-03-01 13:27:26 -05:00
},
"memos":
{ "size": [600,425],
"style": "background-color: #e5000f;border:2px solid #780000; font-family: 'Arial';",
"label": { "style": "margin-bottom: 21px;background: #ffa4a4; color: white; border:0px; font-size: 14px;"
},
2011-03-01 13:27:26 -05:00
"textarea": {
"style": "background: white; font-size: 14px;font:bold; border:2px solid #ffa4a4;text-align:center; margin-right:10px; margin-left:10px;font-family: 'Arial'"
2011-03-01 13:27:26 -05:00
},
"userlist": { "style": "border:2px solid #780000; background: white;font: bold;font-family: 'Courier';selection-background-color:#646464; font-size: 12px; margin-left:0px; margin-right:10px;"
},
"input": { "style": "background: white; border:2px solid #ffa4a4;margin-top:5px; margin-right:10px; margin-left:10px; font-size: 12px;" },
"time": { "text": { "style": " border: 2px solid #780000; background: white; font-size: 12px; margin-top: 5px; margin-right: 5px; margin-left: 5px; font-family:'Arial';font:bold;"
2011-03-01 13:27:26 -05:00
},
"buttons": { "style": "color: black; font: bold; border: 2px solid #780000; font: bold; font-size: 12px; background: #e5000f; margin-top: 5px; margin-right: 5px; margin-left: 5px; padding: 2px; width: 50px;" }
},
2011-04-13 15:58:38 -04:00
"tabwindow": { "style": "" },
2011-03-01 13:27:26 -05:00
"tabs": {
"style": "",
"selectedstyle": "",
"newmsgcolor": "#ff0000",
"tabstyle": 0
},
"scrollbar": null
}
}