derp
5
TODO
|
@ -1,6 +1,7 @@
|
|||
tutorial album:
|
||||
http://imgur.com/a/jaOIS
|
||||
|
||||
Bugs:
|
||||
* typewriter tab colors + scrollbar wrong colors
|
||||
* typewriter mood icons dont work in convo window
|
||||
|
||||
Features:
|
||||
* help menu -- about and forum
|
||||
|
|
|
@ -1 +1 @@
|
|||
{"hideOfflineChums": true, "tabs": true, "soundon": true, "server": "irc.tymoon.eu", "chums": ["unknownTraveler", "tentacleTherapist", "vaginalEngineer", "mechanicalSpectacle", "carcinoGeneticist", "schlagzeugGator", "gamblingGenocider", "gardenGnostic", "centaursTesticle", "arachnidsGrip", "grimAuxiliatrix", "remoteBloodbath", "nitroZealist", "greenZephyr", "arsenicCatnip", "cuttlefishCuller", "rageInducer", "gallowsCalibrator", "caligulasAquarium", "terminallyCapricious", "illuminatedWax", "aquaMarinist", "elegantDiversion", "moirailBunp", "uroborosUnbound", "androidTechnician", "midnightSparrow", "apocalypseArisen", "anguillaNuntia", "oilslickOrchid", "confusedTransient", "pretentiousFantasia", "aquaticMarinist", "lyricalKeraunoscopic", "counterRealist", "ectoBiologist", "percipientPedestrian", "asceticClinician", "doctectiveMiracles", "noSense", "obliviousCrafter", "ircMonster", "twinArmageddons", "cannabisHero", "jetRocket", "adiosToreador", "turntechGodhead", "magmaExploiter", "hannaSongstress", "endlessVoid", "sporadicAgent", "grayscaleVisionary", "corruptedInsanity", "stupidlyBrilliant", "artsyGyarados", "subtleChaotician"], "defaultprofile": "ghostDunk", "block": []}
|
||||
{"hideOfflineChums": true, "tabs": false, "soundon": true, "server": "irc.tymoon.eu", "chums": ["unknownTraveler", "tentacleTherapist", "vaginalEngineer", "mechanicalSpectacle", "carcinoGeneticist", "schlagzeugGator", "gamblingGenocider", "gardenGnostic", "centaursTesticle", "arachnidsGrip", "grimAuxiliatrix", "remoteBloodbath", "nitroZealist", "greenZephyr", "arsenicCatnip", "cuttlefishCuller", "rageInducer", "gallowsCalibrator", "caligulasAquarium", "terminallyCapricious", "illuminatedWax", "aquaMarinist", "elegantDiversion", "moirailBunp", "uroborosUnbound", "androidTechnician", "midnightSparrow", "apocalypseArisen", "anguillaNuntia", "oilslickOrchid", "confusedTransient", "pretentiousFantasia", "aquaticMarinist", "lyricalKeraunoscopic", "counterRealist", "ectoBiologist", "percipientPedestrian", "asceticClinician", "doctectiveMiracles", "noSense", "ircMonster", "twinArmageddons", "cannabisHero", "jetRocket", "adiosToreador", "turntechGodhead", "magmaExploiter", "hannaSongstress", "endlessVoid", "grayscaleVisionary", "corruptedInsanity", "stupidlyBrilliant", "artsyGyarados", "obliviousCrafter", "sporadicAgent", "subtleChaotician"], "defaultprofile": "ghostDunk", "block": []}
|
22
readme.txt
|
@ -1,7 +1,6 @@
|
|||
Welcome to Pesterchum 3.14 8eta!
|
||||
Welcome to Pesterchum 3.14!
|
||||
|
||||
This software is currently in 8eta testing. That means there will
|
||||
probably be some bugs still!! Here's some tips to help you get started:
|
||||
Here's some tips to help you get started:
|
||||
|
||||
- You can import your old Pesterchum contacts by going to
|
||||
CLIENT->IMPORT and opening your pesterchum.cfg file. This is usually
|
||||
|
@ -42,9 +41,24 @@ link you can just click and follow. No more copy/paste.
|
|||
- Memo links. Link your friends to your memos.
|
||||
- Smilies. We've added about 30-40 smilies from the forums. There is a
|
||||
list later on in this readme.
|
||||
- Submit quotes directly to the Pesterchum QDB!
|
||||
|
||||
FAQ
|
||||
FA%
|
||||
---
|
||||
Q: I'm appearing as offline to 2.5 users/other users appear the wrong
|
||||
mood? What's happeninggggg
|
||||
A: The 2.5 people decided to change the mood protocol. When I made
|
||||
this program, I decided to go with Tinychat's original protocol (and
|
||||
extend it). So some moods will appear wrong between 2.5
|
||||
users. (*COUGH*tell them to switch to 3.14*COUGH*)
|
||||
|
||||
Q: Pesterchum 2.5 users don't get my /me messages correctly!
|
||||
A: That's because they implemented the /me command differently.
|
||||
|
||||
Q: Can we resize the main window?
|
||||
A: No. This is done so we can offer more flexible UI creation. It's a
|
||||
lot easier to make themes that look canon this way.
|
||||
|
||||
Q: Can we have different chum rolls for different users?
|
||||
A: No. Instead what we're going to do in a later update is make chum
|
||||
groups to organize people in your list.
|
||||
|
|
474
themes.txt
Normal file
|
@ -0,0 +1,474 @@
|
|||
HOW TO MAKE YOUR OWN THEMES:
|
||||
|
||||
Pesterchum 3.14 themes are very flexible and allow you to create
|
||||
almost any kind of main window you can imagine (notable exception
|
||||
being animation). This document should help you make your own themes
|
||||
or make adjustments to existing themes!
|
||||
|
||||
Try following along with existing themes -- it'll make this document
|
||||
much less confusing!
|
||||
|
||||
A note on editing existing themes: Don't edit current themes! If you
|
||||
make changes in the existing themes directory, they *will* be
|
||||
overwritten when you install any updates.
|
||||
|
||||
CREATING A THEME
|
||||
----------------
|
||||
Every theme is just a separate directory in the "themes"
|
||||
directory. That directory contains all the images used in that theme
|
||||
as well as a "style.js" file which is the configuration file for the
|
||||
theme.
|
||||
|
||||
FORMAT
|
||||
------
|
||||
The theme file is unlike most configuration files. It uses a format
|
||||
called JSON, which at its core looks like this:
|
||||
|
||||
{"option": "value", "option2": 5, "category": {"option1": [10, 50] } }
|
||||
|
||||
The idea is that it's basically a list of: "name": "value"
|
||||
separated by commas, inside brackets. So to give another example:
|
||||
|
||||
{"color": "red", "size": 50 }
|
||||
|
||||
means "color" is "red, and "size" is 50. Note that strings should have
|
||||
quotes around them and numbers should not. You can also make certain
|
||||
values into categories by making the value a bracketed list, like so:
|
||||
|
||||
{"memos": {"color": "red", "size": 50}, "convos": {"color": "green", "size": 50 } }
|
||||
|
||||
This creates two categories: memos and convos, each with their own
|
||||
color and size value. Also note that spaces don't really matter. It
|
||||
helps to indent each category:
|
||||
|
||||
{"memos": {"color": "red", "size": 50"},
|
||||
"convos": {"color": "green", "size": 50" }
|
||||
}
|
||||
|
||||
or even
|
||||
|
||||
{"memos": {"color": "red",
|
||||
"size": 50" },
|
||||
"convos": {"color": "green",
|
||||
"size": 50" }
|
||||
}
|
||||
|
||||
SETTINGS
|
||||
--------
|
||||
|
||||
INHERITS: You can make writing themes easier on yourself by using the
|
||||
"inherits" setting. This sets all the settings to be the same as the
|
||||
inherited theme unless you change it. So you only need to set the
|
||||
settings you want to change!
|
||||
|
||||
When specifying file locations, you use the term "$path" to represent
|
||||
the path to the current theme. The program will automatically
|
||||
subtitute the correct location.
|
||||
|
||||
A note about styles:
|
||||
|
||||
PC3.14 uses Qt's Stylesheets. That means that there are several
|
||||
options in the style file that use CSS-like options. Most CSS options
|
||||
are actually available in these settings. See this page for details
|
||||
about Qt's stylesheets:
|
||||
|
||||
http://doc.qt.nokia.com/latest/stylesheet.html
|
||||
|
||||
and here for how CSS works:
|
||||
|
||||
http://www.w3schools.com/css/default.asp
|
||||
|
||||
If you know CSS, note that there is no cascading or need to type in
|
||||
tag names. The program does this for you.
|
||||
|
||||
CSS values are like this:
|
||||
|
||||
background:#000000; font: bold;
|
||||
|
||||
with name:value; separated by ";".
|
||||
|
||||
NOTE that if you change a style from a theme you inherited, you MUST
|
||||
put in all the options the old style had if you want to keep them!
|
||||
|
||||
I'll go over some of the most commonly used options in styles:
|
||||
|
||||
background-color: Self-explanatory. A note, though: colors can be
|
||||
color names ("black"), standard HTML colors ("#000000") or rgba
|
||||
(red, green, blue, alpha) values ("rgba(0, 34, 151, 75%)").
|
||||
|
||||
background-image: Sets the background image to be this image. You
|
||||
specify the location of the image by using "url(location)". So it
|
||||
could be: "url($path/background.png)".
|
||||
|
||||
background-repeat: Sets how the background should repeat if the area
|
||||
is larger than the image. Values are repeat-x, repeat-y, repeat, and
|
||||
no-repeat.
|
||||
|
||||
border: Sets the border of the item. Should be in the form "Xpx style
|
||||
color". Example: "border: 2px solid black;" See reference for styles.
|
||||
|
||||
border-top/right/left/bottom: You can specify values for individual
|
||||
borders the same way by using these. Example: "border-right: 1px solid
|
||||
#ffff00;"
|
||||
|
||||
border-image: This one is complicated. Basically it's a good way of
|
||||
having a resizable image with borders. See this page for a good
|
||||
tutorial: http://www.lrbabe.com/sdoms/borderImage/
|
||||
|
||||
border-radius: Set this to a certain pixel length to get a rounded
|
||||
border. Example: "border-radius: 4px;"
|
||||
|
||||
color: The color to make text. Example: "color: #ff0000;"
|
||||
|
||||
font: A shortcut. You can specify most different font properties from
|
||||
this setting. Read on...
|
||||
|
||||
font-family: A string representing the font name. Be careful as
|
||||
everyone's computer may not have the same fonts! Popular fonts like
|
||||
"Arial" are fine. Example: "font-family: 'Arial';" Don't forget the
|
||||
quotes!
|
||||
|
||||
font-size: A font's size in pixels. Example: "font-size: 12px;"
|
||||
|
||||
font-style: Basically italic or not. Example: "font-style: italic;"
|
||||
|
||||
font-weight: Basically bold or not. Example: "font-weight: bold;"
|
||||
|
||||
margin: Sets the amount of space between this object and other
|
||||
objects. This is really only useful in memo and conversation
|
||||
settings. You can set individual margins for right/left/top/bottom
|
||||
by margin-top/left/right/bottom. Examples: "margin-top: 15px;" "margin:
|
||||
5px;"
|
||||
|
||||
max/min-height/width: Sets the maximum/minimum height/width for something.
|
||||
|
||||
padding: Same thing as margin, kinda... basically this sets the space
|
||||
between the outside of the box and the stuff inside it. See
|
||||
http://doc.qt.nokia.com/latest/stylesheet-customizing.html#the-box-model
|
||||
for more detail.
|
||||
|
||||
selection-color: The color of the text when an item is
|
||||
selected. Example: "selection-color: black;"
|
||||
|
||||
selection-background-color: The color of the background of an item
|
||||
when it is selected. Example: "selection-background-color: white;"
|
||||
|
||||
text-align: Centers, left-justifies, and right-justifies
|
||||
text. Example: "text-align: center;"
|
||||
|
||||
--------
|
||||
|
||||
A note about sizes and coordinates:
|
||||
|
||||
Wherever it says "size", Pesterchum expects a value of the form [width,
|
||||
height], where width and height are NUMBERS. No quotes should be
|
||||
involved. Example:
|
||||
|
||||
"size": [232,280]
|
||||
|
||||
Same with coordinates, and with coordinates, they are always the
|
||||
distance away from the top left corner. So [50, 60] would be 50 pixels
|
||||
to the right and 60 pixels down.
|
||||
|
||||
|
||||
OK, onto the main event:
|
||||
|
||||
MAIN
|
||||
----
|
||||
|
||||
"main": { .... }
|
||||
|
||||
This is the section that controls the main chum window.
|
||||
|
||||
"style": Sets the style of the main window (as above). This value will
|
||||
affect other parts of the window. DO NOT put a background image
|
||||
here. You must set that separately; this is necessary to support
|
||||
themes that are not square (e.g. gold xl).
|
||||
|
||||
"background-image": Sets the background image. This will define the
|
||||
shape of your pesterchum! This is your canvas! See the included themes
|
||||
for examples of what background images look like.
|
||||
|
||||
"size": The size of the window. Usually this is the same as the size
|
||||
of your background image.
|
||||
|
||||
"icon": The file name of the image you want to appear in the tray and
|
||||
your taskbar. Example: "icon": "$path/trayicon.png"
|
||||
|
||||
"newmsgicon": The file name of the image that will appear in the tray
|
||||
when you have a new message.
|
||||
|
||||
"windowtitle": The title of the window.
|
||||
|
||||
"close": Category:
|
||||
"image": Location of the image of the "X" button.
|
||||
"loc": The coordinates of the "X" button.
|
||||
Example:
|
||||
"close": {"image": "$path/x.png", "loc": [210,2]}
|
||||
|
||||
"minimize": Category. Same as "close" but for the minimize button.
|
||||
|
||||
"menubar": Category. Contains one element:
|
||||
"style": Style of the main menubar.
|
||||
|
||||
"menu": Category.
|
||||
"style": Style of each individual menu.
|
||||
"menuitem": Affects each menu item on the main menu. Usually used
|
||||
for spacing.
|
||||
"selected": Style information for when you hover over a menu option.
|
||||
"loc": Location of the main menubar.
|
||||
|
||||
"sounds": Category.
|
||||
"alertsound": Path to the alert sound. Should be a wav.
|
||||
"ceasesound": Path to the sound when people cease pestering.
|
||||
|
||||
"menus": Category. This is where you change the text of the menus.
|
||||
"client": Category. The client menu.
|
||||
"_name": The text for the client menu header.
|
||||
(These are self explanatory:)
|
||||
"options"
|
||||
"memos"
|
||||
"userlist"
|
||||
"import"
|
||||
"reconnect"
|
||||
"idle"
|
||||
"exit"
|
||||
"profile": Category. Profile menu.
|
||||
"_name": Text of the profile menu header.
|
||||
"switch"
|
||||
"color"
|
||||
"theme"
|
||||
"block"
|
||||
"quirks"
|
||||
"help": Category. Help menu.
|
||||
"_name": Text of the help menu header
|
||||
"about"
|
||||
"rclickchumlist": Category. Text for right click menus.
|
||||
"pester"
|
||||
"removechum"
|
||||
"blockchum"
|
||||
"addchum"
|
||||
"unblockchum"
|
||||
"banuser"
|
||||
"opuser"
|
||||
"quirksoff"
|
||||
|
||||
"chums": Category. Creates your chumroll, where all the users are. All
|
||||
of them.
|
||||
|
||||
"style": Style for the chumroll
|
||||
"loc": Location of the chumroll
|
||||
"size": Size of the chumroll
|
||||
"userlistcolor": Default text color of the users
|
||||
"moods": Category. Contains a list of mood icons and colors; when a
|
||||
user has that mood, their handle will appear with that icon and text
|
||||
color. Basically follows the form "mood": { "icon": "$path/file.png", "color": "colorname" }
|
||||
Moods are:
|
||||
"chummy", "rancorous", "offline", "pleasant", "distraught",
|
||||
"pranky", "smooth", "mystified", "amazed", "insolent", "bemused",
|
||||
"ecstatic", "relaxed", "discontent", "devious", "sleek",
|
||||
"detestful", "mirthful", "manipulative", "vigorous", "perky",
|
||||
"acceptant", "protective", "blocked"
|
||||
(Note: blocked is not technically a "mood", but the icon is used
|
||||
when you block someone.)
|
||||
|
||||
"trollslum": Category. The settings for the trollslum.
|
||||
"style": Style for the trollslum.
|
||||
"size": Size of the window.
|
||||
"label": Category. Sets the label of the trollslum.
|
||||
"style": Style of the label.
|
||||
"text": The text displayed.
|
||||
"chumroll": Category.
|
||||
"style": Sets the style for the list of users.
|
||||
|
||||
"mychumhandle": Category. Settings for the text label, the user's
|
||||
current handle, and color swatch.
|
||||
"label": Category.
|
||||
"text": Text of label indicating chumhandle.
|
||||
"loc": Location of label.
|
||||
"style": Style of label.
|
||||
"handle": Category. User's current handle.
|
||||
"style": Style of handle.
|
||||
"loc": Location of handle.
|
||||
"size": Size of handle.
|
||||
"colorswatch": Category. Color swatch.
|
||||
"loc": Location of swatch.
|
||||
"size": Size of swatch.
|
||||
"text": Text displayed inside swatch.
|
||||
"currentmood": Location of icon of user's current mood.
|
||||
|
||||
"defaultwindow": Category.
|
||||
"style": Style of the default window. (Quirks, profile changer,
|
||||
etc)
|
||||
|
||||
"addchum": Category. Add chum button.
|
||||
"style": Style of button.
|
||||
"pressed": Style of button when pressed down.
|
||||
"loc": Location of button.
|
||||
"size": Size of button.
|
||||
"text": Text of button.
|
||||
The same attributes apply for these categories:
|
||||
"pester": Button to pester selected user.
|
||||
"block": Button to block selected user.
|
||||
|
||||
"defaultmood": Default mood of this theme.
|
||||
"moodlabel": Category. Text label indicating mood buttons.
|
||||
"style": Style of label.
|
||||
"loc": Location of label.
|
||||
"text": Text of label.
|
||||
|
||||
"moods": OK this can get complicated. Basically this is a list of
|
||||
categories, one for each mood button present in the interface. You
|
||||
make a list like this example:
|
||||
|
||||
"moods": [{"style": "", "option": "value"}, {"style": "", "option": "value"}]
|
||||
|
||||
The square brackets are important!
|
||||
Anyway, for each mood, here are the possible settings:
|
||||
"style": Style of the mood button.
|
||||
"selected": Style of the mood button when selected.
|
||||
"loc": Location of the mood button.
|
||||
"size": Size of the mood button.
|
||||
"text": Text displayed on the mood button.
|
||||
"icon": Path to icon displayed on the mood button.
|
||||
"mood": Mood # of the button. See mood numbers -> mood names index
|
||||
at the end of this document.
|
||||
|
||||
CONVO SECTION
|
||||
-------------
|
||||
|
||||
{"main": { ... },
|
||||
"convo": { ... }
|
||||
|
||||
This controls the conversation windows.
|
||||
|
||||
"style": Style of the conversation window. Only affects the main
|
||||
window; does not cascade to the other parts.
|
||||
"scrollbar": Category. This item is OPTIONAL. It can be a little
|
||||
complicated: if you add this item, you MUST specify ALL of the
|
||||
settings yourself. If you don't add this item, it will use default
|
||||
system scrollbars. If you are inheriting a theme that does have
|
||||
scrollbar customization and you want to remove it, enter "scrollbar: null".
|
||||
|
||||
Anyway, onto the scrollbar options:
|
||||
"style": General style of whole scrollbar.
|
||||
"handle": Style for the handle of the scrollbar.
|
||||
"downarrow": Style for the down arrow.
|
||||
"darrowstyle": Generally this is where you set the image of the
|
||||
down arrow with "image:url($path/downarrow.png)".
|
||||
"uparrow": Same as down arrow.
|
||||
"uarrowstyle": Same as darrowstyle but for up arrow.
|
||||
|
||||
"margins": Category. Sets the margins around the contents of the
|
||||
conversation window.
|
||||
"top": Top margin
|
||||
"bottom", "left", "right"
|
||||
|
||||
"size": Initial size of the conversation window.
|
||||
"chumlabel": Category. The part that says who youre chatting with.
|
||||
"style": Style for the chumlabel.
|
||||
"align": Category.
|
||||
"h": Horizontal alignment
|
||||
"v": Vertical alignment
|
||||
"minheight": The minimum height the chum label can be.
|
||||
"maxheight": The tallest the chum label can be.
|
||||
"text": The text of the label. Use $handle to represent the name
|
||||
of the person you're talking to. Example: ":: $handle ::"
|
||||
|
||||
"textarea": Category. The window with the pesterlog in it.
|
||||
"style": Style of the window.
|
||||
|
||||
"input": Category. The place where you type.
|
||||
"style": Style of the input area.
|
||||
|
||||
"tabwindow": Category. The window that holds the tabs.
|
||||
"style": Style of the window.
|
||||
|
||||
"tabs": Category. Style of the tabs in tabbed conversation.
|
||||
"style": Style of the tabs.
|
||||
"selectedstyle": Style of the currently selected tabs.
|
||||
"newmsgcolor": The color the text should turn when you get a new
|
||||
msg.
|
||||
"tabstyle": Usually 0. See the Qt Stylesheets for more
|
||||
information.
|
||||
|
||||
"text": Category. Flavor text for system messages. In the following
|
||||
examples, the text in all caps will be replaced with these values:
|
||||
"beganpester": "<user> BEGAN PESTERING <you> at <time>"
|
||||
"ceasepester": "<user> CEASED PESTERING <you> at <time>"
|
||||
"blocked": "<user> BLOCKED <user>"
|
||||
"unblocked": "<user> UNBLOCKED <user>"
|
||||
"blockedmsg": "<user> DID NOT RECEIVE MESSAGE FROM <you>"
|
||||
"openmemo": "<user> OPENED MEMO ON BOARD <memo>"
|
||||
"joinmemo": "<user> RESPONDED TO MEMO <memo>"
|
||||
"closememo": "<user> CEASED RESPONDING TO MEMO"
|
||||
"kickedmemo": "YOU HAVE BEEN BANNED FROM THIS MEMO!"
|
||||
"idle": "<user> IS NOW AN IDLE CHUM!"
|
||||
|
||||
"systemMsgColor": The color of system messages.
|
||||
|
||||
MEMOS SECTION
|
||||
------------
|
||||
|
||||
{"main": { .... }
|
||||
"convo": { .... }
|
||||
"memos": { .... }
|
||||
|
||||
This controls the memos. It is almost identical to conversations,
|
||||
with a few additions.
|
||||
|
||||
"style": Same as convos.
|
||||
"size": Same as convos.
|
||||
"tabs": Same as convos.
|
||||
"scrollbar": Same as convos.
|
||||
"label": Same as convos.
|
||||
"input": Same as convos.
|
||||
"textarea": Same as convos.
|
||||
"margins": Same as convos.
|
||||
"userlist": Category. The list of users currently in the memo.
|
||||
"width": Width.
|
||||
"style": Style of the userlist.
|
||||
"time": Category. The time slider area.
|
||||
"text": Category.
|
||||
"width": Width of time text.
|
||||
"style": Style of time text.
|
||||
"slider": Category. Time slider.
|
||||
"style": Style of slider.
|
||||
"groove": Style of the groove of the slider.
|
||||
"handle": Style of the handle of the slider.
|
||||
"buttons": Category. Controls the time buttons.
|
||||
"style": Style of the buttons.
|
||||
"arrows": Category. Controls the time arrows.
|
||||
"left": Path to image of left arrow.
|
||||
"right" Path to image of right arrow.
|
||||
"style": Style of arrow boxes.
|
||||
|
||||
"systemMsgColor": Color of system messges.
|
||||
"op": Category.
|
||||
"icon": Icon that is shown next to the ops of the memo in the userlist.
|
||||
|
||||
Number -> Mood List
|
||||
-------------------
|
||||
0: "chummy"
|
||||
1: "rancorous"
|
||||
2: "offline"
|
||||
3: "pleasant"
|
||||
4: "distraught"
|
||||
5: "pranky"
|
||||
6: "smooth"
|
||||
7: "ecstatic"
|
||||
8: "relaxed"
|
||||
9: "discontent"
|
||||
10: "devious"
|
||||
11: "sleek"
|
||||
12: "detestful"
|
||||
13: "mirthful"
|
||||
14: "manipulative"
|
||||
15: "vigorous"
|
||||
16: "perky"
|
||||
17: "acceptant"
|
||||
18: "protective"
|
||||
19: "mystified"
|
||||
20: "amazed"
|
||||
21: "insolent"
|
||||
22: "bemused"
|
BIN
themes/enamel/acceptant.gif
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
themes/enamel/acceptant2.gif
Normal file
After Width: | Height: | Size: 573 B |
BIN
themes/enamel/amazed.gif
Normal file
After Width: | Height: | Size: 713 B |
BIN
themes/enamel/amazed2.gif
Normal file
After Width: | Height: | Size: 494 B |
BIN
themes/enamel/bemused.gif
Normal file
After Width: | Height: | Size: 676 B |
BIN
themes/enamel/bemused2.gif
Normal file
After Width: | Height: | Size: 517 B |
BIN
themes/enamel/chumbg.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
themes/enamel/chummy.gif
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
themes/enamel/chummy2.gif
Normal file
After Width: | Height: | Size: 554 B |
BIN
themes/enamel/convobg.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
themes/enamel/detestful.gif
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
themes/enamel/detestful2.gif
Normal file
After Width: | Height: | Size: 610 B |
BIN
themes/enamel/devious.gif
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
themes/enamel/devious2.gif
Normal file
After Width: | Height: | Size: 580 B |
BIN
themes/enamel/discontent.gif
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
themes/enamel/discontent2.gif
Normal file
After Width: | Height: | Size: 552 B |
BIN
themes/enamel/distraught.gif
Normal file
After Width: | Height: | Size: 663 B |
BIN
themes/enamel/distraught2.gif
Normal file
After Width: | Height: | Size: 451 B |
BIN
themes/enamel/ebg.png
Normal file
After Width: | Height: | Size: 86 KiB |
BIN
themes/enamel/ebg.psd
Normal file
BIN
themes/enamel/ecstatic.gif
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
themes/enamel/ecstatic2.gif
Normal file
After Width: | Height: | Size: 630 B |
BIN
themes/enamel/insolent.gif
Normal file
After Width: | Height: | Size: 659 B |
BIN
themes/enamel/insolent2.gif
Normal file
After Width: | Height: | Size: 498 B |
BIN
themes/enamel/manipulative.gif
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
themes/enamel/manipulative2.gif
Normal file
After Width: | Height: | Size: 620 B |
BIN
themes/enamel/mirthful.gif
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
themes/enamel/mirthful2.gif
Normal file
After Width: | Height: | Size: 599 B |
BIN
themes/enamel/mood1.png
Normal file
After Width: | Height: | Size: 5 KiB |
BIN
themes/enamel/mood1c.png
Normal file
After Width: | Height: | Size: 5 KiB |
BIN
themes/enamel/mood2.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
themes/enamel/mood2c.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
themes/enamel/mood3.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
themes/enamel/mood3c.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
themes/enamel/mood4.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
themes/enamel/mood4c.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
themes/enamel/mood5.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
themes/enamel/mood5c.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
themes/enamel/mood6.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
themes/enamel/mood6c.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
themes/enamel/mood7.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
themes/enamel/mood7c.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
themes/enamel/mood8.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
themes/enamel/mood8c.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
themes/enamel/moodicon.psd
Normal file
BIN
themes/enamel/mystified.gif
Normal file
After Width: | Height: | Size: 698 B |
BIN
themes/enamel/mystified2.gif
Normal file
After Width: | Height: | Size: 465 B |
BIN
themes/enamel/offline.gif
Normal file
After Width: | Height: | Size: 289 B |
BIN
themes/enamel/offline2.gif
Normal file
After Width: | Height: | Size: 368 B |
BIN
themes/enamel/perky.gif
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
themes/enamel/perky2.gif
Normal file
After Width: | Height: | Size: 580 B |
BIN
themes/enamel/pleasant.gif
Normal file
After Width: | Height: | Size: 681 B |
BIN
themes/enamel/pleasant2.gif
Normal file
After Width: | Height: | Size: 451 B |
BIN
themes/enamel/pranky.gif
Normal file
After Width: | Height: | Size: 660 B |
BIN
themes/enamel/pranky2.gif
Normal file
After Width: | Height: | Size: 430 B |
BIN
themes/enamel/protective.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
themes/enamel/rancorous.gif
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
themes/enamel/rancorous2.gif
Normal file
After Width: | Height: | Size: 540 B |
BIN
themes/enamel/relaxed.gif
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
themes/enamel/relaxed2.gif
Normal file
After Width: | Height: | Size: 554 B |
BIN
themes/enamel/scrollbg.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
themes/enamel/sleek.gif
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
themes/enamel/sleek2.gif
Normal file
After Width: | Height: | Size: 635 B |
BIN
themes/enamel/smooth.gif
Normal file
After Width: | Height: | Size: 664 B |
BIN
themes/enamel/smooth2.gif
Normal file
After Width: | Height: | Size: 462 B |
313
themes/enamel/style.js
Normal file
|
@ -0,0 +1,313 @@
|
|||
{"main":
|
||||
{"style": "background-repeat: no-repeat; font-family: 'Century Gothic'; font-size: 14px;",
|
||||
"background-image": "$path/ebg.png",
|
||||
"size": [801, 555],
|
||||
"icon": "$path/trayicon.png",
|
||||
"newmsgicon": "$path/trayicon2.png",
|
||||
"windowtitle": "Pesterchum Enamel",
|
||||
"close": { "image": "$path/x.gif",
|
||||
"loc": [315, 26]},
|
||||
"minimize": { "image": "$path/m.gif",
|
||||
"loc": [300, 32]},
|
||||
"menubar": { "style": "font-family: 'Century Gothic'; font-size: 14px; color:#9d9d9d" },
|
||||
"menu" : { "style": "font-family: 'Century Gothic'; font-size: 14px; background-color: #fdb302;border:2px solid #ffff00",
|
||||
"menuitem": "margin-right:25px;",
|
||||
"selected": "background-color: #ffff00",
|
||||
"loc": [480,30]
|
||||
},
|
||||
"menus": {"client": {"_name": "Client",
|
||||
"options": "Options",
|
||||
"memos": "Memos",
|
||||
"userlist": "Userlist",
|
||||
"import": "Import",
|
||||
"reconnect": "Reconnect",
|
||||
"idle": "Idle",
|
||||
"exit": "Exit"},
|
||||
"profile": {"_name": "Profile",
|
||||
"switch": "Switch",
|
||||
"color": "Color",
|
||||
"theme": "Theme",
|
||||
"block": "Trollslum",
|
||||
"quirks": "Quirks"},
|
||||
"help": { "_name": "Help",
|
||||
"about": "About" },
|
||||
"rclickchumlist": {"pester": "Pester",
|
||||
"removechum": "Remove Chum",
|
||||
"blockchum": "Block",
|
||||
"addchum": "Add Chum",
|
||||
"unblockchum": "Unblock",
|
||||
"banuser": "Ban User",
|
||||
"opuser": "Make OP",
|
||||
"quirksoff": "Quirks Off"
|
||||
}
|
||||
},
|
||||
"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;",
|
||||
"handle": "border-width: 5px; border-image:url($path/scrollbg.png) 5px; min-height:60px; max-height:60px;",
|
||||
"downarrow": "",
|
||||
"darrowstyle": "",
|
||||
"uparrow": "",
|
||||
"uarrowstyle": ""
|
||||
},
|
||||
"loc": [440, 211],
|
||||
"size": [289, 275],
|
||||
"userlistcolor": "black",
|
||||
"moods": {
|
||||
|
||||
"chummy": { "icon": "$path/chummy.gif", "color": "black" },
|
||||
|
||||
"rancorous": { "icon": "$path/rancorous.gif", "color": "red" },
|
||||
|
||||
"offline": { "icon": "$path/offline.gif", "color": "#9d9d9d"},
|
||||
|
||||
|
||||
"pleasant": { "icon": "$path/pleasant.gif", "color": "black" },
|
||||
|
||||
"distraught": { "icon": "$path/distraught.gif", "color": "black" },
|
||||
|
||||
"pranky": { "icon": "$path/pranky.gif", "color": "black" },
|
||||
|
||||
|
||||
"smooth": { "icon": "$path/smooth.gif", "color": "black" },
|
||||
|
||||
"mystified": { "icon": "$path/mystified.gif", "color": "black" },
|
||||
|
||||
"amazed": { "icon": "$path/amazed.gif", "color": "black" },
|
||||
|
||||
"insolent": { "icon": "$path/insolent.gif", "color": "black" },
|
||||
|
||||
"bemused": { "icon": "$path/bemused.gif", "color": "black" },
|
||||
|
||||
|
||||
"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": "red" }
|
||||
|
||||
}
|
||||
},
|
||||
"trollslum": {
|
||||
"style": "background: #fdb302; border:2px solid yellow; font-family: 'Century Gothic'",
|
||||
"size": [195, 200],
|
||||
"label": { "text": "TROLLSLUM",
|
||||
"style": "color: rgba(0, 0, 0, 100%) ;font:bold; font-family: 'Century Gothic';border:0px;" },
|
||||
"chumroll": {"style": "border:2px solid yellow; background-color: black;color: white;font: bold;font-family: 'Century Gothicl';selection-background-color:#646464; " }
|
||||
},
|
||||
"mychumhandle": { "label": { "text": "",
|
||||
"loc": [0,0],
|
||||
"style": "color: rgba(255, 255, 0, 0%) ;font:bold; font-family: 'Century Gothic';" },
|
||||
"handle": { "style": "background: rgba(255, 255, 0, 0%); color:white; font-family:'Century Gothic'; font-size:14px; text-align:left;",
|
||||
"loc": [0,0],
|
||||
"size": [0, 0] },
|
||||
"colorswatch": { "loc": [0,0],
|
||||
"size": [0,0],
|
||||
"text": "" },
|
||||
"currentMood": [1500, 1500]
|
||||
},
|
||||
"defaultwindow": { "style": "background: #fdb302; font-family:'Century Gothic';font:bold;selection-background-color:#919191; "
|
||||
},
|
||||
"addchum": { "style": "background: rgba(255, 255, 0, 0%); border:0px; color: rgba(0, 0, 0, 0%);",
|
||||
"loc": [443,144],
|
||||
"size": [284, 60],
|
||||
"text": ""
|
||||
},
|
||||
"pester": { "style": "background: rgba(255, 255, 0, 0%); border:0px; font: bold; color: rgba(255, 255, 0, 0%); font-family:'Century Gothic';",
|
||||
"pressed" : "background-image:url($path/pesterhold.png);",
|
||||
"loc": [0,0],
|
||||
"size": [0, 0],
|
||||
"text": ""
|
||||
},
|
||||
"block": { "style": "background: rgba(255, 255, 0, 0%); border:2px solid #c48a00; font: bold; color: rgba(255, 255, 0, 0%); font-family:'Century Gothic';",
|
||||
"loc": [0,0],
|
||||
"size": [0, 0],
|
||||
"text": ""
|
||||
},
|
||||
"defaultmood": 0,
|
||||
"moodlabel": { "style": "",
|
||||
"loc": [20, 430],
|
||||
"text": ""
|
||||
},
|
||||
"moods": [
|
||||
{ "style": "background-image:url($path/mood1.png); border:0px;",
|
||||
"selected": "background-image:url($path/mood1c.png); border:0px;",
|
||||
"loc": [0, 258],
|
||||
"size": [100,110],
|
||||
"text": "",
|
||||
"icon": "",
|
||||
"mood": 0
|
||||
},
|
||||
{ "style": "background-image:url($path/mood2.png); border:0px;",
|
||||
"selected": "background-image:url($path/mood2c.png); border:0px;",
|
||||
"loc": [106, 258],
|
||||
"size": [100, 110],
|
||||
"text": "",
|
||||
"icon": "",
|
||||
"mood": 19
|
||||
},
|
||||
{ "style": "background-image:url($path/mood3.png); border:0px;",
|
||||
"selected": "background-image:url($path/mood3c.png); border:0px;",
|
||||
"loc": [212, 258],
|
||||
"size": [100, 110],
|
||||
"text": "",
|
||||
"icon": "",
|
||||
"mood": 22
|
||||
},
|
||||
{ "style": "background-image:url($path/mood4.png); border:0px;",
|
||||
"selected": "background-image:url($path/mood4c.png); border:0px;",
|
||||
"loc": [318, 258],
|
||||
"size": [100, 110],
|
||||
"text": "",
|
||||
"icon": "",
|
||||
"mood": 4
|
||||
},
|
||||
{ "style": "background-image:url($path/mood5.png); border:0px;",
|
||||
"selected": "background-image:url($path/mood5c.png); border:0px;",
|
||||
"loc": [0, 382],
|
||||
"size": [100, 110],
|
||||
"text": "",
|
||||
"icon": "",
|
||||
"mood": 3
|
||||
},
|
||||
{ "style": "background-image:url($path/mood6.png); border:0px;",
|
||||
"selected": "background-image:url($path/mood6c.png); border:0px;",
|
||||
"loc": [106, 382],
|
||||
"size": [100, 110],
|
||||
"text": "",
|
||||
"icon": "",
|
||||
"mood": 20
|
||||
},
|
||||
{ "style": "background-image:url($path/mood7.png); border:0px;",
|
||||
"selected": "background-image:url($path/mood7c.png); border:0px;",
|
||||
"loc": [212, 382],
|
||||
"size": [100, 110],
|
||||
"text": "",
|
||||
"icon": "",
|
||||
"mood": 5
|
||||
},
|
||||
{ "style": "background-image:url($path/mood8.png); border:0px;",
|
||||
"selected": "background-image:url($path/mood8c.png); border:0px;",
|
||||
"loc": [318, 382],
|
||||
"size": [100, 110],
|
||||
"text": "",
|
||||
"icon": "",
|
||||
"mood": 1
|
||||
},
|
||||
{ "style": "border:0px;",
|
||||
"selected": "border:0px;",
|
||||
"loc": [0, 0],
|
||||
"size": [100, 100],
|
||||
"text": "",
|
||||
"icon": "",
|
||||
"mood": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
"convo":
|
||||
{"style": "background-color: rgba(0, 0, 0, 0%);border-width: 5px; border-image:url($path/convobg.png) 5px; font-family: 'Century Gothic'",
|
||||
"tabstyle": "background-color: #fdb302; font-family: 'Century Gothic'",
|
||||
"scrollbar": { "style" : "padding-top:17px; padding-bottom:17px;width: 18px; background: rgba(255, 255, 0, 0%); border:0px;",
|
||||
"handle": "border-width: 5px; border-image:url($path/scrollbg.png) 5px; min-height:60px;",
|
||||
"downarrow": "height:17px;border:0px solid #c48a00;",
|
||||
"darrowstyle": "image:url($path/downarrow.png);",
|
||||
"uparrow": "height:17px;border:0px solid #c48a00;",
|
||||
"uarrowstyle": "image:url($path/uparrow.png);"
|
||||
},
|
||||
"margins": {"top": 35, "bottom": 35, "left": 32, "right": 20 },
|
||||
"size": [480, 348],
|
||||
"chumlabel": { "style": " background: rgba(255, 255, 0, 0%); color: white; border:0px; font-size: 0px;",
|
||||
"align": { "h": "center", "v": "center" },
|
||||
"minheight": 0,
|
||||
"maxheight": 0,
|
||||
"text" : ""
|
||||
},
|
||||
"textarea": {
|
||||
"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'" },
|
||||
"tabs": {
|
||||
"style": "",
|
||||
"selectedstyle": "",
|
||||
"newmsgcolor": "#fdb302",
|
||||
"tabstyle": 0
|
||||
},
|
||||
"text": {
|
||||
"beganpester": "began pestering",
|
||||
"ceasepester": "ceased pestering",
|
||||
"blocked": "blocked",
|
||||
"unblocked": "unblocked",
|
||||
"blockedmsg": "did not receive message from",
|
||||
"openmemo": "opened memo on board",
|
||||
"joinmemo": "responded to memo",
|
||||
"closememo": "ceased responding to memo",
|
||||
"kickedmemo": "You have been banned from this memo!",
|
||||
"idle": "is now an idle chum!"
|
||||
},
|
||||
"systemMsgColor": "#646464"
|
||||
},
|
||||
"memos":
|
||||
{"memoicon": "$path/memo.png",
|
||||
"style": "background-color: rgba(0,0,0,0); border-width: 5px; border-image:url($path/convobg.png) 5px; font-family: 'Century Gothic'; selection-background-color:#919191; ",
|
||||
"size": [500,325],
|
||||
"tabs": {
|
||||
"style": "",
|
||||
"selectedstyle": "",
|
||||
"newmsgcolor": "#fdb302",
|
||||
"tabstyle": 0
|
||||
},
|
||||
"scrollbar": { "style" : "padding-top:17px; padding-bottom:17px;width: 18px; background: rgba(255, 255, 0, 0%); border:0px;",
|
||||
"handle": "border-width: 5px; border-image:url($path/scrollbg.png) 5px; min-height:60px;",
|
||||
"downarrow": "height:17px;border:0px;",
|
||||
"darrowstyle": "image:url();",
|
||||
"uparrow": "height:17px;border:0px;",
|
||||
"uarrowstyle": "image:url();"
|
||||
},
|
||||
"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;",
|
||||
"align": { "h": "center", "v": "center" },
|
||||
"minheight": 47,
|
||||
"maxheight": 47
|
||||
},
|
||||
"input": { "style": "background: white; border:2px solid #c48a00;margin-top:5px; margin-right:10px; margin-left:10px; font: bold; font-size: 14px; font-family: 'Century Gothic'" },
|
||||
"textarea": { "style": " background-color: white; background-image:url(); font: bold; font-size: 14px; font-family: 'Century Gothic'; border:2px solid #c48a00;text-align:center; margin-right:10px; margin-left:10px;" },
|
||||
"margins": {"top": 0, "bottom": 6, "left": 0, "right": 0 },
|
||||
"userlist": { "width": 150,
|
||||
"style": "border:2px solid #c48a00; background: white; font-family: 'Century Gothic';selection-background-color:#646464; font-size: 14px; margin-left:0px; margin-right:10px;"
|
||||
},
|
||||
"time": { "text": { "width": 75,
|
||||
"style": " border: 2px solid yellow; background: white; font-size: 12px; margin-top: 5px; margin-right: 5px; margin-left: 5px; font-family:'Century Gothic';font:bold;"
|
||||
},
|
||||
"slider": { "style": "border: 0px;",
|
||||
"groove": "",
|
||||
"handle": ""
|
||||
},
|
||||
"buttons": { "style": "color: black; font: bold; border: 2px solid #c48a00; 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",
|
||||
"op": { "icon": "$path/smooth.png" }
|
||||
}
|
||||
}
|
BIN
themes/enamel/trayicon.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
themes/enamel/trayicon2.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
themes/enamel/trollicon.psd
Normal file
BIN
themes/enamel/vigorous.gif
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
themes/enamel/vigorous2.gif
Normal file
After Width: | Height: | Size: 694 B |
BIN
themes/gold xl/gbbg.gif
Normal file
After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 92 KiB |
BIN
themes/gold xl/m.gif
Normal file
After Width: | Height: | Size: 44 B |
BIN
themes/gold xl/x.gif
Normal file
After Width: | Height: | Size: 55 B |
BIN
themes/gold/abouticon2.png
Normal file
After Width: | Height: | Size: 6.4 KiB |
BIN
themes/gold/gbg.gif
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
themes/gold/h.gif
Normal file
After Width: | Height: | Size: 101 B |
BIN
themes/gold/m.gif
Normal file
After Width: | Height: | Size: 44 B |
BIN
themes/gold/nothing.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
themes/gold/x.gif
Normal file
After Width: | Height: | Size: 55 B |
BIN
themes/pesterchum/vigorous.gif
Normal file
After Width: | Height: | Size: 172 B |
BIN
themes/pesterchum2.5/vigorous.png
Normal file
After Width: | Height: | Size: 408 B |
BIN
themes/trollian/h.gif
Normal file
After Width: | Height: | Size: 80 B |
BIN
themes/trollian/m.gif
Normal file
After Width: | Height: | Size: 50 B |
BIN
themes/trollian/op.gif
Normal file
After Width: | Height: | Size: 111 B |
BIN
themes/trollian/x.gif
Normal file
After Width: | Height: | Size: 76 B |
|
@ -81,7 +81,7 @@
|
|||
},
|
||||
"moodlabel": { "style": "font:bold;font-family:'Arial';color:black;"
|
||||
},
|
||||
"defaultmood": 7,
|
||||
"defaultmood": 1,
|
||||
"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;",
|
||||
|
|
Before Width: | Height: | Size: 371 B After Width: | Height: | Size: 371 B |
|
@ -23,6 +23,7 @@
|
|||
"userlist": "Userlist",
|
||||
"import": "Import",
|
||||
"idle": "Idle",
|
||||
"reconnect": "Reconnect",
|
||||
"exit": "Cease"},
|
||||
"profile": {"_name": "Ink",
|
||||
"switch": "Alias",
|
||||
|
@ -139,7 +140,7 @@
|
|||
"size": [0, 0],
|
||||
"text": ""
|
||||
},
|
||||
"defaultmood": 0,
|
||||
"defaultmood": 18,
|
||||
"moodlabel": { "style": "",
|
||||
"loc": [20, 430],
|
||||
"text": "MOODS"
|
||||
|
@ -165,14 +166,7 @@
|
|||
},
|
||||
"convo":
|
||||
{"style": "background-color: grey; border:2px solid black; font-family: 'Courier'; background-image:url($path/convobg.png); background-repeat: no-repeat;",
|
||||
"tabstyle": "background-color: #fdb302; font-family: 'Courier'",
|
||||
"scrollbar": { "style" : "padding-top:17px; padding-bottom:17px;width: 18px; background: rgba(255, 255, 0, 0%); border:0px;",
|
||||
"handle": "background-color:black;min-height:20px;",
|
||||
"downarrow": "height:17px;border:0px;",
|
||||
"darrowstyle": "image:url($path/downarrow.png);",
|
||||
"uparrow": "height:17px;border:0px;",
|
||||
"uarrowstyle": "image:url($path/uparrow.png);"
|
||||
},
|
||||
"tabwindow": {"style": "background-color: grey; font-family: 'Courier';" },
|
||||
"margins": {"top": 0, "bottom": 6, "left": 0, "right": 0 },
|
||||
"size": [500, 325],
|
||||
"chumlabel": { "style": "margin-bottom: 21px;background: #bebebe; color: white; border:0px; font-size: 14px;",
|
||||
|
@ -188,9 +182,9 @@
|
|||
"style": "background: white; border:2px solid black;margin-top:5px; margin-right:10px; margin-left:10px; font-size: 12px;"
|
||||
},
|
||||
"tabs": {
|
||||
"style": "",
|
||||
"selectedstyle": "",
|
||||
"newmsgcolor": "#fdb302",
|
||||
"style": "background-color: #7f7f7f; font-family: 'Courier';font:bold;font-size:12px;min-height:25px;",
|
||||
"selectedstyle": "border:0px;background-color:#bebebe;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": "white",
|
||||
"tabstyle": 0
|
||||
},
|
||||
"text": {
|
||||
|
|
Before Width: | Height: | Size: 408 B After Width: | Height: | Size: 408 B |
BIN
tutorial/enamel_ss.png
Normal file
After Width: | Height: | Size: 265 KiB |
BIN
tutorial/gold_ss.png
Normal file
After Width: | Height: | Size: 282 KiB |
BIN
tutorial/gold_xl_ss.png
Normal file
After Width: | Height: | Size: 265 KiB |