Hopefully final theme fix + Rules tab

This commit is contained in:
Dpeta 2021-08-09 06:06:00 +02:00
parent b4ddd2cc51
commit 3962403321
24 changed files with 83 additions and 43 deletions

View file

@ -1324,11 +1324,17 @@ class PesterWindow(MovingWindow):
self.reportBugAction = QtWidgets.QAction(self.theme["main/menus/help/reportbug"], self) self.reportBugAction = QtWidgets.QAction(self.theme["main/menus/help/reportbug"], self)
except: except:
self.reportBugAction = QtWidgets.QAction("REPORT BUG", self) self.reportBugAction = QtWidgets.QAction("REPORT BUG", self)
try:
self.xyzRulesAction = QtWidgets.QAction(self.theme["main/menus/help/rules"], self)
except:
self.xyzRulesAction = QtWidgets.QAction("RULES", self)
self.reportBugAction.triggered.connect(self.reportBug) self.reportBugAction.triggered.connect(self.reportBug)
self.xyzRulesAction.triggered.connect(self.xyzRules)
helpmenu = self.menu.addMenu(self.theme["main/menus/help/_name"]) helpmenu = self.menu.addMenu(self.theme["main/menus/help/_name"])
self.helpmenu = helpmenu self.helpmenu = helpmenu
self.helpmenu.addAction(self.helpAction) self.helpmenu.addAction(self.helpAction)
self.helpmenu.addAction(self.xyzRulesAction)
self.helpmenu.addAction(self.botAction) self.helpmenu.addAction(self.botAction)
self.helpmenu.addAction(self.chanServAction) self.helpmenu.addAction(self.chanServAction)
self.helpmenu.addAction(self.nickServAction) self.helpmenu.addAction(self.nickServAction)
@ -1851,6 +1857,11 @@ class PesterWindow(MovingWindow):
except: except:
self.reportBugAction.setText("REPORT BUG") self.reportBugAction.setText("REPORT BUG")
try:
self.xyzRulesAction.setText(self.theme["main/menus/help/rules"])
except:
self.xyzRulesAction.setText("RULES")
# moods # moods
self.moodsLabel.setText(theme["main/moodlabel/text"]) self.moodsLabel.setText(theme["main/moodlabel/text"])
self.moodsLabel.move(*theme["main/moodlabel/loc"]) self.moodsLabel.move(*theme["main/moodlabel/loc"])
@ -3038,7 +3049,10 @@ class PesterWindow(MovingWindow):
@QtCore.pyqtSlot() @QtCore.pyqtSlot()
def reportBug(self): def reportBug(self):
QtGui.QDesktopServices.openUrl(QtCore.QUrl("https://github.com/Dpeta/pesterchum-alt-servers/issues", QtCore.QUrl.TolerantMode)) QtGui.QDesktopServices.openUrl(QtCore.QUrl("https://github.com/Dpeta/pesterchum-alt-servers/issues", QtCore.QUrl.TolerantMode))
return
@QtCore.pyqtSlot()
def xyzRules(self):
QtGui.QDesktopServices.openUrl(QtCore.QUrl("https://www.pesterchum.xyz/pesterchum-rules", QtCore.QUrl.TolerantMode))
@QtCore.pyqtSlot(QString, QString) @QtCore.pyqtSlot(QString, QString)
def nickCollision(self, handle, tmphandle): def nickCollision(self, handle, tmphandle):

View file

