Schemes - Custom
- Last Updated: July 29, 2025
- 1 minute read
- MOVEit Transfer
- Version 2022
- Documentation
SysAdmins are encouraged to create their own cascading stylesheets (*.css) and to upload them as custom schemes to be used by any organization on their system.
Creating a Custom Scheme
To create and test a custom scheme:
- Sign on with a SysAdmin account.
- Click the Schemes link to list schemes and Preview the schemes.
- Click the Open This Scheme button next to the scheme similar to the look you wish to achieve.
- Create a new text file on your desktop and rename it myscheme.css.
- Copy the Stylesheet Code from the Scheme Profile into your new stylesheet and save it.
- Make changes to the stylesheet on the desktop and save. See Recognized Styles below for a list of css styles you can change to achieve the look you want.
- From the Scheme list, press the Add Scheme link, browse to the stylesheet on the desktop, give it a name and upload it.
- From the Scheme list, Preview your new scheme...and repeat from Step 6 as needed.
Recognized Styles
This section describes the css styles that you may edit to change the look of a scheme. If a style does not appear in your scheme's css, you may add it.
|
Style |
Description |
|---|---|
|
|
ID of the main table that contains the content of each web page. This can be useful for putting a border around the content, or making it a different background color than the rest of the page, for example. |
|
|
Sub-titles of content sections. Specify a font COLOR for this style. |
|
|
Color of the Search box background and the user bar at the top of the page that contains My Account and Sign Out. Specify a BACKGROUND-COLOR for this style. Note: Use
#userbar
to designate a separate color for the top user bar. |
|
|
Color of the links in the user head section. Use of COLOR is required. |
|
|
Should be identical to a.userhead:link. |
|
|
Should be identical to a.userhead:link. |
|
|
Should be identical to a.userhead:link. |
|
|
Color of the user bar at the top of the page that contains My Account and Sign Out. |
|
|
Color of the borders at the top and bottom of the user bar at the top of the page. Specify BORDER-TOP and BORDER-BOTTOM properties. Example:
|
|
|
Odd rows in tables. Specify only a BACKGROUND-COLOR for this style. |
|
|
Even rows in tables. Specify only a BACKGROUND-COLOR for this style. |
|
|
Table headers, some table information. Should be
similar to |
|
|
Used for most standard text. |
|
|
Despite its name, used by larger-than-normal text. |
|
|
Very large text. Should be similar to |
|
|
The font color and size used in user input boxes
and drop-down lists. Should be similar to |
|
|
Text areas. Should be IDENTICAL to |
|
|
Shows or hides legacy icons. See also Brand. |
|
|
Shows or hides organization bullets. See also Brand. |
|
|
Document body. Use of at least BACKGROUND-COLOR is encouraged. |
|
|
Color of links. Use of COLOR is required. |
|
|
Color of visited links. Specify a font COLOR. |
|
|
Color of links when your mouse hovers over them. Specify a font COLOR. |
|
|
Color of the sign on button on the Sign On page. Specify a BACKGROUND-COLOR and font COLOR. You must also add Example:
|
|
|
Color of the sign on button on the Sign On page when your mouse hovers over it. Specify a BACKGROUND-COLOR and font COLOR. You must also add Example:
|
|
|
Color of the sign on box. Specify a BACKGROUND-COLOR and BORDER. |
|
|
Style of links on sign on page. Specify a font COLOR and TEXT DECORATION. |
|
|
Color used by "HOT" links (i.e. locked out users). Use of COLOR is required. It is recommended that you keep this font COLOR red. |
|
|
Should be identical to a.alert:link. |
|
|
Should be identical to a.alert:link. |
|
|
Should be identical to a.alert:link. |
|
|
Standard button style. Specify a BACKGROUND-COLOR and font COLOR. |
|
|
Color of primary buttons like Save, OK, Upload, Download, Send. Specify a BACKGROUND-COLOR and font COLOR. |
|
|
Color of secondary buttons like Cancel, No, buttons that do not implement an immediate action, or buttons of tertiary importance. Specify a BACKGROUND-COLOR and font COLOR. |
|
|
The color of the selected left navigation menu item. Specify a BACKGROUND-COLOR and a font COLOR. |
|
|
The color of the left navigation menu buttons. Specify a BACKGROUND-COLOR and a font COLOR. |
|
|
The color of the left navigation menu buttons with mouse hover. Specify a BACKGROUND-COLOR and a font COLOR.
|