PHP Logger 1_2b details

  • Description

    from the doc: "SKINS FAQ Q: What is the purpose of skinning? A: It gives the logger a more colorful appearance, and relieves you of a regular web page appearance. Q: How do I use skins? A: Upload the CSS file to your PHP Logger directory. Then, define it in the configuration (under $skinname). You're done! Q: How do I create skins? A: Make an external CSS file (learn CSS at http://www.w3schools.com/css). Then, define it in the configuration as described above. But, there's more to it than that. Read the next question for more. Q: Is there anything in particular that I need to do in my CSS file? A: You need to define a few classes for some of the tags: h1.title - The title of the vic list. h4.time - The server time display. b.column - The column headings in the vic list. You may want to define the following also:' A:[visited, hover, etc] - The links. td - The vic list table cells. table - Stuff for the table. Usually border hr - Horizontal rule that divides vic list and info. Q: Where can I find skins? A: You can use any old CSS file you find lying around, but you may want to modify it so that it has the classes that I mentioned. Q: Can I find skins on your site? A: Yes. Click the link *duh*."