@ -38,6 +38,7 @@
"help": { "_name": "HELP", "help": { "_name": "HELP",
"about": "ABOUT", "about": "ABOUT",
"help": "HELP", "help": "HELP",
"rules": "Rules",
"calsprite": "CALSPRITE", "calsprite": "CALSPRITE",
"nickserv": "NICKSERV" }, "nickserv": "NICKSERV" },
"rclickchumlist": {"pester": "PESTER", "rclickchumlist": {"pester": "PESTER",

View file

@ -40,6 +40,7 @@
"quirks": "Quirks"}, "quirks": "Quirks"},
"help": { "_name": "Info", "help": { "_name": "Info",
"help": "Info", "help": "Info",
"rules": "Rules",
"calsprite": "Calsprite", "calsprite": "Calsprite",
"chanserv": "ChanServ", "chanserv": "ChanServ",
"nickserv": "NickServ", "nickserv": "NickServ",

View file

@ -231,7 +231,7 @@
"style": "background: white; border:2px solid #000000;margin-top:5px; margin-right:10px; margin-left:10px; font-size: 12px;font-family: 'Courier'" "style": "background: white; border:2px solid #000000;margin-top:5px; margin-right:10px; margin-left:10px; font-size: 12px;font-family: 'Courier'"
}, },
"tabwindow" : { "tabwindow" : {
"style": "background-color:#f2f2f2;border:0px" "style": "background-color:#f2f2f2;border:0px;"
}, },
"tabs": { "tabs": {
"style": "background-color: #f2f2f2; font-family: 'Courier';font:bold;font-size:12px;min-height:25px;", "style": "background-color: #f2f2f2; font-family: 'Courier';font:bold;font-size:12px;min-height:25px;",
@ -298,4 +298,4 @@
"systemMsgColor": "#646464", "systemMsgColor": "#646464",
"op": { "icon": "$path/op.png" } "op": { "icon": "$path/op.png" }
} }
} }

View file

