
|
Max Membership Page Formatting The Max Membership page formatting is controlled by a CSS file. The CSS file is called 'fonts.css' (oddly enough) Being a text file, it can be edited with a text editor. All the tags are documented in the CSS file. Here is basically what it says within the CSS file: The topborder class is used for the background of the main login/signup page and on the Login Profile page and on the verify signups page. The loginborder class is used for the table with the buttons Enter Members Only Pages and Pay Yearly Fee on the Login Profile page. The main class is called "main" for a reason. It is the size of all the text on the pages of the Max Membership system. The remaining classes are used for the Control Panel part of the system: The header class is used for titles on the system pages. The subheader class is used for subtitles on the system pages. The error class is used for error messages such as incorrect input. The content class is the body text used on the Control Panel pages. The helpcontent class is for the text of help windows. The helpheader class is used for titles on the help pages. The contenthead class is the same as content, except that it has a background color. This is used for the header line on the main table on the cpindex.php main display table. And on the main Configure page form itself. The contentbody class is the background color of the main table on the cpindex.php main display table. The contentsmall class is the same as content, except it's small text. It's used for the message under the Delete button on the cpindex page. The fixed class is used wherever a fixed-font is needed on a form input field, plus it has a background color for the form. It's used on the Select page form.
|