|
|
|
|
LEADER |
00000cam a2200000Ia 4500 |
001 |
OR_ocn893587989 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
141022s2014 nyua o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e pn
|c UMI
|d E7B
|d B24X7
|d STF
|d DEBBG
|d DEBSZ
|d COO
|d EBLCP
|d OCLCQ
|d OCLCF
|d OCLCQ
|d WAU
|d LIV
|d MERUC
|d OCLCQ
|d VLB
|d CEF
|d OCLCQ
|d UAB
|d AU@
|d UKAHL
|d OCLCQ
|d OCLCO
|d DCT
|d OCLCO
|d OCLCQ
|
019 |
|
|
|a 1203991802
|
020 |
|
|
|a 143026490X
|
020 |
|
|
|a 9781430264903
|
020 |
|
|
|a 9781430264910
|q (electronic)
|
020 |
|
|
|a 1430264918
|q (electronic)
|
020 |
|
|
|z 9781430264903
|
029 |
1 |
|
|a CHNEW
|b 000890465
|
029 |
1 |
|
|a CHVBK
|b 374491828
|
029 |
1 |
|
|a DEBBG
|b BV042182886
|
029 |
1 |
|
|a DEBBG
|b BV043617636
|
029 |
1 |
|
|a DEBSZ
|b 417235836
|
029 |
1 |
|
|a GBVCP
|b 882840967
|
035 |
|
|
|a (OCoLC)893587989
|z (OCoLC)1203991802
|
037 |
|
|
|a CL0500000493
|b Safari Books Online
|
050 |
|
4 |
|a TK5105.888
|b .O57 2014
|
082 |
0 |
4 |
|a 006.7/4
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Olsson, Mikael
|c (Web programmer)
|
245 |
1 |
0 |
|a CSS quick syntax reference /
|c Mikael Olsson.
|
246 |
3 |
|
|a Cascading style sheets quick syntax reference
|
260 |
|
|
|a New York, N.Y. :
|b Apress :
|b Distributed to the Book trade worldwide by Springer Science+Business,
|c 2014.
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|b PDF
|2 rda
|
490 |
1 |
|
|a Expert's voice in Web development
|
588 |
0 |
|
|a Online resource; title from title page (Safari, viewed Oct. 15, 2014).
|
520 |
|
|
|a In this book you will find: a concise reference to CSS; short, simple, and focused code examples for presentation semantics; a well laid out table of contents and a comprehensive index allowing easy review. You'll learn how to handle fundamentals like adding styles to HTML/XHTML as well as rule structure, style precedence, element classifications and display roles, visual layout, and floating and table layouts; how to work with CSS values like keywords, color and number values, percentage values, length values, and strings; how to apply CSS selectors: structural pseudo-classes, the negation pseudo-class, interaction pseudo-classes, pseudo-elements, and media queries; how to use CSS property references like universal values, visual media, paged media, and more. This book is for experienced CSS developers as well as other programmers and Web developers new to CSS. --
|c Edited summary from book.
|
505 |
0 |
|
|a At a Glance; Contents; About the Author; About the Technical Reviewer; Introduction; Chapter 1: Using CSS; Internal style sheet; Inline style; External style sheet; Testing environment; View source; Comments; Whitespace; Chapter 2: Grouping; Ungrouped rules; Grouped selectors; Grouped declarations; Grouped selectors and declarations; Chapter 3: Class and id selectors; Class selector; Class example; Id selector; Id example; Class and id guidelines; Chapter 4: Attribute selectors; Attribute selector; Attribute value selector; Language attribute selector; Delimited value selector.
|
505 |
8 |
|
|a Value substring selectorValue start selector; Value end selector; Chapter 5: Pseudo selectors; Pseudo-elements; first-letter and first-line; before and after; Pseudo-classes; Dynamic pseudo-classes; link and visited; active and hover; focus; Structural pseudo-classes; first-child; last-child; only-child; only-of-type; first-of-type; last-of-type; nth-child; nth-of-type; nth-last-of-type; nth-last-child; empty; root; User interface pseudo-classes; enabled and disabled; checked; valid and invalid; required and optional; Other pseudo-classes; target; lang; not; Chapter 6: Relationship selectors.
|
505 |
8 |
|
|a HTML hierarchyInheritance; Adjacent selector; Descendent selector; Direct child selector; General sibling selector; Chapter 7: Specificity; Selector specificity; Cascade; Designer styles; Specificity guidelines; Chapter 8: Colors; Named notation; Hexadecimal notation; Short hexadecimal notation; RGB notation; RGBA notation; HSL notation; HSLA notation; Chapter 9: Units; Absolute units; Typographical units; Relative units; Font-relative units; Viewport units; Unit values; Chapter 10: CSS Properties; Generic keywords; Quirks mode; Vendor prefixes; Progressive enhancement; Chapter 11: Text.
|
505 |
8 |
|
|a Colortext-transform; text-decoration; text-indent; text-align; direction; text-shadow; box-shadow; Chapter 12: Spacing; line-height; word-spacing and letter-spacing; white-space; Chapter 13: Font; font-family; font-size; font-style; font-variant; font-weight; font; Custom fonts; Chapter 14: Background; background-color; background-image; background-repeat; background-attachment; background-position; background-size; background-clip; background-origin; background; Multiple backgrounds; Chapter 15: Gradients; Linear gradients; Radial gradients; Repeating gradients; Chapter 16: Box model.
|
505 |
8 |
|
|a Inline and blockSpan and div; Chapter 17: Border; border-style; border-width; border-color; border; border-radius; Chapter 18: Outline; outline-style; outline-width; outline-color; outline; outline-offset; Chapter 19: Margin and padding; Padding; Margin; Chapter 20: Dimension; width and height; min-width and min-height; max-width and max-height; box-sizing; Chapter 21: Positioning; position; static; relative; absolute; fixed; overflow; clip; z-index; vertical-align; Centering; Chapter 22: Classification; display; visibility; opacity; float; clear; cursor; Chapter 23: List; list-style-type.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Cascading style sheets.
|
650 |
|
6 |
|a Feuilles de style en cascade.
|
650 |
|
7 |
|a Cascading style sheets.
|2 fast
|0 (OCoLC)fst00848144
|
773 |
0 |
|
|t Springer eBooks
|
776 |
0 |
8 |
|i Erscheint auch als:
|n Druck-Ausgabe
|t Olsson, Mikael. CSS Quick Syntax Reference
|
830 |
|
0 |
|a Expert's voice in Web development.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781430264910/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH29483085
|
938 |
|
|
|a Books 24x7
|b B247
|n bks00072589
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL1964740
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10940471
|
994 |
|
|
|a 92
|b IZTAP
|