Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Section
Column
width75%

 

The zip file includes Nouveau and Nouveau Blue zip files include an images folder and several files. The most important is the common.css file; this is often the only file you’ll need to edit.  A read me file is also provided.that should contain all of your custom css for forms, flows, spaces,the task list etc. You can refer to the other files to view the  default css for these features. Refer to Common Customization Examples for more css solutions.  

Below are the downloaded items and the purpose of each:

  • common.css - This is the recommended file to place all of your custom css in. If this is done, the migration steps will be easier when you upgrade Upgrading to a new release . Refer to Migration Considerations for the detailswill be easier if all of your custom css is in one place. Forms, flows, spaces and task list pages all import common.css from the theme in desktop and mobile views.
  • form.css – This is where you make the vast majority of stylistic changesfile shows the default css for forms.
  • form-edit.css – Typically this file is not used but it is available in case you want to customize what you see when designing your form. 
  • container.css – Edit this to add styling touches This file shows the default css if you are using pop-up windows or embedded forms. As the file name implies, you can make changes such as modifying the border color of the pop-up window. 
  • custom.js file – You can include your own javascript here. Your form will use your custom code because this file gets loaded automatically when the form is loaded. See the chapter on Customizing Behavior for ideas.
  • flow.css - This is where you customize the default customization for flows.
  • space.css - This is where you customize the default customization for a  Space.
  • tasks.css - This is where you customize file contains the customization for the task list.login.css - This is where you customize the login for forms with tenant login security.
  • submissions.css - This is where you customize and embedded submissions page.
  • form-layout.css - This style sheet is intended for custom layouts. You should only put layout-specific CSS in here. For Stylistic changes, such as colors, borders, fonts etc. please modify , should be added to common.css.
  • login.css, submission.css, flow-edit.css and form-edit.css are currently not used.
  • Images folder – This contains image files used for displaying borders and headers of a pop-up window but more importantly is where you place any images you might use for customization--for example, if you edit form.css to replace the standard icons shown in your forms. Also, if you will be using pop-up forms and want a header, you'll need to add an image called header.png in the folder. The dimensions of the image must match the width of your forms.

  

The files: common.css, form.css, container.css, tasks.css, space.css, and flow.css are currently used and collectively referred to as Look & Feel files.  The files login.css, submission.css, flow-edit.css and form-edit.css are currently unused. Lastly, the theme contains s custom.js. file, which typically contains, custom JavaScript added by the designer for form usability. See this documentation for some examples of common custimizations.