pesterchum/themes/pesterchum/style.js
Stephen Dranger 0363d80af2 tabs!
2011-01-26 04:32:35 -06:00

36 lines
1.1 KiB
JavaScript

{"main":
{"style": "background-image:url($path/pcbg.png);",
"size": [300, 620],
"icon": "$path/trayicon.gif",
"close": { "image": "$path/x.gif",
"loc": [275, 0]},
"chums": { "style": "background-color: black;color: white;font: bold;font-family: 'Courier New';selection-background-color:#919191; ",
"loc": [20, 65],
"size": [265, 400],
"moods": { "chummy": { "icon": "$path/chummy.gif",
"color": "white" },
"offline": { "icon": "$path/offline.gif",
"color": "#919191"},
"rancorous": { "icon": "$path/rancorous.gif",
"color": "red" }
}
},
"elements": [
{ "style": "" }
]
},
"convo":
{"style": "background: #fdb302; font-family: 'Courier New'",
"size": [500, 500],
"chumlabel": { "style": "background: rgba(255, 255, 255, 25%);" },
"textarea": {
"style": "background: white;"
},
"input": {
"style": "background: white;"
},
"tabstyle": 0
}
}