Forum Moderators: open
Custom Style Sheet URL?
Full URL to CSS Sheet (max 200 chars)
Just mentioning it as we are doing some internal testing. I expect that option to remain, no matter what the outcome of the testing.
Feel free to point it at any of your fav css sheets. Funtionality is limited due to hard coding of many html based style tags, but some things are possible.
Some you can try:
[w3.org...]
[w3.org...]
[w3.org...]
[w3.org...]
[w3.org...]
One thing, though - I know you're not looking for bug reports, but without any stylesheet specified (and no change in system preferences on my part) the default template is now showing extra white space between various page elements: on the home.htm page, extra space between forum titles and descriptions, extra space below h1 page titles, and an extra blank line at the top of each message. Let me know if you need a screenshot. Browser: Firefox 1.0 Linux.
The above two classes can apply to html elements:
font, href, b, i, sub, sup, center, pre, code, hr, li, ul, ol, blockquote, strong, fixed
trme: table row message even class. (applies to <tr> for message.
trmo: table row message odd class.
Other Classes:
mered: red color font in posts with marker [red] (these apply to font command only)
meblue, same as red above, but blue.
megreen, same as red above, but green.
meyellow, same as red above, but yellow.
Font size classes: "mefixed" applies to the fixed size font (normally courier). Within BestBBS, we can quote text with the [quote] operator. The following classes apply to that quoted section qtable : class for table declaration. pt: Poster Table. Applies to TR and TD (table behind the posters name on every message) pf: Poster Font. ib: info bar. Bar where "new msg" and "Reply msg" buttons are. Includes message links. ob: options bar. (bar where "forum options, library..etc are printed). dfn: discussion forum name (name). Name of forum at top of thread [1]edited by: Brett_Tabke at 11:39 pm (utc) on Jan. 30, 2005]
In BestBBS, we can specify fonts with the style ...[6] for those font sizes.
The following classes are applied to those size changes:
me1, me2, me3, me4, me5, me6 respectively.
qtr: table row declaration.
qtd: table data declaration.
qf: quoted font.
pft: Poster Font Title.
mtf: Message Time font. Applies to time font.
(includes <table) and font)
mto: message thread options. Options at bottom of thread.
[edited by: rogerd at 3:43 am (utc) on Feb. 14, 2005]
[edit reason] bb code [/edit]
I have updated the class list above.
An example test css sheet (intentionally visually asaulting for seperation...) for now:
[webmasterworld.com...]
The emphasis is on the thread displays...
I'll just tweak some stuff on that one, and call it good. I'll let you know if I have problems.
Thanks!