jagomart
digital resources
picture1_Certified Pdf 143367 | Cssforhelp Writersua07


 122x       Filetype PDF       File size 0.28 MB       Source: www.clickstart.net


File: Certified Pdf 143367 | Cssforhelp Writersua07
developing stylesheets for online help scott deloach scott tt clilickksttartt nett founder clickstart certified instructor flare robohelp captivate author madcap flare for robohelp users 2007 clickstart inc all rights reserved ...

icon picture PDF Filetype PDF | Posted on 08 Jan 2023 | 4 years ago
Partial capture of text on file.
                                                      Developing Stylesheets 
                                                      for Online Help
                                                       Scott DeLoach
                                                       scott@tt@clilickksttartt.nett
                                                       Founder, ClickStart
                                                       Certified Instructor,  Flare | RoboHelp | Captivate
                                                       Author, MadCap Flare for RoboHelp Users
                                                       © 2007 ClickStart, Inc.  All rights reserved.
                                 Overview
                                 … CSS overview
                                 … Formatting links
                                 … Layering infformation
                                 … Customizing lists
                                 … Creating a print-specific layout
                                 … Formatting tables
                                 … Designing without tables 
                                 …… User customizable help  User customizable help  
                     CSS Overview
                     … Recommended sizing units
                     … IDs and classes
                     … Margins anddd paddding
                     … ‘Stacking’ headings
                     Recommended sizing units
                     Print
                     … text: use points (pt)
                     Screen
                     … text: use ems or % (percentage)
                     … margins, padding: use pixels (px)
                     … tables: use % (for liquid layout) or px (for fixed)
                                                                             IDs and classes
                                                                           IDs
                                                                           … Only one element can use a specific ID.
                                                                                  

My first paragraph…

pypgpp #firstPara { color: #00FF00; } Classes … Many elements can share the same class.

Text .printOnly { color: #00FF00; } It’s much easier to find elements with IDs (using JavaScript’s getElementByIDmethod) than elements with classes. Margins and padding … Marginsare space around the outsideof an element. … Paddingis space insidethe element between its borders and contentborders and content. Content ................ .......................... MarginMargin .......................... PPaaddingdding (light blue) (dark blue) Border (orange) ‘Stacking’ headings Heading 1 Heading 1 Body text… Heading 2Heading 2 h1, h2 { margin-top: 3em; } h1+h2 { margin-top: -3em; } Formatting links … Removing underlines … Highlighting links on hover or when clicked … Using dddotted undderllines … Styling external and email links … Styling document links … Adding link icons

The words contained in this file might help you see if this file matches what you are looking for:

...Developing stylesheets for online help scott deloach tt clilickksttartt nett founder clickstart certified instructor flare robohelp captivate author madcap users inc all rights reserved overview css formatting links layering infformation customizing lists creating a print specific layout tables designing without user customizable recommended sizing units ids and classes margins anddd paddding stacking headings text use points pt screen ems or percentage padding pixels px liquid fixed only one element can id my first paragraph pypgpp firstpara color ff many elements share the same class printonly it s much easier to find with using javascript getelementbyidmethod than marginsare space around outsideof an paddingis insidethe between its borders contentborders content marginmargin ppaaddingdding light blue dark border orange heading body h margin top em removing underlines highlighting on hover when clicked dddotted undderllines styling external email document adding link icons...

no reviews yet
Please Login to review.