Versions Compared

Key

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


Aura - Panel
tab1
styles{"body":{"text":{"color":"#465671","textAlign":"left","fontWeight":"normal","fontSize":14}},"header":{"backgroundColor":{"color":"#f2f8fa"}},"headline":{"alignment":{"horizontal":"start"},"text":{"text":"Intern Application Process","color":"#002d72","textAlign":"left","fontWeight":"bold","fontSize":26}},"base":{"border":{"bottom":false,"left":true,"right":false,"top":false,"color":"#233e90","width":4,"style":"solid"},"backgroundColor":{"color":"#f2f8fa"},"borderRadius":{"radius":4},"boxShadow":{"shadows":[{"color":"rgba(0, 0, 0, 0.08)","x":0,"y":1,"blur":1,"spread":0},{"color":"rgba(0, 0, 0, 0.16)","x":0,"y":1,"blur":3,"spread":1}]}}}
body<p><br /></p>




Aura - Tab Group
settings{"generalSettings":{"tabSpacing":0,"tabWidth":50,"tabHeight":40,"direction":"vertical"},"activeSettings":{"backgroundColor":{"color":"#002d72"},"text":{"fontSize":16,"color":"#fff","textAlign":"left","fontWeight":"normal"}},"inactiveSettings":{"backgroundColor":{"color":"#f4f5f7"},"text":{"fontSize":16,"color":"#5e6c84","textAlign":"left","fontWeight":"normal"}},"contentSettings":{"backgroundColor":{"color":"#fff"},"boxShadow":{"shadows":[{"color":"rgba(0, 0, 0, 0.08)","is":"drop-shadow","x":0,"y":0,"blur":1,"spread":0},{"color":"rgba(0, 0, 0, 0.16)","x":0,"y":3,"blur":2,"spread":-2}]},"border":{"style":"solid","width":1,"top":true,"bottom":true,"left":true,"right":true,"color":"#ebecf0"},"padding":{"top":10,"right":10,"bottom":10,"left":10}},"hoverSettings":{"backgroundColor":{"color":"#0073a4"},"text":{"fontSize":16,"color":"#ffffff","textAlign":"left","fontWeight":"normal"}}}
tab1


Aura - Tab
titleIntroduction


Panel
borderColor#002D72
bgColor#F3F4F9
titleColor#ffffff
borderWidth1
titleBGColor#002D72
borderStylenone
titleIntroduction



Info

The content below provides guidance when beginning, and navigating through, the online application. Please review before accessing any of the Application Instruction tabs to the left.


Aura - Tab
titleApplication: Page 1


Panel
borderColor#002D72
bgColor#F3F4F9
titleColor#ffffff
borderWidth1
titleBGColor#002D72
borderStylenone
titleApplication Page 1: Company Information



Info



Section


Column
width50%


UI Steps
sizesmall


UI Step





Column
width50%





Aura - Tab
titleApplication: Page 2


Panel
borderColor#002D72
bgColor#F3F4F9
titleColor#ffffff
borderWidth1
titleBGColor#002D72
borderStylenone
titleApplication Page 2: Contact Information



Info



Section


Column
width50%


UI Steps
sizesmall


UI Step





Column
width50%





Aura - Tab
titleApplication: Page 3


Panel
borderColor#002D72
bgColor#F3F4F9
titleColor#ffffff
borderWidth1
titleBGColor#002D72
borderStylenone
titleApplication Page 3: Business Details



Info



Section


Column
width50%


UI Steps
sizesmall


UI Step





Column
width50%





Aura - Tab
titleApplication: Page 4


Panel
borderColor#002D72
bgColor#F3F4F9
titleColor#ffffff
borderWidth1
titleBGColor#002D72
borderStylenone
titleApplication Page 4: Application Review



Info



Section


Column
width50%


UI Steps
sizesmall


UI Step





Column
width50%





Aura - Tab
titleNext Steps


Panel
borderColor#002D72
bgColor#F3F4F9
titleColor#ffffff
borderWidth1
titleBGColor#002D72
borderStylenone
titleNext Steps






HTML
<style type="text/css">
.aura-tab-content {
margin-top: 0px!important;
padding-top: 0px!important;
}
.aura-panel {
margin-top: 0px!important;
margin-left: 0px!important;
margin-right: 0px!important;
}
.panel, .alertPanel, .infoPanel {
margin-top: 0px!important;
}
.panelHeader {
font-size: 20px;
padding-top: 5px!important;
padding-bottom: 5px!important;
}
.panelContent {
display: none;
}
#title-text {
display: none;
}
</style>
Prospective Interns and New Hires User Guides


HTML
<script type="text/javascript" >
   jQuery(document).ajaxComplete(function() {
      if(jQuery('.ia-fixed-sidebar.collapsed').length == 0 ) {
         jQuery('.expand-collapse-trigger').click();
     };
   });
</script>

<style type="text/css">
#title-text { display: none;}
.rwui_button { background-color: #0073A4;}
.rwui_button:hover { background-color: #002D72;} 
</style>