x x x
x
Only portrait mode is currently supported - please rotate your device.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Custom section
CustomCSSwidth:60%;margin:30px auto;display:flex;flex-direction:column;


HTML
<style> 
img.confluence-embedded-image { 
  border: solid 1px var(--secondary-color); 
} 

@media only screen and (max-width: 600px) {
  img.confluence-embedded-image {
    width:100%;
  }

  .cell.sidebars {
    width: 10%!important;
  }
}
</style>

Custom button
CustomCSSborder: 0px; color: white; margin-top:10px; background: var(--primary-color);
Typecustom-button
TextBack to Tutorials
Urlhttps://passport.theonevalley.com/display/SCWADSBAJ/Admin+Panel#tab-Tutorials


General description
CustomCSSwidth: auto; padding: 0px;
MyTitleCreating Announcements
BodyCSSwidth: inherit; padding: 0px;

This tutorial will show you how to add new announcements.


1 - Navigate to the Dashboard, then scroll to the section where announcements are located.


2 - Select the  button on the top-left.

3 - Fill in all the required fields on the form.
NOTE - To ensure the announcement loads quickly, use an image that is less than 200kb.


NOTE - The banner reacts dynamically to different screen sizes and may cut off vertical and horizontal edges, so images should not contain critical text or elements.

NOTE - Image requirements: 600px × 800px, JPG. *Do not use special characters in the filename.

4 - Select the  button to create the announcement.


General description
CustomCSSwidth: auto; padding: 0px;
MyTitleEditing Announcements
BodyCSSwidth: inherit; padding: 0px;

This tutorial will show you how to edit existing announcements.


1 - Navigate to the Dashboard, then scroll to the section where announcements are located.

2 - Select the  button on the top-left.

3 - Select .

4 - Update any information, then select  to save changes.

...