Slide 1

Slide 1 text

Specificity, SMACSS and WordPress Peter Wilson @pwcc

Slide 2

Slide 2 text

Specificity is your FRIEND

Slide 3

Slide 3 text

Specificity is your FIEND

Slide 4

Slide 4 text

Selector TYPES

Slide 5

Slide 5 text

ID - #header
   

                   Site            

Slide 6

Slide 6 text

Class - .logo
   

                   Site            

Slide 7

Slide 7 text

Element - div
   

                   Site            

Slide 8

Slide 8 text

Attribute - [title="site"]
   

                   Site            

Slide 9

Slide 9 text

Pseudo Class - :hover
   

                   Site            

Slide 10

Slide 10 text

Pseudo Element - :before                            Site                

Slide 11

Slide 11 text

Important Property .logo  {    color:  black  !important; }

   Site

Slide 12

Slide 12 text

Inline CSS        

   Site

       

Slide 13

Slide 13 text

INLINE CSS is best IGNORED

Slide 14

Slide 14 text

INLINE CSS makes BABIES CRY

Slide 15

Slide 15 text

Calculating SPECIFICITY

Slide 16

Slide 16 text

Calculating Specificity

Slide 17

Slide 17 text

Calculating Specificity

Slide 18

Slide 18 text

Calculating Specificity

Slide 19

Slide 19 text

Calculating Specificity

Slide 20

Slide 20 text

Infinitely more powerful

Slide 21

Slide 21 text

Example

Slide 22

Slide 22 text

Example

Slide 23

Slide 23 text

Example

Slide 24

Slide 24 text

Example

Slide 25

Slide 25 text

If you must know...

Slide 26

Slide 26 text

OOCSS or SMACSS

Slide 27

Slide 27 text

Seems STUPID

Slide 28

Slide 28 text

The same PATTERNS are used on ALL SITES

Slide 29

Slide 29 text

No content

Slide 30

Slide 30 text

No content

Slide 31

Slide 31 text

No content

Slide 32

Slide 32 text

No content

Slide 33

Slide 33 text

No content

Slide 34

Slide 34 text

No content

Slide 35

Slide 35 text

The nav object

Slide 36

Slide 36 text

The nav object .nav  {    list-­‐style:  none;    padding-­‐left:  0; }   .nav  >  li,  .nav  >  li  >  a  {    display:  inline-­‐block; }

Slide 37

Slide 37 text

The nav object  'nav  main-­‐nav',    'container'    =>  false,    'depth'            =>  2 )  );

Slide 38

Slide 38 text

The media object

Slide 39

Slide 39 text

The media object m m m

Slide 40

Slide 40 text

Facebook’s CSS HUNDREDS OF LINES smaller

Slide 41

Slide 41 text

The media object .media,  .media__body  {    overflow:  hidden; } .media__image  {    float:  left;    margin-­‐right:  10px }

Slide 42

Slide 42 text

You’ve been USING SMACCS FOR YEARS

Slide 43

Slide 43 text

• grids • clear fixes • WordPress widgets

Slide 44

Slide 44 text

Adding SMACSS to EXISTING THEME

Slide 45

Slide 45 text

MMXIII

Slide 46

Slide 46 text

MMXIII   {   display:  inline-­‐block;   font:  normal  16px/1  Genericons;   vertical-­‐align:  text-­‐bottom; } .genericon:before, .menu-­‐toggle:after, .featured-­‐post:before, .date  a:before, .entry-­‐meta  .author  a:before, .format-­‐audio  .entry-­‐content:before, .comments-­‐link  a:before, .tags-­‐links  a:first-­‐child:before, .categories-­‐links  a:first-­‐child:before, .edit-­‐link  a:before, .attachment  .entry-­‐title:before, .attachment-­‐meta:before, .attachment-­‐meta  a:before, .comment-­‐awaiting-­‐moderation:before, .comment-­‐reply-­‐link:before, .comment-­‐reply-­‐login:before, #reply-­‐title  small  a:before, .bypostauthor  >  .comment-­‐body   .fn:before, .error404  .page-­‐title:before

Slide 47

Slide 47 text

MMXIII

Slide 48

Slide 48 text

MMXIII

Slide 49

Slide 49 text

MMXIII .ico:before  {    display:  inline-­‐block;    font:  normal  16px/1  Genericons;    vertical-­‐align:  text-­‐bottom; }

Slide 50

Slide 50 text

STRONGER FASTER BETTER CSS

Slide 51

Slide 51 text

SMALLER FASTER BETTER specificity

Slide 52

Slide 52 text

SMACSS with WORDPRESS

Slide 53

Slide 53 text

Caption shortcode
                 

       A  boat    

Slide 54

Slide 54 text

Gallery shortcode
   
                         
 
    A  boat  

Slide 55

Slide 55 text

ADD_FILTER

Slide 56

Slide 56 text

Caption redone
         

A  boat

Slide 57

Slide 57 text

   
                           

A  boat

   
Gallery redone

Slide 58

Slide 58 text

I am very insistent on TWITTER my username is @PWCC

Slide 59

Slide 59 text

QUESTIONS