![]() |
[ Show ]
Support VoyForums
[ Shrink ]
VoyForums Announcement:
Programming and providing support for this service has been a labor
of love since 1997. We are one of the few services online who values our users'
privacy, and have never sold your information. We have even fought hard to defend your
privacy in legal cases; however, we've done it with almost no financial support -- paying out of pocket
to continue providing the service. Due to the issues imposed on us by advertisers, we
also stopped hosting most ads on the forums many years ago. We hope you appreciate our efforts.
Show your support by donating any amount. (Note: We are still technically a for-profit company, so your
contribution is not tax-deductible.)
PayPal Acct: Donate to VoyForums (PayPal):
This page describes what you could put in the VoyForums Admin Menu's CSS, tables, & borders -> Cascading Style Sheet option, and maybe a bit more. What can you put there? What do I need to know to read this page? Also for reference, if you save your forum's settings (from the Backup & Repairs page), you can choose a theme and view your forum's HTML sourcecode. Some browsers make it easy on you to see the HTML sourcecode of a page, right from the view menu where it makes sense, but many users might have to search harder--try the File menu, Properties, or something like that. Examples: Table-style, Moca theme:
.cb{background-color:#000000}
.chd{background-color:#995e33;font-family:arial;font-weight:bold;color:#ffffff}
.c1{background-color:#edc696}
.c2{background-color:#eeddc6}
.cp{background-color:#edc696}
.va{color:#b06000;font-style:italic;font-weight:bolder}
.vu{color:#703000;font-style:italic;font-weight:bold}
The names, like cb, chd, c1, etc. are the actual names you will see in the CSS admin area. For instance, chd is the setting for the Header fields of a message; the Subject, Author, and Date call it by name. When they do, they adopt the attributes in the above ".chd{stuff}" setting--that is, they set the background color to whatever #995e33 means. They set the font to an arial font, and they set the font to bold and all white--that's what #ffffff means--it means white. Because this is the Moca setting, #995e33 is a brown color. See the next example for more information. Text-style, Jungle theme:
.va{color:#e8f39c;font-style:italic;font-weight:bolder}
.vu{font-style:italic;font-weight:bold}
These settings, just as in the Table-style Moca theme example above, have names
"va" and "vu". These are sort for "VoyUser Admin" and "VoyUser user", and affect only
the display of the names of VoyUsers when they post. They must be logged in to VoyForums
for their posts to have a "VoyUser" status; additionally, the admin of a forum must have
a VoyUser account and they must place their account name in the
"VoyUser Access/Priviledges" admin area.
VoyForums(tm) is a Free Service from Voyager Info-Systems. Copyright © 1998-2019 Voyager Info-Systems. All Rights Reserved. |