@ -38,6 +38,7 @@
"quirks": "Lingo" }, "quirks": "Lingo" },
"help": { "_name": "Info", "help": { "_name": "Info",
"help": "Info", "help": "Info",
"rules": "Rules",
"calsprite": "Calsprite", "calsprite": "Calsprite",
"nickserv": "NickServ", "nickserv": "NickServ",
"about": "The Deal", "about": "The Deal",

View file

@ -123,7 +123,7 @@
"text": "" }, "text": "" },
"currentMood": [18, 249] "currentMood": [18, 249]
}, },
"defaultwindow": { "style": "background: #222222; font-family:'Courier';font:bold;selection-background-color:#F1F1F1; " "defaultwindow": { "style": "background: #F1F1F1; font-family:'Courier';font:bold;selection-background-color:#F1F1F1; "
}, },
"addchum": { "style": "background: rgba(255, 255, 0, 0%); border:2px solid #000000; font: bold; color: rgba(0, 0, 0, 0%); font-family:'Courier';", "addchum": { "style": "background: rgba(255, 255, 0, 0%); border:2px solid #000000; font: bold; color: rgba(0, 0, 0, 0%); font-family:'Courier';",
"pressed" : "background: rgb(255, 255, 255, 30%);", "pressed" : "background: rgb(255, 255, 255, 30%);",
@ -210,7 +210,7 @@
"convo": "convo":
{"style": "background-color: #f2f2f2;background-image:url($path/convobg.png);background-repeat: no-repeat; border:2px solid black; font-family: 'Courier'", {"style": "background-color: #f2f2f2;background-image:url($path/convobg.png);background-repeat: no-repeat; border:2px solid black; font-family: 'Courier'",
"scrollbar": { "style" : "padding-top:17px; padding-bottom:17px;width: 18px; background: white; border:2px solid #000000;", "scrollbar": { "style" : "padding-top:17px; padding-bottom:17px;width: 18px; background: white; border:2px solid #000000;",
"handle": "background-color:#FFFFFF;min-height:20px;", "handle": "background-color:#000000;min-height:20px;",
"downarrow": "height:17px;border:0px solid #000000;", "downarrow": "height:17px;border:0px solid #000000;",
"darrowstyle": "image:url($path/downarrow.png);", "darrowstyle": "image:url($path/downarrow.png);",
"uparrow": "height:17px;border:0px solid #000000;", "uparrow": "height:17px;border:0px solid #000000;",
@ -218,7 +218,7 @@
}, },
"margins": {"top": 0, "bottom": 6, "left": 0, "right": 0 }, "margins": {"top": 0, "bottom": 6, "left": 0, "right": 0 },
"size": [500, 325], "size": [500, 325],
"chumlabel": { "style": "margin-bottom: 21px;background: rgb(256, 256, 256); color: white; border:0px; font-size: 14px;font-family: 'Courier'", "chumlabel": { "style": "margin-bottom: 21px;background: rgb(255, 255, 255); color: white; border:0px; font-size: 14px;font-family: 'Courier'",
"align": { "h": "center", "v": "center" }, "align": { "h": "center", "v": "center" },
"minheight": 47, "minheight": 47,
"maxheight": 47, "maxheight": 47,
@ -231,12 +231,12 @@
"style": "background: white; border:2px solid #000000;margin-top:5px; margin-right:10px; margin-left:10px; font-size: 12px;font-family: 'Courier'" "style": "background: white; border:2px solid #000000;margin-top:5px; margin-right:10px; margin-left:10px; font-size: 12px;font-family: 'Courier'"
}, },
"tabwindow" : { "tabwindow" : {
"style": "background-color:#f2f2f2;border:0px" "style": "background-color:#f2f2f2;border:0px;"
}, },
"tabs": { "tabs": {
"style": "background-color: #f2f2f2; font-family: 'Courier';font:bold;font-size:12px;min-height:25px;", "style": "background-color: #f2f2f2; font-family: 'Courier';font:bold;font-size:12px;min-height:25px;",
"selectedstyle": "border:0px;background-color:#f2f2f2;border-top:2px solid black; border-left:2px solid black;border-right:2px solid black; border-top-left-radius: 4px; border-top-right-radius: 4px;", "selectedstyle": "border:0px;background-color:#f2f2f2;border-top:2px solid black; border-left:2px solid black;border-right:2px solid black; border-top-left-radius: 4px; border-top-right-radius: 4px;",
"newmsgcolor": "#FFFFFF", "newmsgcolor": "#fdb302",
"tabstyle": 0 "tabstyle": 0
}, },
"text": { "text": {
@ -255,23 +255,23 @@
}, },
"memos": "memos":
{"memoicon": "$path/memo.png", {"memoicon": "$path/memo.png",
"style": "background-color: #FFFFFF; background-image:url($path/convobg.png); background-repeat: no-repeat; border:2px solid black; font-family: 'Courier'; font: bold; selection-background-color:#919191; ", "style": "background-color: #fdb302; background-image:url($path/convobg.png); background-repeat: no-repeat; border:2px solid black; font-family: 'Courier'; font: bold; selection-background-color:#919191; ",
"size": [500,325], "size": [500,325],
"tabs": { "tabs": {
"style": "", "style": "",
"selectedstyle": "", "selectedstyle": "",
"newmsgcolor": "#FFFFFF", "newmsgcolor": "#fdb302",
"tabstyle": 0 "tabstyle": 0
}, },
"scrollbar": { "style" : "padding-top:17px; padding-bottom:17px;width: 18px; background: rgba(255, 255, 0, 0%); border:0px;", "scrollbar": { "style" : "padding-top:17px; padding-bottom:17px;width: 18px; background: rgba(255, 255, 0, 0%); border:0px;",
"handle": "background-color:#FFFFFF;min-height:20px;", "handle": "background-color:#000000;min-height:20px;",
"downarrow": "height:17px;border:0px solid #000000;", "downarrow": "height:17px;border:0px solid #000000;",
"darrowstyle": "image:url($path/downarrow.png);", "darrowstyle": "image:url($path/downarrow.png);",
"uparrow": "height:17px;border:0px solid #000000;", "uparrow": "height:17px;border:0px solid #000000;",
"uarrowstyle": "image:url($path/uparrow.png);" "uarrowstyle": "image:url($path/uparrow.png);"
}, },
"label": { "text": "Bulletin Board: $channel", "label": { "text": "Bulletin Board: $channel",
"style": "margin-bottom: 21px;background: rgb(0, 0, 0); color: white; border:0px; font-size: 14px;", "style": "margin-bottom: 21px;background: rgb(196, 138, 0); color: white; border:0px; font-size: 14px;",
"align": { "h": "center", "v": "center" }, "align": { "h": "center", "v": "center" },
"minheight": 47, "minheight": 47,
"maxheight": 47 "maxheight": 47

View file

@ -28,7 +28,8 @@
"import": "import U2;", "import": "import U2;",
"reconnect": "Reconnect", "reconnect": "Reconnect",
"idle": "Idle", "idle": "Idle",
"exit": "Abscond"}, "exit": "Abscond",
"console": "Console"},
"profile": {"_name": "View", "profile": {"_name": "View",
"switch": "Trolltag", "switch": "Trolltag",
"theme": "Theme", "theme": "Theme",
@ -40,7 +41,9 @@
"help": "Help", "help": "Help",
"calsprite": "CalSprite", "calsprite": "CalSprite",
"chanserv": "ChanServ", "chanserv": "ChanServ",
"nickserv": "NickServ" }, "nickserv": "NickServ",
"rules": "Rules",
"reportbug": "Report Bug" },
"rclickchumlist": {"pester": "Troll", "rclickchumlist": {"pester": "Troll",
"removechum": "Trash", "removechum": "Trash",
"report": "Tattle", "report": "Tattle",
@ -62,7 +65,10 @@
"memonoquirk": "Disable Quirks", "memonoquirk": "Disable Quirks",
"memohidden": "Hidden", "memohidden": "Hidden",
"memoinvite": "Invite-Only", "memoinvite": "Invite-Only",
"memomute": "Mute" } "memomute": "Mute",
"beeponmessage": "Beep on Message",
"flashonmessage": "Flash on Message",
"mutenotifications": "Mute Notifications" }
}, },
"chums": { "style": "font-size: 12px; background: white; border:0px; font-family: 'Arial';selection-background-color:rgb(200,200,200); ", "chums": { "style": "font-size: 12px; background: white; border:0px; font-family: 'Arial';selection-background-color:rgb(200,200,200); ",
"scrollbar": { "style" : "background-color:#c2c2c2;", "scrollbar": { "style" : "background-color:#c2c2c2;",
@ -137,7 +143,8 @@
"size": [0,0] }, "size": [0,0] },
"colorswatch": { "loc": [0,0], "colorswatch": { "loc": [0,0],
"size": [0,0], "size": [0,0],
"text": "" } "text": "" },
"currentMood": []
}, },
"defaultwindow": { "style": "background: #c2c2c2; font-family:'Arial';font:bold;selection-background-color:#545454; " "defaultwindow": { "style": "background: #c2c2c2; font-family:'Arial';font:bold;selection-background-color:#545454; "
}, },

View file

@ -158,7 +158,7 @@
}, },
"input": { "style": "background: white; border:2px solid #ffa4a4;margin-top:5px; margin-right:10px; margin-left:10px; font-size: 12px;" }, "input": { "style": "background: white; border:2px solid #ffa4a4;margin-top:5px; margin-right:10px; margin-left:10px; font-size: 12px;" },
"tabwindow" : { "tabwindow" : {
"style": "" "style": "background-color: #e5000f;border:2px solid #780000;"
}, },
"text": { "text": {
"beganpester": "began trolling", "beganpester": "began trolling",
@ -202,4 +202,4 @@
}, },
"scrollbar": null "scrollbar": null
} }
} }

