# Teemz(tm) Bulletin Board Software # Copyright © 2000 Elated Communications Ltd. All Rights Reserved # By having in your possession a copy of this file, or by using or # installing this file, you are indicating your acceptance of the # Teemz licence agreement. This agreement is publicly viewable # at http://www.teemz.com/licence and should be included with your # Teemz distribution in the file teemz_licence.txt. # You are solely responsible for any consequences of the use of this file. # Copyright notices included within this file may never be modified, # appended, or removed without the prior expressed written consent of # Elated Communications Ltd. # You are not permitted to modify, append, or remove any copyright # notices or credits appearing within the visual interface of the Teemz # Software. This includes, but is not limited to, copyright notices on # documentation pages, the "Help" link on any board page, the "Administrator's # Manual" link on the administration pages, and the "Powered By Teemz" link on # the board home page. Removing links to such copyright notices and credits is # also prohibited. # You may not sell or otherwise distribute this file, or any files # that comprise the Teemz Software, or any derivatives or alterations of # these files, under any name. ################################################################################# # File Name: skin.txt # Original Skin Name: Default Skin # Original Skin Author: Teemz (www.teemz.com) # Designed for Teemz Version: 0.62 # SKIN DEFINITION # -------------------------------------------------------------------------------- # 1. SKIN NAME # -------------------------------------------------------------------------------- $skinname = "Default Skin"; # -------------------------------------------------------------------------------- # 2. FONTS # -------------------------------------------------------------------------------- $ff_small = '"Verdana,Arial,Helvetica,Sans-serif"'; $fs_small = 1; $ff_normal = '"Verdana,Arial,Helvetica,Sans-serif"'; $fs_normal = 2; $ff_headings = '"Verdana,Arial,Helvetica,Sans-serif"'; $fs_headings = 4; $ff_messages = '"Arial"'; $fs_messages = 3; # -------------------------------------------------------------------------------- # 3. COLORS # -------------------------------------------------------------------------------- $body_bgcolor = '"ffffff"'; $body_textcolor = '"006633"'; $body_linkcolor = '"0000ff"'; $body_vlinkcolor = '"9900dd"'; $body_alinkcolor = '"ff0000"'; $table_header_bgcolor = '"000077"'; $table_header_textcolor = '"ffffff"'; $table_bgcolor1 = '"eeeedd"'; $table_bgcolor2 = '"eeeeee"'; $table_bordercolor1 = '"ccccbb"'; $table_bordercolor2 = '"aaaaaa"'; $label_color = '"aa0000"'; # -------------------------------------------------------------------------------- # 4. TEXT FORMATTING OPTIONS # -------------------------------------------------------------------------------- $line_width = 70; $editbox_height = 15; # -------------------------------------------------------------------------------- # 5. TABLE OPTIONS # -------------------------------------------------------------------------------- $outer_table_width = '"90%"'; # -------------------------------------------------------------------------------- # 6. MESSAGES # -------------------------------------------------------------------------------- # Recent Topics and Total Topics messages for the topic list page $recent_topics_text = "[#recent_topics#] topics from the last [#history#] days"; $total_topics_text = "[#total_topics#] topics in total"; # -------------------------------------------------------------------------------- # 7. CUSTOM TAG CODE # -------------------------------------------------------------------------------- # Placed at the end of the tag code on each forum page $head_tag = < tag code on each forum page $body_tag = <
[#board_title#]
END_HTML # Page Footer HTML $page_footer = <   You are currently not logged in. You can view the forums, but cannot post messages. | Log In | Register | Search | Help |   Refresh Refresh END_HTML # Global Menu HTML (For Logged-In Users) $global_menu_users = <   Welcome, [#user#]. You are logged into the Forums. | Edit Profile | Search | Log Out\ | Help |   Refresh Refresh END_HTML # -------------------------------------------------------------------------------- # 10. MODERATOR OPTIONS HTML # -------------------------------------------------------------------------------- # Moderator Options on Forum Index Pages # $mod_options_index_page = <
  Moderator Options: | Close Topics | Reopen Topics | Delete Topics  
END_HTML # Moderator Options on Topic Pages # $mod_options_topic_page = <
  Moderator Options: | Delete Replies from This Topic    
END_HTML # -------------------------------------------------------------------------------- # 11. ADMINISTRATOR OPTIONS HTML # -------------------------------------------------------------------------------- # Administrator Options on Forum Index Pages # $admin_options_index_page = <
  Administrator Options: | Move Topics  
END_HTML # Administrator Options on Forum List Pages # $admin_options_list_page = <
  Administrator Options: | Teemz Manager | Skin Changer | Administrator's Manual  
END_HTML # --------------------------------------------------------------------------------