|
Post by Wormopolis on Sept 13, 2009 1:36:47 GMT -8
Milestones:
ability to runtime change all of the "color" attributes of the default PB skin elements that have a color input
(working in IE and FF)
textcolor - hex - td,.nav,.windowbg,.windowbg2 "color", document.body.style.textColor linkcolor - hex - A:link,.nav:link "color" alinkcolor - hex vlinkcolor - hex - A:visited,.nav:visited "color" titlebgcolor - hex - .titlebg "background-color" titletextcolor - hex - .titletext, .titlebg "color" catbgcolor - hex - .catbg "background-color" cattextcolor - hex - .catbg "color" newstitlebgcolor - hex - .newstitlebg "background-color" newstitletextcolor - hex - .newstitlebg "color" newbgcolor - hex - div'fscroller'.parentNode.style.bgcolor newstextcolor - hex - variable txtColor windowbg1 - hex - .windowbg "background-color" windowbg2 - hex - .windowbg2, #pagedropmenu "background-color" bordercolor - hex - .bordercolor "background-color"
(not working yet since it will involve some other method)
boardhighlightcolor - hex (not done with CSS) threadhighlightcolor - hex (not done with CSS)
ability to runtime change remaining inputs
Logo - URL (not done through CSS) Font - font list - td,input,textarea,select,optgroup "font-family" bgcolor - hex - document.body.style.backgroundColor bgimage - URL - body "background-image" bgimagefixed - yes or no - body "background-attachment" (yes=fixed)
ability to manipulate CSS that isnt part of PB settings, but can be recorded and put into header
ability to manipulate OTHER CSS elements like custom classes runtime
ability to save all runtime changes into a cookie, and then upon entering skin settings, be able to paste changes.
This is an ongoing list. not all features will be available in first version.
|
|
|
Post by Wormopolis on Sept 27, 2009 6:49:51 GMT -8
UPDATE:
things working in IE (because apparently my transfer from the test site screwed everything up)
Dragging the SkinView Box (its not very accurate unless you go slow)
Title BG color Title Text Color Category BG color Category Text Color window BG 1 window BG 2 Bordercolor
|
|
|
Post by Wormopolis on Sept 27, 2009 7:45:07 GMT -8
Things working in FF
drag (although going below the bottom of the screen has unusual effects...)
bordercolor window bg 1 windowbg 2 category text color category bg color titlebg color
multiple style selectors will have to be addressed...
but Im making progress.
|
|
|
Post by Wormopolis on Sept 27, 2009 18:36:12 GMT -8
Update:
New things working in IE:
Font Link Color Visited Link Color Text Color All BG colors (except Body.. thats a whole different headache right now)
Still have to test News stuff (except news isnt on this page so bleh) Body BG image is still in development
any feedback yet?
|
|
|
Post by pm on Sept 28, 2009 1:32:36 GMT -8
This is Nice Wormo!
Edit: Damn Nice!
|
|
|
Post by Wormopolis on Sept 28, 2009 4:09:49 GMT -8
all the same stuff is working in FF now as well.
I will work on Body color and BG this week.
think it will be necessary to check for valid hex colors?
|
|
|
Post by pm on Sept 28, 2009 6:04:51 GMT -8
Probably would. Hell, even I get em wrong sometimes. ;D
|
|
|
Post by Wormopolis on Oct 4, 2009 7:15:31 GMT -8
added Hex value check.
added a input description to help user know what kind of data to Enter.
all News variables work in both IE and FF
all drop down inputs work in IE and FF.
background-attachment now works
If you have Gradiants turned on, you wont see any changes in cells that have them (titlebg, catbg, newstitlebg)
If you have ANY CSS that modifies the standard PB elements in your header, this will not override them. Its assumed that since you entered them in your header, you would know what they were for.
|
|
|
Post by Wormopolis on Oct 6, 2009 2:12:46 GMT -8
added in Logo change ability. keep in mind if another code does something drastic like hide the logo, create a new image with the logo src instead of cloning it, or like my banner remodel makes it a background instead of an actual image - logo wont change. There is no way to code for things like that. it MIGHT be possible later to account for known codes, but not right now.
version 1.0 is being submitted to my database and PBS database
we will see how ppl like it I guess.
|
|
|
Post by Wormopolis on Oct 11, 2009 11:07:01 GMT -8
version 1.01: bug fix for cattext
|
|
|
Post by Wormopolis on Oct 11, 2009 12:12:02 GMT -8
version 1.02: added box top right for closing panel
|
|
|
Post by Wormopolis on Dec 28, 2009 1:09:25 GMT -8
undo button now working in both FF and IE.
export button works in FF, but not IE. guess I have to resort to a URL catch for that one...
|
|