View file

@ -42,7 +42,8 @@
"nickserv": "NickServ", "nickserv": "NickServ",
"about": "About", "about": "About",
"reportbug": "Report Bug", "reportbug": "Report Bug",
"chanserv": "ChanServ"}, "chanserv": "ChanServ",
"rules": "Rules"},
"rclickchumlist": {"pester": "Pester", "rclickchumlist": {"pester": "Pester",
"removechum": "Remove", "removechum": "Remove",
"report": "Report", "report": "Report",

View file

@ -37,6 +37,7 @@
"help": { "_name": "Cavalry", "help": { "_name": "Cavalry",
"about": "Creators", "about": "Creators",
"help": "Help", "help": "Help",
"rules": "Rules",
"calsprite": "Calsprite", "calsprite": "Calsprite",
"nickserv": "NickServ", "nickserv": "NickServ",
"reportbug": "Report Bug", "reportbug": "Report Bug",
@ -335,4 +336,4 @@
"systemMsgColor": "#393939", "systemMsgColor": "#393939",
"op": { "icon": "$path/smooth.gif" } "op": { "icon": "$path/smooth.gif" }
} }
} }

View file

@ -39,6 +39,7 @@
"help": { "_name": "MSPA", "help": { "_name": "MSPA",
"about": "About", "about": "About",
"help": "Help", "help": "Help",
"rules": "Rules",
"calsprite": "CalSprite", "calsprite": "CalSprite",
"chanserv": "ChanServ", "chanserv": "ChanServ",
"nickserv": "NickServ", "nickserv": "NickServ",
@ -273,4 +274,4 @@
"systemMsgColor": "#646464", "systemMsgColor": "#646464",
"op": { "icon": "$path/sleek.png" } "op": { "icon": "$path/sleek.png" }
} }
} }

