Style Sheet Reference Guide

Size: px
Start display at page:

Download "Style Sheet Reference Guide"

Transcription

1 Version 8 Style Sheet Reference Guide For Password Center Portals 2301 Armstrong St, Suite 2111, Livermore CA, Tel: Fax:

2 This publication applies to Imanami GroupID Version 8 and subsequent releases until otherwise indicated in new editions. Copyright Imanami Corporation Trademarks are the property of their respective owners.

3 Contents Chapter 1 - Introduction... 1 Files you need to know... 1 Page Layout for Password Center portals... 2 Class definitions... 4 Chapter 2 - General Customization of the Portal Frequent customizations tasks...10 Change the portal logo...10 Change the font style...11 Change the color of hyperlinks...11 Change the underline effect of hyperlinks with over line...12 Change the background of a section of a page...12 An example of a customized portal...14 Chapter 3 - Advanced Customization of the Portal Customizing third-party controls Change the background color of Users list rows Change the background color of alternate Users list rows Make tab titles bold Hyperlink states... 20

4 Chapter 1 - Introduction This document provides information on customizing GroupID Password Center User and Helpdesk portals. This customization is possible by tweaking some files (style sheet and images) that control the portals appearance. For complex design implementations, you must get an understanding of cascading style sheets (CSS). This document only discusses customizations specific to the typography, color scheme, and logo. However, it does serve as a reference guide for other elements that make up the user interfaces of the portals. Files you need to know Before getting started, make a backup of the following file and folder for each Password Center User and Helpdesk portal: Password Center User portal Site.css X:\Program Files\Imanami\GroupID 8.0\PasswordCenter\Inetpub\Portal Name\Web\Content Images folder X:\Program Files\Imanami\GroupID 8.0\PasswordCenter\Inetpub\Portal Name\Web\Content\Images Password Center Helpdesk portal Site.css X:\Program Files\Imanami\GroupID 8.0\PasswordCenter\Helpdesk\templates\Web\Content\Styles Images folder X:\Program Files\Imanami\GroupID 8.0\PasswordCenter\Helpdesk\templates\Web\Content\Images (Where X: represents the installation drive) Site.css is the file that contains the design settings for your Password Center portals. In addition to Site.css, there are image files that are used for making the gradient effects and other parts of the user interface. 1 Copyright Imanami Corporation 2017

5 Chapter 1 - Introduction Every Password Center portal has its own copy of Site.css and the image files. Hence, you can customize each corporate portal differently, depending on preferences and requirements. To customize a Password Center portal, you will be making changes directly to Site.css. Changes made to the code in the file take effect when you refresh the portal page in your web browser. No server restart or other similar action is required for your design changes to take place. Customizations discussed in this guide are specific to the Password Center User portal. Page Layout for Password Center portals This section will help you develop an understanding of the layout for a Password Center portal s page. You will also learn about the classes in Site.css that are associated with different sections of portal pages and are responsible for controlling their style and formatting. In the following figure, the different sections of a portal s page are labeled as A, B, C and so on. Table 1 gives a description of these labeled sections, the class associated and default style rules. Figure 1: Password Center portal interface Label Description Class Default Style Rules A Site Navigation.im-sitenavigation Font size Font style 2 Copyright Imanami Corporation 2017

6 Chapter 1 - Introduction Label Description Class Default Style Rules Background color Font color B Title bar.im-apptitle Section height Background color Background image C Toolbar.im-apptoolbar Font style Font size Background image Background color Section height D E Page Information Paragraph Header.im-pageinformation Font style Font color Font size Font weight Background image Section height.im-paragraphheader Border-bottom Border-collapse F Paragraph.im-paragraph Font style Font size Font color G Page Footer.im-pagefooter Width Height Background color H Application Footer.im-appfooter Section height Background image Font style Font color Font size Table 1: Description of page sections shown in Figure 1 3 Copyright Imanami Corporation 2017

7 Chapter 1 - Introduction Class definitions Table 2 lists the definition for the classes given in Table 1. The class definition includes the complete code for the class, as given in Site.css, and provides a description for some of its rules. Rules that require an advance level of understanding of CSS are not included. Class Rule Description.im-sitenavigation font-size Sets the size of the font. This can be defined in absolute size, relative size, or percentage. font-size: 200%; font-size: 36pt; font-family color Used to declare a specific font to be used, or a generic font family, or both. font-family: Helvetica, sans-serif; font-family: Times New Roman ; Sets the background color of the element. background-color: white; background-color: #ffffff; Sets the text color of the element. color: teal; color: #000000;.im-apptitle height Used to set the height of the element. Negative values are not permitted. height: 50px; backgroundcolor backgroundcolor Sets the background color of the element. background-color: white; 4 Copyright Imanami Corporation 2017

8 Chapter 1 - Introduction Class Rule Description background-color: #ffffff; Sets an image to be the background pattern. In conjunction with the other background properties, may tile or repeat in one direction only. background-image: url(bg41.gif); Sets the repeat style for a background image. background-repeat: no-repeat;.im-apptoolbar font-family Used to declare a specific font to be used, or a generic font family, or both. font-family: Helvetica, sans-serif; font-family: Times New Roman ; font-size backgroundimage backgroundrepeat backgroundimage backgroundrepeat height Sets the size of the font. This can be defined in absolute size, relative size, or percentage. font-size: 200%; font-size: 36pt; Sets an image to be the background pattern. In conjunction with the other background properties, may tile or repeat in one direction only. background-image: url(bg41.gif); Sets the repeat style for a background image. background-repeat: no-repeat; Used to set the height of the element. Negative values are not permitted. 5 Copyright Imanami Corporation 2017

9 Chapter 1 - Introduction Class Rule Description height: 50px;.im-apptoolbar a,.im-apptoolbar a:hover,.im-apptoolbar a:visited,.im-apptoolbar a: visited:hover color font-family color font-size font-weight textdecoration.impageinformation backgroundimage Sets the text color of the element. color: teal; color: #000000; Sets certain effects to the text, such as underline and line-through. Combinations of the values are legal. text-decoration: underline; text-decoration: line-through; Used to declare a specific font to be used, or a generic font family, or both. font-family: Helvetica, sans-serif; font-family: Times New Roman ; Sets the text color of the element. color: teal; color: #000000; Sets the size of the font. This can be defined in absolute size, relative size, or percentage. font-size: 200%; font-size: 36pt; Sets the weight of a font, making it heavier or lighter. font-weight: 700; font-weight: bold; Sets an image to be the background pattern. In conjunction with the other 6 Copyright Imanami Corporation 2017

