IBM Kenexa BrassRing on Cloud Responsive Apply: Visual Branding Tool

Slides:



Advertisements
Similar presentations
LIS650 lecture 4 Thomas Krichel today Advice CSS Properties –Box properties-- List properties –Table properties-- Classification properties.
Advertisements

LIS650 lecture 4 Thomas Krichel today Advice CSS Properties –Box properties –List properties –Classification properties Fun with selectors.
Chapter 3 – Web Design Tables & Page Layout
Cascading Style Sheets
Layout using CSS. Using multiple classes In the head:.important{font-style:italic;}.title{color:red;} In the body: Here's a type of paragraph that is.
Today CSS HTML A project.
CSS. Intro to CSS Cascading Style Sheets – styles and enhances appearance of webpage.css extension.
Chapter 3 – Designing your web pages Dr. Stephanos Mavromoustakos.
Slide 1 CMPS 211 Internet Programming Spring 2008 Dynamic Effects with Styles Chapter 12 2/6/08.
Very quick intro HTML and CSS. Sample html A Web Title.
Cascading Style Sheets. CSS stands for Cascading Style Sheets and is a simple styling language which allows attaching style to HTML elements. CSS is a.
Web Development & Design Foundations with XHTML Chapter 7 Key Concepts.
Web Development & Design Foundations with XHTML Chapter 7 Key Concepts.
1 Web Developer & Design Foundations with XHTML Chapter 9 Key Concepts.
Advance CSS (Menu and Layout) Miftahul Huda. CSS Navigation MENU It's truly remarkable what can be achieved through CSS, especially with navigation menus.
1 Pengantar Teknologi Internet W03: CSS Cascading Style Sheets.
CIS 1310 – HTML & CSS 6 Layout. CIS 1310 – HTML & CSS Learning Outcomes  Describe & Apply the CSS Box Model  Configure Float with CSS  Designate Positioning.
1 Dreamweaver CS5 intermediate class by Cookie Setton Build a CSS website WITHOUT TABLES Just when you thought you were starting to understand HTML coding,
Web Pages and Style Sheets Bert Wachsmuth. HTML versus XHTML XHTML is a stricter version of HTML: HTML + stricter rules = XHTML. XHTML Rule violations:
Class four: the box model and positioning. is an HTML tag which allows you to create an element out of inline text. It doesn’t mean anything! try it:
Unit 20 - Client Side Customisation of Web Pages
Site Modules > Page Builder Access the Page Builder module through the Site Modules top navigation link. Access Page Builder from the Site Modules navigation.
CSS (Cascading Style Sheets): How the web is styled Create Rules that specify how the content of an HTML Element should appear. CSS controls how your web.
TUTORIAL 8: Enhancing a Web Site with Advanced CSS
CONCEPTS FOR FLUID LAYOUT Web Page Layout. Website Layouts Most websites have organized their content in multiple columns (formatted like a magazine or.
Tutorial #6 – Creating Fixed Width Layouts. Tutorial #5 Review – Box Model Every html element is surround by a box Content, Padding, Border, Margin Can.
Lecture 2 - HTML and CSS Review SFDV3011 – Advanced Web Development 1.
Layout with Styles Castro Chapter 11. Tables vs. CSS You can produce “liquid layouts” (layouts that stretch as the browser is resized) using tables or.
Internet Technology Dr Jing LU Updated Dr Violet Snell / Dr Kalin Penev 1 Internet Technology (week 6)  Recap: Validating HTML  Page Layout.
INTRODUCTORY Tutorial 5 Using CSS for Layout and Printing.
Positioning Objects with CSS and Tables
CONCEPTS FOR FLUID LAYOUT Web Page Layout. Essential Questions What challenges do mobile devices present to Web designers? What are the basic concepts.
CSS Introductions. Objectives To take control of the appearance of a Web site by creating style sheets. To use a style sheet to give all the pages of.
CSS.
Laying out Elements with CSS
Working with Cascading Style Sheets
>> Navigation and Layouts in CSS
Cascading Style Sheets Boxes
Google fonts CSS box model
CSS Layouts: Grouping Elements
Unit 3 - Review.
Concepts for fluid layout
Creating Page Layouts with CSS
Positioning Objects with CSS and Tables
Cascading Style Sheets (Layout)
>> CSS Layouts.
Web Development & Design Foundations with HTML5 7th Edition
Chapter 7 Page Layout Basics Key Concepts
Web Development & Design Foundations with HTML5 8th Edition
Web Development & Design Foundations with HTML5
Cascading Style Sheets
IS333: MULTI-TIER APPLICATION DEVELOPMENT
Objectives Create a reset style sheet Explore page layout designs
6 Layout.
Cascading Style Sheets
IBM Kenexa BrassRing on Cloud Responsive Apply: Gateway Questionnaire Configuration April 2017.
Styles and the Box Model
MORE Cascading Style Sheets (The Positioning Model)
DynamicHTML Cascading Style Sheet Internet Technology.
IBM Kenexa BrassRing on Cloud Responsive Apply: Talent Gateway Configuration October 2017.
Web Development & Design Foundations with H T M L 5
DynamicHTML Cascading Style Sheet Internet Technology.
Web Development & Design Foundations with HTML5
How to use the CSS box model for spacing, borders, and backgrounds
Web Development & Design Foundations with HTML5
Laying out Elements with CSS
CSS Boxes CS 1150 Fall 2016.
Concepts for fluid layout
Positioning Objects with CSS and Tables
Presentation transcript:

IBM Kenexa BrassRing on Cloud Responsive Apply: Visual Branding Tool April 2017

Agenda Visual Branding Tool Overview Steps to Configure in the Visual Branding Tool Advanced CSS Overview Advanced CSS Examples Visual Branding Tool Configuration Demo

Visual Branding Tool Overview With the Visual Branding Tool (VBT), you can change and save branding elements for responsive Talent Gateways and Gateway Questionnaires: colors, fonts, and stored images. Gateways must be: Full or Global WCAG-enabled Talent Gateways Have saved responsive layout (indicated by pencil or checkmark icons) Be synchronized if new or if responsive layout was recently configured. To Access the VBT you can select Tools > Talent Gateways > Alternatively, you can click the responsive layout checkmark icon for any Talent Gateway, expand the “Branding: Fonts/Colors/Images” section, and click the “Launch the visual branding tool” button.

Steps to Configure in the Visual Branding Tool VBT opens in configuration mode, where you can right-click to change the different elements.

Steps to Configure in the Visual Branding Tool 1: Logo – Will appear in the header. Must be a URL and HTTPS hosted. Height 50px, Width 130px, Size 50kb 2: Branded Image – Must be a URL and HTTPS hosted. Height 400px, Width 1100px, Size 600kb 3: Header Link Color 4: Foreground Color 5: Background Color 6: Base Font Size – 16px default 7: Base Font Color 8: Base Font Style: Helvetica Neue/Arial, Verdana, Times New Roman, Tahoma 9: Page Link Color 10: Button Background Color 11: Footer Font Color 12: Footer Background Color

Advanced CSS At a very high level, CSS (Cascading Style Sheets) replaces the formatting of certain HTML tags in page content; you could make a special icon appear for any use of the <li> bullet tag, or you can control the colors of certain elements universally. CSS normally can be used in-page or as a separate HTML document called for each page. To learn more about CSS, you can access this online source. The Advanced / CSS feature in the visual branding tool was created to allow clients granular control over branding through the direct input of CSS code. Advanced CSS allows you to add CSS scripts to change the look and feel of the responsively designed pages.

Advanced CSS The Advanced CSS feature is very powerful, and as you manipulate the CSS on a page, you may negatively affect the responsiveness or the accessibility of the application pages, so please make sure the CSS script entered is done by someone with deep expertise in CSS. The candidate experience has been coded to adhere to numerous global standards and to accommodate virtually all devices through responsive design. In addition to solid knowledge of CSS, the Advanced CSS option of the visual branding tool requires great care to avoid adversely affecting all of the following: Responsive breakpoints General usability Accessibility The tool is not intended to re-write the entire CSS, it's intended use is for specific changes that need to be made.

Advanced CSS What It Can Do: The Advanced CSS option can control the presentation of every element in the user interface: header, footer, and main body. Such as: Control colors and fonts Hide content Resize content Reposition content Add background images Add and remove scroll bars Add some content (text, icons, images, etc.) within limitations Show content that was otherwise hidden Change the number of columns displayed (within some limitations, excluding IE < 10 and Opera Mini) What It Cannot Do It cannot always single out a single element in the user interface to restyle without affecting similar elements It generally cannot divide content or make any changes that require changes to markup It generally cannot control user interaction or make any changes that require changes to script.

Advanced CSS: Examples The background and input boxes on the Welcome page in Responsive Apply are square. In order to make them rounded, you can use this script: div, p, span, input, button, textarea, img.backgroundImage, ul, li{ border-radius: 6px !important; } div.pageHeader, div.pageFooter{ border-radius: 0 !important;

Advanced CSS: Examples To widen the search input boxes so the keywords show, you can use the below scripts to add breakpoints to increase the width as space allows, which is most devices and screen widths: @media only screen and (min-width: 1100px) { /* increase width of search landing page search inputs when there's space */ #gateway #initialSearchBox .controlWrapper.autocompleteWrapper { display: inline-block; min-width: 26em; } #gateway #initialSearchBox .powerSearchLink{ width: auto; @media only screen and (min-width: 1200px) { /* increase width of search results search inputs when there's space */ #gateway .sidebarVisible .sidebar { width: 370px; #gateway .sidebarVisible .sidebar + .listContainer { margin-left: 370px; #gateway .mainContainer{ max-width: 1200px; #gateway[workflow=jobDetails] .mainContainer{ xmax-width: 1100px;

Advanced CSS: Examples Below are some options for the header logos through CSS changes. Larger Main Header Logo /*larger main header logo*/ /*simply adjust the value for height*/ /*the width will automatically adjust preserving the aspect ratio*/ body#gateway .primaryHeaderLogo{ height: 80px; } Left Aligned Main Header Logo /*left aligned main header logo*/ float: left; margin-left: 12px;

Advanced CSS: Examples Show the Secondary Header logo (configurable in the VBT once shown) /*show the secondary header logo configurable in the VBT once shown*/ /*this CSS shows it just to the right of an already left aligned main header logo*/ /*the left value would need to be tweaked based on the proportions of the main logo*/ /*once again the height value will control both height and relative width*/ body#gateway .secondaryHeaderLogoWrapperLink{ padding: 8px 8px 4px 8px; display: block; position: absolute; left: 230px; top: 9px; } body#gateway img.secondaryHeaderLogo{ height: 40px !important;

Thanks for watching!