View file

@ -32,6 +32,7 @@
"help": { "_name": "Help", "help": { "_name": "Help",
"about": "About", "about": "About",
"help": "Help", "help": "Help",
"rules": "Rules",
"calsprite": "CalSprite", "calsprite": "CalSprite",
"chanserv": "ChanServ", "chanserv": "ChanServ",
"nickserv": "NickServ", "nickserv": "NickServ",

View file

@ -9,8 +9,8 @@
"loc": [315, 26]}, "loc": [315, 26]},
"minimize": { "image": "$path/m.gif", "minimize": { "image": "$path/m.gif",
"loc": [300, 32]}, "loc": [300, 32]},
"menubar": { "style": "font-family: 'Century Gothic'; font-size: 14px; color:#9d9d9d" }, "menubar": { "style": "font-family: 'Century Gothic'; font-size: 14px; color:#9d9d9d;" },
"menu" : { "style": "font-family: 'Century Gothic'; font-size: 14px; color: #000000; background-color: #fdb302;border:2px solid #ffff00", "menu" : { "style": "font-family: 'Century Gothic'; font-size: 14px; color: #000000; background-color: #fdb302;border:2px solid #ffff00;",
"menuitem": "margin-right:25px;", "menuitem": "margin-right:25px;",
"selected": "background-color: #ffff00", "selected": "background-color: #ffff00",
"loc": [480,30] "loc": [480,30]
@ -37,7 +37,7 @@
"help": { "_name": "Help", "help": { "_name": "Help",
"about": "About", "about": "About",
"help": "Help", "help": "Help",
"help": "Help", "rules": "Rules",
"calsprite": "CalSprite", "calsprite": "CalSprite",
"chanserv": "ChanServ", "chanserv": "ChanServ",
"nickserv": "NickServ", "nickserv": "NickServ",
@ -66,8 +66,7 @@
"memomute": "Mute", "memomute": "Mute",
"beeponmessage": "Beep on Message", "beeponmessage": "Beep on Message",
"flashonmessage": "Flash on Message", "flashonmessage": "Flash on Message",
"mutenotifications": "Mute Notifications" "mutenotifications": "Mute Notifications" }
}
}, },
"chums": { "style": "text-align: center; border:0px; background-image:url($path/chumbg.png); background-color: #ffe400; background-repeat: no-repeat; color: white; font-family: 'Century Gothic';selection-background-color:#646464; font-size:18px; ", "chums": { "style": "text-align: center; border:0px; background-image:url($path/chumbg.png); background-color: #ffe400; background-repeat: no-repeat; color: white; font-family: 'Century Gothic';selection-background-color:#646464; font-size:18px; ",
"scrollbar": { "style" : "background-image:url($path/chumbg.png); background-color: #ffe400;", "scrollbar": { "style" : "background-image:url($path/chumbg.png); background-color: #ffe400;",
@ -263,7 +262,7 @@
}, },
"margins": {"top": 35, "bottom": 35, "left": 32, "right": 20 }, "margins": {"top": 35, "bottom": 35, "left": 32, "right": 20 },
"size": [480, 348], "size": [480, 348],
"chumlabel": { "style": " background: rgba(255, 255, 0, 0%); color: white; border:0px; font-size: 0px;", "chumlabel": { "style": " background: rgba(255, 255, 0, 0%); color: white; border:0px; font-size: 14px;",
"align": { "h": "center", "v": "center" }, "align": { "h": "center", "v": "center" },
"minheight": 0, "minheight": 0,
"maxheight": 0, "maxheight": 0,
@ -272,7 +271,7 @@
"textarea": { "textarea": {
"style": "background-color: white; background-image: url(); font: bold; font-size: 14px; font-family: 'Century Gothic'; border:2px solid yellow;text-align:center;" "style": "background-color: white; background-image: url(); font: bold; font-size: 14px; font-family: 'Century Gothic'; border:2px solid yellow;text-align:center;"
}, },
"input": { "style": "background: white; border:2px solid yellow;margin-top:10px; font: bold; font-size: 14px; font-family: 'Century Gothic'" }, "input": { "style": "background: white; border:2px solid yellow;margin-top:10px; font: bold; font-size: 14px; font-family: 'Century Gothic';" },
"tabs": { "tabs": {
"style": "", "style": "",
"selectedstyle": "", "selectedstyle": "",
@ -310,7 +309,7 @@
"uarrowstyle": "image:url();" "uarrowstyle": "image:url();"
}, },
"label": { "text": "Bulletin Board: $channel", "label": { "text": "Bulletin Board: $channel",
"style": "margin-bottom: 7px; margin-top: 10px; background-color: rgba (0,0,0,0) ; background-image:url($path/nothing.png); color: white; border:0px; font-size: 16px;", "style": "margin-bottom: 7px; margin-top: 10px; background-color: rgba(0,0,0,0); background-image:url($path/nothing.png); color: white; border:0px; font-size: 16px;",
"align": { "h": "center", "v": "center" }, "align": { "h": "center", "v": "center" },
"minheight": 47, "minheight": 47,
"maxheight": 47 "maxheight": 47

View file

@ -37,6 +37,7 @@
"help": { "_name": "Assistance", "help": { "_name": "Assistance",
"about": "About!", "about": "About!",
"help": "Help", "help": "Help",
"rules": "Rules",
"calsprite": "CalSprite", "calsprite": "CalSprite",
"chanserv": "ChanServ", "chanserv": "ChanServ",
"nickserv": "NickServ", "nickserv": "NickServ",
@ -334,4 +335,4 @@
"systemMsgColor": "#393939", "systemMsgColor": "#393939",
"op": { "icon": "$path/smooth.png" } "op": { "icon": "$path/smooth.png" }
} }
} }

View file

@ -40,6 +40,7 @@
"help": { "_name": "Help", "help": { "_name": "Help",
"about": "About", "about": "About",
"help": "Help", "help": "Help",
"rules": "Rules",
"calsprite": "CalSprite", "calsprite": "CalSprite",
"chanserv": "ChanServ", "chanserv": "ChanServ",
"nickserv": "NickServ", "nickserv": "NickServ",

View file

@ -36,6 +36,7 @@
"quirks": "Quirks"}, "quirks": "Quirks"},
"help": { "_name": "Help??", "help": { "_name": "Help??",
"about": "About!", "about": "About!",
"rules": "Rules!",
"help": "Help!!", "help": "Help!!",
"calsprite": "CalSprite", "calsprite": "CalSprite",
"chanserv": "ChanServ", "chanserv": "ChanServ",
@ -258,7 +259,7 @@
}, },
"margins": {"top": 35, "bottom": 35, "left": 32, "right": 20 }, "margins": {"top": 35, "bottom": 35, "left": 32, "right": 20 },
"size": [480, 348], "size": [480, 348],
"chumlabel": { "style": " background: rgba(130, 230, 80, 0%); color: #C6FFA9; border:0px; font-size: 0px;", "chumlabel": { "style": " background: rgba(130, 230, 80, 0%); color: #C6FFA9; border:0px; ",
"align": { "h": "center", "v": "center" }, "align": { "h": "center", "v": "center" },
"minheight": 0, "minheight": 0,
"maxheight": 0, "maxheight": 0,
@ -308,7 +309,7 @@
"uarrowstyle": "image:url();" "uarrowstyle": "image:url();"
}, },
"label": { "text": "Bulletin Board: $channel", "label": { "text": "Bulletin Board: $channel",
"style": "margin-bottom: 7px; margin-top: 10px; background-color: rgba (0,0,0,0) ; background-image:url($path/nothing.png); color: #C6FFA9; border:0px; font-size: 16px;", "style": "margin-bottom: 7px; margin-top: 10px; background-color: rgba(0,0,0,0) ; background-image:url($path/nothing.png); color: #C6FFA9; border:0px; font-size: 16px;",
"align": { "h": "center", "v": "center" }, "align": { "h": "center", "v": "center" },
"minheight": 47, "minheight": 47,
"maxheight": 47 "maxheight": 47
@ -335,4 +336,4 @@
"systemMsgColor": "#393939", "systemMsgColor": "#393939",
"op": { "icon": "$path/smooth.png" } "op": { "icon": "$path/smooth.png" }
} }
} }

View file

@ -37,6 +37,7 @@
"help": { "_name": "Help", "help": { "_name": "Help",
"about": "About", "about": "About",
"help": "Help", "help": "Help",
"rules": "Rules",
"calsprite": "CalSprite", "calsprite": "CalSprite",
"chanserv": "ChanServ", "chanserv": "ChanServ",
"nickserv": "NickServ", "nickserv": "NickServ",
@ -258,7 +259,7 @@
}, },
"margins": {"top": 35, "bottom": 35, "left": 32, "right": 20 }, "margins": {"top": 35, "bottom": 35, "left": 32, "right": 20 },
"size": [480, 348], "size": [480, 348],
"chumlabel": { "style": " background: rgba(255, 255, 0, 0%); color: #FFFCBD; border:0px; font-size: 0px;", "chumlabel": { "style": " background: rgba(255, 255, 0, 0%); color: #FFFCBD; border:0px;",
"align": { "h": "center", "v": "center" }, "align": { "h": "center", "v": "center" },
"minheight": 0, "minheight": 0,
"maxheight": 0, "maxheight": 0,
@ -308,7 +309,7 @@
"uarrowstyle": "image:url();" "uarrowstyle": "image:url();"
}, },
"label": { "text": "Bulletin Board: $channel", "label": { "text": "Bulletin Board: $channel",
"style": "margin-bottom: 7px; margin-top: 10px; background-color: rgba (0,0,0,0) ; background-image:url($path/nothing.png); color: #FFFCBD; border:0px; font-size: 16px;", "style": "margin-bottom: 7px; margin-top: 10px; background-color: rgba(0,0,0,0) ; background-image:url($path/nothing.png); color: #FFFCBD; border:0px; font-size: 16px;",
"align": { "h": "center", "v": "center" }, "align": { "h": "center", "v": "center" },
"minheight": 47, "minheight": 47,
"maxheight": 47 "maxheight": 47
@ -317,7 +318,7 @@
"textarea": { "style": " background-color: #FFFCBD; background-image:url(); font: bold; font-size: 14px; font-family: 'Arial'; border:2px solid #F7B53D;text-align:center; margin-right:10px; margin-left:10px;" }, "textarea": { "style": " background-color: #FFFCBD; background-image:url(); font: bold; font-size: 14px; font-family: 'Arial'; border:2px solid #F7B53D;text-align:center; margin-right:10px; margin-left:10px;" },
"margins": {"top": 0, "bottom": 6, "left": 0, "right": 0 }, "margins": {"top": 0, "bottom": 6, "left": 0, "right": 0 },
"userlist": { "width": 150, "userlist": { "width": 150,
"style": "border:2px solid #F7B53D; background: #FFFCBD; font-family: 'Arial';selection-background-color:#646464; font-size: 14px; margin-left:0px; margin-right:10px;" "style": "border:2px solid #F7B53D; background: #FFFCBD; font-family: 'Arial';selection-background-color:#646464; font-size: 14px; margin-right:10px;"
}, },
"time": { "text": { "width": 75, "time": { "text": { "width": 75,
"style": " border: 2px solid #FFD47C; background: #FFFCBD; font-size: 12px; margin-top: 5px; margin-right: 5px; margin-left: 5px; font-family:'Arial';font:bold;" "style": " border: 2px solid #FFD47C; background: #FFFCBD; font-size: 12px; margin-top: 5px; margin-right: 5px; margin-left: 5px; font-family:'Arial';font:bold;"

View file

@ -34,6 +34,7 @@
"help": { "_name": " ", "help": { "_name": " ",
"about": "About", "about": "About",
"help": "Help", "help": "Help",
"rules": "Rules",
"calsprite": "CalSprite", "calsprite": "CalSprite",
"chanserv": "ChanServ", "chanserv": "ChanServ",
"nickserv": "NickServ", "nickserv": "NickServ",
@ -365,4 +366,4 @@
}, },
"content": { "style": "background: black; color: white; padding: 5px;" } "content": { "style": "background: black; color: white; padding: 5px;" }
} }
} }

View file

@ -39,6 +39,7 @@
"block": "TROLLSLUM", "block": "TROLLSLUM",
"quirks": "QUIRKS"}, "quirks": "QUIRKS"},
"help": { "_name": "HELP", "help": { "_name": "HELP",
"rules": "RULES",
"about": "ABOUT", "about": "ABOUT",
"help": "HELP", "help": "HELP",
"calsprite": "CALSPRITE", "calsprite": "CALSPRITE",

View file

@ -42,7 +42,8 @@
"calsprite": "CalSprite", "calsprite": "CalSprite",
"chanserv": "ChanServ", "chanserv": "ChanServ",
"nickserv": "NickServ", "nickserv": "NickServ",
"reportbug": "Report Bug" }, "reportbug": "Report Bug",
"rules": "Rules" },
"rclickchumlist": {"pester": "Pester", "rclickchumlist": {"pester": "Pester",
"removechum": "Remove Chum", "removechum": "Remove Chum",
"report": "Report", "report": "Report",
@ -345,4 +346,4 @@
"systemMsgColor": "#646464", "systemMsgColor": "#646464",
"op": { "icon": "$path/smooth.png" } "op": { "icon": "$path/smooth.png" }
} }
} }