10 Chapter 1 - Introduction Class Rule Description background properties, may tile or repeat in one direction only. background-image: url(bg41.gif); height Sets the background color of the element. background-color: white; background-color: #ffffff; Sets the repeat style for a background image. background-repeat: no-repeat; Used to set the height of the element. Negative values are not permitted. height: 50px;.im-appfooter height Used to set the height of the element. Negative values are not permitted. height: 50px; backgroundcolor backgroundrepeat backgroundimage backgroundrepeat font-family Sets an image to be the background pattern. In conjunction with the other background properties, may tile or repeat in one direction only. background-image: url(bg41.gif); Sets the repeat style for a background image. background-repeat: no-repeat; Used to declare a specific font to be used, or a generic font family, or both. font-family: Helvetica, sans-serif; 7 Copyright Imanami Corporation 2017

11 Chapter 1 - Introduction Class Rule Description font-family: Times New Roman ; borderbottom.imparagraphheader a color font-size.imparagraphheader font-family font-size color Sets the text color of the element. color: teal; color: #000000; Sets the size of the font. This can be defined in absolute size, relative size, or percentage. font-size: 200%; font-size: 36pt; Shorthand property which defines the width, color, and style of the bottom border of an element. border-bottom: 1px solid black; border-bottom: 0.5in grooved green; Used to declare a specific font to be used, or a generic font family, or both. font-family: Helvetica, sans-serif; font-family: Times New Roman ; Sets the size of the font. This can be defined in absolute size, relative size, or percentage. font-size: 200%; font-size: 36pt; Sets the text color of the element. color: teal; color: #000000; 8 Copyright Imanami Corporation 2017

12 Chapter 1 - Introduction Class Rule Description textdecoration.imparagraphheader a,.imparagraphheader a:hover,.imparagraphheader a:visited,.imparagraphheader a:visited:hover color textdecoration Sets certain effects to the text, such as underline and line-through. Combinations of the values are legal. text-decoration: underline; text-decoration: line-through; Sets the text color of the element. color: teal; color: #000000; Sets certain effects to the text, such as underline and line-through. Combinations of the values are legal. text-decoration: underline; text-decoration: line-through;.im-paragraph color Sets the text color of the element. color: teal; color: #000000; font-size font-family Sets the size of the font. This can be defined in absolute size, relative size, or percentage. font-size: 200%; font-size: 36pt; Used to declare a specific font to be used, or a generic font family, or both. font-family: Helvetica, sans-serif; font-family: Times New Roman ; Table 2: Class Definition 9 Copyright Imanami Corporation 2017

13 Chapter 2 - General Customization of the Portal GroupID Password Center portal lets you bring your colors and fonts, and tailor it just the way you want it. The information in this chapter relates to Site.css that controls most, but not all, elements of a Password Center portal s user interface. Frequent customizations tasks You can add your logo, bring in your colors, and customize the complete look and feel of your portal interface. The most frequent customization tasks are discussed here: Change the portal logo Change the font style Change the color of hyperlinks for different sections of a page Change the underline effect of hyperlinks with over line Change the background for a page section Change the portal logo The image file to replace the default logo should have the following specifications: File Format: PNG Dimensions (Width x Height): 200x66 pixels To change the default portal logo: 1. Go to the location: X:\Program Files\Imanami\GroupID 8.0\PasswordCenter\Inetpub\Portal Name\Web\Content\images\Layout 2. Rename AppTitle.png to AppTitle.png.bk, or any suitable name. 10 Copyright Imanami Corporation 2017

14 Chapter 2 - General Customization of the Portal 3. Copy your new logo file to this location and rename it to AppTitle. Change the font style To change the font of your portal: 1. Go to the location: X:\Program Files\Imanami\GroupID 8.0\PasswordCenter\Inetpub\Portal Name\Web\Content. 2. Open the Site.css file in Notepad or any other text editor. 3. Search font-family using the Find option of the editor. 4. Replace the given values for all instances of font-family with the name of your required font. font-family: Arial; Enclose the font name within double quotes ( ) if it contains spaces. font-family: Times New Roman ; 5. Save the file and test your changes. If you do not have the font you are using, the font will be viewed as the default font. Change the color of hyperlinks The hyperlinks on the portal pages have different states and different style rules. These states are given in Appendix A. Except for the toolbar, you can customize the color of each hyperlink. Every section of the page has a different definition in Site.css for its hyperlinks. Use Figure 1 and Table 1 to identify the section and class associated with it. To change the color of hyperlinks in the title bar section: 1. Go to the location: X:\Program Files\Imanami\GroupID 8.0\PasswordCnter\Inetpub\Portal Name\Web\Content 2. Open the Site.css file in Notepad or any other text editor. 3. Search for.im-apptoolbar a using the Find option of the editor. 11 Copyright Imanami Corporation 2017

15 Chapter 2 - General Customization of the Portal 4. Replace the default value of color to your required color name or its hexadecimal code. color: blue; Or color: #0000ff; 5. Change the color rule for the other states of the anchor element for the.imapptoolbar class; these will include.im-apptoolbar a:hover,.im-apptoolbar a:visited,.im-apptoolbar a:visited:hover. 6. Save the file and test your changes. Change the underline effect of hyperlinks with over line Assuming that you want to do this for the title bar section: 1. Go to the location: X:\Program Files\Imanami\GroupID 8.0\PasswordCenter\Inetpub\Portal Name\Web\Content 2. Open the Site.css file in Notepad or any other text editor. 3. Search for.im-apptoolbar a:hover using the Find option of the editor. 4. For text-decoration, change the value from underline to overline. text-decoration: overline; 5. Next, search for.im-apptoolbar a:visited:hover and repeat the change made in the previous step. 6. Save the file and test your changes. Change the background of a section of a page Backgrounds can be applied either as an image or as a color. The sections of the page, such as the title bar and page information, use a single image file to produce the gradient effect. Sections with a solid background, like footer, use a color for setting their background. 12 Copyright Imanami Corporation 2017

16 Chapter 2 - General Customization of the Portal To change the background color The following instructions show how to set a solid background color for the Page Information section: 1. Go to the location: X:\Program Files\Imanami\GroupID 8.0\PasswordCenter\Inetpub\Portal Name\Web\Content 2. Open the Site.css file in Notepad or any other text editor. 3. Search for.im-pageinformation using the Find option of the editor. 4. Comment the complete line for the rule background-image by enclosing it within (/* */) delimiters. /*background-image: url( "../images/layout/pagetitlebackground.jpg" );*/ 5. In the next line, add the following script: background-color: #cccccc; 6. Save the file and test your changes. To change the background image The following instructions show how to change the background image for the Title bar section: 1. The first thing you need is the image to create the new background pattern. Your image must have the following specification: File Format: GIF Dimensions (Width x Height): 8x81 pixels 2. Go to the location: X:\Program Files\Imanami\GroupID 8.0\PasswordCener\Inetpub\Portal Name\Web\Content\images\Layout 3. Rename AppTitleBackground.gif to AppTitleBackground.gif.bk, or anything else suitable. 13 Copyright Imanami Corporation 2017

