![]() |
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. |