View file

@ -34,6 +34,7 @@
"help": { "_name": " ", "help": { "_name": " ",
"about": "About", "about": "About",
"help": "Help", "help": "Help",
"rules": "Rules",
"calsprite": "CalSprite", "calsprite": "CalSprite",
"chanserv": "ChanServ", "chanserv": "ChanServ",
"nickserv": "NickServ", "nickserv": "NickServ",
@ -365,4 +366,4 @@
}, },
"content": { "style": "background: black; color: white; padding: 5px;" } "content": { "style": "background: black; color: white; padding: 5px;" }
} }
} }

View file

@ -37,12 +37,13 @@
"block": "Chumpdump", "block": "Chumpdump",
"quirks": "Annoying" }, "quirks": "Annoying" },
"help": { "_name": "Help", "help": { "_name": "Help",
"rules": "Rules",
"about": "About", "about": "About",
"help": "Help", "help": "Help",
"calsprite": "CalSprite", "calsprite": "CalSprite",
"chanserv": "ChanServ", "chanserv": "ChanServ",
"nickserv": "NickServ", "nickserv": "NickServ",
"reportbug": "Report Bug"}, "reportbug": "Report Bug" },
"rclickchumlist": {"pester": "Troll", "rclickchumlist": {"pester": "Troll",
"removechum": "Trash", "removechum": "Trash",
"report": "Tattle", "report": "Tattle",

View file

@ -43,7 +43,8 @@
"calsprite": "CalSprite", "calsprite": "CalSprite",
"chanserv": "ChanServ", "chanserv": "ChanServ",
"nickserv": "NickServ", "nickserv": "NickServ",
"reportbug": "Report Bug" }, "reportbug": "Report Bug",
"rules": "Rules" },
"rclickchumlist": {"pester": "Converse", "rclickchumlist": {"pester": "Converse",
"removechum": "Erase User", "removechum": "Erase User",
"report": "Report User", "report": "Report User",

View file

@ -21,6 +21,7 @@
"logviewer": "Message Logs", "logviewer": "Message Logs",
"randen": "Random Messaging", "randen": "Random Messaging",
"userlist": "Users Online", "userlist": "Users Online",
"console": "Console",
"talk": "Send Message", "talk": "Send Message",
"addgroup": "Add Group", "addgroup": "Add Group",
"import": "Import", "import": "Import",
@ -37,6 +38,8 @@
"about": "About", "about": "About",
"help": "Help", "help": "Help",
"calsprite": "Lil' Cal Buddy", "calsprite": "Lil' Cal Buddy",
"rules": "Rules",
"reportbug": "Report Bug",
"chanserv": "Group Moderation", "chanserv": "Group Moderation",
"nickserv": "Nickserv" }, "nickserv": "Nickserv" },
"rclickchumlist": {"pester": "Message", "rclickchumlist": {"pester": "Message",
@ -363,4 +366,4 @@
}, },
"content": { "style": "background: #c3c3c3; color: black; padding: 5px;" } "content": { "style": "background: #c3c3c3; color: black; padding: 5px;" }
} }
} }