diff --git a/memos.py b/memos.py index f154149..582a617 100644 --- a/memos.py +++ b/memos.py @@ -196,7 +196,6 @@ class MemoTabWindow(PesterTabWindow): def updateMood(self): pass - _ctag_begin = re.compile(r'') class MemoText(PesterText): diff --git a/pesterchum.py b/pesterchum.py index 39824df..c26dbd9 100644 --- a/pesterchum.py +++ b/pesterchum.py @@ -924,6 +924,8 @@ class PesterWindow(MovingWindow): self.tabmemo.changeTheme(theme) for c in self.convos.values(): c.changeTheme(theme) + for m in self.memos.values(): + m.changeTheme(theme) if hasattr(self, 'trollslum') and self.trollslum: self.trollslum.changeTheme(theme) if hasattr(self, 'allusers') and self.allusers: diff --git a/tmp/pesterchum/amazed.gif b/themes/pesterchum/amazed.gif similarity index 100% rename from tmp/pesterchum/amazed.gif rename to themes/pesterchum/amazed.gif diff --git a/tmp/pesterchum/bemused.gif b/themes/pesterchum/bemused.gif similarity index 100% rename from tmp/pesterchum/bemused.gif rename to themes/pesterchum/bemused.gif diff --git a/tmp/pesterchum/insolent.gif b/themes/pesterchum/insolent.gif similarity index 100% rename from tmp/pesterchum/insolent.gif rename to themes/pesterchum/insolent.gif diff --git a/themes/pesterchum/leftarrow.png b/themes/pesterchum/leftarrow.png index 8d2117a..4caf00b 100644 Binary files a/themes/pesterchum/leftarrow.png and b/themes/pesterchum/leftarrow.png differ diff --git a/themes/pesterchum/m.gif b/themes/pesterchum/m.gif index 83a15f2..3f6c396 100644 Binary files a/themes/pesterchum/m.gif and b/themes/pesterchum/m.gif differ diff --git a/tmp/pesterchum/mystified.gif b/themes/pesterchum/mystified.gif similarity index 100% rename from tmp/pesterchum/mystified.gif rename to themes/pesterchum/mystified.gif diff --git a/tmp/pesterchum/pranky.gif b/themes/pesterchum/pranky.gif similarity index 100% rename from tmp/pesterchum/pranky.gif rename to themes/pesterchum/pranky.gif diff --git a/themes/pesterchum/rightarrow.png b/themes/pesterchum/rightarrow.png index 4eaf3b4..30a8b70 100644 Binary files a/themes/pesterchum/rightarrow.png and b/themes/pesterchum/rightarrow.png differ diff --git a/themes/pesterchum/style.js b/themes/pesterchum/style.js index 2bcb8ab..7a097e3 100644 --- a/themes/pesterchum/style.js +++ b/themes/pesterchum/style.js @@ -1,5 +1,5 @@ {"main": - {"style": "background-image:url($path/pcbg.png);", + {"style": "background-image:url($path/pcbg.png); background-repeat: no-repeat;", "size": [232, 380], "icon": "$path/trayicon.png", "newmsgicon": "$path/trayicon2.png", @@ -7,7 +7,7 @@ "close": { "image": "$path/x.gif", "loc": [210, 2]}, "minimize": { "image": "$path/m.gif", - "loc": [190, 2]}, + "loc": [194, 8]}, "menubar": { "style": "font-family: 'Courier'; font:bold; font-size: 12px;" }, "menu" : { "style": "font-family: 'Courier'; font: bold; font-size: 12px; background-color: #fdb302;border:2px solid #ffff00", "menuitem": "margin-right:10px;", @@ -217,37 +217,37 @@ }, "memos": {"memoicon": "$path/memo.png", - "style": "background: #fdb302; font-family:'Courier';font:bold;selection-background-color:#919191; ", - "size": [600,300], + "style": "background-color: #fdb302; background-image:url($path/convobg.png); background-repeat: no-repeat; border:2px solid yellow; font-family: 'Courier'; font: bold; selection-background-color:#919191; ", + "size": [450,300], "tabs": { "style": "", "selectedstyle": "", "newmsgcolor": "#fdb302", "tabstyle": 0 }, - "label": { "text": "$channel", - "style": "background: rgb(196, 138, 0); color: white; border:0px;", + "label": { "text": "Bulletin Board: $channel", + "style": "background: rgb(196, 138, 0); color: white; border:0px; font-size: 12px;", "align": { "h": "center", "v": "center" }, - "minheight": 30, - "maxheight": 50 + "minheight": 26, + "maxheight": 26 }, - "input": { "style": "background: white; border:2px solid #c48a00;margin-top:5px;" }, - "textarea": { "style": "background: white; font:bold; border:2px solid #c48a00;text-align:center;" }, - "margins": {"top": 0, "bottom": 0, "left": 0, "right": 0 }, + "input": { "style": "background: white; border:2px solid #c48a00;margin-top:5px; font-size: 12px; margin-left:10px;" }, + "textarea": { "style": "background: white; font:bold; border:2px solid #c48a00;text-align:center; font-size: 12px; margin-top: 21px; margin-left:10px;" }, + "margins": {"top": 0, "bottom": 6, "left": 0, "right": 0 }, "userlist": { "width": 150, - "style": "border:2px solid yellow; background: white;font: bold;font-family: 'Courier';selection-background-color:#646464; " + "style": "border:2px solid #c48a00; background: white;font: bold;font-family: 'Courier';selection-background-color:#646464; font-size: 12px; margin-left:10px; margin-right:10px; margin-top: 21px;" }, "time": { "text": { "width": 75, - "style": "" + "style": " border: 2px solid yellow; background: white; font-size: 12px; margin-top: 5px; margin-right: 5px; margin-left: 5px;" }, - "slider": { "style": "", + "slider": { "style": "border: 0px;", "groove": "", "handle": "" }, - "buttons": { "style": "color:white;font:bold;" }, + "buttons": { "style": "color: black; font: bold; border: 2px solid #c48a00; font: bold; font-size: 12px; background: yellow; margin-top: 5px; margin-right: 5px; margin-left: 5px; padding: 2px; width: 50px;" }, "arrows": { "left": "$path/leftarrow.png", "right": "$path/rightarrow.png", - "style": "" + "style": " border:0px; margin-top: 5px; margin-right:10px;" } }, "systemMsgColor": "#646464" diff --git a/themes/pesterchum/unruly.gif b/themes/pesterchum/unruly.gif deleted file mode 100644 index 09c58ec..0000000 Binary files a/themes/pesterchum/unruly.gif and /dev/null differ diff --git a/tmp/trollian/aquaicon.png b/themes/trollian/aquaicon.png similarity index 100% rename from tmp/trollian/aquaicon.png rename to themes/trollian/aquaicon.png diff --git a/tmp/trollian/canonchums.txt b/themes/trollian/canonchums.txt similarity index 100% rename from tmp/trollian/canonchums.txt rename to themes/trollian/canonchums.txt diff --git a/tmp/trollian/chumlabelbg.png b/themes/trollian/chumlabelbg.png similarity index 100% rename from tmp/trollian/chumlabelbg.png rename to themes/trollian/chumlabelbg.png diff --git a/tmp/trollian/close.png b/themes/trollian/close.png similarity index 100% rename from tmp/trollian/close.png rename to themes/trollian/close.png diff --git a/tmp/trollian/go.png b/themes/trollian/go.png similarity index 100% rename from tmp/trollian/go.png rename to themes/trollian/go.png diff --git a/themes/trollian/leftarrow.png b/themes/trollian/leftarrow.png index 8d2117a..3a2103d 100644 Binary files a/themes/trollian/leftarrow.png and b/themes/trollian/leftarrow.png differ diff --git a/tmp/trollian/pranky.png b/themes/trollian/pranky.png similarity index 100% rename from tmp/trollian/pranky.png rename to themes/trollian/pranky.png diff --git a/themes/trollian/rightarrow.png b/themes/trollian/rightarrow.png index 4eaf3b4..d1055f7 100644 Binary files a/themes/trollian/rightarrow.png and b/themes/trollian/rightarrow.png differ diff --git a/themes/trollian/style.js b/themes/trollian/style.js index 6ba418e..ed9af97 100644 --- a/themes/trollian/style.js +++ b/themes/trollian/style.js @@ -1,5 +1,5 @@ {"main": - {"style": "background-image:url($path/tnbg2.png);background-color:rgba(255,255,255,0);", + {"style": "background-image:url($path/tnbg2.png);background-color:rgba(0,0,0,0); background-repeat: no-repeat;", "size": [650, 450], "icon": "$path/trayicon.png", "newmsgicon": "$path/trayicon2.png", @@ -7,7 +7,7 @@ "close": { "image": "$path/x.gif", "loc": [635, 2]}, "minimize": { "image": "$path/m.gif", - "loc": [621, 8]}, + "loc": [618, 4]}, "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", @@ -91,7 +91,7 @@ "chumroll": {"style": "border: 0px; background-color: white; padding: 5px; font-family: 'Arial';selection-background-color:rgb(200,200,200); " } }, "mychumhandle": { "label": { "text": "", - "loc": [85,410], + "loc": [0,0], "style": "color:rgba(0,0,0,0);" }, "handle": { "style": "background: rgba(0,0,0,0); color:rgba(0,0,0,0);", "loc": [0,0], @@ -244,7 +244,7 @@ "style": "background: white; border:2px solid #c2c2c2; font-size: 12px; margin-top: 4px;" }, "input": { - "style": "background: white;margin-top:5px; border:1px solid #c2c2c2; margin-right: 54px; font-size: 12px;" + "style": "background: white;margin-top:5px; border:1px solid #c2c2c2; margin-right: 54px; font-size: 12px; height: 19px;" }, "tabs": { "style": "", @@ -266,16 +266,16 @@ "memos": {"memoicon": "$path/memo.png", "style": "background: rgb(190, 19, 4); font-family: 'Arial';", - "size": [600,300], + "size": [450,300], "tabs": { "style": "", "selectedstyle": "", "newmsgcolor": "red", "tabstyle": 0 }, - "label": { "text": "$channel", - "style": "background: rgb(255, 38, 18); color: white; padding: 2px; border:1px solid #c2c2c2;", - "align": { "h": "center", "v": "center" }, + "label": { "text": "Bulletin Board: $channel", + "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;", + "align": { "h": "left", "v": "center" }, "minheight": 18, "maxheight": 18 }, @@ -283,23 +283,23 @@ "style": "background: white; border:2px solid #c2c2c2; font-size: 12px; margin-top: 4px;" }, "input": { - "style": "background: white;margin-top:5px; border:1px solid #c2c2c2; font-size: 12px;" + "style": "background: white;margin-top:5px; border:1px solid #c2c2c2; font-size: 12px; height: 19px; margin-bottom: 5px; " }, "margins": {"top": 22, "bottom": 10, "left": 9, "right": 4 }, - "userlist": { "width": 100, - "style": "font-size: 12px; background: white; margin-top: 4px; margin-left: 5px; border:2px solid #c2c2c2; padding: 5px; font-family: 'Arial';selection-background-color:rgb(200,200,200);" + "userlist": { "width": 125, + "style": "font-size: 12px; background: white; margin-top: 4px; 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:white;font:bold" + "style": "color: black; font:bold; border:1px solid #c2c2c2; background: white; height: 19px;" }, - "slider": { "style": "", - "groove": "border-image:url($path/timeslider.png);", - "handle": "image:url($path/acceptant.png);" + "slider": { "style": " border:1px solid #c2c2c2;", + "groove": "border-image:url($path/timeslideraqua.png);", + "handle": "image:url($path/aquaicon.png);" }, - "buttons": { "style": "color:white;font:bold;" }, + "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", "right": "$path/rightarrow.png", - "style": "" + "style": "width: 19px; height: 19px; border:0px; margin-left: 2px;" } }, "systemMsgColor": "#646464" diff --git a/tmp/trollian/timeslideraqua.png b/themes/trollian/timeslideraqua.png similarity index 100% rename from tmp/trollian/timeslideraqua.png rename to themes/trollian/timeslideraqua.png diff --git a/tmp/trollian/tnbg3.png b/themes/trollian/tnbg3.png similarity index 100% rename from tmp/trollian/tnbg3.png rename to themes/trollian/tnbg3.png diff --git a/tmp/new pc themes.zip b/tmp/new pc themes.zip deleted file mode 100644 index 8f5b70d..0000000 Binary files a/tmp/new pc themes.zip and /dev/null differ diff --git a/tmp/pesterchum/abouticon.png b/tmp/pesterchum/abouticon.png deleted file mode 100644 index 02fa887..0000000 Binary files a/tmp/pesterchum/abouticon.png and /dev/null differ diff --git a/tmp/pesterchum/acceptant.gif b/tmp/pesterchum/acceptant.gif deleted file mode 100644 index f549f70..0000000 Binary files a/tmp/pesterchum/acceptant.gif and /dev/null differ diff --git a/tmp/pesterchum/alarm.wav b/tmp/pesterchum/alarm.wav deleted file mode 100644 index 910abdc..0000000 Binary files a/tmp/pesterchum/alarm.wav and /dev/null differ diff --git a/tmp/pesterchum/blocked.gif b/tmp/pesterchum/blocked.gif deleted file mode 100644 index 5031b07..0000000 Binary files a/tmp/pesterchum/blocked.gif and /dev/null differ diff --git a/tmp/pesterchum/chummy.gif b/tmp/pesterchum/chummy.gif deleted file mode 100644 index 26c9ad3..0000000 Binary files a/tmp/pesterchum/chummy.gif and /dev/null differ diff --git a/tmp/pesterchum/convobg.png b/tmp/pesterchum/convobg.png deleted file mode 100644 index 7907669..0000000 Binary files a/tmp/pesterchum/convobg.png and /dev/null differ diff --git a/tmp/pesterchum/detestful.gif b/tmp/pesterchum/detestful.gif deleted file mode 100644 index c050d31..0000000 Binary files a/tmp/pesterchum/detestful.gif and /dev/null differ diff --git a/tmp/pesterchum/devious.gif b/tmp/pesterchum/devious.gif deleted file mode 100644 index 06ba8be..0000000 Binary files a/tmp/pesterchum/devious.gif and /dev/null differ diff --git a/tmp/pesterchum/discontent.gif b/tmp/pesterchum/discontent.gif deleted file mode 100644 index addcf54..0000000 Binary files a/tmp/pesterchum/discontent.gif and /dev/null differ diff --git a/tmp/pesterchum/distraught.gif b/tmp/pesterchum/distraught.gif deleted file mode 100644 index 0103ac5..0000000 Binary files a/tmp/pesterchum/distraught.gif and /dev/null differ diff --git a/tmp/pesterchum/ecstatic.gif b/tmp/pesterchum/ecstatic.gif deleted file mode 100644 index dc3ee61..0000000 Binary files a/tmp/pesterchum/ecstatic.gif and /dev/null differ diff --git a/tmp/pesterchum/h.gif b/tmp/pesterchum/h.gif deleted file mode 100644 index 184514e..0000000 Binary files a/tmp/pesterchum/h.gif and /dev/null differ diff --git a/tmp/pesterchum/leftarrow.png b/tmp/pesterchum/leftarrow.png deleted file mode 100644 index 4caf00b..0000000 Binary files a/tmp/pesterchum/leftarrow.png and /dev/null differ diff --git a/tmp/pesterchum/m.gif b/tmp/pesterchum/m.gif deleted file mode 100644 index 3f6c396..0000000 Binary files a/tmp/pesterchum/m.gif and /dev/null differ diff --git a/tmp/pesterchum/manipulative.gif b/tmp/pesterchum/manipulative.gif deleted file mode 100644 index 642d988..0000000 Binary files a/tmp/pesterchum/manipulative.gif and /dev/null differ diff --git a/tmp/pesterchum/memo.png b/tmp/pesterchum/memo.png deleted file mode 100644 index 92fd30a..0000000 Binary files a/tmp/pesterchum/memo.png and /dev/null differ diff --git a/tmp/pesterchum/mirthful.gif b/tmp/pesterchum/mirthful.gif deleted file mode 100644 index cbf895c..0000000 Binary files a/tmp/pesterchum/mirthful.gif and /dev/null differ diff --git a/tmp/pesterchum/moodcheck1.gif b/tmp/pesterchum/moodcheck1.gif deleted file mode 100644 index 0804f90..0000000 Binary files a/tmp/pesterchum/moodcheck1.gif and /dev/null differ diff --git a/tmp/pesterchum/moodcheck2.gif b/tmp/pesterchum/moodcheck2.gif deleted file mode 100644 index d646f21..0000000 Binary files a/tmp/pesterchum/moodcheck2.gif and /dev/null differ diff --git a/tmp/pesterchum/moodcheck3.gif b/tmp/pesterchum/moodcheck3.gif deleted file mode 100644 index f88321b..0000000 Binary files a/tmp/pesterchum/moodcheck3.gif and /dev/null differ diff --git a/tmp/pesterchum/moodcheck4.gif b/tmp/pesterchum/moodcheck4.gif deleted file mode 100644 index 4cea74f..0000000 Binary files a/tmp/pesterchum/moodcheck4.gif and /dev/null differ diff --git a/tmp/pesterchum/moodcheck5.gif b/tmp/pesterchum/moodcheck5.gif deleted file mode 100644 index 40ba9a1..0000000 Binary files a/tmp/pesterchum/moodcheck5.gif and /dev/null differ diff --git a/tmp/pesterchum/offline.gif b/tmp/pesterchum/offline.gif deleted file mode 100644 index e3c6b53..0000000 Binary files a/tmp/pesterchum/offline.gif and /dev/null differ diff --git a/tmp/pesterchum/pcbg.png b/tmp/pesterchum/pcbg.png deleted file mode 100644 index 688eab7..0000000 Binary files a/tmp/pesterchum/pcbg.png and /dev/null differ diff --git a/tmp/pesterchum/perky.gif b/tmp/pesterchum/perky.gif deleted file mode 100644 index 1d19661..0000000 Binary files a/tmp/pesterchum/perky.gif and /dev/null differ diff --git a/tmp/pesterchum/pleasant.gif b/tmp/pesterchum/pleasant.gif deleted file mode 100644 index 3233ff4..0000000 Binary files a/tmp/pesterchum/pleasant.gif and /dev/null differ diff --git a/tmp/pesterchum/rancorous.gif b/tmp/pesterchum/rancorous.gif deleted file mode 100644 index a826c75..0000000 Binary files a/tmp/pesterchum/rancorous.gif and /dev/null differ diff --git a/tmp/pesterchum/relaxed.gif b/tmp/pesterchum/relaxed.gif deleted file mode 100644 index 55a31a0..0000000 Binary files a/tmp/pesterchum/relaxed.gif and /dev/null differ diff --git a/tmp/pesterchum/rightarrow.png b/tmp/pesterchum/rightarrow.png deleted file mode 100644 index 30a8b70..0000000 Binary files a/tmp/pesterchum/rightarrow.png and /dev/null differ diff --git a/tmp/pesterchum/sleek.gif b/tmp/pesterchum/sleek.gif deleted file mode 100644 index 5573aa5..0000000 Binary files a/tmp/pesterchum/sleek.gif and /dev/null differ diff --git a/tmp/pesterchum/smooth.gif b/tmp/pesterchum/smooth.gif deleted file mode 100644 index a261759..0000000 Binary files a/tmp/pesterchum/smooth.gif and /dev/null differ diff --git a/tmp/pesterchum/style.js b/tmp/pesterchum/style.js deleted file mode 100644 index 7a097e3..0000000 --- a/tmp/pesterchum/style.js +++ /dev/null @@ -1,255 +0,0 @@ -{"main": - {"style": "background-image:url($path/pcbg.png); background-repeat: no-repeat;", - "size": [232, 380], - "icon": "$path/trayicon.png", - "newmsgicon": "$path/trayicon2.png", - "windowtitle": "PESTERCHUM", - "close": { "image": "$path/x.gif", - "loc": [210, 2]}, - "minimize": { "image": "$path/m.gif", - "loc": [194, 8]}, - "menubar": { "style": "font-family: 'Courier'; font:bold; font-size: 12px;" }, - "menu" : { "style": "font-family: 'Courier'; font: bold; font-size: 12px; background-color: #fdb302;border:2px solid #ffff00", - "menuitem": "margin-right:10px;", - "selected": "background-color: #ffff00", - "loc": [10,0] - }, - "sounds": { "alertsound": "$path/alarm.wav" }, - "menus": {"client": {"_name": "CLIENT", - "options": "OPTIONS", - "memos": "MEMOS", - "userlist": "USERLIST", - "exit": "EXIT"}, - "profile": {"_name": "PROFILE", - "switch": "SWITCH", - "color": "COLOR", - "theme": "THEME", - "block": "TROLLSLUM", - "quirks": "QUIRKS"}, - "rclickchumlist": {"pester": "PESTER", - "removechum": "REMOVE CHUM", - "blockchum": "BLOCK", - "addchum": "ADD CHUM", - "unblockchum": "UNBLOCK" - } - }, - "chums": { "style": "border:2px solid yellow; background-color: black;color: white;font: bold;font-family: 'Courier';selection-background-color:#646464; ", - "loc": [12, 117], - "size": [209, 82], - "userlistcolor": "white", - "moods": { - -"chummy": { "icon": "$path/chummy.gif", "color": "white" }, - -"rancorous": { "icon": "$path/rancorous.gif", "color": "red" }, - -"offline": { "icon": "$path/offline.gif", "color": "#646464"}, - - -"pleasant": { "icon": "$path/pleasant.gif", "color": "white" }, - -"distraught": { "icon": "$path/distraught.gif", "color": "white" }, - -"unruly": { "icon": "$path/unruly.gif", "color": "white" }, - - -"smooth": { "icon": "$path/smooth.gif", "color": "white" }, - - -"ecstatic": { "icon": "$path/ecstatic.gif", "color": "red" }, - -"relaxed": { "icon": "$path/relaxed.gif", "color": "red" }, - -"discontent": { "icon": "$path/discontent.gif", "color": "red" }, - -"devious": { "icon": "$path/devious.gif", "color": "red" }, - -"sleek": { "icon": "$path/sleek.gif", "color": "red" }, - -"detestful": { "icon": "$path/detestful.gif", "color": "red" }, - -"mirthful": { "icon": "$path/mirthful.gif", "color": "red" }, - -"manipulative": { "icon": "$path/manipulative.gif", "color": "red" }, - -"vigorous": { "icon": "$path/vigorous.gif", "color": "red" }, - -"perky": { "icon": "$path/perky.gif", "color": "red" }, - -"acceptant": { "icon": "$path/acceptant.gif", "color": "red" }, - -"protective": { "icon": "$path/protective.gif", "color": "#00ff00" }, - -"blocked": { "icon": "$path/blocked.gif", "color": "black" } - - } - }, - "trollslum": { - "style": "background: #fdb302; border:2px solid yellow; font-family: 'Courier'", - "size": [195, 200], - "label": { "text": "TROLLSLUM", - "style": "color: rgba(0, 0, 0, 100%) ;font:bold; font-family: 'Courier';border:0px;" }, - "chumroll": {"style": "border:2px solid yellow; background-color: black;color: white;font: bold;font-family: 'Courier';selection-background-color:#646464; " } - }, - "mychumhandle": { "label": { "text": "CHUMHANDLE:", - "loc": [19,232], - "style": "color: rgba(255, 255, 0, 0%) ;font:bold; font-family: 'Courier';" }, - "handle": { "style": "background: black; padding: 3px; color:white; font-family:'Courier'; font:bold; text-align:left;", - "loc": [14,246], - "size": [190, 21] }, - "colorswatch": { "loc": [196,246], - "size": [23,21], - "text": "" } - }, - "defaultwindow": { "style": "background: #fdb302; font-family:'Courier';font:bold;selection-background-color:#919191; " - }, - "addchum": { "style": "background: rgba(255, 255, 0, 0%); border:2px solid #c48a00; font: bold; color: rgba(0, 0, 0, 0%); font-family:'Courier';", - "loc": [12,202], - "size": [71, 22], - "text": "" - }, - "pester": { "style": "background: rgba(255, 255, 0, 0%); border:2px solid #c48a00; font: bold; color: rgba(255, 255, 0, 0%); font-family:'Courier';", - "loc": [150,202], - "size": [71, 22], - "text": "" - }, - "block": { "style": "background: rgba(255, 255, 0, 0%); border:2px solid #c48a00; font: bold; color: rgba(255, 255, 0, 0%); font-family:'Courier';", - "loc": [1500,202], - "size": [0, 0], - "text": "" - }, - "defaultmood": 0, - "moodlabel": { "style": "", - "loc": [20, 430], - "text": "MOODS" - }, - "moods": [ - { "style": "text-align:left; border:2px solid #c48a00; padding: 5px;color: rgba(0, 0, 0, 0%); font-family:'Courier'", - "selected": "text-align:left; background-image:url($path/moodcheck1.gif); border:2px solid #c48a00; padding: 5px;color: rgba(0, 0, 0, 0%); font-family:'Courier';", - "loc": [12, 288], - "size": [104, 22], - "text": "CHUMMY", - "icon": "$path/chummy.gif", - "mood": 0 - }, - { "style": "text-align:left; border:2px solid #c48a00; padding: 5px;color: rgba(0, 0, 0, 0%); font-family:'Courier'", - "selected": "text-align:left; background-image:url($path/moodcheck2.gif); border:2px solid #c48a00; padding: 5px;color: rgba(0, 0, 0, 0%); font-family:'Courier';", - "loc": [12, 308], - "size": [104, 22], - "text": "PALSY", - "icon": "$path/chummy.gif", - "mood": 3 - }, - { "style": "text-align:left; border:2px solid #c48a00; padding: 5px;color: rgba(0, 0, 0, 0%); font-family:'Courier'", - "selected": "text-align:left; background-image:url($path/moodcheck3.gif); border:2px solid #c48a00; padding: 5px;color: rgba(0, 0, 0, 0%); font-family:'Courier';", - "loc": [12, 328], - "size": [104, 22], - "text": "CHIPPER", - "icon": "$path/chummy.gif", - "mood": 4 - }, - { "style": "text-align:left; border:2px solid #c48a00; padding: 5px;color: rgba(0, 0, 0, 0%); font-family:'Courier'", - "selected": "text-align:left; background-image:url($path/moodcheck2.gif); border:2px solid #c48a00; padding: 5px;color: rgba(0, 0, 0, 0%); font-family:'Courier';", - "loc": [117, 288], - "size": [104, 22], - "text": "BULLY", - "icon": "$path/chummy.gif", - "mood": 5 - }, - { "style": "text-align:left; border:2px solid #c48a00; padding: 5px;color: rgba(0, 0, 0, 0%); font-family:'Courier'", - "selected": "text-align:left; background-image:url($path/moodcheck2.gif); border:2px solid #c48a00; padding: 5px;color: rgba(0, 0, 0, 0%); font-family:'Courier';", - "loc": [117, 308], - "size": [104, 22], - "text": "PEPPY", - "icon": "$path/chummy.gif", - "mood": 6 - }, - { "style": "text-align:left; border:2px solid #c48a00; padding: 5px;color: rgba(0, 0, 0, 0%); font-family:'Courier'", - "selected": "text-align:left; background-image:url($path/moodcheck4.gif); border:2px solid #c48a00; padding: 5px;color: rgba(0, 0, 0, 0%); font-family:'Courier';", - "loc": [117, 328], - "size": [104, 22], - "text": "RANCOROUS", - "icon": "$path/rancorous.gif", - "mood": 1 - }, - { "style": "text-align:left; border:2px solid #c48a00; padding: 5px;color: rgba(0, 0, 0, 0%); font-family:'Courier'", - "selected": "text-align:left; background-image:url($path/moodcheck5.gif); border:2px solid #c48a00; padding: 5px;color: rgba(0, 0, 0, 0%); font-family:'Courier';", - "loc": [12, 348], - "size": [209, 22], - "text": "ABSCOND", - "icon": "", - "mood": 2 - } - ] - }, - "convo": - {"style": "background-color: #fdb302; background-image:url($path/convobg.png); background-repeat: no-repeat; border:2px solid yellow; font-family: 'Courier'", - "margins": {"top": 0, "bottom": 6, "left": 0, "right": 0 }, - "size": [400, 250], - "chumlabel": { "style": "background: rgb(196, 138, 0); color: white; border:0px; font-size: 12px;", - "align": { "h": "center", "v": "center" }, - "minheight": 26, - "maxheight": 26, - "text" : ":: $handle ::" - }, - "textarea": { - "style": "background: white; font:bold; border:2px solid #c48a00;text-align:center; margin-top:21px; margin-right:10px; margin-left:10px; font-size: 12px;" - }, - "input": { - "style": "background: white; border:2px solid #c48a00;margin-top:3px; margin-right:10px; margin-left:10px; font-size: 12px;" - }, - "tabs": { - "style": "", - "selectedstyle": "", - "newmsgcolor": "#fdb302", - "tabstyle": 0 - }, - "text": { - "beganpester": "began pestering", - "ceasepester": "ceased pestering", - "blocked": "blocked", - "unblocked": "unblocked", - "openmemo": "opened memo on board", - "joinmemo": "responded to memo", - "closememo": "ceased responding to memo" - }, - "systemMsgColor": "#646464" - }, - "memos": - {"memoicon": "$path/memo.png", - "style": "background-color: #fdb302; background-image:url($path/convobg.png); background-repeat: no-repeat; border:2px solid yellow; font-family: 'Courier'; font: bold; selection-background-color:#919191; ", - "size": [450,300], - "tabs": { - "style": "", - "selectedstyle": "", - "newmsgcolor": "#fdb302", - "tabstyle": 0 - }, - "label": { "text": "Bulletin Board: $channel", - "style": "background: rgb(196, 138, 0); color: white; border:0px; font-size: 12px;", - "align": { "h": "center", "v": "center" }, - "minheight": 26, - "maxheight": 26 - }, - "input": { "style": "background: white; border:2px solid #c48a00;margin-top:5px; font-size: 12px; margin-left:10px;" }, - "textarea": { "style": "background: white; font:bold; border:2px solid #c48a00;text-align:center; font-size: 12px; margin-top: 21px; margin-left:10px;" }, - "margins": {"top": 0, "bottom": 6, "left": 0, "right": 0 }, - "userlist": { "width": 150, - "style": "border:2px solid #c48a00; background: white;font: bold;font-family: 'Courier';selection-background-color:#646464; font-size: 12px; margin-left:10px; margin-right:10px; margin-top: 21px;" - }, - "time": { "text": { "width": 75, - "style": " border: 2px solid yellow; background: white; font-size: 12px; margin-top: 5px; margin-right: 5px; margin-left: 5px;" - }, - "slider": { "style": "border: 0px;", - "groove": "", - "handle": "" - }, - "buttons": { "style": "color: black; font: bold; border: 2px solid #c48a00; font: bold; font-size: 12px; background: yellow; margin-top: 5px; margin-right: 5px; margin-left: 5px; padding: 2px; width: 50px;" }, - "arrows": { "left": "$path/leftarrow.png", - "right": "$path/rightarrow.png", - "style": " border:0px; margin-top: 5px; margin-right:10px;" - } - }, - "systemMsgColor": "#646464" - } -} \ No newline at end of file diff --git a/tmp/pesterchum/trayicon.gif b/tmp/pesterchum/trayicon.gif deleted file mode 100644 index 926ccc7..0000000 Binary files a/tmp/pesterchum/trayicon.gif and /dev/null differ diff --git a/tmp/pesterchum/trayicon.png b/tmp/pesterchum/trayicon.png deleted file mode 100644 index 817bf4b..0000000 Binary files a/tmp/pesterchum/trayicon.png and /dev/null differ diff --git a/tmp/pesterchum/trayicon2.png b/tmp/pesterchum/trayicon2.png deleted file mode 100644 index 7b78586..0000000 Binary files a/tmp/pesterchum/trayicon2.png and /dev/null differ diff --git a/tmp/pesterchum/vigorous.gif b/tmp/pesterchum/vigorous.gif deleted file mode 100644 index 2408814..0000000 Binary files a/tmp/pesterchum/vigorous.gif and /dev/null differ diff --git a/tmp/pesterchum/x.gif b/tmp/pesterchum/x.gif deleted file mode 100644 index 6f29624..0000000 Binary files a/tmp/pesterchum/x.gif and /dev/null differ diff --git a/tmp/trollian/abouticon.png b/tmp/trollian/abouticon.png deleted file mode 100644 index e3feb2c..0000000 Binary files a/tmp/trollian/abouticon.png and /dev/null differ diff --git a/tmp/trollian/acceptant.png b/tmp/trollian/acceptant.png deleted file mode 100644 index fdc482b..0000000 Binary files a/tmp/trollian/acceptant.png and /dev/null differ diff --git a/tmp/trollian/alarm.wav b/tmp/trollian/alarm.wav deleted file mode 100644 index 910abdc..0000000 Binary files a/tmp/trollian/alarm.wav and /dev/null differ diff --git a/tmp/trollian/alarm2.wav b/tmp/trollian/alarm2.wav deleted file mode 100644 index 5ae54fa..0000000 Binary files a/tmp/trollian/alarm2.wav and /dev/null differ diff --git a/tmp/trollian/blocked.png b/tmp/trollian/blocked.png deleted file mode 100644 index ba92a9d..0000000 Binary files a/tmp/trollian/blocked.png and /dev/null differ diff --git a/tmp/trollian/chummy.png b/tmp/trollian/chummy.png deleted file mode 100644 index 2903e50..0000000 Binary files a/tmp/trollian/chummy.png and /dev/null differ diff --git a/tmp/trollian/detestful.png b/tmp/trollian/detestful.png deleted file mode 100644 index 9681d6e..0000000 Binary files a/tmp/trollian/detestful.png and /dev/null differ diff --git a/tmp/trollian/devious.png b/tmp/trollian/devious.png deleted file mode 100644 index a8f7ad9..0000000 Binary files a/tmp/trollian/devious.png and /dev/null differ diff --git a/tmp/trollian/discontent.png b/tmp/trollian/discontent.png deleted file mode 100644 index e4c9792..0000000 Binary files a/tmp/trollian/discontent.png and /dev/null differ diff --git a/tmp/trollian/distraught.png b/tmp/trollian/distraught.png deleted file mode 100644 index 458ea85..0000000 Binary files a/tmp/trollian/distraught.png and /dev/null differ diff --git a/tmp/trollian/ecstatic.png b/tmp/trollian/ecstatic.png deleted file mode 100644 index 4996fd7..0000000 Binary files a/tmp/trollian/ecstatic.png and /dev/null differ diff --git a/tmp/trollian/h.gif b/tmp/trollian/h.gif deleted file mode 100644 index b62246b..0000000 Binary files a/tmp/trollian/h.gif and /dev/null differ diff --git a/tmp/trollian/leftarrow.png b/tmp/trollian/leftarrow.png deleted file mode 100644 index 3a2103d..0000000 Binary files a/tmp/trollian/leftarrow.png and /dev/null differ diff --git a/tmp/trollian/m.gif b/tmp/trollian/m.gif deleted file mode 100644 index b40729b..0000000 Binary files a/tmp/trollian/m.gif and /dev/null differ diff --git a/tmp/trollian/manipulative.png b/tmp/trollian/manipulative.png deleted file mode 100644 index 9fc9118..0000000 Binary files a/tmp/trollian/manipulative.png and /dev/null differ diff --git a/tmp/trollian/memo.png b/tmp/trollian/memo.png deleted file mode 100644 index 30b9631..0000000 Binary files a/tmp/trollian/memo.png and /dev/null differ diff --git a/tmp/trollian/mirthful.png b/tmp/trollian/mirthful.png deleted file mode 100644 index ee731a4..0000000 Binary files a/tmp/trollian/mirthful.png and /dev/null differ diff --git a/tmp/trollian/moodcheck1.png b/tmp/trollian/moodcheck1.png deleted file mode 100644 index 121b5d9..0000000 Binary files a/tmp/trollian/moodcheck1.png and /dev/null differ diff --git a/tmp/trollian/moodcheck10.png b/tmp/trollian/moodcheck10.png deleted file mode 100644 index 381b192..0000000 Binary files a/tmp/trollian/moodcheck10.png and /dev/null differ diff --git a/tmp/trollian/moodcheck11.png b/tmp/trollian/moodcheck11.png deleted file mode 100644 index acf46b9..0000000 Binary files a/tmp/trollian/moodcheck11.png and /dev/null differ diff --git a/tmp/trollian/moodcheck12.png b/tmp/trollian/moodcheck12.png deleted file mode 100644 index 8b19362..0000000 Binary files a/tmp/trollian/moodcheck12.png and /dev/null differ diff --git a/tmp/trollian/moodcheck2.png b/tmp/trollian/moodcheck2.png deleted file mode 100644 index eba1b5e..0000000 Binary files a/tmp/trollian/moodcheck2.png and /dev/null differ diff --git a/tmp/trollian/moodcheck3.png b/tmp/trollian/moodcheck3.png deleted file mode 100644 index a9fec2e..0000000 Binary files a/tmp/trollian/moodcheck3.png and /dev/null differ diff --git a/tmp/trollian/moodcheck4.png b/tmp/trollian/moodcheck4.png deleted file mode 100644 index 02acef5..0000000 Binary files a/tmp/trollian/moodcheck4.png and /dev/null differ diff --git a/tmp/trollian/moodcheck5.png b/tmp/trollian/moodcheck5.png deleted file mode 100644 index d5855bc..0000000 Binary files a/tmp/trollian/moodcheck5.png and /dev/null differ diff --git a/tmp/trollian/moodcheck6.png b/tmp/trollian/moodcheck6.png deleted file mode 100644 index eacc11f..0000000 Binary files a/tmp/trollian/moodcheck6.png and /dev/null differ diff --git a/tmp/trollian/moodcheck7.png b/tmp/trollian/moodcheck7.png deleted file mode 100644 index 53275b8..0000000 Binary files a/tmp/trollian/moodcheck7.png and /dev/null differ diff --git a/tmp/trollian/moodcheck8.png b/tmp/trollian/moodcheck8.png deleted file mode 100644 index b014b2a..0000000 Binary files a/tmp/trollian/moodcheck8.png and /dev/null differ diff --git a/tmp/trollian/moodcheck9.png b/tmp/trollian/moodcheck9.png deleted file mode 100644 index 97cab63..0000000 Binary files a/tmp/trollian/moodcheck9.png and /dev/null differ diff --git a/tmp/trollian/moodicon.psd b/tmp/trollian/moodicon.psd deleted file mode 100644 index f79e0aa..0000000 Binary files a/tmp/trollian/moodicon.psd and /dev/null differ diff --git a/tmp/trollian/moods.txt b/tmp/trollian/moods.txt deleted file mode 100644 index 1c87873..0000000 --- a/tmp/trollian/moods.txt +++ /dev/null @@ -1,35 +0,0 @@ -chummy jade 0 - -pleasant rose 3 - -pranky john 5 - -smooth dave 6 - -rancorous karkat 1 - -ecstatic feferi 7 - -relaxed kanaya 8 - -discontent tavros 9 - -devious terezi 10 - -sleek sollux 11 - -detestful eridan 12 - -mirthful gamzee 13 - -manipulative vriska 14 - -vigorous equius 15 - -perky nepeta 16 - -acceptant aradia 17 - -protective doc scratch 18 - -offline 2 \ No newline at end of file diff --git a/tmp/trollian/offline.png b/tmp/trollian/offline.png deleted file mode 100644 index aaa4b92..0000000 Binary files a/tmp/trollian/offline.png and /dev/null differ diff --git a/tmp/trollian/perky.png b/tmp/trollian/perky.png deleted file mode 100644 index 252377d..0000000 Binary files a/tmp/trollian/perky.png and /dev/null differ diff --git a/tmp/trollian/pleasant.png b/tmp/trollian/pleasant.png deleted file mode 100644 index 8512ca0..0000000 Binary files a/tmp/trollian/pleasant.png and /dev/null differ diff --git a/tmp/trollian/protective.png b/tmp/trollian/protective.png deleted file mode 100644 index aedba54..0000000 Binary files a/tmp/trollian/protective.png and /dev/null differ diff --git a/tmp/trollian/rancorous.png b/tmp/trollian/rancorous.png deleted file mode 100644 index beb09d7..0000000 Binary files a/tmp/trollian/rancorous.png and /dev/null differ diff --git a/tmp/trollian/relaxed.png b/tmp/trollian/relaxed.png deleted file mode 100644 index 08f11a0..0000000 Binary files a/tmp/trollian/relaxed.png and /dev/null differ diff --git a/tmp/trollian/rightarrow.png b/tmp/trollian/rightarrow.png deleted file mode 100644 index d1055f7..0000000 Binary files a/tmp/trollian/rightarrow.png and /dev/null differ diff --git a/tmp/trollian/sleek.png b/tmp/trollian/sleek.png deleted file mode 100644 index 7c8f4d9..0000000 Binary files a/tmp/trollian/sleek.png and /dev/null differ diff --git a/tmp/trollian/smooth.png b/tmp/trollian/smooth.png deleted file mode 100644 index 2fc7991..0000000 Binary files a/tmp/trollian/smooth.png and /dev/null differ diff --git a/tmp/trollian/style.js b/tmp/trollian/style.js deleted file mode 100644 index ed9af97..0000000 --- a/tmp/trollian/style.js +++ /dev/null @@ -1,307 +0,0 @@ -{"main": - {"style": "background-image:url($path/tnbg2.png);background-color:rgba(0,0,0,0); background-repeat: no-repeat;", - "size": [650, 450], - "icon": "$path/trayicon.png", - "newmsgicon": "$path/trayicon2.png", - "windowtitle": "TROLLIAN", - "close": { "image": "$path/x.gif", - "loc": [635, 2]}, - "minimize": { "image": "$path/m.gif", - "loc": [618, 4]}, - "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] - }, - "sounds": { "alertsound": "$path/alarm.wav" }, - "menus": {"client": {"_name": "Trollian", - "options": "Options", - "memos": "Memos", - "userlist": "Fresh Targets", - "exit": "Abscond"}, - "profile": {"_name": "View", - "switch": "Trolltag", - "theme": "Theme", - "color": "Hemospectrum", - "block": "Chumpdump", - "quirks": "Annoying"}, - "rclickchumlist": {"pester": "Troll", - "removechum": "Trash", - "blockchum": "Block", - "addchum": "Add Chump", - "unblockchum": "Mercy"} - }, - "chums": { "style": "font-size: 12px; background: white; border:2px solid #c2c2c2; padding: 5px; font-family: 'Arial';selection-background-color:rgb(200,200,200); ", - "loc": [475, 89], - "size": [175, 361], - "userlistcolor": "black", - "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" }, - - - "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" }, - - "protective": { "icon": "$path/protective.png", "color": "white" }, - - "blocked": { "icon": "$path/blocked.png", "color": "black" } - - } - }, - "trollslum": { - "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": "", - "loc": [0,0], - "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": "" } - }, - "defaultwindow": { "style": "background: #c2c2c2; font-family:'Arial';font:bold;selection-background-color:#545454; " - }, - "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);", - "loc": [0,0], - "size": [0, 0], - "text": "" - }, - "block": { "style": "background: rgba(0,0,0,0); border:0px; color: rgba(0,0,0,0);", - "loc": [1500,202], - "size": [71, 22], - "text": "" - }, - "defaultmood": 7, - "moodlabel": { "style": "", - "loc": [0, 0], - "text": "" - }, - "moods": [ - { "style": "border:0px;", - "selected": "background-image:url($path/moodcheck1.png); border:0px;", - "loc": [25, 141], - "size": [20, 270], - "text": "", - "icon": "", - "mood": 17 - }, - { "style": "border:0px;", - "selected": "background-image:url($path/moodcheck2.png); border:0px;", - "loc": [60, 141], - "size": [20, 270], - "text": "", - "icon": "", - "mood": 9 - }, - { "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": "", - "mood": 10 - }, - { "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 - }, - { "style": "border:0px;", - "selected": "background-image:url($path/moodcheck11.png); border:0px;", - "loc": [375, 141], - "size": [20, 270], - "text": "", - "icon": "", - "mood": 12 - }, - { "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": "", - "mood": 2 - } - ] - }, - "convo": - {"style": "background: rgb(190, 19, 4); font-family: 'Arial';", - "margins": {"top": 22, "bottom": 9, "left": 10, "right": 4 }, - "size": [400, 250], - "chumlabel": { "style": "background: rgb(255, 38, 18); color: white; padding: 2px; border:1px solid #c2c2c2;", - "align": { "h": "left", "v": "center" }, - "minheight": 18, - "maxheight": 18, - "text" : "trolling: $handle" - }, - "textarea": { - "style": "background: white; border:2px solid #c2c2c2; font-size: 12px; margin-top: 4px;" - }, - "input": { - "style": "background: white;margin-top:5px; border:1px solid #c2c2c2; margin-right: 54px; font-size: 12px; height: 19px;" - }, - "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", - "closememo": "ceased responding to memo" - }, - "systemMsgColor": "#646464" - }, - "memos": - {"memoicon": "$path/memo.png", - "style": "background: rgb(190, 19, 4); font-family: 'Arial';", - "size": [450,300], - "tabs": { - "style": "", - "selectedstyle": "", - "newmsgcolor": "red", - "tabstyle": 0 - }, - "label": { "text": "Bulletin Board: $channel", - "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;", - "align": { "h": "left", "v": "center" }, - "minheight": 18, - "maxheight": 18 - }, - "textarea": { - "style": "background: white; border:2px solid #c2c2c2; font-size: 12px; margin-top: 4px;" - }, - "input": { - "style": "background: white;margin-top:5px; border:1px solid #c2c2c2; font-size: 12px; height: 19px; margin-bottom: 5px; " - }, - "margins": {"top": 22, "bottom": 10, "left": 9, "right": 4 }, - "userlist": { "width": 125, - "style": "font-size: 12px; background: white; margin-top: 4px; 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;" - }, - "slider": { "style": " border:1px solid #c2c2c2;", - "groove": "border-image:url($path/timeslideraqua.png);", - "handle": "image:url($path/aquaicon.png);" - }, - "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", - "right": "$path/rightarrow.png", - "style": "width: 19px; height: 19px; border:0px; margin-left: 2px;" - } - }, - "systemMsgColor": "#646464" - } -} \ No newline at end of file diff --git a/tmp/trollian/timeslider.png b/tmp/trollian/timeslider.png deleted file mode 100644 index b004b93..0000000 Binary files a/tmp/trollian/timeslider.png and /dev/null differ diff --git a/tmp/trollian/tnbg.png b/tmp/trollian/tnbg.png deleted file mode 100644 index 1c409a5..0000000 Binary files a/tmp/trollian/tnbg.png and /dev/null differ diff --git a/tmp/trollian/tnbg2.png b/tmp/trollian/tnbg2.png deleted file mode 100644 index e546baa..0000000 Binary files a/tmp/trollian/tnbg2.png and /dev/null differ diff --git a/tmp/trollian/trayicon.png b/tmp/trollian/trayicon.png deleted file mode 100644 index 31f7d29..0000000 Binary files a/tmp/trollian/trayicon.png and /dev/null differ diff --git a/tmp/trollian/trayicon2.png b/tmp/trollian/trayicon2.png deleted file mode 100644 index 84d1156..0000000 Binary files a/tmp/trollian/trayicon2.png and /dev/null differ diff --git a/tmp/trollian/trollian.psd b/tmp/trollian/trollian.psd deleted file mode 100644 index 255f683..0000000 Binary files a/tmp/trollian/trollian.psd and /dev/null differ diff --git a/tmp/trollian/unruly.png b/tmp/trollian/unruly.png deleted file mode 100644 index 4b5284b..0000000 Binary files a/tmp/trollian/unruly.png and /dev/null differ diff --git a/tmp/trollian/vigorous.png b/tmp/trollian/vigorous.png deleted file mode 100644 index 715dbfd..0000000 Binary files a/tmp/trollian/vigorous.png and /dev/null differ diff --git a/tmp/trollian/x.gif b/tmp/trollian/x.gif deleted file mode 100644 index 80f14b6..0000000 Binary files a/tmp/trollian/x.gif and /dev/null differ