17 Chapter 2 - General Customization of the Portal 4. Copy the new image file to this location and rename it to AppTitleBackground.gif. The snapshot looks as follows with the new background image of title bar section: Figure 2: Portal with customized background of title bar section An example of a customized portal The following figure shows the style and look of a customized portal: Figure 3: A customized portal 14 Copyright Imanami Corporation 2017

18 Chapter 2 - General Customization of the Portal Following is a listing of the classes modified in Site.css to achieve the results shown in the above figure. The lines in this color indicate the lines of code that you need to modify, add or remove from the file. Class names are given in bold for clarity. table.im-apptitle { height: 80px; background-color: #d5e7fd; /* Original image replaced in the source directory with a custom one. File Type: GIF Width: 8 pixels Height: 81 pixels */ background-image: url("../images/layout/apptitlebackground.gif"); background-repeat: repeat-x; } td.im-apptoolbar { font-family: Tahoma; color: #ffffff; /* Line added to set text color */ font-size: 9pt; /* The following line is commented out to hide the background image. A solid color will be used in place. */ /*background-image: url( "../images/layout/apptoolbarbackground.jpg" );*/ background-color: #ad4848; /* Line added to set background color */ background-repeat: repeat-x; height: 26px; }.im-apptoolbar a{ color: #ffffff; /* Set text color to white */ text-decoration: none; }.im-apptoolbar a:hover{ color: #ffffff; /* Set text color to white */ text-decoration: underline; }.im-apptoolbar a:visited{ color: #ffffff; /* Set text color to white */ text-decoration: none; }.im-apptoolbar a:visited:hover{ color: #ffffff; /* Set text color to white */ text-decoration: underline; } 15 Copyright Imanami Corporation 2017

19 Chapter 2 - General Customization of the Portal td.im-pageinformation{ font-family: Tahoma; color: #494871; font-size: 18px; font-weight: bold; /*Following line is commented to hide the background image. It will be replaced by a color.*/ /*background-image: url( "../images/layout/pagetitlebackground.jpg" );*/ background-color: #cccccc; /* background color set to a shade of gray. */ background-repeat: repeat-x; height: 26px; } table.im-pagefooter { width: 100%; height: 17px; background-color: #ff8c00; /* background color set to a shade of orange. */ }.im-paragraphheader TD { */ font-weight: bold; /* Line added to bold the header text background-color: #bbd8ff; /* Line added to set background color */ border-bottom: 1px solid #0000CC; /* Changed color to a shade of blue for the bottom border */ } border-collapse: collapse;.im-paragraphheader a { } font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 12pt; color: #003399; /* Set color to a shade of blue */ text-decoration: none; 16 Copyright Imanami Corporation 2017

20 Chapter 3 - Advanced Customization of the Portal Some elements of the Passwords Center portal s user interface are made up of advanced controls. The Navigation bar, Toolbar and Tree View are examples of such controls. These controls are designed for reusability and are encapsulated. For this reason, their source files are located in a different directory, which is, X:\Program Files\Imanami\GroupID 8.0\PasswordCenter\Inetpub\Portal Name\Web\Content (X represents the installation drive). Customizing third-party controls This section briefly covers some of the advanced controls. It gives you a short description of the controls and the location of their.css files. File Name Image Folder Description telerik.common.css None Controls the appearance of common elements that are shared by all third party controls. telerik.office2007.css Office2007 Applies the Microsoft Office 2007 theme to all third party controls. Table 3: CSS and Image file locations The most frequently used customization tasks are: Changing the background color of Users list rows Changing the background color of alternate Users list rows Making tab titles bold 17 Copyright Imanami Corporation 2017

21 Chapter 3 - Advanced Customization of the Portal Change the background color of Users list rows The following instructions show how to set the background color of rows to a shade of orange. Replace the value of background-color with the code or name of your desired color. 1. Go to the location: X:\Program Files\Imanami\GroupID 8.0\PasswordCenter\Inetpub\Portal Name\Web\Content 2. Open the telerik.office2007.css file in Notepad or any other text editor. 3. Use the Find feature of the editor to search for.t-header,.t-grid-header. 4. Add the following code before it as a separate line:.t-grid tbody{background-color:#ffcc99;}.t-grid tbody{background-color:#ffcc99;}.t-header,.t-grid-header {... } 5. Save the file and test your changes. Change the background color of alternate Users list rows 1. Go to the location: X:\Program Files\Imanami\GroupID 8.0\PasswordCenter\Inetpub\Portal Name\Web\Content 2. Open the telerik.office2007.css file in Notepad or any other text editor. 3. Use the Find feature of the editor to search for.t-alt. 4. Change the value of the background-color rule to your required color. background-color: #ffff99; 5. Save the file and test your changes. 18 Copyright Imanami Corporation 2017

22 Chapter 3 - Advanced Customization of the Portal Make tab titles bold 1. Go to the location: X:\Program Files\Imanami\GroupID 8.0\PasswordCenter\Inetpub\Portal Name\Web\Content 2. Open the telerik.common.css file in Notepad or any other text editor. 3. Use the Find feature of the editor to search for.t-tabstrip.t-tabstrip-items. 4. Add the following code before it as a separate line:.t-item{font-weight: bold;}.t-item{font-weight: bold;}.t-tabstrip.t-tabstrip-items { padding: 0.3em; } 5. Save the file and test your changes. 19 Copyright Imanami Corporation 2017

23 Hyperlink states The HTML standard recognizes four different states of hyperlinks: 1. Link, the normal, un-clicked state of a hyperlink. 2. Active, a hyperlink state when it has been clicked and is currently being fetched by the browser. 3. Visited, a hyperlink to a page that has been visited recently. 4. Hover, a hyperlink under the mouse pointer. Browsers normally assign different colors to each hyperlink state. You can override these colors and even control the complete link style using style sheets. 20 Copyright Imanami Corporation 2017

24 Imanami Resources Support: Blog: Knowledgebase: Get a demo: Armstrong St, Suite 2111, Livermore CA, Tel: Fax:

Style Sheet Reference Guide

Style Sheet Reference Guide Version 8 Style Sheet Reference Guide For Self-Service Portal 2301 Armstrong St, Suite 2111, Livermore CA, 94551 Tel: 925.371.3000 Fax: 925.371.3001 http://www.imanami.com This publication applies to Imanami

More information

Introduction to Web Design CSS Reference

Introduction to Web Design CSS Reference Inline Style Syntax: Introduction to Web Design CSS Reference Example: text Internal Style Sheet Syntax: selector {property: value; Example:

More information

Introduction to Web Design CSS Reference

Introduction to Web Design CSS Reference Inline Style Syntax: Introduction to Web Design CSS Reference Example: text Internal Style Sheet Syntax: selector {property: value; Example:

More information

Web Recruitment Module Customisation

Web Recruitment Module Customisation Web Recruitment Module Customisation Introduction The People Inc. Web Recruitment add-on enables users to publish details of vacancies on their web site. This information is integrated seamlessly into

More information

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2)

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2) Web Development & Design Foundations with HTML5 Ninth Edition Chapter 3 Configuring Color and Text with CSS Slides in this presentation contain hyperlinks. JAWS users should be able to get a list of links

More information

CSS Selectors. element selectors. .class selectors. #id selectors

CSS Selectors. element selectors. .class selectors. #id selectors CSS Selectors Patterns used to select elements to style. CSS selectors refer either to a class, an id, an HTML element, or some combination thereof, followed by a list of styling declarations. Selectors

More information

CSS: The Basics CISC 282 September 20, 2014

CSS: The Basics CISC 282 September 20, 2014 CSS: The Basics CISC 282 September 20, 2014 Style Sheets System for defining a document's style Used in many contexts Desktop publishing Markup languages Cascading Style Sheets (CSS) Style sheets for HTML

More information

Cascading Style Sheets (CSS)

Cascading Style Sheets (CSS) Cascading Style Sheets (CSS) Mendel Rosenblum 1 Driving problem behind CSS What font type and size does introduction generate? Answer: Some default from the browser (HTML tells what browser how)

More information

Reading 2.2 Cascading Style Sheets

Reading 2.2 Cascading Style Sheets Reading 2.2 Cascading Style Sheets By Multiple authors, see citation after each section What is Cascading Style Sheets (CSS)? Cascading Style Sheets (CSS) is a style sheet language used for describing

More information

Appendix D CSS Properties and Values

Appendix D CSS Properties and Values HTML Appendix D CSS Properties and Values This appendix provides a brief review of Cascading Style Sheets (CSS) concepts and terminology, and lists CSS level 1 and 2 properties and values supported by

More information

CSS. https://developer.mozilla.org/en-us/docs/web/css

CSS. https://developer.mozilla.org/en-us/docs/web/css CSS https://developer.mozilla.org/en-us/docs/web/css http://www.w3schools.com/css/default.asp Cascading Style Sheets Specifying visual style and layout for an HTML document HTML elements inherit CSS properties

More information

ICT IGCSE Practical Revision Presentation Web Authoring

ICT IGCSE Practical Revision Presentation Web Authoring 21.1 Web Development Layers 21.2 Create a Web Page Chapter 21: 21.3 Use Stylesheets 21.4 Test and Publish a Website Web Development Layers Presentation Layer Content layer: Behaviour layer Chapter 21:

More information

Session 3.1 Objectives Review the history and concepts of CSS Explore inline styles, embedded styles, and external style sheets Understand style

Session 3.1 Objectives Review the history and concepts of CSS Explore inline styles, embedded styles, and external style sheets Understand style Session 3.1 Objectives Review the history and concepts of CSS Explore inline styles, embedded styles, and external style sheets Understand style precedence and style inheritance Understand the CSS use

More information

<body bgcolor=" " fgcolor=" " link=" " vlink=" " alink=" "> These body attributes have now been deprecated, and should not be used in XHTML.

<body bgcolor=  fgcolor=  link=  vlink=  alink= > These body attributes have now been deprecated, and should not be used in XHTML. CSS Formatting Background When HTML became popular among users who were not scientists, the limited formatting offered by the built-in tags was not enough for users who wanted a more artistic layout. Netscape,

More information

Web Development & Design Foundations with HTML5

Web Development & Design Foundations with HTML5 1 Web Development & Design Foundations with HTML5 CHAPTER 3 CSS BASICS Copyright Terry Felke-Morris 2 Learning Outcomes In this chapter, you will learn how to... Describe the evolution of style sheets

More information

CSS Styles Quick Reference Guide

CSS Styles Quick Reference Guide Table 1: CSS Font and Text Properties Font & Text Properties Example(s) font-family Font or typeface font-family: Tahoma font-size Size of the font font-size: 12pt font-weight Normal or bold font-weight:

More information

WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5

WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 3 Key Concepts 1 LEARNING OUTCOMES In this chapter, you will learn how to... Describe the evolution of style sheets from print media to the Web List

More information

Web Development & Design Foundations with HTML5

Web Development & Design Foundations with HTML5 Web Development & Design Foundations with HTML5 KEY CONCEPTS Copyright Terry Felke-Morris 1 Learning Outcomes In this chapter, you will learn how to... Describe the evolution of style sheets from print

More information

Zen Garden. CSS Zen Garden

Zen Garden. CSS Zen Garden CSS Patrick Behr CSS HTML = content CSS = display It s important to keep them separated Less code in your HTML Easy maintenance Allows for different mediums Desktop Mobile Print Braille Zen Garden CSS

More information

ICT IGCSE Practical Revision Presentation Web Authoring

ICT IGCSE Practical Revision Presentation Web Authoring 21.1 Web Development Layers 21.2 Create a Web Page Chapter 21: 21.3 Use Stylesheets 21.4 Test and Publish a Website Web Development Layers Presentation Layer Content layer: Behaviour layer Chapter 21:

More information

HTML/XML. HTML Continued Introduction to CSS

HTML/XML. HTML Continued Introduction to CSS HTML/XML HTML Continued Introduction to CSS Entities Special Characters Symbols such as +, -, %, and & are used frequently. Not all Web browsers display these symbols correctly. HTML uses a little computer

More information

White Paper April Using Cascading Style Sheets (CSS) with AR System 6.x

White Paper April Using Cascading Style Sheets (CSS) with AR System 6.x April 2004 Using Cascading Style Sheets (CSS) with AR System 6.x Copyright 2004 BMC Software, Inc. All rights reserved. Remedy, the Remedy logo, all other Remedy product or service names, BMC Software,

More information

DAY 4. Coding External Style Sheets

DAY 4. Coding External Style Sheets DAY 4 Coding External Style Sheets LESSON LEARNING TARGETS I can code and apply an embedded style sheet to a Web page. I can code and apply an external style sheet to multiple Web pages. I can code and

More information

Session 4. Style Sheets (CSS) Reading & References. A reference containing tables of CSS properties

Session 4. Style Sheets (CSS) Reading & References.   A reference containing tables of CSS properties Session 4 Style Sheets (CSS) 1 Reading Reading & References en.wikipedia.org/wiki/css Style Sheet Tutorials www.htmldog.com/guides/cssbeginner/ A reference containing tables of CSS properties web.simmons.edu/~grabiner/comm244/weekthree/css-basic-properties.html

More information

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX KillTest Q&A Exam : 9A0-803 Title : Certified Dreamweaver 8 Developer Exam Version : DEMO 1 / 7 1. What area, in the Insert bar, is intended for customizing and organizing frequently used objects? A. Layout

More information

<style type="text/css"> <!-- body {font-family: Verdana, Arial, sans-serif} ***set font family for entire Web page***

<style type=text/css> <!-- body {font-family: Verdana, Arial, sans-serif} ***set font family for entire Web page*** Chapter 7 Using Advanced Cascading Style Sheets HTML is limited in its ability to define the appearance, or style, across one or mare Web pages. We use Cascading style sheets to accomplish this. Remember

More information

Using CSS in Web Site Design

Using CSS in Web Site Design Question 1: What are some of the main CSS commands I should memorize? Answer 1: The most important part of understanding the CSS language is learning the basic structure and syntax so you can use the language

More information

McMaster Brand Standard for Websites

McMaster Brand Standard for Websites McMaster University s policy calls for all university websites to follow its brand standard. McMaster websites share common elements, presentation and behavior and a consistent design, enabling visitors

More information

Adding CSS to your HTML

Adding CSS to your HTML Adding CSS to your HTML Lecture 3 CGS 3066 Fall 2016 September 27, 2016 Making your document pretty CSS is used to add presentation to the HTML document. We have seen 3 ways of adding CSS. In this lecture,

More information

Lesson 5 Introduction to Cascading Style Sheets

Lesson 5 Introduction to Cascading Style Sheets Introduction to Cascading Style Sheets HTML and JavaScript BASICS, 4 th Edition 1 Objectives Create a Cascading Style Sheet. Control hyperlink behavior with CSS. Create style classes. Share style classes

More information

CMPT 165 INTRODUCTION TO THE INTERNET AND THE WORLD WIDE WEB

CMPT 165 INTRODUCTION TO THE INTERNET AND THE WORLD WIDE WEB CMPT 165 INTRODUCTION TO THE INTERNET AND THE WORLD WIDE WEB Unit 3 Cascading Style Sheets (CSS) Slides based on course material SFU Icons their respective owners 1 Learning Objectives In this unit you

More information

Dreamweaver 8. Project 5. Templates and Style Sheets

Dreamweaver 8. Project 5. Templates and Style Sheets Dreamweaver 8 Project 5 Templates and Style Sheets Starting Dreamweaver and Opening the Colorado Parks Web Site Click the Start button on the Windows taskbar Point to All Programs on the Start menu, point

More information

CSS Cascading Style Sheets

CSS Cascading Style Sheets CSS Cascading Style Sheets site root index.html about.html services.html stylesheet.css images boris.jpg Types of CSS External Internal Inline External CSS An external style sheet is a text document with

More information

Getting Started with Eric Meyer's CSS Sculptor 1.0

Getting Started with Eric Meyer's CSS Sculptor 1.0 Getting Started with Eric Meyer's CSS Sculptor 1.0 Eric Meyer s CSS Sculptor is a flexible, powerful tool for generating highly customized Web standards based CSS layouts. With CSS Sculptor, you can quickly

More information

Lab Introduction to Cascading Style Sheets

Lab Introduction to Cascading Style Sheets Lab Introduction to Cascading Style Sheets For this laboratory you will need a basic text editor and a browser. In the labs, winedt or Notepad++ is recommended along with Firefox/Chrome For this activity,

More information

Welcome Please sit on alternating rows. powered by lucid & no.dots.nl/student

Welcome Please sit on alternating rows. powered by lucid & no.dots.nl/student Welcome Please sit on alternating rows powered by lucid & no.dots.nl/student HTML && CSS Workshop Day Day two, November January 276 powered by lucid & no.dots.nl/student About the Workshop Day two: CSS

More information

Index. alt, 38, 57 class, 86, 88, 101, 107 href, 24, 51, 57 id, 86 88, 98 overview, 37. src, 37, 57. backend, WordPress, 146, 148

Index. alt, 38, 57 class, 86, 88, 101, 107 href, 24, 51, 57 id, 86 88, 98 overview, 37. src, 37, 57. backend, WordPress, 146, 148 Index Numbers & Symbols (angle brackets), in HTML, 47 : (colon), in CSS, 96 {} (curly brackets), in CSS, 75, 96. (dot), in CSS, 89, 102 # (hash mark), in CSS, 87 88, 99 % (percent) font size, in CSS,

More information

Chapter 7 BMIS335 Web Design & Development

Chapter 7 BMIS335 Web Design & Development Chapter 7 BMIS335 Web Design & Development Site Organization Use relative links to navigate between folders within your own site o Sometimes dividing your site into folders makes maintenance and updating

More information

**Method 3** By attaching a style sheet to your web page, and then placing all your styles in that new style sheet.

**Method 3** By attaching a style sheet to your web page, and then placing all your styles in that new style sheet. CSS Tutorial Part 1: Introduction: CSS adds style to tags in your html page. With HTML you told the browser what things were (e.g., this is a paragraph). Now you are telling the browser how things look

More information

COSC 2206 Internet Tools. CSS Cascading Style Sheets

COSC 2206 Internet Tools. CSS Cascading Style Sheets COSC 2206 Internet Tools CSS Cascading Style Sheets 1 W3C CSS Reference The official reference is here www.w3.org/style/css/ 2 W3C CSS Validator You can upload a CSS file and the validator will check it

More information

Module 2 (VII): CSS [Part 4]

Module 2 (VII): CSS [Part 4] INTERNET & WEB APPLICATION DEVELOPMENT SWE 444 Fall Semester 2008-2009 (081) Module 2 (VII): CSS [Part 4] Dr. El-Sayed El-Alfy Computer Science Department King Fahd University of Petroleum and Minerals

More information

- The CSS1 specification was developed in CSSs provide the means to control and change presentation of HTML documents

- The CSS1 specification was developed in CSSs provide the means to control and change presentation of HTML documents 3.1 Introduction - The CSS1 specification was developed in 1996 - CSS2 was released in 1998 - CSS3 is on its way - CSSs provide the means to control and change presentation of HTML documents - CSS is not

More information

Review Question 1. Which tag is used to create a link to another page? 1. <p> 2. <li> 3. <a> 4. <em>

Review Question 1. Which tag is used to create a link to another page? 1. <p> 2. <li> 3. <a> 4. <em> Introduction to CSS Review Question 1 Which tag is used to create a link to another page? 1. 2. 3. 4. Review Question 1 Which tag is used to create a link to another page? 1. 2.

More information

UNIVERSITI TEKNOLOGI MALAYSIA TEST 1 SEMESTER II 2012/2013

UNIVERSITI TEKNOLOGI MALAYSIA TEST 1 SEMESTER II 2012/2013 UNIVERSITI TEKNOLOGI MALAYSIA TEST 1 SEMESTER II 2012/2013 SUBJECT CODE : SCSV1223 (Section 05) SUBJECT NAME : WEB PROGRAMMING YEAR/COURSE : 1SCSV TIME : 2.00 4.00 PM DATE : 18 APRIL 2013 VENUE : KPU 10

More information

Project 1: Creating a Web Site from Scratch. Skills and Tools: Use Expression Web tools to create a Web site

Project 1: Creating a Web Site from Scratch. Skills and Tools: Use Expression Web tools to create a Web site E00EW3.qxp 4/14/2007 3:17 PM Page 1 Workshops w Introduction The Workshop is all about being creative and thinking outside of the box. These workshops will help your right-brain soar, while making your

More information

Web Design and Development Tutorial 03

Web Design and Development Tutorial 03 Table of Contents Web Design & Development - Tutorial 03... 2 Using and Applying CSS to XHTML... 2 Conventions... 2 What you need for this tutorial... 2 Common Terminology... 3 Parent / Child Elements...

More information

CSS worksheet. JMC 105 Drake University

CSS worksheet. JMC 105 Drake University CSS worksheet JMC 105 Drake University 1. Download the css-site.zip file from the class blog and expand the files. You ll notice that you have an images folder with three images inside and an index.html

More information

3.1 Introduction. 3.2 Levels of Style Sheets. - The CSS1 specification was developed in There are three levels of style sheets

3.1 Introduction. 3.2 Levels of Style Sheets. - The CSS1 specification was developed in There are three levels of style sheets 3.1 Introduction - The CSS1 specification was developed in 1996 - CSS2 was released in 1998 - CSS2.1 reflects browser implementations - CSS3 is partially finished and parts are implemented in current browsers

More information

- The CSS1 specification was developed in CSS2 was released in CSS2.1 reflects browser implementations

- The CSS1 specification was developed in CSS2 was released in CSS2.1 reflects browser implementations 3.1 Introduction - The CSS1 specification was developed in 1996 - CSS2 was released in 1998 - CSS2.1 reflects browser implementations - CSS3 is partially finished and parts are implemented in current browsers

More information

Controlling Appearance the Old Way

Controlling Appearance the Old Way Webpages and Websites CSS Controlling Appearance the Old Way Older webpages use predefined tags - - italic text; - bold text attributes - Tables (and a few other elements) use specialized

More information

CSS: Layout Part 2. clear. CSS for layout and formatting: clear

CSS: Layout Part 2. clear. CSS for layout and formatting: clear CSS: Layout Part 2 Robert A. Fulkerson College of Information Science and Technology http://www.ist.unomaha.edu/ University of Nebraska at Omaha http://www.unomaha.edu/ CSS for layout and formatting: clear

More information

3.1 Introduction. 3.2 Levels of Style Sheets. - HTML is primarily concerned with content, rather than style. - There are three levels of style sheets

3.1 Introduction. 3.2 Levels of Style Sheets. - HTML is primarily concerned with content, rather than style. - There are three levels of style sheets 3.1 Introduction - HTML is primarily concerned with content, rather than style - However, tags have presentation properties, for which browsers have default values - The CSS1 cascading style sheet specification

More information

PUBLISHER SPECIFIC CSS RULES

PUBLISHER SPECIFIC CSS RULES PUBLISHER SPECIFIC CSS RULES Solita Oy Helsinki Tampere Oulu 26.1.2016 2 (24) Document History Version Date Author Description 0.1 August 17, 2015 J. Similä First draft 0.2 January 26, 2015 A. Autio Fixed

More information

FrontPage 2000 Tutorial -- Advanced

FrontPage 2000 Tutorial -- Advanced FrontPage 2000 Tutorial -- Advanced Shared Borders Shared Borders are parts of the web page that share content with the other pages in the web. They are located at the top, bottom, left side, or right

More information

CSS cont. October 5, Unit 4

CSS cont. October 5, Unit 4 CSS cont. October 5, Unit 4 Padding We can add borders around the elements of our pages To increase the space between the content and the border, use the padding property padding is shorthand for all of

More information

CSS Tutorial Part 1: Introduction: A. Adding Style to a Web Page (3 options):

CSS Tutorial Part 1: Introduction: A. Adding Style to a Web Page (3 options): CSS Tutorial Part 1: Introduction: CSS adds style to tags in your html page. With HTML you told the browser what things were (e.g., this is a paragraph). Now you are telling the browser how things look

More information

Table of Contents Chapter 9. Working with Cascading Style Sheets ... 1

Table of Contents Chapter 9. Working with Cascading Style Sheets ... 1 Table of Contents Chapter 9.... 1 Introduction... 1 Introducing Cascading Style Sheets... 2 Create CSS Styles... 2 Attribute Styles... 2 Style Types... 3 Creating a Web Page with a CSS Layout... 4 Create

More information

CSS مفاهیم ساختار و اصول استفاده و به کارگیری

CSS مفاهیم ساختار و اصول استفاده و به کارگیری CSS مفاهیم ساختار و اصول استفاده و به کارگیری Cascading Style Sheets A Cascading Style Sheet (CSS) describes the appearance of an HTML page in a separate document : مسایای استفاده از CSS It lets you separate

More information

- HTML is primarily concerned with content, rather than style. - However, tags have presentation properties, for which browsers have default values

- HTML is primarily concerned with content, rather than style. - However, tags have presentation properties, for which browsers have default values 3.1 Introduction - HTML is primarily concerned with content, rather than style - However, tags have presentation properties, for which browsers have default values - The CSS1 cascading style sheet specification

More information

The building block of a CSS stylesheet. A rule consists of a selector and a declaration block (one or more declarations).

The building block of a CSS stylesheet. A rule consists of a selector and a declaration block (one or more declarations). WDI Fundamentals Unit 4 CSS Cheat Sheet Rule The building block of a CSS stylesheet. A rule consists of a selector and a declaration block (one or more declarations). Declaration A declaration is made

More information

.hedgehog { background-image: url(backyard.jpg); color: #ffff99; height: 6in; width: 12in; } .tube {

.hedgehog { background-image: url(backyard.jpg); color: #ffff99; height: 6in; width: 12in; } .tube { .hedgehog { background-image: url(backyard.jpg); color: #ffff99; height: 6in; width: 12in;.tube { color: #996600; height: 3in; width: 12in; position: fixed; What is CSS? Cascading Style Sheets CSS is responsible

More information

limelightplatform.com

limelightplatform.com 1 limelightplatform.com Introduction: Email Template Overview: This document is an example of an email template. It contains the different sections that could be included. Email templates provide a layout.

More information

ASMP Website Design Specifications

ASMP Website Design Specifications Page 1 ASMP Website Design Specifications Page 2 All Pages 130 pixels (background = #ffffff) 100 pixels (background = #000000) Header Bar Use logo provided in PSD file. Match size and placement. AMERICAN

More information

Unit 10 - Client Side Customisation of Web Pages. Week 5 Lesson 1 CSS - Selectors

Unit 10 - Client Side Customisation of Web Pages. Week 5 Lesson 1 CSS - Selectors Unit 10 - Client Side Customisation of Web Pages Week 5 Lesson 1 CSS - Selectors Last Time CSS box model Concept of identity - id Objectives Selectors the short story (or maybe not) Web page make-over!

More information

Media Types & Media Features

Media Types & Media Features Media Types & Media Features Same HTML, Different CSS R. Scott Granneman r Jans Carton 1.6 2008 R. Scott Granneman Last updated 2018-08-21 You are free to use this work, with certain restrictions. For

More information

CSS: Cascading Style Sheets

CSS: Cascading Style Sheets What are Style Sheets CSS: Cascading Style Sheets Representation and Management of Data on the Internet, CS Department, Hebrew University, 2007 A style sheet is a mechanism that allows to specify how HTML

More information

Creating A Website - Part 1: Web Design principles, HTML & CSS. CSS Color Values. Hexadecimal Colors. RGB Color

Creating A Website - Part 1: Web Design principles, HTML & CSS. CSS Color Values. Hexadecimal Colors. RGB Color Notes Week 3 By: Marisa Stoolmiller CSS Color Values With CSS, colors can be specified in different ways: Color names Hexadecimal values RGB values HSL values (CSS3) HWB values (CSS4) Hexadecimal Colors

More information

Introduction to Web Tech and Programming

Introduction to Web Tech and Programming Introduction to Web Tech and Programming Cascading Style Sheets Designed to facilitate separation of content and presentation from a document Allows easy modification of style for an entire page or an

More information

Cascading Style Sheets. Overview and Basic use of CSS

Cascading Style Sheets. Overview and Basic use of CSS Cascading Style Sheets Overview and Basic use of CSS What are Style Sheets? A World Wide Web Consortium (W3C) defined standard A way for web page designers to separate the formatting of a document from

More information

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space. HTML Summary Structure All of the following are containers. Structure Contains the entire web page. Contains information

More information

Cascade Stylesheets (CSS)

Cascade Stylesheets (CSS) Previous versions: David Benavides and Amador Durán Toro (noviembre 2006) Last revision: Manuel Resinas (october 2007) Tiempo: 2h escuela técnica superior de ingeniería informática Departamento de Lenguajes

More information

INTERNATIONAL UNIVERSITY OF JAPAN Public Management and Policy Analysis Program Graduate School of International Relations

INTERNATIONAL UNIVERSITY OF JAPAN Public Management and Policy Analysis Program Graduate School of International Relations Hun Myoung Park (1/26/2019) Cascading Style Sheets: 1 INTERNATIONAL UNIVERSITY OF JAPAN Public Management and Policy Analysis Program Graduate School of International Relations ADC5030401 (2 Credits) Introduction

More information

Introduction to WEB PROGRAMMING

Introduction to WEB PROGRAMMING Introduction to WEB PROGRAMMING Web Languages: Overview HTML CSS JavaScript content structure look & feel transitions/animation s (CSS3) interaction animation server communication Full-Stack Web Frameworks

More information

Wanted! Introduction. Step 1: Styling your poster. Activity Checklist. In this project, you ll learn how to make your own poster.

Wanted! Introduction. Step 1: Styling your poster. Activity Checklist. In this project, you ll learn how to make your own poster. Wanted! Introduction In this project, you ll learn how to make your own poster. Step 1: Styling your poster Let s start by editing the CSS code for the poster. Activity Checklist Open this trinket: jumpto.cc/web-wanted.

More information

Introduction to CSS. Fijihosting.com Introduction to CSS page 1. What are style sheets? Lovely! How do I use them?

Introduction to CSS. Fijihosting.com Introduction to CSS page 1. What are style sheets? Lovely! How do I use them? Introduction to CSS Style sheets (or to give them their full title, cascading style sheets or CSS) are becoming more and more common on the Web. They were first introduced in a limited form to Internet

More information

ENGINEERING DATA HUB VISUAL DESIGN SPECIFICATIONS VERSION 3. Created: 2/10/2017

ENGINEERING DATA HUB VISUAL DESIGN SPECIFICATIONS VERSION 3. Created: 2/10/2017 ENGINEERING DATA HUB VISUAL DESIGN SPECIFICATIONS VERSION 3 Created: 2/10/2017 Table of Contents ENGINEERING DATA HUB... 1 DESKTOP VIEW... 3 HEADER... 4 Logo... 5 Main Title... 6 User Menu... 7 Global

More information

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar with Dynamic Background Image

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar with Dynamic Background Image GIMP WEB 2.0 MENUS Web 2.0 Menus: Horizontal Navigation Bar with Dynamic Background Image WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR DYNAMIC BACKGROUND IMAGE Before you begin this tutorial, you will need

More information

GIMP WEB 2.0 MENUS WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR CREATING AN HTML LIST

GIMP WEB 2.0 MENUS WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR CREATING AN HTML LIST GIMP WEB 2.0 MENUS Web 2.0 Menus: Horizontal Navigation Bar WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR Hover effect: CREATING AN HTML LIST Most horizontal or vertical navigation bars begin with a simple

More information

Cascading Style Sheet Quick Reference

Cascading Style Sheet Quick Reference Computer Technology 8/9 Cascading Style Sheet Quick Reference Properties Properties are listed in alphabetical order. Each property has examples of possible values. Properties are not listed if they are

More information

Using Dreamweaver CS6

Using Dreamweaver CS6 6 So far we have used CSS to arrange the elements on our web page. We have also used CSS for some limited formatting. In this section we will take full advantage of using CSS to format our web site. Just

More information

Customizing Graphical Reports

Customizing Graphical Reports MicroEdge Customizing Graphical Reports Table of Contents EnablingReportLayoutEditingforIndividualUsers 2 EnablingReportLayoutEditingSystemWide 3 OverviewforModifyingTemplatesandThemes 3 AddingaLogototheHeaderofaReport

More information

Introduction to Multimedia. MMP100 Spring 2016 thiserichagan.com/mmp100

Introduction to Multimedia. MMP100 Spring 2016 thiserichagan.com/mmp100 Introduction to Multimedia MMP100 Spring 2016 profehagan@gmail.com thiserichagan.com/mmp100 Troubleshooting Check your tags! Do you have a start AND end tags? Does everything match? Check your syntax!

More information

Using Advanced Cascading Style Sheets

Using Advanced Cascading Style Sheets HTML 7 Using Advanced Cascading Style Sheets Objectives You will have mastered the material in this chapter when you can: Add an embedded style sheet to a Web page Change the body and link styles using

More information

3. Each of these mark examples contains an error. a. <input name= country value= Your country here. /> b. <checkbox name= color value= teal />

3. Each of these mark examples contains an error. a. <input name= country value= Your country here. /> b. <checkbox name= color value= teal /> 1. Decide whether each of these forms should be sent via the GET or POST method: A form for accessing your bank account online A form for sending t-shirt artwork to the printer A form for searching archived

More information

Dreamweaver Basics. Planning your website Organize site structure Plan site design & navigation Gather your assets

Dreamweaver Basics. Planning your website Organize site structure Plan site design & navigation Gather your assets Dreamweaver Basics Planning your website Organize site structure Plan site design & navigation Gather your assets Creating your website Dreamweaver workspace Define a site Create a web page Linking Manually

More information

IMY 110 Theme 6 Cascading Style Sheets

IMY 110 Theme 6 Cascading Style Sheets IMY 110 Theme 6 Cascading Style Sheets 1. Cascading Style Sheets 1.1. Cascading Style Sheets Up to now we have done styling by using the style attribute. e.g. paragraph What

More information

Tutorial 3: Working with Cascading Style Sheets

Tutorial 3: Working with Cascading Style Sheets Tutorial 3: Working with Cascading Style Sheets College of Computing & Information Technology King Abdulaziz University CPCS-665 Internet Technology Objectives Review the history and concepts of CSS Explore

More information

Creating Layouts Using CSS. Lesson 9

Creating Layouts Using CSS. Lesson 9 Creating Layouts Using CSS Lesson 9 CSS Page Layout Advantages Greater typography control Style is separate from structure Potentially smaller documents Easier site maintenance Increased page layout control

More information

USER GUIDE MADCAP FLARE Tables

USER GUIDE MADCAP FLARE Tables USER GUIDE MADCAP FLARE 2018 Tables Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished

More information

Copyright IBM Corporation All Rights Reserved.

Copyright IBM Corporation All Rights Reserved. Customizing Publication Skins IBM Rational Method Composer 7.2 Tushara Gangavaram (tgang@us.ibm.com), Tech Services Engineer, IBM Peter Haumer (phaumer@us.ibm.com), RMC Solution Architect, IBM Copyright

More information

Taking Fireworks Template and Applying it to Dreamweaver

Taking Fireworks Template and Applying it to Dreamweaver Taking Fireworks Template and Applying it to Dreamweaver Part 1: Define a New Site in Dreamweaver The first step to creating a site in Dreamweaver CS4 is to Define a New Site. The object is to recreate

More information

CSE 154 LECTURE 3: MORE CSS

CSE 154 LECTURE 3: MORE CSS CSE 154 LECTURE 3: MORE CSS Cascading Style Sheets (CSS): ... ... HTML CSS describes the appearance and layout of information

More information

CSS: Formatting Text. CSS for text processing: font-family. Robert A. Fulkerson

CSS: Formatting Text. CSS for text processing: font-family. Robert A. Fulkerson CSS: Formatting Text Robert A. Fulkerson College of Information Science and Technology http://www.ist.unomaha.edu/ University of Nebraska at Omaha http://www.unomaha.edu/ CSS for text processing: font-family

More information

Chapter 7 Typography, Style Sheets, and Color. Mrs. Johnson

Chapter 7 Typography, Style Sheets, and Color. Mrs. Johnson Chapter 7 Typography, Style Sheets, and Color Mrs. Johnson Typography Typography refers to the arrangement, shape, size, style, and weight of text. Affects the navigation and usability of a web site and

More information

CSS FOUNDATIONS IN-DEPTH. The nitty-gritty of css...

CSS FOUNDATIONS IN-DEPTH. The nitty-gritty of css... CSS FOUNDATIONS IN-DEPTH The nitty-gritty of css... What is CSS? Cascading Style Sheets Style sheets define formatting rules that are applied to text, images, forms, and embedded and layout elements. A

More information

How to Create Accessible Word (2016) Documents

How to Create Accessible Word (2016) Documents How to Create Accessible Word (2016) Documents Heading Styles 1. Create a uniform heading structure through use of Styles in Word under the Home ribbon. a. Proper heading structure is necessary for screen

More information

Using Dreamweaver CC. 6 Styles in Websites. Exercise 1 Linked Styles vs Embedded Styles

Using Dreamweaver CC. 6 Styles in Websites. Exercise 1 Linked Styles vs Embedded Styles Using Dreamweaver CC 6 So far we have used CSS to arrange the elements on our web page. We have also used CSS for some limited formatting. In this section we will take full advantage of using CSS to format

More information

CSS exercise - Part 1

CSS exercise - Part 1 ITIY3 Introduction to Web Publishing 1 CSS exercise - Part 1 Adding text styles to an HTML document To start the exercise open the exercise file in the editor (Notepad++ or other). Inspect the element

More information

WEBSITE PROJECT 2 PURPOSE: INSTRUCTIONS: REQUIREMENTS:

WEBSITE PROJECT 2 PURPOSE: INSTRUCTIONS: REQUIREMENTS: WEBSITE PROJECT 2 PURPOSE: The purpose of this project is to begin incorporating color, graphics, and other visual elements in your webpages by implementing the HTML5 and CSS3 code discussed in chapters

More information

Study Guide 2 - HTML and CSS - Chap. 6,8,10,11,12 Name - Alexia Bernardo

Study Guide 2 - HTML and CSS - Chap. 6,8,10,11,12 Name - Alexia Bernardo Study Guide 2 - HTML and CSS - Chap. 6,8,10,11,12 Name - Alexia Bernardo Note: We skipped Study Guide 1. If you d like to review it, I place a copy here: https:// people.rit.edu/~nbbigm/studyguides/sg-1.docx

More information