SlideShare a Scribd company logo
CSS in Live Chat
by Jacklyn Stachurski
CSS in Live Chat
• Business/VIP/Enterprise Users only
• Helps with consistency
• Guidelines in FG
(http://fieldguide.automattic.com/guide-to-live-
chat/supporting-css-in-live-chat/)
CSS Learnup for Live Chat
CSS Basics - Selectors
• HTML - all specified HTML tags (ie: a, h1, p)
• Class - marked with a period (.) and are not unique.
Can be used more than once on a page and elements
can have more than one class
• ID - marked with a hashtag (#) and are unique. Can
only be used once on a page and only one id per
element
• Universal - marked by an asterisk (*) affects all HTML
elements on the page
CSS Basics - Selectors
Order: Grouping and Combinatory
Grouping:
If you want two or more selectors to have the same
declarations, you can group them together using
commas to separate them:
p, .site-info, h1 {
font-family: Helvetica,Arial,sans-serif;
}
CSS Basics - Selectors
Order: Grouping and Combinatory
Combinatory:
If you want a specific style for one element you can
give a very specific set of selectors, separated by a
space:
p strong em {
color: #d2d2d2;
}
CSS Declarations
Made up of properties
and values
Try it out! - Theme: Demand
Theme Quirks
themequirks.wordpress.com
FireFox
Safari
Chrome
Copyright
• Can be added to Footer on WordPress.com
• Difficult sometimes because of floats, grids,
centering
• Basic starts with selector and pseudo element:
.site-info::after { or .site-info::before {
Copyright
• Add Declaration
.site-info::before {
content: ‘c 2015’;
}
• Problem: Doesn’t line up!
Solution: Combinatory Selectors! or
MOAR declarations (ie: display: inline/block;
float: left/right; text-align: center; )
Copyright Practice
1. Fortune
2. Mirror
3. Edin
Go over these themes to add copyright

More Related Content

What's hot (19)

PPTX
Howcssworks 100207024009-phpapp01
Likitha47
 
PPTX
Introduction to HTML and CSS
Ferdous Mahmud Shaon
 
PPSX
Introduction to css
Evolution Network
 
PPTX
css v1 guru
GuruPada Das
 
PDF
Comparisons of web languages
Evelyn Loh
 
PPTX
Introduction to CSS
AursalanSayed
 
PPTX
Css.html
Anaghabalakrishnan
 
PPTX
Web programming css
Uma mohan
 
PPT
Cascading Style Sheets(CSS)
Reshmi Rajan
 
PPTX
Introduction to HTML and CSS
danpaquette
 
PPSX
Steph's Html5 and css presentation
stephy123123
 
PDF
Introduction to HTML and CSS
Mario Hernandez
 
PDF
2 introduction css
Jalpesh Vasa
 
PPTX
Html and css
Sukrit Gupta
 
PPT
Css1
Pulkit Tanwar
 
PPTX
WEBD 162: Intro to CSS
palomateach
 
PPT
Cascading Style Sheets
Marc Steel
 
Howcssworks 100207024009-phpapp01
Likitha47
 
Introduction to HTML and CSS
Ferdous Mahmud Shaon
 
Introduction to css
Evolution Network
 
css v1 guru
GuruPada Das
 
Comparisons of web languages
Evelyn Loh
 
Introduction to CSS
AursalanSayed
 
Web programming css
Uma mohan
 
Cascading Style Sheets(CSS)
Reshmi Rajan
 
Introduction to HTML and CSS
danpaquette
 
Steph's Html5 and css presentation
stephy123123
 
Introduction to HTML and CSS
Mario Hernandez
 
2 introduction css
Jalpesh Vasa
 
Html and css
Sukrit Gupta
 
WEBD 162: Intro to CSS
palomateach
 
Cascading Style Sheets
Marc Steel
 

Viewers also liked (18)

PPTX
Revising my curriculum vitae
anthonyhr
 
PPT
Εργαλείο Αυτοδιάγνωσης επιχειρήσεων -2η Τεχνική Συνάντηση
Syros Koskovolis
 
PPTX
ΚΟΙΝΩΝΙΚΗ ΠΟΛΙΤΙΚΗ ΔΗΜΟΥ ΑΘΗΝΑΣ
Syros Koskovolis
 
PDF
Recession Confession
BOL Advisory Group
 
PDF
Cartes màgiques
eduzano
 
PDF
Perivallontikes praktikes
Syros Koskovolis
 
PDF
Euronet customer reference
GTS_Central_Europe
 
PPTX
למידה התנסותית כנס הדרכה ולמידה -איל רבין
Eyal Rabin
 
PDF
Gts case study_jysk_eng
GTS_Central_Europe
 
PDF
Moocs, organizational learning and KM [in Hebrew]
Tami Neuthal
 
PDF
Webinar: Gestão de Projetos, a Negociação como Ferramenta para Resolução de C...
Maria Angelica Castellani
 
PDF
Webinar Fixe O Impacto da Estratégia e da Governança Corporativa no PMO
Maria Angelica Castellani
 
PDF
Dame un buen pitch
ANDRES MORENO
 
PPT
Etiqueta Telefonica
ANDRES MORENO
 
PDF
Mystery shopping
ANDRES MORENO
 
PPTX
CPEC
anwaar azad
 
PDF
Sourajit Aiyer - Finance Monthly Magazine, UK - Concentration and Volatility,...
South Asia Fast Track
 
Revising my curriculum vitae
anthonyhr
 
Εργαλείο Αυτοδιάγνωσης επιχειρήσεων -2η Τεχνική Συνάντηση
Syros Koskovolis
 
ΚΟΙΝΩΝΙΚΗ ΠΟΛΙΤΙΚΗ ΔΗΜΟΥ ΑΘΗΝΑΣ
Syros Koskovolis
 
Recession Confession
BOL Advisory Group
 
Cartes màgiques
eduzano
 
Perivallontikes praktikes
Syros Koskovolis
 
Euronet customer reference
GTS_Central_Europe
 
למידה התנסותית כנס הדרכה ולמידה -איל רבין
Eyal Rabin
 
Gts case study_jysk_eng
GTS_Central_Europe
 
Moocs, organizational learning and KM [in Hebrew]
Tami Neuthal
 
Webinar: Gestão de Projetos, a Negociação como Ferramenta para Resolução de C...
Maria Angelica Castellani
 
Webinar Fixe O Impacto da Estratégia e da Governança Corporativa no PMO
Maria Angelica Castellani
 
Dame un buen pitch
ANDRES MORENO
 
Etiqueta Telefonica
ANDRES MORENO
 
Mystery shopping
ANDRES MORENO
 
Sourajit Aiyer - Finance Monthly Magazine, UK - Concentration and Volatility,...
South Asia Fast Track
 
Ad

Similar to CSS Learnup for Live Chat (20)

PPTX
CSS(Cascading Stylesheet)
Saurabh Anand
 
PPTX
Cascading style sheets
smitha273566
 
PPTX
Cascading style sheets
smithaps4
 
PPTX
cascadingstylesheets,introduction.css styles-210909054722.pptx
hannahroseline2
 
PPT
introductiontohtmlcss-part2-120711042239-phpapp02.ppt
SherwinSangalang3
 
PDF
introduction to css cascading style sheets
SherwinSangalang3
 
PPTX
uptu web technology unit 2 Css
Abhishek Kesharwani
 
PPTX
Module 2 CSS . cascading style sheet and its uses
BKReddy3
 
PPTX
Beginners css tutorial for web designers
Singsys Pte Ltd
 
PPTX
Unit 2 WT-CSS.pptx web technology project
abhiramhatwar
 
PPTX
Cascading Style Sheets for web browser.pptx
alvindalejoyosa1
 
PPTX
Internet tech & web prog. p4,5
Taymoor Nazmy
 
PPTX
Week11 Lecture: CSS
Katherine McCurdy-Lapierre, R.G.D.
 
PPT
CSS-part-1.ppt
AshwaniKumarYadav19
 
PDF
4. Web Technology CSS Basics-1
Jyoti Yadav
 
PPTX
CSS.pptx
RasheedMohammad6
 
PPTX
WEB TECHNOLOGY Unit-2.pptx
karthiksmart21
 
PPTX
howcssworks-100207024009-phpapp01.pptx
RavneetSingh343801
 
PPTX
Ifi7174 lesson2
Sónia
 
CSS(Cascading Stylesheet)
Saurabh Anand
 
Cascading style sheets
smitha273566
 
Cascading style sheets
smithaps4
 
cascadingstylesheets,introduction.css styles-210909054722.pptx
hannahroseline2
 
introductiontohtmlcss-part2-120711042239-phpapp02.ppt
SherwinSangalang3
 
introduction to css cascading style sheets
SherwinSangalang3
 
uptu web technology unit 2 Css
Abhishek Kesharwani
 
Module 2 CSS . cascading style sheet and its uses
BKReddy3
 
Beginners css tutorial for web designers
Singsys Pte Ltd
 
Unit 2 WT-CSS.pptx web technology project
abhiramhatwar
 
Cascading Style Sheets for web browser.pptx
alvindalejoyosa1
 
Internet tech & web prog. p4,5
Taymoor Nazmy
 
CSS-part-1.ppt
AshwaniKumarYadav19
 
4. Web Technology CSS Basics-1
Jyoti Yadav
 
WEB TECHNOLOGY Unit-2.pptx
karthiksmart21
 
howcssworks-100207024009-phpapp01.pptx
RavneetSingh343801
 
Ifi7174 lesson2
Sónia
 
Ad

Recently uploaded (20)

PPTX
Chapter 1-1.pptx hwhahaiaiautsfzjakaiwueysuua
hibaaqabdirisaaq331
 
DOCX
Redefining Master Plans for creating sustainable cities-Jharkhand Conference...
JIT KUMAR GUPTA
 
PDF
placemaking 10 principles bY Berkley group
Radhika525487
 
PPTX
DEVELOPING-PARAGRAPHS.pptx-developing...
rania680036
 
PPTX
sistem teknologi yang di desain untuk mahasiswa dan dosen agar memudahkan mer...
gamesonlya2rj
 
DOCX
presente continuo luis (1).docx riklavoz
olivaresricardo141
 
PPTX
DSA_Algorithms_Prtestttttttttttttesentation.pptx
Kanchalkumar1
 
PPTX
Pink and Blue Simple Powerpoint Template.pptx
jeremyfdc22
 
PPTX
Drjjdhdhhdjsjsjshshshhshshslecture 28.pptxfg
noorqaq25
 
PPTX
Online Shopping For Women Men Kids Fashion Style Dresses
Palak thakur
 
PPTX
Elevating Elegance: Lobby Design Ideas by Germany’s Top Building Rendering Se...
Yantram Animation Studio Corporation
 
PPTX
Urban design is a huge concept when it comes to planning.
IshikaPanchal11
 
PDF
CS6801-MULTI-CORE-ARCHITECTURE-AND-PROGRAMMING_watermark.pdf
SriRanjani60
 
PPTX
Mainframe Modernization Services with Vrnexgen
tejushrie
 
PPTX
presentation prsentation presentation presentation
ssun76691
 
PDF
Uber Driver Hackday Sprint Solving Ride Cancellations
YellowSlice1
 
PPTX
Great_Discoverers_Nohzyxyxyzyzyzyzzyz_Imagptx
kevadiyahem07
 
PPTX
EDC_UNIT _I FINAL (1).pptx dhud and w ah yes
TEAKADAITROLLS
 
PPTX
AI_Road_Safety_Project.pptx for class 10
prem001ni
 
PDF
ARC-101-B-4.pdfxxxxxxxxxxxxxxxxxxxxxxxxx
IzzyBaniquedBusto
 
Chapter 1-1.pptx hwhahaiaiautsfzjakaiwueysuua
hibaaqabdirisaaq331
 
Redefining Master Plans for creating sustainable cities-Jharkhand Conference...
JIT KUMAR GUPTA
 
placemaking 10 principles bY Berkley group
Radhika525487
 
DEVELOPING-PARAGRAPHS.pptx-developing...
rania680036
 
sistem teknologi yang di desain untuk mahasiswa dan dosen agar memudahkan mer...
gamesonlya2rj
 
presente continuo luis (1).docx riklavoz
olivaresricardo141
 
DSA_Algorithms_Prtestttttttttttttesentation.pptx
Kanchalkumar1
 
Pink and Blue Simple Powerpoint Template.pptx
jeremyfdc22
 
Drjjdhdhhdjsjsjshshshhshshslecture 28.pptxfg
noorqaq25
 
Online Shopping For Women Men Kids Fashion Style Dresses
Palak thakur
 
Elevating Elegance: Lobby Design Ideas by Germany’s Top Building Rendering Se...
Yantram Animation Studio Corporation
 
Urban design is a huge concept when it comes to planning.
IshikaPanchal11
 
CS6801-MULTI-CORE-ARCHITECTURE-AND-PROGRAMMING_watermark.pdf
SriRanjani60
 
Mainframe Modernization Services with Vrnexgen
tejushrie
 
presentation prsentation presentation presentation
ssun76691
 
Uber Driver Hackday Sprint Solving Ride Cancellations
YellowSlice1
 
Great_Discoverers_Nohzyxyxyzyzyzyzzyz_Imagptx
kevadiyahem07
 
EDC_UNIT _I FINAL (1).pptx dhud and w ah yes
TEAKADAITROLLS
 
AI_Road_Safety_Project.pptx for class 10
prem001ni
 
ARC-101-B-4.pdfxxxxxxxxxxxxxxxxxxxxxxxxx
IzzyBaniquedBusto
 

CSS Learnup for Live Chat

  • 1. CSS in Live Chat by Jacklyn Stachurski
  • 2. CSS in Live Chat • Business/VIP/Enterprise Users only • Helps with consistency • Guidelines in FG (http://fieldguide.automattic.com/guide-to-live- chat/supporting-css-in-live-chat/)
  • 4. CSS Basics - Selectors • HTML - all specified HTML tags (ie: a, h1, p) • Class - marked with a period (.) and are not unique. Can be used more than once on a page and elements can have more than one class • ID - marked with a hashtag (#) and are unique. Can only be used once on a page and only one id per element • Universal - marked by an asterisk (*) affects all HTML elements on the page
  • 5. CSS Basics - Selectors Order: Grouping and Combinatory Grouping: If you want two or more selectors to have the same declarations, you can group them together using commas to separate them: p, .site-info, h1 { font-family: Helvetica,Arial,sans-serif; }
  • 6. CSS Basics - Selectors Order: Grouping and Combinatory Combinatory: If you want a specific style for one element you can give a very specific set of selectors, separated by a space: p strong em { color: #d2d2d2; }
  • 7. CSS Declarations Made up of properties and values
  • 8. Try it out! - Theme: Demand
  • 11. Copyright • Can be added to Footer on WordPress.com • Difficult sometimes because of floats, grids, centering • Basic starts with selector and pseudo element: .site-info::after { or .site-info::before {
  • 12. Copyright • Add Declaration .site-info::before { content: ‘c 2015’; } • Problem: Doesn’t line up! Solution: Combinatory Selectors! or MOAR declarations (ie: display: inline/block; float: left/right; text-align: center; )
  • 13. Copyright Practice 1. Fortune 2. Mirror 3. Edin Go over these themes to add copyright