|
|
|
|
LEADER |
00000cam a2200000Ia 4500 |
001 |
OR_ocn752974240 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
110916s2011 caua o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e pn
|c UMI
|d CUS
|d COO
|d N$T
|d OCLCQ
|d WAU
|d DEBSZ
|d TEFOD
|d YDXCP
|d OCLCF
|d EBLCP
|d VT2
|d TEFOD
|d OCLCQ
|d BRL
|d CEF
|d CNCEN
|d UKAHL
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 779173697
|a 780425600
|a 872688055
|a 1105780708
|
020 |
|
|
|a 9781449313647
|q (electronic bk.)
|
020 |
|
|
|a 1449313647
|q (electronic bk.)
|
020 |
|
|
|a 9781449313050
|q (electronic bk.)
|
020 |
|
|
|a 1449313051
|q (electronic bk.)
|
020 |
|
|
|a 9780596008307
|q (electronic bk.)
|
020 |
|
|
|a 0596008309
|q (electronic bk.)
|
020 |
|
|
|z 9781449399030
|q (paper)
|
020 |
|
|
|z 1449399037
|q (paper)
|
024 |
8 |
|
|a 9781449311179
|
029 |
1 |
|
|a AU@
|b 000052894186
|
029 |
1 |
|
|a DEBSZ
|b 368474968
|
029 |
1 |
|
|a DEBSZ
|b 397104502
|
029 |
1 |
|
|a GBVCP
|b 785433686
|
029 |
1 |
|
|a HEBIS
|b 29154195X
|
035 |
|
|
|a (OCoLC)752974240
|z (OCoLC)779173697
|z (OCoLC)780425600
|z (OCoLC)872688055
|z (OCoLC)1105780708
|
037 |
|
|
|a CL0500000112
|b Safari Books Online
|
037 |
|
|
|a 80DC2D87-F368-4EAF-B500-516CDCCA732D
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a TK5105.888
|b .M472 2011eb
|
072 |
|
7 |
|a COM
|x 087000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 034000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 060130
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 060150
|2 bisacsh
|
082 |
0 |
4 |
|a 006.7
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Meyer, Eric A.
|
245 |
1 |
0 |
|a CSS pocket reference /
|c Eric A. Meyer.
|
246 |
3 |
|
|a Cascading Style Sheets pocket reference
|
250 |
|
|
|a 4th ed.
|
260 |
|
|
|a Sebastopol, CA :
|b O'Reilly,
|c ©2011.
|
300 |
|
|
|a 1 online resource (ix, 238 pages) :
|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
|
520 |
|
|
|a Looks at the key concepts of CSS and provides an alphabetical listing of the properties of CSS2 and CSS2.1.
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Table of Contents; Preface; Conventions Used in This Book; Using Code Examples; Safari® Books Online; How to Contact Us; Chapter 1. Basic Concepts; Adding Styles to HTML and XHTML; Inline Styles; Embedded Style Sheets; External Style Sheets; @import directive; link element; xml-stylesheet processing instruction; HTTP Link headers; Rule Structure; Comments; Style Precedence; Specificity Calculations; Inheritance; The Cascade; Element Classification; Nonreplaced Elements; Replaced Elements; Element Display Roles; Block-Level; Inline-Level; Run-In; Basic Visual Layout; Block-Level Layout.
|
505 |
8 |
|
|a Inline LayoutFloating; Positioning; Types of Positioning; The Containing Block; Layout of Absolutely Positioned Elements; Horizontal layout of absolutely positioned elements; Vertical layout of absolutely positioned elements; Table Layout; Table Arrangement Rules; Fixed Table Layout; Automatic Table Layout; Collapsing Cell Borders; Collapsing borders; Vertical Alignment Within Cells; Chapter 2. Values; Keywords; Color Values; Number Values; Percentage Values; Length Values; Absolute Length Units; Relative Length Units; URIs; Angles; Times; Frequencies; Strings; Chapter 3. Selectors; Selectors.
|
505 |
8 |
|
|a Universal SelectorType Selector; Descendant Selector; Child Selector; Adjacent Sibling Selector; General Sibling Selector; Class Selector; ID Selector; Simple Attribute Selector; Exact Attribute Value Selector; Partial Attribute Value Selector; Beginning Substring Attribute Value Selector; Ending Substring Attribute Value Selector; Arbitrary Substring Attribute Value Selector; Language Attribute Selector; Structural Pseudo-Classes; :empty; :first-child; :first-of-type; :lang; :last-child; :last-of-type; :nth-child(an+b); :nth-last-child(an+b); :nth-last-of-type(an+b); :nth-of-type(an+b).
|
505 |
8 |
|
|a :Only-child:only-of-type; :root; The Negation Pseudo-Class; :not(e); Interaction Pseudo-Classes; :active; :checked; :disabled; :enabled; :focus; :hover; :link; :target; :visited; Pseudo-Elements; ::after; ::before; ::first-letter; ::first-line; Media Queries; Basic Concepts; Media Query Values; Media Features; Chapter 4. Property Reference; Universal Values; Visual Media; animation; animation-delay; animation-direction; animation-duration; animation-iteration-count; animation-name; animation-play-state; animation-timing-function; backface-visibility; background; background-attachment.
|
505 |
8 |
|
|a Background-clipbackground-color; background-image; background-origin; background-position; background-repeat; background-size; border; border-bottom; border-bottom-color; border-bottom-left-radius; border-bottom-right-radius; border-bottom-style; border-bottom-width; border-collapse; border-color; border-image; border-image-outset; border-image-repeat; border-image-slice; border-image-source; border-image-width; border-left; border-left-color; border-left-style; border-left-width; border-radius; border-right; border-right-color; border-right-style; border-right-width; border-spacing.
|
542 |
|
|
|f Copyright © O'Reilly Media, Inc.
|g 2011
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Web sites
|x Design.
|
650 |
|
0 |
|a Cascading style sheets.
|
650 |
|
6 |
|a Sites Web
|x Conception.
|
650 |
|
6 |
|a Feuilles de style en cascade.
|
650 |
|
7 |
|a COMPUTERS
|x Digital Media
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Interactive & Multimedia.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Web
|x Site Design.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Web
|x User Generated Content.
|2 bisacsh
|
650 |
|
7 |
|a Cascading style sheets
|2 fast
|
650 |
|
7 |
|a Web sites
|x Design
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Meyer, Eric A.
|t CSS pocket reference.
|b 4th ed.
|d Sebastopol, CA : O'Reilly, ©2011
|z 9781449399030
|w (DLC) 2012470058
|w (OCoLC)745468889
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781449311179/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26847602
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL741269
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 415602
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 7501398
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 7353805
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 7489215
|
994 |
|
|
|a 92
|b IZTAP
|